1. 507fb4e Convert Before{Selection|Value}Change to return a bool by dan sinclair · 7 years ago
  2. f19255a Remove BeforeFormImportData and BeforeFormReset by dan sinclair · 7 years ago
  3. 4ce3f6e Remove uncalled AfterFormImportData by dan sinclair · 7 years ago
  4. f8af565 Rename IFX classes in core/fxge to Iface by Dan Sinclair · 7 years ago
  5. a32145f Rename core/fxcrt IFX files to Iface by Dan Sinclair · 7 years ago
  6. 1330ebb Make FPDFBitmap_GetFormat() work for JBIG images. by Lei Zhang · 7 years ago
  7. 40482e6 Use CPDF_DIBSource::LoadState enum class in more places. by Lei Zhang · 7 years ago
  8. 53341dd Add a test for FPDFImageObj_GetBitmap() with a JBIG image. by Lei Zhang · 7 years ago
  9. e24d5a8 Get rid of some static variables. by Tom Sepez · 7 years ago
  10. 1087ebc Fix mouse pointer in XFA forms. by Henrique Nakashima · 7 years ago
  11. 067a44f Fix fallthroughs in XFA code. by Henrique Nakashima · 7 years ago
  12. 844d79e Improve performance of writing path floats. by Dan Sinclair · 7 years ago
  13. 30b41e4 Mark some CPDF_Dictionary pointers as const. by Lei Zhang · 7 years ago
  14. c86193c Remove a parameter from CPDF_NPageToOneExporter::MakeXObject(). by Lei Zhang · 7 years ago
  15. ae0853d Allow creation of FreeText annotations. by Henrique Nakashima · 7 years ago
  16. c113c7a Get rid of EmbedderTest::RenderPageWithFlagsDeprecated(). by Lei Zhang · 7 years ago
  17. f6ecadb Renable -Wimplicit-fallthrough for PDFium. by Nico Weber · 7 years ago
  18. 257900b Use CPDF_Dictionary::SetRectFor() when appropriate. by Lei Zhang · 7 years ago
  19. bc5dd9e Use CFX_Size in CPDF_Page and fpdf_ppo.cpp. by Lei Zhang · 7 years ago
  20. 2404eba Fix nits in ParsePageRangeString(). by Lei Zhang · 7 years ago
  21. 107fa7b Get rid of EmbedderTest::RenderPageDeprecated(). by Lei Zhang · 7 years ago
  22. 026717c Split CPDF_PageOrganizer into multiple classes. by Lei Zhang · 7 years ago
  23. 9526009 Add document getters in CPDF_PageOrganizer. by Lei Zhang · 7 years ago
  24. 75c8171 Do more page load/unload checks in EmbedderTest. by Lei Zhang · 7 years ago
  25. 6183a6e Remove some deprecated RenderPage method usage. by Lei Zhang · 7 years ago
  26. a98e366 Clean up RenderPage methods in EmbedderTest. by Lei Zhang · 7 years ago
  27. 87d02d5 More GetPageNumbers() clean up in fpdf_ppo.cpp. by Lei Zhang · 7 years ago
  28. fbe978d Change MakeXObject to update reference from the root of the source page. by xlou · 7 years ago
  29. bfeab62 Fix caret not appearing in XFA Edits. by Henrique Nakashima · 7 years ago
  30. 29561e5 Add rendering embeddertests for FPDF_ImportNPagesToOne. by xlou · 7 years ago
  31. 0729be2 Make EmbedderTest class member style consistent. by Lei Zhang · 7 years ago
  32. a21d593 Add FPDFAnnotationDeleter for use with std::unique_ptr. by Lei Zhang · 7 years ago
  33. 9cbd2dd Make global object function names clearer. by Tom Sepez · 7 years ago
  34. f7c84e9 Fix IWYU errors in fpdfppo.cpp. by Lei Zhang · 7 years ago
  35. 59790ce Make CFXJSE-created contexts refer to their CFXJS counteparts. by Tom Sepez · 7 years ago
  36. 2702836 Change internal usages of GetPageIndexDeprecated() to new method. by Henrique Nakashima · 7 years ago
  37. fb25606 Make FXJSE_Engine constructed from FXJS_Engine. by Tom Sepez · 7 years ago
  38. e899dd7 Change return of FPDFDest_GetDestPageIndex to int. by Henrique Nakashima · 7 years ago
  39. 71a7d37 Deprecate FPDFDest_GetPageIndex and create a fixed version. by Henrique Nakashima · 7 years ago
  40. 1fc5331 [jumbo] Compile fix: Move a GetPageContent to a more limited scope by Daniel Bratell · 7 years ago
  41. f5ca90c Rename some CJS / IJS names for clarity. by Tom Sepez · 7 years ago
  42. 66ce22c Experimental API for N-up feature support for print by xlou · 7 years ago
  43. 2334660 Use unsigned for char width by Nicolas Pena · 7 years ago
  44. 1d82ba4 Cleanup some param passing code by Dan Sinclair · 7 years ago
  45. aa1c787 Guard usages of tellp(). It may return -1 in error cases. by Henrique Nakashima · 7 years ago
  46. 8cdea72 Cleanup duplicate RunScript code by Dan Sinclair · 7 years ago
  47. ce047a6 Cleanup some SDK code by Dan Sinclair · 7 years ago
  48. 1917cdd Cleanup some CPDFSDK_Widget XFA code. by Dan Sinclair · 7 years ago
  49. af9f836 Combine more combo and list code by Dan Sinclair · 7 years ago
  50. 95b232f Cleanup some ChoiceList code by Dan Sinclair · 7 years ago
  51. 32d5de5 Change pageNums from uint16_t to uint32_t by xlou · 7 years ago
  52. 5e332f1 Cleanup the FFWidget determination code. by Dan Sinclair · 7 years ago
  53. d6e92bd Clean up FPDF_GetFormType(). by Lei Zhang · 7 years ago
  54. bc48692 Fix identical if/else blocks. by Lei Zhang · 7 years ago
  55. 6e8a3e6 Code cleanup - create a new function GetPageNumbers by xlou · 7 years ago
  56. 414cc9c Remove GetWidgetAcc calls by Dan Sinclair · 7 years ago
  57. 9b85f4b Merge CXFA_WidgetAcc into CXFA_Node by Dan Sinclair · 7 years ago
  58. 8a0941d Remove CXFA_WidgetAcc from CXFA_FFDocView methods by Dan Sinclair · 7 years ago
  59. 1e5f87e Use accessor for WidgetAcc by Dan Sinclair · 7 years ago
  60. 0891515 Convert CXFA_WidgetAccIterator to CXFA_ReadyNodeIterator by Dan Sinclair · 7 years ago
  61. 7f2d01a Convert CXFA_EventParam to store a CXFA_Node by Dan Sinclair · 7 years ago
  62. 1ca4216 Convert CXFA_FFWidgetHandler to use CXFA_Node by Dan Sinclair · 7 years ago
  63. 04f50cf Remove unused WidgetPreRemove and WidgetPostAdd params by Dan Sinclair · 7 years ago
  64. ed4038b Move the UI elements from CXFA_WidgetAcc to CXFA_Node by Dan Sinclair · 7 years ago
  65. d7d584d Add flag to notify if a node widget is ready by Dan Sinclair · 7 years ago
  66. 27d718e Add jumbo build support for fxge and pwl. by Lei Zhang · 7 years ago
  67. 6e59fb5 Remove more unneeded includes and code from headers. by Lei Zhang · 7 years ago
  68. 2914b6f Fix behavior of FPDF_RenderPageBitmapWithMatrix by Henrique Nakashima · 7 years ago
  69. 2615590 Add FPDF_GetPageBoundingBox API. by Henrique Nakashima · 7 years ago
  70. 2056fac Add support for XFA specific FormField types by Ryan Harrison · 7 years ago
  71. 9baf31f Use enum for tracking form field types by Ryan Harrison · 7 years ago
  72. 5970a47 Add FPDFAnnot_SetAP to public API. by Henrique Nakashima · 7 years ago
  73. 241752f Change FPDFText_GetCharBox() to return a boolean. by Lei Zhang · 7 years ago
  74. 96d6b4d Remove core/fxge/cfx_fontmgr.h from headers. by Lei Zhang · 7 years ago
  75. 7625021 Change FPDFText_GetRect() to return a boolean. by Lei Zhang · 7 years ago
  76. 89fa5df Use range-based for-loops in a few more places. by Lei Zhang · 7 years ago
  77. 4afee17 Fix some nits from commit a74e75d. by Lei Zhang · 7 years ago
  78. 326c38c Remove unused parameter from FPDFDest_GetView(). by Lei Zhang · 7 years ago
  79. a74e75d Add FPDFAnnot_GetAP to public API. by Henrique Nakashima · 7 years ago
  80. 50bd8fa Change FPDFLink_GetRect() to return a boolean. by Lei Zhang · 7 years ago
  81. 594b3ee Add missing C API check after commit ecd063ec. by Lei Zhang · 7 years ago
  82. ecd063e Expose marked content IDs for images and alt text. by Julian Lunger · 7 years ago
  83. a88e305 Fix some nits in FPDF_BStr_Set(). by Lei Zhang · 7 years ago
  84. 9dfcdd2 Move Process* methods to CXFA_Node by Dan Sinclair · 7 years ago
  85. 0c53b00 Change the FFWidgets to store the node by Dan Sinclair · 7 years ago
  86. 2f265db Move proxy methods from CXFA_WidgetAcc to CXFA_Node by Dan Sinclair · 7 years ago
  87. 245f80c Convert CFWL_Edit Cut & Copy out param to return by Ryan Harrison · 7 years ago
  88. 8eeee77 Convert CPDF_PageLabel::GetLabel to return Optional<WideString> by Ryan Harrison · 7 years ago
  89. b7e315c Remove CXFA_FFDocView from CXFA_WidgetAcc. by Dan Sinclair · 7 years ago
  90. 492ad36 Remove unneeded vector implementations from cpwl_edit_impl by Nicolas Pena · 7 years ago
  91. c560a8c Convert usages of pdfium::Optional to Optional by Ryan Harrison · 7 years ago
  92. de3f3fc Open FPDFDest_GetView API. by Henrique Nakashima · 7 years ago
  93. c1e5756 Move ProcessValueChanged from CXFA_WidgetAcc to CXFA_FFDocView by Dan Sinclair · 7 years ago
  94. d9dfb6c Merge CXFA_WidgetData into CXFA_WidgetAcc by Dan Sinclair · 7 years ago
  95. cbcae9b Remove unused methods from CPDF_VariableText by Nicolas Pena · 7 years ago
  96. 208eecf Avoid default arguments in EmbedderTest::OpenDocument(). by Lei Zhang · 7 years ago
  97. 58c2c14 Remove some dead code. by Lei Zhang · 7 years ago
  98. 9ccf087 Add missing fpdfview_c_api_test.c entries. by Lei Zhang · 7 years ago
  99. c5e0f66 Fold CXFA_SubmitData into CXFA_Submit by Dan Sinclair · 7 years ago
  100. 9a3a077 Use size_t in CXML_Element and callers. by Lei Zhang · 7 years ago