1. d6ae2af Rename IJS_Context to IJS_EventContext. by Tom Sepez · 8 years ago
  2. 4905840 Add public API for adding text with standard fonts by Nicolas Pena · 8 years ago
  3. 5f2d381 Replace CPWL_Point with CFX_PointF by Dan Sinclair · 8 years ago
  4. 21e954b Remove CopyToLocal from CFDE_CSSDeclaration by Dan Sinclair · 8 years ago
  5. 36c18c8 Add CFDE_CSSValueListParser tests by Dan Sinclair · 8 years ago
  6. 55e026b Add APIs for path construction and painting by Nicolas Pena · 8 years ago
  7. 44b297b Clean up CSS code to match styles. by dan sinclair · 8 years ago
  8. 4bd0d99 Add CPDF_PageContentGenerator::ProcessPath supporting path construction by Nicolas Pena · 8 years ago
  9. 6e162b5 Fixup coverage build by dsinclair · 8 years ago
  10. 7a82a62 Remove obsolete include of build_overrides/v8.gni by brettw · 8 years ago
  11. 6414b27 Cleanup CSS parsing by Dan Sinclair · 8 years ago
  12. bc8dcc3 Add ObservedPtrs to PWL_CREATEPARAM by Dan Sinclair · 8 years ago
  13. 95bec80 Split fde/css files into individual class files. by Dan Sinclair · 8 years ago
  14. 19c209d Split CFDE_CSSPrimitiveValue apart by Dan Sinclair · 8 years ago
  15. 3285c56 Start CSS parser unit tests by Dan Sinclair · 8 years ago
  16. da48997 Add optional coverage flags to build by Dan Sinclair · 8 years ago
  17. 6efd0d7 Replace remaining CSS interfaces with concrete classes by Dan Sinclair · 8 years ago
  18. cfb856c Remove IFDE_CSS interfaces which are only implemented once. by Dan Sinclair · 8 years ago
  19. db76470 Add postscript path by rbpotter · 8 years ago
  20. d805eec Use observed pointers in CPDFSDK_AnnotIterator. by tsepez · 8 years ago
  21. 0cb9b8c Strip out custom allocator code by Dan Sinclair · 8 years ago
  22. 1f5d498 Split xfa_textlayout apart. by Dan Sinclair · 8 years ago
  23. 0e6438e Remove custom allocator from CFDE_TxtEdtBuf. by Dan Sinclair · 8 years ago
  24. 5e9066c Add CFDE_TxtEdtBuf tests by dsinclair · 8 years ago
  25. 591ed14 Remove CFX_MapPtrToPtr and templates. by tsepez · 8 years ago
  26. 8d94b66 Revert postscript code removal. by rbpotter · 8 years ago
  27. 0ef7ba0 Kill render_int.h by Nicolas Pena · 8 years ago
  28. 72f50f2 Cleanup ThemeProvider code by Dan Sinclair · 8 years ago
  29. eda80ef Kill last use of CFX_PtrList. by tsepez · 8 years ago
  30. ea7657c Remove unused sysbtn code by dsinclair · 8 years ago
  31. 0d73909 Remove CJBig2_List in favor of std::vector<std::unique_ptr<>> by tsepez · 8 years ago
  32. 447b1f3 Move xfa/fwl/core to xfa/fwl. by dsinclair · 8 years ago
  33. 4614b45 Cleanup FWL Event and Message code. by dsinclair · 8 years ago
  34. f6ee820 [android] Make pdfium_unittests work on Android. by jbudorick · 8 years ago
  35. 4bed2af Rename fpdf_render_image and fpdf_render_text by npm · 8 years ago
  36. d7ecb5f Kill off fpdf_render_cache.cpp by npm · 8 years ago
  37. 8a463c5 Remove fpdf_render.cpp by Nicolas Pena · 8 years ago
  38. 0275910 Protect against unexpected library create/destroy by tsepez · 8 years ago
  39. 2c489cc Merge IFWL and CFWL classes. by dsinclair · 8 years ago
  40. 0ce11ee Rename IFWL classes which do not have CFWL equivalents by dsinclair · 8 years ago
  41. 81b2246 Add CFX_MaybeOwned<> template. by tsepez · 8 years ago
  42. 9067fd6 Add APIs for limited use of document tagged code. by thestig · 8 years ago
  43. 43f382c Move CPDF_ImageRenderer from render_int by npm · 8 years ago
  44. 1a7534a Rename IFWL_App to CFWL_App by dsinclair · 8 years ago
  45. d643729 Rename IFWL_Timer and IFWL_TimerInfo by dsinclair · 8 years ago
  46. 1aff265 Continue splitting pageint.h into per-class files by tsepez · 8 years ago
  47. 4572c8a Remove the GetCaption dataprovider method by dsinclair · 8 years ago
  48. 37b6d14 Split fwl/core class pt II. by dsinclair · 8 years ago
  49. 4b91a2d Clean up CFGAS_GEFont by npm · 8 years ago
  50. bcd3e53 Check dimensions and content of bitmaps in EmbedderTests. by thestig · 8 years ago
  51. f5cabbf Add unit test for fdrm's MD5 by tsepez · 8 years ago
  52. dd17234 Split fwl/core class pt I. by dsinclair · 8 years ago
  53. ca5300a Continue splitting up render_int by npm · 8 years ago
  54. 430ab83 Add unit test for CXFA_FileRead. by tsepez · 8 years ago
  55. 483f3c4 Move CPDF_RenderStatus from render_int by npm · 8 years ago
  56. 3855f7f Unify the three CFWL_EventType::SelectChange classes. by dsinclair · 8 years ago
  57. 935c631 Move CPDF_DocRenderData from render_int by npm · 8 years ago
  58. b977720 Create CFWL_EvtEditChanged by dsinclair · 8 years ago
  59. a43715b Convert single use EventTypes to class files. by dsinclair · 8 years ago
  60. 098f454 Move the IFWL_Edit Events out of ifwl_edit.h by dsinclair · 8 years ago
  61. 0baa5c7 Split the common event classes out to files. by dsinclair · 8 years ago
  62. 242b95e Move the message definitions to their own files. by dsinclair · 8 years ago
  63. af177fe Create a subset of skia support for paths only by caryclark · 8 years ago
  64. f16f6b8 Revert of Create a subset of skia support for paths only (patchset #10 id:180001 of https://codereview.chromium.org/2491693002/ ) by dsinclair · 8 years ago
  65. 5d22329 Create a subset of skia support for paths only by caryclark · 8 years ago
  66. 211d4ed Add fpdfppo_embeddertest.cpp. by tsepez · 8 years ago
  67. 8f3eb60 Remove IFGAS_FontMgr and clean up (the renamed) CFGAS_FontMgr a little. by npm · 8 years ago
  68. 72f15a0 Fold IFWL_DateTimeCalendar into IFWL_MonthCalendar by dsinclair · 8 years ago
  69. 3ff4dee Rename IFWL_ListItem to CFWL_ListItem by dsinclair · 8 years ago
  70. d0ecd89 Fix abort above FPDFPage_Flatten by tsepez · 8 years ago
  71. 62114cf Compile fuzzer sources in standalone builds. (try 2) by thestig · 8 years ago
  72. c59fa88 Add FPDFDest_GetLocationInPage API by dsinclair · 8 years ago
  73. c09625c Rename CPDF_Linearized to CPDF_LinearizedHeader by tsepez · 8 years ago
  74. a97fc7c Remove unused CFX_QuartzDevice(Driver) classes. by npm · 8 years ago
  75. 014b012 Clean up fpdf_page_parsers by npm · 8 years ago
  76. 240dec5 Reland of Unify some code by art-snake · 8 years ago
  77. 9adabf8 Revert of Compile fuzzer sources in standalone builds. (patchset #3 id:40001 of https://codereview.chromium.org/2480043002/ ) by npm · 8 years ago
  78. 470b5fa Compile fuzzer sources in standalone builds. by thestig · 8 years ago
  79. 19cd7cc Revert of Unify some code (patchset #14 id:260001 of https://codereview.chromium.org/2466023002/ ) by dsinclair · 8 years ago
  80. 71333dc Unify some code by art-snake · 8 years ago
  81. a5811f0 Unify CFWL_WidgetProperties and CFWL_WidgetImpProperties. by dsinclair · 8 years ago
  82. 3b3ce1a Merge delegates into IFWL_* classes. by dsinclair · 8 years ago
  83. 521b750 Rename CPDFXFA_Document to CPDFXFA_Context by dsinclair · 8 years ago
  84. 25ec646 Merge CPDFXFA_App into CPDFXFA_Document. by dsinclair · 8 years ago
  85. 8837c91 Reland: Make the CPDFXFA_App non-global by dsinclair · 8 years ago
  86. cfcc11e Name core/fxge/android files appropriately and use one file per class by npm · 8 years ago
  87. 3cad596 Add CPDF_Document::GetPage() unittests by npm · 8 years ago
  88. 8382803 Clean up fpf_skiafontmgr by npm · 8 years ago
  89. fd5ae3f Revert of Fix loading page using hint tables. (patchset #5 id:80001 of https://codereview.chromium.org/2437773003/ ) by npm · 8 years ago
  90. ef38283 Fix loading page using hint tables. by art-snake · 8 years ago
  91. 05259e9 Move fwl/lightwidget to fwl/core by dsinclair · 8 years ago
  92. fb50559 Merge the CFWL_*Imp classes into the IFWL_* classes. by dsinclair · 8 years ago
  93. 4e90313 Merge IFWL_App and FWL_AppImp together by dsinclair · 8 years ago
  94. 2239cee Rename CFX_CountRef to CFX_SharedCopyOnWrite by tsepez · 8 years ago
  95. a282c73 Revert of Reland: Make the CPDFXFA_App non-global (patchset #2 id:20001 of https://codereview.chromium.org/2418653003/ ) by dsinclair · 8 years ago
  96. f3736bc Reland: Make the CPDFXFA_App non-global by dsinclair · 8 years ago
  97. 271d9c0 Put CPDF_StreamContentParser into its own .cpp/.h files by tsepez · 8 years ago
  98. b685e64 Revert of Make the CPDFXFA_App non-global (patchset #3 id:80001 of https://codereview.chromium.org/2416753002/ ) by dsinclair · 8 years ago
  99. abefb79 Make the CPDFXFA_App non-global by dsinclair · 8 years ago
  100. 7cbe68e Merge CPDFSDK_Document into CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago