summaryrefslogtreecommitdiff
path: root/core/fpdfdoc
AgeCommit message (Expand)Author
2018-05-14Cleanup CPDF_Form parsing codechromium/3431Dan Sinclair
2018-05-08Mark CPDF_Object pointers as const in CPDF_ViewerPreferences.Lei Zhang
2018-05-08Make one more CPDF_PageObjectHolder member protected.Lei Zhang
2018-05-07Add some getters for CPDF_PageObjectHolder.Lei Zhang
2018-05-02Add a CFX_XMLDocument class.Dan Sinclair
2018-04-25Fix slight type inconsistencies discovered with strict FPDF API types.Tom Sepez
2018-04-23Revert "Change CFX_XML Save to take a write stream"dsinclair
2018-04-23Change CFX_XML Save to take a write streamDan Sinclair
2018-04-17Convert CFX_XMLParser to take a IFX_SeekableStreamdan sinclair
2018-04-17Add constants for PDF 1.7 spec, table 3.4.Lei Zhang
2018-04-16Merge CFX_XMLElement and CFX_XMLAttributeNodedan sinclair
2018-04-16Put prototypes of PDF_NameEncode/Decode in fpdf_parser_utility.hTom Sepez
2018-04-16Remove CPWL_Edit rich text supportdan sinclair
2018-04-16Use CFX_XML instead of CXML in CPDF_Metadatadan sinclair
2018-04-13Add CPDF_Metadata unittestsdan sinclair
2018-04-13Move SharedForm check to CPDF_Metadata classdan sinclair
2018-04-12Add index parameter to quadpoints getter and setter.Ralf Sippl
2018-04-09Use pdfium::span<> in CFX_BitStream, CPDF_SimpleParser.Tom Sepez
2018-04-03Remove DefaultAppearance HasColor and return an optional insteadDan Sinclair
2018-04-03Use Optional to determine if appearance stream as fontchromium/3388Dan Sinclair
2018-03-28Remove CPDF_DefaultAppearance reference paramsDan Sinclair
2018-03-28Use CPDF_DefaultAppearance instead of custom parsingDan Sinclair
2018-03-28Remove ByteString PDF_NameDecodeDan Sinclair
2018-03-22Consolidate QuadPoints reading code in fpdfsdk.chromium/3380chromium/3379Lei Zhang
2018-03-21Change FXSYS_RGB() to FXSYS_BGR().Lei Zhang
2018-03-19Calculate AP for multi-line markup annotations correctlyRalf Sippl
2018-03-15Add a CFX_PathData::AppendRect() variant.chromium/3372Lei Zhang
2018-03-14Fix blend mode in generated APRalf Sippl
2018-03-09Cleanup CPDF_DefaultAppearancedan sinclair
2018-03-09Remove default params from CPDF_DefaultAppearance methodschromium/3368chromium/3367dan sinclair
2018-03-09Remove unused methods from CPDF_DefaultAppearancedan sinclair
2018-03-08CPDF_InterForm::ResetForm always returns truedan sinclair
2018-03-08Convert Before{Selection|Value}Change to return a boolchromium/3366dan sinclair
2018-03-08Remove BeforeFormImportData and BeforeFormResetdan sinclair
2018-03-08Remove uncalled AfterFormImportDatadan sinclair
2018-02-26Add some more missing consts.chromium/3356Tom Sepez
2018-02-10Renable -Wimplicit-fallthrough for PDFium.Nico Weber
2018-02-01Deprecate FPDFDest_GetPageIndex and create a fixed version.Henrique Nakashima
2018-01-30Use unsigned for char widthchromium/3335Nicolas Pena
2018-01-29Remove redundant checks in CPVT_WordRange::Intersect().Lei Zhang
2018-01-29Fix identical if/else blocks.Lei Zhang
2018-01-18Remove more unneeded includes and code from headers.Lei Zhang
2018-01-16Add support for XFA specific FormField typesRyan Harrison
2018-01-12Use enum for tracking form field typesRyan Harrison
2018-01-11Add jumbo build support for fdrm, fpdfdoc and fxcrt.Lei Zhang
2018-01-10Remove unused parameter from FPDFDest_GetView().Lei Zhang
2018-01-10Add FPDFAnnot_GetAP to public API.Henrique Nakashima
2018-01-08Style fixes in FPDFDOC_GetAnnotAPchromium/3316Henrique Nakashima
2018-01-05Remove unused code from CPDF_InterFormRyan Harrison
2018-01-05Convert CPDF_PageLabel::GetLabel to return Optional<WideString>Ryan Harrison