summaryrefslogtreecommitdiff
path: root/core/fpdfapi/fpdf_parser/include
AgeCommit message (Expand)Author
2016-09-19Revert "Make CPDF_IndirectObjectHolder use unique_ptr to objects"Tom Sepez
2016-09-19Make CPDF_IndirectObjectHolder use unique_ptr to objectstsepez
2016-09-19Remove CPDF_Object::Destroy { delete this; }chromium/2866tsepez
2016-09-19Clean up CPDF_Stream.tsepez
2016-09-16Reduce duplicated code in CPDF_Document by adding auxiliary methodschromium/2865chromium/2864chromium/2863npm
2016-09-15Rename dictionary set and get methodsdsinclair
2016-09-12Refactor CPDF_Document by creating new methodsnpm
2016-09-08Delete unused methods in CPDF_Documentnpm
2016-09-01Use unsigned page indexes in CPDF_HintTables.thestig
2016-08-29Add some limit checks to ReadSharedObjHintTable().thestig
2016-08-24Removing CPDF_Parser::CloseParser.chromium/2839dsinclair
2016-08-24Flip document and parser ownershipdsinclair
2016-08-24Move parser out of IndirectObjectHolderdsinclair
2016-08-23Fix stack overflow in object Clone() functionsweili
2016-08-23Make indirect object holder private.dsinclair
2016-08-23IndirectObjectHolder API updatesdsinclair
2016-08-22Revert of Move parser pointer to CPDF_Document (patchset #6 id:100001 of http...dsinclair
2016-08-17Move parser pointer to CPDF_Documentdsinclair
2016-08-16Remove two unused members from CPDF_Parsertsepez
2016-08-16Rename async to linearized when parsingdsinclair
2016-08-16Get CPDF_Parser out of the document creation business.tsepez
2016-08-08Add CPDF_Array::IsEmpty().jaepark
2016-07-28Split fpdfdoc/include/fpdf_doc.h into individual classes.dsinclair
2016-07-24Remove CFX_Deletableweili
2016-07-15Use CPDF_Dictionary::SetAtReference instead of CPDF_Dictionary::AddReference.jaepark
2016-07-11Use smart pointers for class owned member variablesweili
2016-06-23Improve hint table validation checks.thestig
2016-06-14Get rid of IPDF_DataAvail.thestig
2016-06-07Get rid of NULLs in core/thestig
2016-06-07Add missing const to CPDF_Stream::InitStream()tsepez
2016-06-06Remove unused PS generation code.thestig
2016-05-26Make CPDF_IndirectObjectHolder::InsertIndirectObject return a bool.thestig
2016-05-25Remove CFX_PrivateData from CPDF_Documenttsepez
2016-05-23Change CPDF_Boolean to use bool instead of FX_BOOL.thestig
2016-05-23Distinguish between user and owner passwords.thestig
2016-05-23Delete CPDF_Object::IsModified().thestig
2016-05-21Get rid of CPDF_Object::GetArray().thestig
2016-04-26CPDF_Document::LoadPattern() and friends always have a valid matrix.thestig
2016-04-26Move CPDF_Document code into cpdf_document.cpp.thestig
2016-04-22Add a simple check for V4 cross reference tableweili
2016-04-19Remove IPDF_CryptoHandler and IPDF_SecurityHandler.dsinclair
2016-04-15Avoid narrowing to StringC in CPDF_Name and CPDF_NameTreetsepez
2016-04-14Make CPDF_Dictionary methods take CFX_ByteString argumentstsepez
2016-04-13Add iterators and unit tests for CPDF_Array classweili
2016-04-11Remove CPDF_Object::GetConstString and overridestsepez
2016-04-11Use std::vector as internal storage for CPDF_ArrayWei Li
2016-04-04Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC.tsepez
2016-03-29Code change to avoid signed/unsigned mismatch warnings.Wei Li
2016-03-29Rename GetElementValue() to GetDirectObject{By,At}().tsepez
2016-03-25Remove FX_DWORD from core/ and delete definitionchromium/2695chromium/2694chromium/2693chromium/2692tsepez