summaryrefslogtreecommitdiff
path: root/core/fpdfapi
AgeCommit message (Expand)Author
2017-10-30Use CPDF_PageDataAvail to check page resources availability.Artem Strygin
2017-10-30Use CPDF_PageDataAvail to check form availability.Artem Strygin
2017-10-30Add test for CPDF_HintsTable.Artem Strygin
2017-10-27Revert "Revert "Reland "Remove ContrastAdjust()."""chromium/3253chromium/3252Henrique Nakashima
2017-10-27Revert "Reland "Remove ContrastAdjust().""Henrique Nakashima
2017-10-27Reland "Remove ContrastAdjust()."Henrique Nakashima
2017-10-27Revert "Remove ContrastAdjust()."Henrique Nakashima
2017-10-26Remove ContrastAdjust().Henrique Nakashima
2017-10-23Validate pattern sizes before usageDan Sinclair
2017-10-21Fix a FPDF_GetMetaText() crash.Lei Zhang
2017-10-19Tidy up bits of CPDF_RenderStatus.Lei Zhang
2017-10-18Fix rounding of colour valuesDan Sinclair
2017-10-17Fix loading mutually referencing colorspaces.chromium/3243Henrique Nakashima
2017-10-10Fix dangling pointer to ID array in CPDF_SecurityHandler.chromium/3238chromium/3237Henrique Nakashima
2017-10-10Fix crash when offset > file_size_ in cpdf_read_validator.cpp.Henrique Nakashima
2017-10-06Fix a crash in CPDF_ImageRenderer.chromium/3236chromium/3235Lei Zhang
2017-10-05Move CPDF_RenderOptions members to privateDan Sinclair
2017-10-05Cleanup CPDF_RenderStatusDan Sinclair
2017-10-05Remove CPDF_Object friendsDan Sinclair
2017-10-05Remove CPDF_CMapParser friendsDan Sinclair
2017-10-05Fix Null-dereference READ in CPDF_Dictionary::GetIntegerFor.Artem Strygin
2017-10-04Remove friends from CPDF_TextObjectchromium/3233Dan Sinclair
2017-10-04Remove CPDF_CMap friendsDan Sinclair
2017-10-04Make CPDF_TransferFunc members privateDan Sinclair
2017-10-04Make CPDF_FontGlobals members privateDan Sinclair
2017-10-04Fix Heap-use-after-free in CPDF_SecurityHandler::~CPDF_SecurityHandler.Artem Strygin
2017-10-04Improve readability for CPDF_LinearizedHeader.Artem Strygin
2017-10-04Unify parsing of cross ref table v4.Artem Strygin
2017-10-04Simplify CPDF_DataAvail::ParseIndirectObjectAtArtem Strygin
2017-10-03Unify CPDF_HintsTable.chromium/3232Artem Strygin
2017-10-03Improve CPDF_SecurityHandler code style.Artem Strygin
2017-10-03Simplify CPDF_Parser::GetIDArrayArtem Strygin
2017-10-03Move initialization of CPDF_CryptoHandler into CPDF_SytnaxParser initialization.Artem Strygin
2017-10-03Use ByteString instead raw string for password in CPDF_SecurityHandler.Artem Strygin
2017-10-03Move the CryptoHandler into the SecurityHandlerArtem Strygin
2017-10-03Remove the parser from the CPDF_SecurityHandler .Artem Strygin
2017-10-03Change the ownership of the CPDF_CryptoHandler.Artem Strygin
2017-10-03Reduce calls of external API within CPDF_ReadVaildatorArtem Strygin
2017-10-03Improve CPDF_ReadVaildatorArtem Strygin
2017-10-02Remove useless code.Artem Strygin
2017-10-02Move CPDF_Parser::ObjectType into protected sectionArtem Strygin
2017-10-02Implement CPDF_CryptoHandler::DecryptObjectArtem Strygin
2017-10-02Removing unused definesDan Sinclair
2017-09-29Extract test subclasses of IFX_SeekableReadStreamRyan Harrison
2017-09-28Cleanup font definesDan Sinclair
2017-09-28Cleanup font definesDan Sinclair
2017-09-28Implement FakeFileAccess.Artem Strygin
2017-09-28Fix load non first pages in linearized document with hints table.Artem Strygin
2017-09-28Fix infinite loop on form availability check.Artem Strygin
2017-09-28Remove no-op castRyan Harrison