1. a31da74 Pass CFX_WideString further down widget callers by tsepez · 8 years ago
  2. cd5dc85 Remove unused context parameter from JSGetStringFromID by tsepez · 8 years ago
  3. 8832fbf Replace CJS_Runtime::Observer with CFX_Runtime<CJS_Runtime>::Observer by tsepez · 8 years ago
  4. 8c2a8cd Fix spelling of "Formated" in several variables by tsepez · 8 years ago
  5. 7b68f61 Make Observers into a templated class by tsepez · 8 years ago
  6. 1df1efa Fixup CPDFSDK_PageView and CPDF_Page interactions. by dsinclair · 8 years ago
  7. ce04a45 Add observer for BAAnnots from Javascript by dsinclair · 8 years ago
  8. 1897bdc Do not re-create the page view when accessing from Document::removeField. by dsinclair · 8 years ago
  9. 738766e Clean up redundant code in PDF_ENABLE_XFA guard in FFLCommon. by jaepark · 8 years ago
  10. d21f22e Make CPDF_ClipPath have a CPDF_ClipPathData rather than inheriting. by tsepez · 8 years ago
  11. e106b50 Make CPDF_GeneralStateData private. by tsepez · 8 years ago
  12. fc1d16f Make CPDF_Path have a CFX_Path rather than inheriting by tsepez · 8 years ago
  13. bbee445 Make CPDF_GeneralState have a CPDF_GeneralStateData by tsepez · 8 years ago
  14. d54c9d8 Remove unused IPDFSDK_AnnotHandler::OnDrawSleep. by jaepark · 8 years ago
  15. 4bae296 Remove unused dwFlags parameter in CPDFSDK_AnnotHandlerMgr::OnDraw and its calls. by jaepark · 8 years ago
  16. e0cb687 Use unsigned page indexes in CPDF_HintTables. by thestig · 8 years ago
  17. 956553e Use enum class for subtypes of CPDF_Annot. by jaepark · 8 years ago
  18. 8c54182 Rename CPDFSDK_BFAnnotHandler and CPDFSDK_XFAAnnotHandler. by jaepark · 8 years ago
  19. fbda17d Make CPDF_TextState have a CPDF_TextStateData rather than inheriting one. by tsepez · 8 years ago
  20. 35512aa Display content of the annotation when mouse hover. by jaepark · 8 years ago
  21. d24c3a6 Revert "Add -> operators to CFX_CountRef." by tsepez · 8 years ago
  22. 5960143 Revert "Replace wrapper methods in CPDF_Path with -> operator." by tsepez · 8 years ago
  23. adbd329 Revert "Use ->() in CPDF_ColorState" by tsepez · 8 years ago
  24. 91ddd3f Use ->() in CPDF_ColorState by tsepez · 8 years ago
  25. d09a097 Replace wrapper methods in CPDF_Path with -> operator. by tsepez · 8 years ago
  26. 81ee14d Move CFX_SubstFont and CTTFontDesc into their own files by npm · 8 years ago
  27. c10c23a Add -> operators to CFX_CountRef. by tsepez · 8 years ago
  28. 9ed9137 Rename CPDFSDK_Annot::GetType to CPDFSDK_Annot::GetAnnotSubtype. by jaepark · 8 years ago
  29. 987f3ee Make CFX_CountRef<>::m_pObject private, add accessors, fix const-ness. by tsepez · 8 years ago
  30. 0ee3590 Add support to Document::getAnnots method by tonikitoo · 8 years ago
  31. 9b57ec9 Clean up CPDFSDK_PageView methods. by jaepark · 8 years ago
  32. a1d2111 CPDF_Annot::GetRect() should return CFX_FloatRect. by jaepark · 8 years ago
  33. d99a833 Remove unused m_nTabOrder in CPDFSDK_Annot. by jaepark · 8 years ago
  34. e5cbb33 Drop CPDFSDK_PageView::Annot_HasAppearance by tonikitoo · 8 years ago
  35. cae6bdff Remove unused IPDFSDK_AnnotHandler::GetName(). by jaepark · 8 years ago
  36. 156de02 Removing CPDF_Parser::CloseParser. by dsinclair · 8 years ago
  37. 0e3e890 Cleanup some PWL_FontMap methods by dsinclair · 8 years ago
  38. cedaa55 Flip document and parser ownership by dsinclair · 8 years ago
  39. a470b5e Fix stack overflow in object Clone() functions by weili · 8 years ago
  40. 0dadcc6 Fix page leaks in an embedder test by weili · 8 years ago
  41. a73b8fe Implement Field::SetHidden using Field::SetDisplay. by tonikitoo · 8 years ago
  42. 28a4a24 Destroy window before cleaning up combobox by dsinclair · 8 years ago
  43. 9b777de Fix an embedder test with leaked page object by weili · 8 years ago
  44. a752edf Introduce pdfium::FakeUniquePtr for keys to sets of unique ptrs. by tsepez · 8 years ago
  45. bb5fa04 Stub out Document::syncAnnotScan method. by tonikitoo · 8 years ago
  46. 618cb1f Add initial Document::getAnnot support by tonikitoo · 8 years ago
  47. 2eb7c7d Use a map for app::m_Timers by dsinclair · 8 years ago
  48. 9282819 Speculative fix for DrawAppearance issue by dsinclair · 8 years ago
  49. 70ba38a Build CPDFSDK_XFAAnnotHandler only when PDF_ENABLE_XFA. by jaepark · 8 years ago
  50. 611adb8 Split fpdfsdk/fsdk_baseform.h into individual classes. by jaepark · 8 years ago
  51. 7c05a7a Factor out the duplicated logic in Field::SetDisplay by tonikitoo · 8 years ago
  52. 4674d95 Fix a double free in CPDFSDK_PageView::IsValidAnnot(). by thestig · 8 years ago
  53. f85e7e2 Rename async to linearized when parsing by dsinclair · 8 years ago
  54. 4540fba Get CPDF_Parser out of the document creation business. by tsepez · 8 years ago
  55. b469424 Push v8::Isolate into CFXJS_Engine class by tsepez · 8 years ago
  56. ef523dd Only create widgets if really needed. by dsinclair · 8 years ago
  57. a494191 Move some v8 objects from CJS back into FXJS by tsepez · 8 years ago
  58. 98e1019 Split fpdfsdk/fsdk_annothandler.h into individual classes. by jaepark · 8 years ago
  59. d0b6ed1 Make FXJS_GetObjectElement return std::vector<CFX_WideString>. by tsepez · 8 years ago
  60. 2736276 Move CPDFSDK_Annot, CPDFSDK_BAAnnot and CPDFSDK_DateTime to their own files. by jaepark · 8 years ago
  61. b4d1b57 Use smart pointers for class owned pointers in xfa/fxfa by weili · 8 years ago
  62. ec26876 Make Document's 'info' property readonly by tonikitoo · 8 years ago
  63. 401d4f2 Use CPDFSDK_Document::FromFPDFFormHandle in ::FORM_DoPageAAction by tonikitoo · 8 years ago
  64. 9ada2d8 Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own files. by npm · 8 years ago
  65. f3dc8c6 Remove backpointer to CJS_Runtime from CJS_Value by tsepez · 8 years ago
  66. 85af2a3 Add another PDFEditTest test case. by thestig · 8 years ago
  67. f4dc38b The benefits of having a CPDFSDK_FormActionHandler instance in by tonikitoo · 8 years ago
  68. dc359b0 Fix a leak with FPDFPageObj_NewImgeObj(). by thestig · 8 years ago
  69. ad5ac75 Fix typos of the word outer. by thestig · 8 years ago
  70. f3c8832 Remove back-pointer to CJS_Runtime from CJS_Date by tsepez · 8 years ago
  71. 1c83675 Add support to Document::gotoNamedDest method. by tonikitoo · 8 years ago
  72. e1e7bd0 Remove MsgBox()/Alert() from CJS_EmbedObj. by tsepez · 8 years ago
  73. e3ff76b Rename CJS_Timer to GlobalTimer and make private to app.cpp by tsepez · 8 years ago
  74. 33c4cdb Add support to Document::URL property getter. by tonikitoo · 8 years ago
  75. e5aff74 Remove backpointer to runtime from CJS_Array. by tsepez · 8 years ago
  76. 660de3c Move CFX_ClipRgn and CFX_PathData into their own files. by npm · 8 years ago
  77. f41d9dc Add CPDF_ImageObject::GetImage(). by thestig · 8 years ago
  78. 8ca63de Remove another potential stale CJS_Timer usage by tsepez · 8 years ago
  79. 135b998 Return v8::Date specialization not v8::Value where possible by tsepez · 8 years ago
  80. 26b86e6 Move CFX_GEModule into its own file by npm · 8 years ago
  81. 32e693f Fix issue when firing TimerProc() destroys timer by tsepez · 8 years ago
  82. 0fa54b8 Beef up timer cancellation tests by tsepez · 8 years ago
  83. 39e0e14 Remove unused method CPDFSDK_BAAnnot::CreateFormFiller. by jaepark · 8 years ago
  84. 8e12029 Add test for bug 620428 (setinterval cancellation) by tsepez · 8 years ago
  85. 2d5b020 Use smart pointers for class owned pointers by weili · 8 years ago
  86. 448c433 Splitting fpdfdoc/doc_* part II. by dsinclair · 8 years ago
  87. ea3ff9e Introduce ::getPropertyInternal method to avoid duplication by tonikitoo · 8 years ago
  88. ca97a8e Watch for destruction of CPDFSDK_widget during callback by tsepez · 8 years ago
  89. c54bb43 Simplify some FPDF edit functions. by thestig · 8 years ago
  90. 7484762 Refactor fxge/fx_apple and fx_win header files by npm · 8 years ago
  91. cac704d Split fpdfdoc/include/fpdf_doc.h into individual classes. by dsinclair · 8 years ago
  92. f73893a Splitting fx_ge_fontmap.cpp by npm · 8 years ago
  93. 461eeaf Reland of Remove pageview from map immediately by dsinclair · 8 years ago
  94. f2cee98 Revert of Remove pageview from map immediately (patchset #1 id:1 of https://codereview.chromium.org/2179283005/ ) by dsinclair · 8 years ago
  95. 49dce65 Remove pageview from map immediately by dsinclair · 8 years ago
  96. fbf52c2 Tidy up JS_Value.h by tsepez · 8 years ago
  97. d780735 Remove unused CJS_Value::Attach() variant by tsepez · 8 years ago
  98. 9f515bc Use actual type instead CFX_Deletable by weili · 8 years ago
  99. 1d3348c Remove EnableMessageBox() / IsMessageBoxEnabled() by tsepez · 8 years ago
  100. 9ca2b09 Remove the use of handler array in CPDFSDK_AnnotHandlerMgr by weili · 8 years ago