1. bd9237e Move CXFA_XMLParser to CFDE_XMLParser by Dan Sinclair · 7 years ago
  2. 0bb1333 Add some calls to MakeUnique by Dan Sinclair · 7 years ago
  3. 908c848 Move core/fxcrt XML files to core/fxcrt/xml by Dan Sinclair · 7 years ago
  4. bccf573 Rename tto/fde_textout to cfde_textout by Dan Sinclair · 7 years ago
  5. ddb7016 Move CFX files into fxcrt by Dan Sinclair · 7 years ago
  6. d9828fd Rename FDE files to match contents. by Dan Sinclair · 7 years ago
  7. 8e5038f Rename fgas_stream to ifgas_stream by Dan Sinclair · 7 years ago
  8. 4b0671a Allow configuration of external embedder FreeType by Dominik Röttsches · 7 years ago
  9. 3de5005 Upgrade to FreeType 2.7.1. by Lei Zhang · 7 years ago
  10. e778668 Move xfa/fxbarcode fxbarcode/ by Dan Sinclair · 7 years ago
  11. b929ab0 Remove fgas/localization directory by Dan Sinclair · 7 years ago
  12. bd5176e Rename fgas/localization files to match contents by Dan Sinclair · 7 years ago
  13. 0cf642f Rename CFX_Unitime to CFX_DateTime by Dan Sinclair · 7 years ago
  14. efcae5d Split xfa_object.h apart. by Dan Sinclair · 7 years ago
  15. 7b70189 Default to using bundled FreeType on Linux. by Lei Zhang · 7 years ago
  16. ec1843d Renaming and splitting in xfa/fxfa/parser. by Dan Sinclair · 7 years ago
  17. 3bb5751 Ensure that CFX_RetainPtr move ctor is used by std::vector. by Tom Sepez · 7 years ago
  18. 022ded0 Remove unused CFX_ArrayTemplate and CFX_BasicArray. by Tom Sepez · 7 years ago
  19. fa171d2 Allow adding complete_static_lib to build by dan sinclair · 7 years ago
  20. 0eb7476 Add JBig2_BitStream ReadNBits unittests by Dan Sinclair · 7 years ago
  21. 80c4878 Cleanup some xfa/fxfa code. by Dan Sinclair · 7 years ago
  22. 72a39ce Fixup mac release skia build by Dan Sinclair · 7 years ago
  23. 32b9455 Replace CPVT_ArrayTemplate in cpdf_variabletext.cpp and remove it. by Tom Sepez · 7 years ago
  24. 7a1220d Replace CLines class with std::vector<Cline>. by Tom Sepez · 7 years ago
  25. 1d17a04 Introduce unique_ptr compatible deleters for FPDF types by Tom Sepez · 7 years ago
  26. 939121f Cleanup some fgas locale code. by Dan Sinclair · 7 years ago
  27. e533b93 Create common base class for TxtBreak and RTFBreak. by Dan Sinclair · 7 years ago
  28. 893822a Merge text breaking helper classes. by Dan Sinclair · 7 years ago
  29. 77e2a6c Add utf-8 flag to win build. by Dan Sinclair · 7 years ago
  30. d8f45b3 Replace discrete array with a map. by dan sinclair · 7 years ago
  31. 6791295 Normalize channels when transforming CMYK to RGB by Nicolas Pena · 7 years ago
  32. fc9b988 Cleanup text code by Dan Sinclair · 8 years ago
  33. 19fad57 Adding tests for CFX_RTFBreak by Dan Sinclair · 8 years ago
  34. 4a21114 Use std::deque for CFX_TPOArray by Tom Sepez · 8 years ago
  35. b4a2618 Create virtual codec APIs so chrome/fuzzers can link separately by Tom Sepez · 8 years ago
  36. 73c9f3b Allow building XFA without additional codecs. by Tom Sepez · 8 years ago
  37. b9c69ab Cleanup CFX_Graphics. by Dan Sinclair · 8 years ago
  38. efcf362 Merge CFX_PathGenerator into CFX_Path. by Dan Sinclair · 8 years ago
  39. fc54e05 Cleanup PWL_Utils. by Dan Sinclair · 8 years ago
  40. d6ae2af Rename IJS_Context to IJS_EventContext. by Tom Sepez · 8 years ago
  41. 4905840 Add public API for adding text with standard fonts by Nicolas Pena · 8 years ago
  42. 5f2d381 Replace CPWL_Point with CFX_PointF by Dan Sinclair · 8 years ago
  43. 21e954b Remove CopyToLocal from CFDE_CSSDeclaration by Dan Sinclair · 8 years ago
  44. 36c18c8 Add CFDE_CSSValueListParser tests by Dan Sinclair · 8 years ago
  45. 55e026b Add APIs for path construction and painting by Nicolas Pena · 8 years ago
  46. 44b297b Clean up CSS code to match styles. by dan sinclair · 8 years ago
  47. 4bd0d99 Add CPDF_PageContentGenerator::ProcessPath supporting path construction by Nicolas Pena · 8 years ago
  48. 6e162b5 Fixup coverage build by dsinclair · 8 years ago
  49. 7a82a62 Remove obsolete include of build_overrides/v8.gni by brettw · 8 years ago
  50. 6414b27 Cleanup CSS parsing by Dan Sinclair · 8 years ago
  51. bc8dcc3 Add ObservedPtrs to PWL_CREATEPARAM by Dan Sinclair · 8 years ago
  52. 95bec80 Split fde/css files into individual class files. by Dan Sinclair · 8 years ago
  53. 19c209d Split CFDE_CSSPrimitiveValue apart by Dan Sinclair · 8 years ago
  54. 3285c56 Start CSS parser unit tests by Dan Sinclair · 8 years ago
  55. da48997 Add optional coverage flags to build by Dan Sinclair · 8 years ago
  56. 6efd0d7 Replace remaining CSS interfaces with concrete classes by Dan Sinclair · 8 years ago
  57. cfb856c Remove IFDE_CSS interfaces which are only implemented once. by Dan Sinclair · 8 years ago
  58. db76470 Add postscript path by rbpotter · 8 years ago
  59. d805eec Use observed pointers in CPDFSDK_AnnotIterator. by tsepez · 8 years ago
  60. 0cb9b8c Strip out custom allocator code by Dan Sinclair · 8 years ago
  61. 1f5d498 Split xfa_textlayout apart. by Dan Sinclair · 8 years ago
  62. 0e6438e Remove custom allocator from CFDE_TxtEdtBuf. by Dan Sinclair · 8 years ago
  63. 5e9066c Add CFDE_TxtEdtBuf tests by dsinclair · 8 years ago
  64. 591ed14 Remove CFX_MapPtrToPtr and templates. by tsepez · 8 years ago
  65. 8d94b66 Revert postscript code removal. by rbpotter · 8 years ago
  66. 0ef7ba0 Kill render_int.h by Nicolas Pena · 8 years ago
  67. 72f50f2 Cleanup ThemeProvider code by Dan Sinclair · 8 years ago
  68. eda80ef Kill last use of CFX_PtrList. by tsepez · 8 years ago
  69. ea7657c Remove unused sysbtn code by dsinclair · 8 years ago
  70. 0d73909 Remove CJBig2_List in favor of std::vector<std::unique_ptr<>> by tsepez · 8 years ago
  71. 447b1f3 Move xfa/fwl/core to xfa/fwl. by dsinclair · 8 years ago
  72. 4614b45 Cleanup FWL Event and Message code. by dsinclair · 8 years ago
  73. f6ee820 [android] Make pdfium_unittests work on Android. by jbudorick · 8 years ago
  74. 4bed2af Rename fpdf_render_image and fpdf_render_text by npm · 8 years ago
  75. d7ecb5f Kill off fpdf_render_cache.cpp by npm · 8 years ago
  76. 8a463c5 Remove fpdf_render.cpp by Nicolas Pena · 8 years ago
  77. 0275910 Protect against unexpected library create/destroy by tsepez · 8 years ago
  78. 2c489cc Merge IFWL and CFWL classes. by dsinclair · 8 years ago
  79. 0ce11ee Rename IFWL classes which do not have CFWL equivalents by dsinclair · 8 years ago
  80. 81b2246 Add CFX_MaybeOwned<> template. by tsepez · 8 years ago
  81. 9067fd6 Add APIs for limited use of document tagged code. by thestig · 8 years ago
  82. 43f382c Move CPDF_ImageRenderer from render_int by npm · 8 years ago
  83. 1a7534a Rename IFWL_App to CFWL_App by dsinclair · 8 years ago
  84. d643729 Rename IFWL_Timer and IFWL_TimerInfo by dsinclair · 8 years ago
  85. 1aff265 Continue splitting pageint.h into per-class files by tsepez · 8 years ago
  86. 4572c8a Remove the GetCaption dataprovider method by dsinclair · 8 years ago
  87. 37b6d14 Split fwl/core class pt II. by dsinclair · 8 years ago
  88. 4b91a2d Clean up CFGAS_GEFont by npm · 8 years ago
  89. bcd3e53 Check dimensions and content of bitmaps in EmbedderTests. by thestig · 8 years ago
  90. f5cabbf Add unit test for fdrm's MD5 by tsepez · 8 years ago
  91. dd17234 Split fwl/core class pt I. by dsinclair · 8 years ago
  92. ca5300a Continue splitting up render_int by npm · 8 years ago
  93. 430ab83 Add unit test for CXFA_FileRead. by tsepez · 8 years ago
  94. 483f3c4 Move CPDF_RenderStatus from render_int by npm · 8 years ago
  95. 3855f7f Unify the three CFWL_EventType::SelectChange classes. by dsinclair · 8 years ago
  96. 935c631 Move CPDF_DocRenderData from render_int by npm · 8 years ago
  97. b977720 Create CFWL_EvtEditChanged by dsinclair · 8 years ago
  98. a43715b Convert single use EventTypes to class files. by dsinclair · 8 years ago
  99. 098f454 Move the IFWL_Edit Events out of ifwl_edit.h by dsinclair · 8 years ago
  100. 0baa5c7 Split the common event classes out to files. by dsinclair · 8 years ago