1. fe0179d Rename CPDF_CountedObject to CFX_WeakPtr::Handle by tsepez · 8 years ago
  2. b94d7c9 Make the I in IFormFiller explicit by dsinclair · 8 years ago
  3. d987143 Add string pools to save storage. by tsepez · 8 years ago
  4. 79db609 Rename CPDFDoc_Environment to CPDFSDK_Environment by dsinclair · 8 years ago
  5. a440bb3 Split CPDFXFA_Document apart by dsinclair · 8 years ago
  6. f34518b Split fsdk_mgr files apart. by dsinclair · 8 years ago
  7. f786c26 Make ipdf_formnotify a pure virtual interface by tsepez · 8 years ago
  8. 1c62054 Make CFX_Obeservable::Observer into a pointer-ish type; by tsepez · 8 years ago
  9. 0a765b8 Make CPDF_TextStateData private to CPDF_TextState. by tsepez · 8 years ago
  10. 73c4856 Fix gn --check complaints about fxcrt. (try 2) by thestig · 8 years ago
  11. 7c9f0a1 Move CPDF_GraphState to CFX_GraphState by tsepez · 8 years ago
  12. f692e8e Make CPDF_ContentMarkData private to CPDF_ContentMark by tsepez · 8 years ago
  13. f40c6f1 Make ColorStateData private to CPDF_ColorState by tsepez · 8 years ago
  14. 155c880 Move CFX_Font definition to its own file and clean up by npm · 8 years ago
  15. d21f22e Make CPDF_ClipPath have a CPDF_ClipPathData rather than inheriting. by tsepez · 8 years ago
  16. e106b50 Make CPDF_GeneralStateData private. by tsepez · 8 years ago
  17. fc1d16f Make CPDF_Path have a CFX_Path rather than inheriting by tsepez · 8 years ago
  18. eadff19 Move CPDF_Type3Cache and CPDF_Type3Glyphs to their own files by npm · 8 years ago
  19. 380f53e Revert of Fix gn gn --check complaints about fxcrt. (patchset #1 id:1 of https://codereview.chromium.org/2289263005/ ) by thestig · 8 years ago
  20. 6f9ae19 Fix gn gn --check complaints about fxcrt. by thestig · 8 years ago
  21. 4d9df42 Make CPDF_GraphState have a CPDF_GraphStateData instead of inheriting. by tsepez · 8 years ago
  22. c65e11e Roll DEPS for build to b73bafdd. by thestig · 8 years ago
  23. 8c54182 Rename CPDFSDK_BFAnnotHandler and CPDFSDK_XFAAnnotHandler. by jaepark · 8 years ago
  24. 5fec597 Fix missing files found by gn gen --check. by thestig · 8 years ago
  25. 35512aa Display content of the annotation when mouse hover. by jaepark · 8 years ago
  26. 5960143 Revert "Replace wrapper methods in CPDF_Path with -> operator." by tsepez · 8 years ago
  27. adbd329 Revert "Use ->() in CPDF_ColorState" by tsepez · 8 years ago
  28. 91ddd3f Use ->() in CPDF_ColorState by tsepez · 8 years ago
  29. d09a097 Replace wrapper methods in CPDF_Path with -> operator. by tsepez · 8 years ago
  30. 81ee14d Move CFX_SubstFont and CTTFontDesc into their own files by npm · 8 years ago
  31. 0c2d0a5 Revert "Remove the document tagged code as it is unused." by npm · 8 years ago
  32. 80f9957 Rework CFX_CountRef in terms of CFX_RetainPtr. by tsepez · 8 years ago
  33. 2d396ac Move the classes in fpdf_text_int.cpp into their own files by npm · 8 years ago
  34. 695aac5 Fix infinite loops in FPDF_GetFullName(). by thestig · 8 years ago
  35. 19ecc23 Move CFX_FaceCache to its own file by npm · 8 years ago
  36. 618cb1f Add initial Document::getAnnot support by tonikitoo · 8 years ago
  37. 1a8946b Move CFX_UnicodeEncoding and CFX_UnicodeEncodingEx to their own files. by npm · 8 years ago
  38. d691899 Split fx_font into multiple files, part 1. by npm · 8 years ago
  39. 70ba38a Build CPDFSDK_XFAAnnotHandler only when PDF_ENABLE_XFA. by jaepark · 8 years ago
  40. 611adb8 Split fpdfsdk/fsdk_baseform.h into individual classes. by jaepark · 8 years ago
  41. 98e1019 Split fpdfsdk/fsdk_annothandler.h into individual classes. by jaepark · 8 years ago
  42. 229d05d Fix an integer overflow in CStretchEngine constructor by weili · 8 years ago
  43. 2736276 Move CPDFSDK_Annot, CPDFSDK_BAAnnot and CPDFSDK_DateTime to their own files. by jaepark · 8 years ago
  44. e0347a6 Remove fgas_system files. by dsinclair · 8 years ago
  45. 9ada2d8 Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own files. by npm · 8 years ago
  46. dc359b0 Fix a leak with FPDFPageObj_NewImgeObj(). by thestig · 8 years ago
  47. 660de3c Move CFX_ClipRgn and CFX_PathData into their own files. by npm · 8 years ago
  48. 26b86e6 Move CFX_GEModule into its own file by npm · 8 years ago
  49. beecc34 Fix a file name typo by weili · 8 years ago
  50. 8d0cc67 Rename xfa_layout_pagemgr_new.h by dsinclair · 8 years ago
  51. 6ea5ba0 Split xfa_layout_appadapter by dsinclair · 8 years ago
  52. e85f971 Fix FMCallExpression undefined shift behaviour. by dsinclair · 8 years ago
  53. 27053d8 Splitting fpdfdoc/doc_* part III. by dsinclair · 8 years ago
  54. e21501d Bound total pixels in JBig2 images to avoid overflows later. by tsepez · 8 years ago
  55. 448c433 Splitting fpdfdoc/doc_* part II. by dsinclair · 8 years ago
  56. 6faf9f9 Fix Jbig2 document context creation by checking proper pointer by weili · 8 years ago
  57. 02e6f59 Splitting fpdfdoc/doc_* part I by dsinclair · 8 years ago
  58. 3e454bf Add build configuration for experimental Windows GDI code. by thestig · 8 years ago
  59. 7484762 Refactor fxge/fx_apple and fx_win header files by npm · 8 years ago
  60. dbfc352 Remove the document tagged code as it is unused. by dsinclair · 8 years ago
  61. cac704d Split fpdfdoc/include/fpdf_doc.h into individual classes. by dsinclair · 8 years ago
  62. f73893a Splitting fx_ge_fontmap.cpp by npm · 8 years ago
  63. 0024a22 Remove CFX_Deletable by weili · 8 years ago
  64. 9f515bc Use actual type instead CFX_Deletable by weili · 8 years ago
  65. 39fdfc3 Rename xfa_utils_imp to xfa_utils by dsinclair · 8 years ago
  66. 3a7cc73 Split xfa_document_serialize into class files by dsinclair · 8 years ago
  67. 1628024 Move xfa_document to cxfa_document by dsinclair · 8 years ago
  68. 0b851ff Rename xfa_doclayout and xfa_document_layout_imp files. by dsinclair · 8 years ago
  69. 9eb0db1 Move xfa_basic_imp to cxfa_widetextread. by dsinclair · 8 years ago
  70. e283e47 Convert source sets to static libraries. by brettw · 8 years ago
  71. 8b30162 Bring pdfium file in sync with chrome, fix mac build by caryclark · 8 years ago
  72. 3b6c7e9 Move CPDF_Annot and CPDF_AnnotList to their own header. by jaepark · 8 years ago
  73. 69f160d Move CSSRuleCollection class to its own file by npm · 8 years ago
  74. 47228ac Clean up singleton implementation by weili · 8 years ago
  75. 31f8740 Rename remaining xfa_script_* files. by dsinclair · 8 years ago
  76. c1515ef Rename the CScript_* files to match class names. by dsinclair · 8 years ago
  77. 5b36f0a Split xfa_object_imp into individual class files. by dsinclair · 8 years ago
  78. e35af1e Remove some IFX_* wrappers. by dsinclair · 8 years ago
  79. b3f2467 Move fpdfsdk/jsapi into fxjs/ by dsinclair · 8 years ago
  80. 7f9c860 Create an fxjs static library by dsinclair · 8 years ago
  81. 08fea80 Rename fxjse/ to fxjs/ update files to match class names. by dsinclair · 8 years ago
  82. 5a6c139 Use smart pointers for class owned member variables by weili · 8 years ago
  83. 34f86b0 Break xfa_parser_imp apart by dsinclair · 8 years ago
  84. a1b0772 Remove IXFA_Parser, cleanup XFA parser code. by dsinclair · 8 years ago
  85. f1494f0 Cleanup xfa_document_datamerge files by dsinclair · 8 years ago
  86. 8bdbc88 Break xfa_basic_data up to smaller files by dsinclair · 8 years ago
  87. e89391e add local caching for skia draws by caryclark · 8 years ago
  88. 88b56f4 Remove IFWL_ToolTipTarget. by thestig · 8 years ago
  89. 095d346 Move ifx_renderdevicedriver to a separate file to share by weili · 8 years ago
  90. eec3a36 Make code compile with clang_use_chrome_plugin (final) by weili · 8 years ago
  91. d931476 Remove unused code. by dsinclair · 8 years ago
  92. a261534 Remove barcode reading code. by dsinclair · 8 years ago
  93. 8320ee2 Rename fxmath_barcodeimp to cfx_barcode by dsinclair · 8 years ago
  94. 625ad66 Make code compile with clang_use_chrome_plugin (part IV) by weili · 8 years ago
  95. f4bb580 Make code compile with clang_use_chrome_plugin (part II) by weili · 8 years ago
  96. 979070b Get rid of IPDF_DataAvail. by thestig · 8 years ago
  97. 7f3a15f [Android] Add support for standalone PDFium gn build on Android. by jbudorick · 8 years ago
  98. 8bd9ce0 Move xfa/fxjse/ to fxjse/ by dsinclair · 8 years ago
  99. b0fcfad Remove unused PS generation code. by thestig · 8 years ago
  100. 0abe652 Differentiate GN config settings for core vs third party code by weili · 8 years ago