1. 8c54182 Rename CPDFSDK_BFAnnotHandler and CPDFSDK_XFAAnnotHandler. by jaepark · 8 years ago
  2. 5fec597 Fix missing files found by gn gen --check. by thestig · 8 years ago
  3. 35512aa Display content of the annotation when mouse hover. by jaepark · 8 years ago
  4. 5960143 Revert "Replace wrapper methods in CPDF_Path with -> operator." by tsepez · 8 years ago
  5. adbd329 Revert "Use ->() in CPDF_ColorState" by tsepez · 8 years ago
  6. 91ddd3f Use ->() in CPDF_ColorState by tsepez · 8 years ago
  7. d09a097 Replace wrapper methods in CPDF_Path with -> operator. by tsepez · 8 years ago
  8. 81ee14d Move CFX_SubstFont and CTTFontDesc into their own files by npm · 8 years ago
  9. 0c2d0a5 Revert "Remove the document tagged code as it is unused." by npm · 8 years ago
  10. 80f9957 Rework CFX_CountRef in terms of CFX_RetainPtr. by tsepez · 8 years ago
  11. 2d396ac Move the classes in fpdf_text_int.cpp into their own files by npm · 8 years ago
  12. 695aac5 Fix infinite loops in FPDF_GetFullName(). by thestig · 8 years ago
  13. 19ecc23 Move CFX_FaceCache to its own file by npm · 8 years ago
  14. 618cb1f Add initial Document::getAnnot support by tonikitoo · 8 years ago
  15. 1a8946b Move CFX_UnicodeEncoding and CFX_UnicodeEncodingEx to their own files. by npm · 8 years ago
  16. d691899 Split fx_font into multiple files, part 1. by npm · 8 years ago
  17. 70ba38a Build CPDFSDK_XFAAnnotHandler only when PDF_ENABLE_XFA. by jaepark · 8 years ago
  18. 611adb8 Split fpdfsdk/fsdk_baseform.h into individual classes. by jaepark · 8 years ago
  19. 98e1019 Split fpdfsdk/fsdk_annothandler.h into individual classes. by jaepark · 8 years ago
  20. 229d05d Fix an integer overflow in CStretchEngine constructor by weili · 8 years ago
  21. 2736276 Move CPDFSDK_Annot, CPDFSDK_BAAnnot and CPDFSDK_DateTime to their own files. by jaepark · 8 years ago
  22. e0347a6 Remove fgas_system files. by dsinclair · 8 years ago
  23. 9ada2d8 Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own files. by npm · 8 years ago
  24. dc359b0 Fix a leak with FPDFPageObj_NewImgeObj(). by thestig · 8 years ago
  25. 660de3c Move CFX_ClipRgn and CFX_PathData into their own files. by npm · 8 years ago
  26. 26b86e6 Move CFX_GEModule into its own file by npm · 8 years ago
  27. beecc34 Fix a file name typo by weili · 8 years ago
  28. 8d0cc67 Rename xfa_layout_pagemgr_new.h by dsinclair · 8 years ago
  29. 6ea5ba0 Split xfa_layout_appadapter by dsinclair · 8 years ago
  30. e85f971 Fix FMCallExpression undefined shift behaviour. by dsinclair · 8 years ago
  31. 27053d8 Splitting fpdfdoc/doc_* part III. by dsinclair · 8 years ago
  32. e21501d Bound total pixels in JBig2 images to avoid overflows later. by tsepez · 8 years ago
  33. 448c433 Splitting fpdfdoc/doc_* part II. by dsinclair · 8 years ago
  34. 6faf9f9 Fix Jbig2 document context creation by checking proper pointer by weili · 8 years ago
  35. 02e6f59 Splitting fpdfdoc/doc_* part I by dsinclair · 8 years ago
  36. 3e454bf Add build configuration for experimental Windows GDI code. by thestig · 8 years ago
  37. 7484762 Refactor fxge/fx_apple and fx_win header files by npm · 8 years ago
  38. dbfc352 Remove the document tagged code as it is unused. by dsinclair · 8 years ago
  39. cac704d Split fpdfdoc/include/fpdf_doc.h into individual classes. by dsinclair · 8 years ago
  40. f73893a Splitting fx_ge_fontmap.cpp by npm · 8 years ago
  41. 0024a22 Remove CFX_Deletable by weili · 8 years ago
  42. 9f515bc Use actual type instead CFX_Deletable by weili · 8 years ago
  43. 39fdfc3 Rename xfa_utils_imp to xfa_utils by dsinclair · 8 years ago
  44. 3a7cc73 Split xfa_document_serialize into class files by dsinclair · 8 years ago
  45. 1628024 Move xfa_document to cxfa_document by dsinclair · 8 years ago
  46. 0b851ff Rename xfa_doclayout and xfa_document_layout_imp files. by dsinclair · 8 years ago
  47. 9eb0db1 Move xfa_basic_imp to cxfa_widetextread. by dsinclair · 8 years ago
  48. e283e47 Convert source sets to static libraries. by brettw · 8 years ago
  49. 8b30162 Bring pdfium file in sync with chrome, fix mac build by caryclark · 8 years ago
  50. 3b6c7e9 Move CPDF_Annot and CPDF_AnnotList to their own header. by jaepark · 8 years ago
  51. 69f160d Move CSSRuleCollection class to its own file by npm · 8 years ago
  52. 47228ac Clean up singleton implementation by weili · 8 years ago
  53. 31f8740 Rename remaining xfa_script_* files. by dsinclair · 8 years ago
  54. c1515ef Rename the CScript_* files to match class names. by dsinclair · 8 years ago
  55. 5b36f0a Split xfa_object_imp into individual class files. by dsinclair · 8 years ago
  56. e35af1e Remove some IFX_* wrappers. by dsinclair · 8 years ago
  57. b3f2467 Move fpdfsdk/jsapi into fxjs/ by dsinclair · 8 years ago
  58. 7f9c860 Create an fxjs static library by dsinclair · 8 years ago
  59. 08fea80 Rename fxjse/ to fxjs/ update files to match class names. by dsinclair · 8 years ago
  60. 5a6c139 Use smart pointers for class owned member variables by weili · 8 years ago
  61. 34f86b0 Break xfa_parser_imp apart by dsinclair · 8 years ago
  62. a1b0772 Remove IXFA_Parser, cleanup XFA parser code. by dsinclair · 8 years ago
  63. f1494f0 Cleanup xfa_document_datamerge files by dsinclair · 8 years ago
  64. 8bdbc88 Break xfa_basic_data up to smaller files by dsinclair · 8 years ago
  65. e89391e add local caching for skia draws by caryclark · 8 years ago
  66. 88b56f4 Remove IFWL_ToolTipTarget. by thestig · 8 years ago
  67. 095d346 Move ifx_renderdevicedriver to a separate file to share by weili · 8 years ago
  68. eec3a36 Make code compile with clang_use_chrome_plugin (final) by weili · 8 years ago
  69. d931476 Remove unused code. by dsinclair · 8 years ago
  70. a261534 Remove barcode reading code. by dsinclair · 8 years ago
  71. 8320ee2 Rename fxmath_barcodeimp to cfx_barcode by dsinclair · 8 years ago
  72. 625ad66 Make code compile with clang_use_chrome_plugin (part IV) by weili · 8 years ago
  73. f4bb580 Make code compile with clang_use_chrome_plugin (part II) by weili · 8 years ago
  74. 979070b Get rid of IPDF_DataAvail. by thestig · 8 years ago
  75. 7f3a15f [Android] Add support for standalone PDFium gn build on Android. by jbudorick · 8 years ago
  76. 8bd9ce0 Move xfa/fxjse/ to fxjse/ by dsinclair · 8 years ago
  77. b0fcfad Remove unused PS generation code. by thestig · 8 years ago
  78. 0abe652 Differentiate GN config settings for core vs third party code by weili · 8 years ago
  79. 8f3074b Remove FXJSE_Value_ToObject and call methods directly by dsinclair · 8 years ago
  80. e80e9f8 Remove XFA_HFM2JSCONTEXT. by dsinclair · 8 years ago
  81. dcc29b1 Match GN and GYP compilation warning flags by weili · 8 years ago
  82. 3a005f2 Workaround dubious casting between CXFA_Object and void* in FXJSE by tsepez · 8 years ago
  83. d23df55 Change to disable a warning for GCC compilation by weili · 8 years ago
  84. 648575a Rename fwl_widgetmgrimp.{cpp,h} to cfwl_widgetmgr.{cpp,h} by tsepez · 8 years ago
  85. ddffb57 Remove CFX_PrivateData from CPDF_ModuleMgr by tsepez · 8 years ago
  86. 7a213d9 Replace CFX_DSPATemplate with std::binary_search. by dsinclair · 8 years ago
  87. 1529756 Remove IWFL_WidgetMgr in favor of CFWL_WidgetMgr. by tsepez · 8 years ago
  88. 27ddf16 Distinguish between user and owner passwords. by thestig · 8 years ago
  89. 1b99b2d Merge GetBits32() impls into one. Put it in fxcrt. by thestig · 8 years ago
  90. 6c93df8 Move fgas_sax into individual files in fde. by dsinclair · 8 years ago
  91. fc2cdf8 fgas/ code cleanup. by dsinclair · 8 years ago
  92. 411f118 Remove Release() from IFXCRT_FileAccess. by tsepez · 8 years ago
  93. c7600f9 Remove CFX_DSPATemplate usage in CXFA_TextParser by dsinclair · 8 years ago
  94. bc91641 Cleanup unused fgas/ code. by dsinclair · 8 years ago
  95. 749c14c Remove agg from skia build by caryclark · 8 years ago
  96. 6539518 Split xfa/fee files into individual class files. by dsinclair · 8 years ago
  97. f7036ba Templatize CFX_{Byte,Wide}StringC by tsepez · 8 years ago
  98. 9c845c3 Move some classes out of doc_vt.cpp into their own files. by thestig · 8 years ago
  99. 55fa356 Cleanup IFWL_Adapter interfaces. by dsinclair · 8 years ago
  100. 696fc8b Revert of Remove unneeded CPVT classes. (patchset #7 id:140001 of https://codereview.chromium.org/1919283008/ ) by dsinclair · 8 years ago