Age | Commit message (Expand) | Author |
2016-10-24 | Rename IFX_ stream nameschromium/2900 | tsepez |
2016-10-24 | Fix root dictionary leak in cpdf_document_unittest | Nicolas Pena |
2016-10-21 | Add CPDF_Document::GetPage() unittestschromium/2899 | npm |
2016-10-21 | Re-enable CHECK() than only 0-numbered objects are released. | tsepez |
2016-10-21 | Clean up fpf_skiafontmgr | npm |
2016-10-21 | Revert of Fix loading page using hint tables. (patchset #5 id:80001 of https:... | npm |
2016-10-20 | Fix loading page using hint tables.chromium/2897 | art-snake |
2016-10-20 | Revert of Traverse PDF page tree only once in CPDF_Document (patchset #4 id:6... | dsinclair |
2016-10-20 | Merge the CFWL_*Imp classes into the IFWL_* classes. | dsinclair |
2016-10-18 | Traverse PDF page tree only once in CPDF_Documentchromium/2895 | npm |
2016-10-17 | Fix segv in AddImage() | tsepez |
2016-10-17 | Move fxge/android to if(is_android) on buildchromium/2894 | npm |
2016-10-17 | Rename CFX_CountRef to CFX_SharedCopyOnWrite | tsepez |
2016-10-17 | Revert "Make CPDF_Object containers hold objects via unique pointers." | tsepez |
2016-10-17 | Strengthen bounds check in CWeightTable::Calc * part II | stackexploit |
2016-10-15 | Fix some nits in cpdf_annotlist.cpp. | thestig |
2016-10-14 | Revert "Update CPDF_IndirectObjectHolder APIs for unique objects." | Tom Sepez |
2016-10-14 | Update CPDF_IndirectObjectHolder APIs for unique objects. | tsepez |
2016-10-13 | Make CPDF_Object containers hold objects via unique pointers. | tsepez |
2016-10-13 | Optimize roll operator in CPDF_PSEngine some more. | thestig |
2016-10-13 | Make CPDF_Image() constructors saner.chromium/2890 | tsepez |
2016-10-13 | Put CPDF_StreamContentParser into its own .cpp/.h files | tsepez |
2016-10-13 | Clean up fx_basic_util a little | npm |
2016-10-13 | split CPDF_StreamContentParser::AddImage() into 3 overloads. | tsepez |
2016-10-13 | Verify number of ex flags matches number of ex items. | dsinclair |
2016-10-12 | Convert from int to float values. | dsinclair |
2016-10-12 | Reduce code duplication in CPDF_Type1Font::LoadGlyphMap | npm |
2016-10-12 | Check for more undefined behavior in CPDF_PSEngine. | thestig |
2016-10-12 | Get rid of CFX_ArrayTemplate<CPDF_Object*> | tsepez |
2016-10-12 | Optimize roll operator in CPDF_PSEngine. | thestig |
2016-10-11 | Delete unused flags from CFX_SubstFontchromium/2888 | npm |
2016-10-11 | Add CPDF_Object::IsInline() | tsepez |
2016-10-11 | Deleted unused members in CTTFontDesc | npm |
2016-10-11 | Rename fpdf_page_doc.cpp -> cpdf_docpagedata.h | tsepez |
2016-10-11 | Fix negative font rendering on Mac by reversing matrix c component. | npm |
2016-10-11 | Slightly simplify CFX_FontMapper::FindSubstFont | npm |
2016-10-10 | Move ToString() and friends from CPDF_Object.h to CPDF_String.h | tsepez |
2016-10-10 | Land all the fixes from 5609f39c but don't enable assertchromium/2887 | tsepez |
2016-10-10 | Add method to convert to an indirect object in a dictionary. | tsepez |
2016-10-10 | Revert "Re-land "Assert that only 0-numbered objects are Released()"" | tsepez |
2016-10-06 | Fix assertion failure when decoding malform G4 fax imagechromium/2886chromium/2885chromium/2884 | kcwu |
2016-10-06 | Reject JBig2 Huffman table with too large shift value | kcwu |
2016-10-06 | Split m_InstalledTTFonts into two vectors to avoid sketchy logic. | npm |
2016-10-06 | switch to new skia blend mode enum class | caryclark |
2016-10-05 | Removed unused stuff, some FX_BOOL, and cleanup pageint.h a bit | npm |
2016-10-05 | Re-land "Assert that only 0-numbered objects are Released()" | tsepez |
2016-10-05 | Rework a redundant check when calling ConvertToIndirectObjectAt() | tsepez |
2016-10-05 | Remove FX_BOOL from core/fpdfapi/font | npm |
2016-10-04 | Fix ownership when making a private annot dictionary into a shared one. | tsepez |
2016-10-04 | Avoid crashing on CPDF_ToUnicodeMap::Load by using ValueOrDefault() | npm |