summaryrefslogtreecommitdiff
path: root/core/fpdfapi/fpdf_parser/include
AgeCommit message (Expand)Author
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
2016-03-25Replace CFX_DWordArray with CFX_ArrayTemplate<FX_DWORD>.Tom Sepez
2016-03-23Move core/include/fxcrt to core/fxcrt/include.Dan Sinclair
2016-03-21Remove FX_WORD in favor of uint16_t.Tom Sepez
2016-03-15core/include/fdpfapi cleanup Part I.Dan Sinclair