Age | Commit message (Expand) | Author |
2016-08-17 | Move parser pointer to CPDF_Document | dsinclair |
2016-08-16 | Remove two unused members from CPDF_Parser | tsepez |
2016-08-16 | Rename async to linearized when parsing | dsinclair |
2016-08-16 | Get CPDF_Parser out of the document creation business. | tsepez |
2016-08-08 | Add CPDF_Array::IsEmpty(). | jaepark |
2016-07-28 | Split fpdfdoc/include/fpdf_doc.h into individual classes. | dsinclair |
2016-07-24 | Remove CFX_Deletable | weili |
2016-07-15 | Use CPDF_Dictionary::SetAtReference instead of CPDF_Dictionary::AddReference. | jaepark |
2016-07-11 | Use smart pointers for class owned member variables | weili |
2016-06-23 | Improve hint table validation checks. | thestig |
2016-06-14 | Get rid of IPDF_DataAvail. | thestig |
2016-06-07 | Get rid of NULLs in core/ | thestig |
2016-06-07 | Add missing const to CPDF_Stream::InitStream() | tsepez |
2016-06-06 | Remove unused PS generation code. | thestig |
2016-05-26 | Make CPDF_IndirectObjectHolder::InsertIndirectObject return a bool. | thestig |
2016-05-25 | Remove CFX_PrivateData from CPDF_Document | tsepez |
2016-05-23 | Change CPDF_Boolean to use bool instead of FX_BOOL. | thestig |
2016-05-23 | Distinguish between user and owner passwords. | thestig |
2016-05-23 | Delete CPDF_Object::IsModified(). | thestig |
2016-05-21 | Get rid of CPDF_Object::GetArray(). | thestig |
2016-04-26 | CPDF_Document::LoadPattern() and friends always have a valid matrix. | thestig |
2016-04-26 | Move CPDF_Document code into cpdf_document.cpp. | thestig |
2016-04-22 | Add a simple check for V4 cross reference table | weili |
2016-04-19 | Remove IPDF_CryptoHandler and IPDF_SecurityHandler. | dsinclair |
2016-04-15 | Avoid narrowing to StringC in CPDF_Name and CPDF_NameTree | tsepez |
2016-04-14 | Make CPDF_Dictionary methods take CFX_ByteString arguments | tsepez |
2016-04-13 | Add iterators and unit tests for CPDF_Array class | weili |
2016-04-11 | Remove CPDF_Object::GetConstString and overrides | tsepez |
2016-04-11 | Use std::vector as internal storage for CPDF_Array | Wei Li |
2016-04-04 | Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC. | tsepez |
2016-03-29 | Code change to avoid signed/unsigned mismatch warnings. | Wei Li |
2016-03-29 | Rename GetElementValue() to GetDirectObject{By,At}(). | tsepez |
2016-03-25 | Remove FX_DWORD from core/ and delete definitionchromium/2695chromium/2694chromium/2693chromium/2692 | tsepez |
2016-03-25 | Replace CFX_DWordArray with CFX_ArrayTemplate<FX_DWORD>. | Tom Sepez |
2016-03-23 | Move core/include/fxcrt to core/fxcrt/include. | Dan Sinclair |
2016-03-21 | Remove FX_WORD in favor of uint16_t. | Tom Sepez |
2016-03-15 | core/include/fdpfapi cleanup Part I. | Dan Sinclair |