Age | Commit message (Expand) | Author |
2018-05-31 | Remove uselesss code. | Artem Strygin |
2018-05-31 | Move codepage/charset methods into related places. | Artem Strygin |
2018-05-28 | Add const/non-const versions of remaining CPDF_Dictionary methods. | Lei Zhang |
2018-05-25 | Mark more CPDF_Objects as const in action and bookmark code. | Lei Zhang |
2018-05-25 | Remove CPDF_FormField::{Insert,Clear}Option | Tom Sepez |
2018-05-24 | Mark some pointers as non-const in CPDF_NameTree. | Lei Zhang |
2018-05-24 | Improve constness for more CPDF_Objects pointers. | Lei Zhang |
2018-05-22 | Make friend RetainPtr<T> statements consistently public. | Lei Zhang |
2018-05-17 | Update third_party/base/compiler_specific.h. | Lei Zhang |
2018-05-14 | Cleanup CPDF_Form parsing codechromium/3431 | Dan Sinclair |
2018-05-08 | Mark CPDF_Object pointers as const in CPDF_ViewerPreferences. | Lei Zhang |
2018-05-08 | Make one more CPDF_PageObjectHolder member protected. | Lei Zhang |
2018-05-07 | Add some getters for CPDF_PageObjectHolder. | Lei Zhang |
2018-05-02 | Add a CFX_XMLDocument class. | Dan Sinclair |
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 |