1. 8e9e3d8 Move CFX_StringPoolTemplate to StringPoolTemplate by Dan Sinclair · 7 years ago
  2. 20a1755 Move CFX_StringDataTemplate to StringDataTemplate by Dan Sinclair · 7 years ago
  3. 9317f8f Move CFX_SharedCopyOnWrite to SharedCopyOnWrite by Dan Sinclair · 7 years ago
  4. 0b95042 Rename CFX_RetainPtr to RetainPtr by Dan Sinclair · 7 years ago
  5. 65ecca4 Move CFX_Observable to Observable by Dan Sinclair · 7 years ago
  6. 959c2be Rename CXFA_DefFontMgr to CFGAS_DefaultFontManager by Dan Sinclair · 7 years ago
  7. de44d15 Move CFX_MaybeOwned to fxcrt::MaybeOwned by Dan Sinclair · 7 years ago
  8. b896699 Move CFX_AutoRestorer to fxcrt::AutoRestorer by Dan Sinclair · 7 years ago
  9. db0312e Move CXFA_PDFFontMgr to CFGAS_PDFFontMgr by Dan Sinclair · 7 years ago
  10. b8777a2 Add embeddertest for CFWL_Edit by Dan Sinclair · 7 years ago
  11. 61f2f48 Isolate lcms2 usage to a few files. by Lei Zhang · 7 years ago
  12. 4b8d363 Move CCodec_ScanlineDecoder to its own file. by Lei Zhang · 7 years ago
  13. 275e260 Convert string class names by Ryan Harrison · 7 years ago
  14. ee1e757 Remove CFWL_SpinButton, which is unused. by Henrique Nakashima · 7 years ago
  15. e8b3e0c Fix one-second spin in fx_random.cpp by Tom Sepez · 7 years ago
  16. 7840dd6 Unify checksum calculation of EAN-8 and EAN-13. by Henrique Nakashima · 7 years ago
  17. 8f6084b Merge CFX_WordBreak into CFDE_TextEditEngine::Iterator. by Dan Sinclair · 7 years ago
  18. 7465522 Add unit tests for UPC-A barcode writer. by Henrique Nakashima · 7 years ago
  19. 3ef61c7 GUID cleanup by Dan Sinclair · 7 years ago
  20. a1e8707 Add unit tests for Codabar barcode writer. by Henrique Nakashima · 7 years ago
  21. 067b785 Add unit tests for Code 39 barcode writer. by Henrique Nakashima · 7 years ago
  22. 6c902e6 Rename fx_rand to fx_random by Dan Sinclair · 7 years ago
  23. 0e3a4ff Remove unused CFX_CharIter class by Dan Sinclair · 7 years ago
  24. 1c9ad7e Split fx_guid from fx_extension by Dan Sinclair · 7 years ago
  25. 13ea3ff Split random code from fx_extension.h by Dan Sinclair · 7 years ago
  26. 16b77c7 Refactoring of CPDF_IndirectObjectHolder. by Artem Strygin · 7 years ago
  27. 740bcd8 Split fx_ucd.h into fx_unicode.h and fx_ucddata.h. by Tom Sepez · 7 years ago
  28. 3c5944c Add unit tests for EAN-8 barcode writer. by Henrique Nakashima · 7 years ago
  29. ab3c111 Fix EAN-13 checksum and add unit tests. by Henrique Nakashima · 7 years ago
  30. 1e8dd54 Rename fxcrt_ and ifxcrt_ files to better names by Dan Sinclair · 7 years ago
  31. a864419 Move implementations into fx_system.cpp by Dan Sinclair · 7 years ago
  32. 2a1c8ac Move fx_extension implementation to cpp file by Dan Sinclair · 7 years ago
  33. 0872b04 Move methods string methods to fx_string.cpp by Dan Sinclair · 7 years ago
  34. bcd1e70 Remove fx_basic.h by Dan Sinclair · 7 years ago
  35. cc2b38d Split IFX_Pause out of fx_basic by Dan Sinclair · 7 years ago
  36. 4793f34 Split CFX_FixedBufGrow out of fx_basic by Dan Sinclair · 7 years ago
  37. a94566f Move CFX_WideTextBuf out of fx_basic by Dan Sinclair · 7 years ago
  38. cd07123 Move CFX_BinaryBuf out of fx_basic by Dan Sinclair · 7 years ago
  39. 5624fe3 Move CFX_UTF8Decoder out of fx_basic by Dan Sinclair · 7 years ago
  40. 674bbfe Split auto restorer from fx_basic by Dan Sinclair · 7 years ago
  41. ccd5be0 Move CFX_BitStream to its own file by Dan Sinclair · 7 years ago
  42. 68eefa6 Rebuild CFDE_TextEditEngine. by Dan Sinclair · 7 years ago
  43. 304eefb Implement CPDF_ObjectAvail. by Artem Strygin · 7 years ago
  44. 574d440 Add a global font loader in XFA tests by Dan Sinclair · 7 years ago
  45. 19319b7 Roll build_revision to bff6ee8. by Lei Zhang · 7 years ago
  46. 816d7e4 Remove CFWL_WidgetMgrDelegate by Dan Sinclair · 7 years ago
  47. 22fcbea Hide the undo/redo record classes inside the engine by Dan Sinclair · 7 years ago
  48. 73b492a Remove CFDE_RenderDevice by Dan Sinclair · 7 years ago
  49. f57cad4 Add CPDF_ObjectWalker. by Artem Strygin · 7 years ago
  50. 2d88381 Merge CFDE_RenderContext into CFWL_Edit by Dan Sinclair · 7 years ago
  51. 2d03e60 Cleaning up the visual set iterator by Dan Sinclair · 7 years ago
  52. 24b6af6 Cleanup more fde defines by Dan Sinclair · 7 years ago
  53. aeac951 Fix use_system_freetype builds for FreeType changes by Bruce Dawson · 7 years ago
  54. d27998f Fix component builds for FreeType changes by Bruce Dawson · 7 years ago
  55. 7ffb59f Remove CFDE_Path by Dan Sinclair · 7 years ago
  56. 7e805d1 Revert "Add a build target and a proper export header for shared library builds." by Henrique Nakashima · 7 years ago
  57. 17aa057 Remove CFDE_{Pen|Brush} classes by Dan Sinclair · 7 years ago
  58. 0033467 Add a build target and a proper export header for shared library builds. by Felix Kauselmann · 7 years ago
  59. d24b97e Unify of saving documents. by Artem Strygin · 7 years ago
  60. 9f0e85a Move CSS code to core by Dan Sinclair · 7 years ago
  61. b4fee4d Add CFFL_TextField class. by Lei Zhang · 7 years ago
  62. 834ebec Implement read validator. by Artem Strygin · 7 years ago
  63. db1e8a5 Move CXFA_FMParse to CFXA_FMParser by Ryan Harrison · 7 years ago
  64. 0f25f01 Move CXFA_CSSTagProvider to inner class of CXFA_TextParser by Dan Sinclair · 7 years ago
  65. c411eb9 Move fpdfsdk/pdfwindow to fpdfsdk/pwl by Dan Sinclair · 7 years ago
  66. 54a4214 Basic APIs and tests for adding attachments by Jane Liu · 7 years ago
  67. 24ef633 Move xfa/fxfa/app to xfa/fxfa by Dan Sinclair · 7 years ago
  68. 6b0158f Remove fxedit place classes in pdfwindow/ by Dan Sinclair · 7 years ago
  69. c08dc39 Remove fx_edit.h by Dan Sinclair · 7 years ago
  70. 14ddd42 Consolidate Appearance Stream code in CPWL_AppStream. by Dan Sinclair · 7 years ago
  71. cb2ea42 Create CPWL_AppStream. by Dan Sinclair · 7 years ago
  72. 67ccef7 Use CFX_WideString in CPDF_NameTree functions to strip BOM by Jane Liu · 7 years ago
  73. eed247e Converting CFX_ByteTextBuf to ostringstream in SAX. by Henrique Nakashima · 7 years ago
  74. 56a8054 Revert "Converting CFX_ByteTextBuf to ostringstream in SAX." by Henrique Nakashima · 7 years ago
  75. 0add284 Remove JBig2_GsidProc class by Nicolas Pena · 7 years ago
  76. 3a4ebcc Create ParseDataType unit tests based on specs. by Henrique Nakashima · 7 years ago
  77. 2b918c8 Fixup naming of XFA graphics classes by Dan Sinclair · 7 years ago
  78. 7b8f88a Fix build of pdfium_diff when coverage is enabled by Ryan Harrison · 7 years ago
  79. 7f55a54 Rename CPWL_Color to CFX_Color by Dan Sinclair · 7 years ago
  80. fe75997 Rename cfx_color to cxfa_color by Dan Sinclair · 7 years ago
  81. 53aafa9 Basic APIs and test for retrieving embedded attachment count and name by Jane Liu · 7 years ago
  82. 92e2276 Move core/fxge/ge to core/fxge. by Dan Sinclair · 7 years ago
  83. b9eed2f Fix nits in CFFL_FormFiller by Dan Sinclair · 7 years ago
  84. cb50b5f Add embedder tests for form combobox text selection. by Diana Gage · 7 years ago
  85. f3024c3 Split CFDE_CSSTextBuf in two. by Lei Zhang · 7 years ago
  86. ba57b6c Add missing config to new image_diff target. by Lei Zhang · 7 years ago
  87. b9776c7 Adding back the CFX_DateTime print helpers. by Henrique Nakashima · 7 years ago
  88. 5c3e5c1 Cleaning up fx_string_testhelpers. by Henrique Nakashima · 7 years ago
  89. 143959d Move image_diff code into testing/image_diff/ by Lei Zhang · 7 years ago
  90. 7ca47d5 Converting CFX_ByteTextBuf to ostringstream in SAX. by Henrique Nakashima · 7 years ago
  91. 6c5ea10 Add start of CFGAS_FormatString tests by Dan Sinclair · 7 years ago
  92. af680b1 Add a basic embedder test for CPWL_Edit. by Lei Zhang · 7 years ago
  93. 633a3b7 Rename PWL_FooBar files to cpwl_foo_bar. by Lei Zhang · 7 years ago
  94. fac46f8 Split timer classes out of PWL_Wnd.h by Lei Zhang · 7 years ago
  95. 4fd9a47 Basic APIs and tests for extracting annotations by Jane Liu · 7 years ago
  96. 5171a27 Use unique_ptrs for codec contexts in ccodec_progressivedecoder. by Tom Sepez · 7 years ago
  97. 169b301 Use proper file names in core/fpdfapi/font by Nicolas Pena · 7 years ago
  98. 1bbcb35 Replace SymbolShapeHint with a boolean. by Lei Zhang · 7 years ago
  99. 2eddb66 Split apart remaining xfa/fxfa/app files by Dan Sinclair · 7 years ago
  100. 3a4c408 Rename CPDF_LinkExtract test file to match class by Dan Sinclair · 7 years ago