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