Age | Commit message (Expand) | Author |
2018-04-25 | Fix slight type inconsistencies discovered with strict FPDF API types. | Tom Sepez |
2018-04-23 | Revert "Change CFX_XML Save to take a write stream" | dsinclair |
2018-04-23 | Change CFX_XML Save to take a write stream | Dan Sinclair |
2018-04-17 | Convert CFX_XMLParser to take a IFX_SeekableStream | dan sinclair |
2018-04-17 | Add constants for PDF 1.7 spec, table 3.4. | Lei Zhang |
2018-04-16 | Merge CFX_XMLElement and CFX_XMLAttributeNode | dan sinclair |
2018-04-16 | Put prototypes of PDF_NameEncode/Decode in fpdf_parser_utility.h | Tom Sepez |
2018-04-16 | Remove CPWL_Edit rich text support | dan sinclair |
2018-04-16 | Use CFX_XML instead of CXML in CPDF_Metadata | dan sinclair |
2018-04-13 | Add CPDF_Metadata unittests | dan sinclair |
2018-04-13 | Move SharedForm check to CPDF_Metadata class | dan sinclair |
2018-04-12 | Add index parameter to quadpoints getter and setter. | Ralf Sippl |
2018-04-09 | Use pdfium::span<> in CFX_BitStream, CPDF_SimpleParser. | Tom Sepez |
2018-04-03 | Remove DefaultAppearance HasColor and return an optional instead | Dan Sinclair |
2018-04-03 | Use Optional to determine if appearance stream as fontchromium/3388 | Dan Sinclair |
2018-03-28 | Remove CPDF_DefaultAppearance reference params | Dan Sinclair |
2018-03-28 | Use CPDF_DefaultAppearance instead of custom parsing | Dan Sinclair |
2018-03-28 | Remove ByteString PDF_NameDecode | Dan Sinclair |
2018-03-22 | Consolidate QuadPoints reading code in fpdfsdk.chromium/3380chromium/3379 | Lei Zhang |
2018-03-21 | Change FXSYS_RGB() to FXSYS_BGR(). | Lei Zhang |
2018-03-19 | Calculate AP for multi-line markup annotations correctly | Ralf Sippl |
2018-03-15 | Add a CFX_PathData::AppendRect() variant.chromium/3372 | Lei Zhang |
2018-03-14 | Fix blend mode in generated AP | Ralf Sippl |
2018-03-09 | Cleanup CPDF_DefaultAppearance | dan sinclair |
2018-03-09 | Remove default params from CPDF_DefaultAppearance methodschromium/3368chromium/3367 | dan sinclair |
2018-03-09 | Remove unused methods from CPDF_DefaultAppearance | dan sinclair |
2018-03-08 | CPDF_InterForm::ResetForm always returns true | dan sinclair |
2018-03-08 | Convert Before{Selection|Value}Change to return a boolchromium/3366 | dan sinclair |
2018-03-08 | Remove BeforeFormImportData and BeforeFormReset | dan sinclair |
2018-03-08 | Remove uncalled AfterFormImportData | dan sinclair |
2018-02-26 | Add some more missing consts.chromium/3356 | Tom Sepez |
2018-02-10 | Renable -Wimplicit-fallthrough for PDFium. | Nico Weber |
2018-02-01 | Deprecate FPDFDest_GetPageIndex and create a fixed version. | Henrique Nakashima |
2018-01-30 | Use unsigned for char widthchromium/3335 | Nicolas Pena |
2018-01-29 | Remove redundant checks in CPVT_WordRange::Intersect(). | Lei Zhang |
2018-01-29 | Fix identical if/else blocks. | Lei Zhang |
2018-01-18 | Remove more unneeded includes and code from headers. | Lei Zhang |
2018-01-16 | Add support for XFA specific FormField types | Ryan Harrison |
2018-01-12 | Use enum for tracking form field types | Ryan Harrison |
2018-01-11 | Add jumbo build support for fdrm, fpdfdoc and fxcrt. | Lei Zhang |
2018-01-10 | Remove unused parameter from FPDFDest_GetView(). | Lei Zhang |
2018-01-10 | Add FPDFAnnot_GetAP to public API. | Henrique Nakashima |
2018-01-08 | Style fixes in FPDFDOC_GetAnnotAPchromium/3316 | Henrique Nakashima |
2018-01-05 | Remove unused code from CPDF_InterForm | Ryan Harrison |
2018-01-05 | Convert CPDF_PageLabel::GetLabel to return Optional<WideString> | Ryan Harrison |
2018-01-04 | Open FPDFDest_GetView API. | Henrique Nakashima |
2018-01-03 | Remove unused methods from CPDF_VariableText | Nicolas Pena |
2017-12-20 | Add comments for CPDF_AAction types. | Lei Zhang |
2017-12-12 | Remove non-const refs in CPDF_NameTree functions. | Lei Zhang |
2017-12-11 | Remove default arguments to CPDF_StreamAcc::LoadAllData(). | Lei Zhang |