1. 2617056 Add constants for PDF 1.7 spec, table 3.4. by Lei Zhang · 6 years ago
  2. a4c7ac4 Implement FORM_GetFocusedText() API. by Lei Zhang · 6 years ago
  3. 3900ddb Add a virtual CPWL_Wnd::GetText() method. by Lei Zhang · 6 years ago
  4. 6b26e1a Remove non-const CPDF_PageObjectHolder::GetPageObjectList(). by Henrique Nakashima · 6 years ago
  5. c49e62e Add test for saving after adding or removing page objects. by Henrique Nakashima · 6 years ago
  6. a7b1559 Put prototypes of PDF_NameEncode/Decode in fpdf_parser_utility.h by Tom Sepez · 6 years ago
  7. d08667c Check that CFX_DIBitmap::Create calls succeeds in fpdf_view by Nicolas Pena · 6 years ago
  8. 3d523e3 Revert "Return pdfium::span<char> from ByteString::GetBuffer()." by Tom Sepez · 6 years ago
  9. b747531 Remove CPWL_Edit rich text support by dan sinclair · 6 years ago
  10. e04b66c Move SharedForm check to CPDF_Metadata class by dan sinclair · 6 years ago
  11. 996c930 Rename the other CPDF_Color::SetValue() variant. by Lei Zhang · 6 years ago
  12. 1638179 Add index parameter to quadpoints getter and setter. by Ralf Sippl · 6 years ago
  13. 80a6cbe Return pdfium::span<char> from ByteString::GetBuffer(). by Tom Sepez · 6 years ago
  14. a8db06a Change CPDF{XFA}_Page::PageToDevice() to take a CFX_PointF. by Lei Zhang · 6 years ago
  15. 822886b Add return value to FPDF_DeviceToPage(). by Lei Zhang · 6 years ago
  16. 56cc5c1 Add CPDF_Page::DeviceToPage() / PageToDevice(). by Lei Zhang · 6 years ago
  17. a105fa1 Change some CPDFXFA_Page methods to take rects and points. by Lei Zhang · 6 years ago
  18. c4242b2 Change GetDisplayMatrix methods to take FX_RECT. by Lei Zhang · 6 years ago
  19. 1c23a6d Make CFX_Font take FX_RECT out params by pointer. by Lei Zhang · 6 years ago
  20. e6d4559 Clean up some CFX_RenderDevice code. by Lei Zhang · 6 years ago
  21. 62110c9 Cleanup CXFA_FFDoc by Dan Sinclair · 6 years ago
  22. 2efb11c Retrieve the XML tree in the DocumentParser by Dan Sinclair · 6 years ago
  23. e1a41af [xfa] Remove form checksum abilities by Dan Sinclair · 6 years ago
  24. 1e934f6 Remove use of GetBuffer()/ReleaseBuffer() when c_str() is sufficient. by Tom Sepez · 6 years ago
  25. 7d865b6 Remove CFX_Rect. by Lei Zhang · 6 years ago
  26. e5c3ebd Change CFX_RenderDevice::FillRect() to take FX_RECT by const-ref. by Lei Zhang · 6 years ago
  27. 537115b Implement CPDFSDK_XFAWidgetHandler::OnKillFocus. by Henrique Nakashima · 6 years ago
  28. 741d5e1 Merge CXFA_FFDoc::{Start|Do|Stop}Load methods by Dan Sinclair · 6 years ago
  29. b948046 Remove unused XFA Widget API methods by Ryan Harrison · 6 years ago
  30. 10f9fb3 Ignore bad data in the shared object hint table. by Lei Zhang · 6 years ago
  31. 14f8897 Remove spellchecking code from XFA by Ryan Harrison · 6 years ago
  32. 28bb2f2 Remove DefaultAppearance HasColor and return an optional instead by Dan Sinclair · 6 years ago
  33. 4c22dd5 Use Optional to determine if appearance stream as font by Dan Sinclair · 6 years ago
  34. 3998067 Remove FPDF_SetPrintPostscriptLevel(). by Lei Zhang · 6 years ago
  35. a17a0e2 Remove CPDF_DefaultAppearance reference params by Dan Sinclair · 6 years ago
  36. cbf76e6 Rename CBA_AnnotIterator to CPDFSDK_AnnotIterator by Dan Sinclair · 6 years ago
  37. 53a8093 Use CPDF_DefaultAppearance instead of custom parsing by Dan Sinclair · 6 years ago
  38. 971a674 Rename fpdfsdk/fpdf* files to be consistent by Dan Sinclair · 6 years ago
  39. 7d12532 More fpdfsdk filename cleanup by Dan Sinclair · 6 years ago
  40. 00d47a6 Rename some fsdk files to cpdfsdk by Dan Sinclair · 6 years ago
  41. 7aba472 Cleanup fsdk_define methods by Dan Sinclair · 6 years ago
  42. 14094f2 Remove ByteString PDF_NameDecode by Dan Sinclair · 6 years ago
  43. e6ce342 Simplify some XFA font manager creation by Dan Sinclair · 6 years ago
  44. c90adc5 Open FPDF_PAGEOBJECTMARK API. by Henrique Nakashima · 6 years ago
  45. 5098b25 Reland "Add FPDFAnnot_CountAttachmentPoints" by Henrique Nakashima · 6 years ago
  46. ac3e57e Revert "Add FPDFAnnot_CountAttachmentPoints" by Henrique Nakashima · 6 years ago
  47. 2c47fb2 Do not call CPDF_PageObjectList directly in fpdfeditpage.cpp. by Henrique Nakashima · 6 years ago
  48. ca28cb6 Add FPDFAnnot_CountAttachmentPoints by Ralf Sippl · 6 years ago
  49. aaed698 Consolidate QuadPoints reading code in fpdfsdk. by Lei Zhang · 6 years ago
  50. 19a33e4 Rewrite CPDFXFA_DocEnvironment::GetPopupPos. by Henrique Nakashima · 6 years ago
  51. 11767d3 Add functions to convert various FPDF_ types. by Lei Zhang · 6 years ago
  52. bf85fee Add a regression test for bug 821454. by Lei Zhang · 6 years ago
  53. c3cffbe Fix some param names in the public API. by Lei Zhang · 6 years ago
  54. 4f7479a Change FXSYS_RGB() to FXSYS_BGR(). by Lei Zhang · 6 years ago
  55. 765d1eb Rename one ArgbEncode() variant to AlphaAndColorRefToArgb(). by Lei Zhang · 6 years ago
  56. 40d37b1 Rename "RGB" methods/variables to "ColorRef" in CPDF_ColorState. by Lei Zhang · 6 years ago
  57. 2e6405c Change ArgbToColorRef() to ArgbToAlphaAndColorRef(). by Lei Zhang · 6 years ago
  58. b3a5240 Calculate AP for multi-line markup annotations correctly by Ralf Sippl · 6 years ago
  59. 2083092 Add more options to combobox_form.pdf resource. by Henrique Nakashima · 6 years ago
  60. 704a617 Avoid crashing in FPDFText_CountRects() for invalid start values. by Lei Zhang · 6 years ago
  61. 20c9477 Avoid crashing in FPDFText_CountRects() for negative count values. by Lei Zhang · 6 years ago
  62. 30e0498 Add more tests for FPDFText_CountRects(). by Lei Zhang · 6 years ago
  63. 502e859 Rename some variables in FPDFTextEmbeddertest. by Lei Zhang · 6 years ago
  64. aca3efc Fix methods that have definition with different parameter names. by Lei Zhang · 6 years ago
  65. 9d7c7ff Make more variables const-ref. by Lei Zhang · 6 years ago
  66. 7d75650 Add a CFX_PathData::AppendRect() variant. by Lei Zhang · 6 years ago
  67. 35841fa Create FPDFPage_RemoveObject(). by Henrique Nakashima · 6 years ago
  68. 9875889 Use Width()/Height() methods from rectangles. by Lei Zhang · 6 years ago
  69. 0a68fd6 Remove unused CPDFSDK_BAAnnot methods. by Lei Zhang · 6 years ago
  70. 7a1aa5f Remove usage of FXSYS_*ASCIIlower/upper methods by Ryan Harrison · 6 years ago
  71. 64c6643 Add test that non-ASCII characters to not foul hyphen processing by Ryan Harrison · 6 years ago
  72. 69da36c Explicitly mark helper methods that only operate on ASCII ranges by Ryan Harrison · 6 years ago
  73. 7544a4b CPDF_InterForm::ResetForm always returns true by dan sinclair · 6 years ago
  74. 507fb4e Convert Before{Selection|Value}Change to return a bool by dan sinclair · 6 years ago
  75. f19255a Remove BeforeFormImportData and BeforeFormReset by dan sinclair · 6 years ago
  76. 4ce3f6e Remove uncalled AfterFormImportData by dan sinclair · 6 years ago
  77. f8af565 Rename IFX classes in core/fxge to Iface by Dan Sinclair · 6 years ago
  78. a32145f Rename core/fxcrt IFX files to Iface by Dan Sinclair · 6 years ago
  79. 1330ebb Make FPDFBitmap_GetFormat() work for JBIG images. by Lei Zhang · 6 years ago
  80. 40482e6 Use CPDF_DIBSource::LoadState enum class in more places. by Lei Zhang · 6 years ago
  81. 53341dd Add a test for FPDFImageObj_GetBitmap() with a JBIG image. by Lei Zhang · 6 years ago
  82. e24d5a8 Get rid of some static variables. by Tom Sepez · 6 years ago
  83. 1087ebc Fix mouse pointer in XFA forms. by Henrique Nakashima · 6 years ago
  84. 067a44f Fix fallthroughs in XFA code. by Henrique Nakashima · 6 years ago
  85. 844d79e Improve performance of writing path floats. by Dan Sinclair · 6 years ago
  86. 30b41e4 Mark some CPDF_Dictionary pointers as const. by Lei Zhang · 6 years ago
  87. c86193c Remove a parameter from CPDF_NPageToOneExporter::MakeXObject(). by Lei Zhang · 6 years ago
  88. ae0853d Allow creation of FreeText annotations. by Henrique Nakashima · 6 years ago
  89. c113c7a Get rid of EmbedderTest::RenderPageWithFlagsDeprecated(). by Lei Zhang · 6 years ago
  90. f6ecadb Renable -Wimplicit-fallthrough for PDFium. by Nico Weber · 6 years ago
  91. 257900b Use CPDF_Dictionary::SetRectFor() when appropriate. by Lei Zhang · 6 years ago
  92. bc5dd9e Use CFX_Size in CPDF_Page and fpdf_ppo.cpp. by Lei Zhang · 6 years ago
  93. 2404eba Fix nits in ParsePageRangeString(). by Lei Zhang · 6 years ago
  94. 107fa7b Get rid of EmbedderTest::RenderPageDeprecated(). by Lei Zhang · 6 years ago
  95. 026717c Split CPDF_PageOrganizer into multiple classes. by Lei Zhang · 6 years ago
  96. 9526009 Add document getters in CPDF_PageOrganizer. by Lei Zhang · 6 years ago
  97. 75c8171 Do more page load/unload checks in EmbedderTest. by Lei Zhang · 6 years ago
  98. 6183a6e Remove some deprecated RenderPage method usage. by Lei Zhang · 6 years ago
  99. a98e366 Clean up RenderPage methods in EmbedderTest. by Lei Zhang · 6 years ago
  100. 87d02d5 More GetPageNumbers() clean up in fpdf_ppo.cpp. by Lei Zhang · 6 years ago