Age | Commit message (Expand) | Author |
2016-09-29 | Move core/fxcrt/include to core/fxcrt | dsinclair |
2016-09-29 | Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser | dsinclair |
2016-09-29 | Move core/fpdfapi/fpdf_page/include to core/fpdfapi/fpdf_page | dsinclair |
2016-09-29 | Move core/fpdfapi/fpdf_edit/include to core/fpdfapi/fpdf_edit | dsinclair |
2016-09-28 | Use string pools in some dictionaries, names, and strings. | tsepez |
2016-09-21 | Remove some objnum locals with AddIndirectObject | tsepez |
2016-09-21 | Use unique_ptr<CPDF_Object, ReleaseDeleter<>> in more placeschromium/2868 | tsepez |
2016-09-20 | Make CPDF_Array not do indirect object creation. | tsepez |
2016-09-20 | CPDF_Document friend cleanup | dsinclair |
2016-09-20 | Re-land "Make CPDF_IndirectObjectHolder use unique_ptr to objects"" | tsepez |
2016-09-19 | Revert "Make CPDF_IndirectObjectHolder use unique_ptr to objects" | Tom Sepez |
2016-09-19 | Make CPDF_IndirectObjectHolder use unique_ptr to objects | tsepez |
2016-09-19 | Clean up CPDF_Stream. | tsepez |
2016-09-15 | Rename dictionary set and get methods | dsinclair |
2016-08-23 | Make indirect object holder private. | dsinclair |
2016-08-23 | IndirectObjectHolder API updates | dsinclair |
2016-08-22 | Revert of Move parser pointer to CPDF_Document (patchset #6 id:100001 of http... | dsinclair |
2016-08-17 | Move parser pointer to CPDF_Document | dsinclair |
2016-08-09 | Fix a leak with FPDFPageObj_NewImgeObj(). | thestig |
2016-08-05 | Add CPDF_ImageObject::GetImage(). | thestig |
2016-07-15 | Use CPDF_Dictionary::SetAtReference instead of CPDF_Dictionary::AddReference. | jaepark |
2016-06-13 | Make code compile with clang_use_chrome_plugin (part I) | weili |
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-06-02 | Fix all the code which has duplicate variable declarations | weili |
2016-05-23 | Delete CPDF_Object::IsModified(). | thestig |
2016-05-17 | Fix DrMemory bot error by properly initializing the variable | weili |
2016-05-17 | Revert of Remove an unnecessary variable from CPDF_Creator (patchset #1 id:20... | weili |
2016-05-17 | Remove an unnecessary variable from CPDF_Creator | weili |
2016-05-16 | Clean up CPDF_Creator. | thestig |
2016-04-27 | Standardize on ASSERT. | dsinclair |
2016-04-26 | Move CPDF_Document code into cpdf_document.cpp. | thestig |
2016-04-26 | Remove several IPDF_ interfaces and CPDF_RenderModule. | dsinclair |
2016-04-26 | Clean up CPDF_Page. | thestig |
2016-04-21 | Remove next batch of CFX_ arrays from fpdf_edit_doc.cpp | tsepez |
2016-04-21 | Remove more CFX_ArrayTemplate from fpdf_edit_doc.cpp | tsepez |
2016-04-21 | Replace CFX_ArrayTemplate with std::vector in CPDF_ObjectStream | tsepez |
2016-04-20 | Cleanups from prior CLs. | dsinclair |
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 | Explicity use CFX_ByteStrings in a couple of places | tsepez |
2016-04-14 | Make CPDF_Dictionary methods take CFX_ByteString arguments | tsepez |
2016-04-13 | Re-enable warning 4701 for GN build and some cleanup | weili |
2016-04-11 | Use std::vector as internal storage for CPDF_Array | Wei Li |
2016-04-08 | Make converstion explicit from CFX_ByteString to uint8_t* | tsepez |
2016-04-08 | Rename both As{Byte,Wide}StringC() helpers to AsStringC(). | tsepez |
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 |