Age | Commit message (Expand) | Author |
2016-08-24 | Allow CPDF_Font to use fallback fonts | npm |
2016-08-24 | Flip document and parser ownership | dsinclair |
2016-08-24 | Move parser out of IndirectObjectHolder | dsinclair |
2016-08-24 | Delete unused methods from CFX_RenderDevice | npm |
2016-08-23 | Fix stack overflow in object Clone() functions | weili |
2016-08-23 | Make indirect object holder private. | dsinclair |
2016-08-23 | IndirectObjectHolder API updates | dsinclair |
2016-08-23 | Fix one more integer overflow in ReadPageHintTable(). | thestig |
2016-08-22 | Fix more integer overflows inside ReadPageHintTable(). | thestig |
2016-08-22 | Revert of Move parser pointer to CPDF_Document (patchset #6 id:100001 of http... | dsinclair |
2016-08-19 | Move CFX_FaceCache to its own file | npm |
2016-08-19 | Avoid signed overflow in CPDF_ToUnicodeMap::StringToCode() | tsepez |
2016-08-19 | Add a fuzzer for CPDF_HintTables. | thestig |
2016-08-18 | Add llvm fuzzer for CPDF_PSEngine | tsepez |
2016-08-18 | Move CFX_UnicodeEncoding and CFX_UnicodeEncodingEx to their own files. | npm |
2016-08-17 | Split fx_font into multiple files, part 1. | npm |
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-15 | Fix a potential integer overflow in TT2PDF().chromium/2830 | thestig |
2016-08-15 | Get rid of FX_SMALL_RECT. | thestig |
2016-08-15 | Use a std::vector in fpdf_font code. | thestig |
2016-08-15 | add native draw bitmap with alpha mask | caryclark |
2016-08-15 | Clean up CPDF_HintTables. | thestig |
2016-08-12 | Avoid an undefined shift in ReadPageHintTable(). | thestig |
2016-08-11 | Relax a check in CPDF_HintTables. | thestig |
2016-08-10 | Minor cleanup of fpdf_cmaps | dsinclair |
2016-08-10 | Clean up CPDF_HintTables::LoadHintStream a little. | thestig |
2016-08-10 | Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own ... | npm |
2016-08-09 | Fix a leak with FPDFPageObj_NewImgeObj(). | thestig |
2016-08-09 | Fix typos of the word outer. | thestig |
2016-08-08 | Add CPDF_Array::IsEmpty(). | jaepark |
2016-08-08 | Move CFX_ClipRgn and CFX_PathData into their own files. | npm |
2016-08-05 | Add CPDF_ImageObject::GetImage(). | thestig |
2016-08-04 | Move CFX_GEModule into its own file | npm |
2016-08-02 | Fixup crypto key generation. | dsinclair |
2016-07-29 | Simplify some FPDF edit functions. | thestig |
2016-07-29 | Cleanup CPDF_DocPageData release methods and callers. | thestig |
2016-07-28 | Split fpdfdoc/include/fpdf_doc.h into individual classes. | dsinclair |
2016-07-26 | Remove unused m_bFirstLayer in CPDF_RenderContext. | jaepark |
2016-07-25 | Remove FX_FONTCACHE_DEFINE | tsepez |
2016-07-25 | Use smart pointers for CFX_Font and CFX_Type3Font classes | weili |
2016-07-24 | Remove CFX_Deletable | weili |
2016-07-24 | Use actual type instead CFX_Deletable | weili |
2016-07-21 | Use smart pointers for graphics device classes | weili |
2016-07-20 | Clean up singleton implementation | weili |
2016-07-19 | Use smart pointers for various Jbig2 decoding contexts | weili |
2016-07-15 | Use CPDF_Dictionary::SetAtReference instead of CPDF_Dictionary::AddReference. | jaepark |
2016-07-12 | Replace void* to actual type for jbig2 context to avoid casts | weili |