Age | Commit message (Expand) | Author |
2016-10-04 | Move core/fpdfapi/fpdf_edit to core/fpdfapi/edit | dsinclair |
2016-10-04 | Move core/fpdfapi/fpdf_cmaps to core/fpdfapi/cmaps | dsinclair |
2016-10-04 | Use FX_SAFE_UINT32 on CPDF_ToUnicodeMap::Load | npm |
2016-10-04 | update skia to latest sources | caryclark |
2016-10-03 | Revert of Assert that only 0-numbered objects are Released() (patchset #7 id:... | thestig |
2016-10-03 | Assert that only 0-numbered objects are Released() | tsepez |
2016-10-03 | Add ptr_util.h from base until std::make_unique<> available | tsepez |
2016-10-03 | Rename CFX_WeakPtr::Clear() to DestroyObject() | tsepez |
2016-10-03 | Detect resursive loading of type3 font char to avoid infinite loop | weili |
2016-10-03 | Remove _FX_OS_ checks in core/fxge/win32/. | thestig |
2016-09-30 | Move CPDF_Reference::SafeGetDirect() out of the header.chromium/2879chromium/2878 | thestig |
2016-09-30 | Fix build of pdf_hint_table_fuzzer.chromium/2877 | tsepez |
2016-09-29 | Move fpdfsdk/include to fpdfsdk | dsinclair |
2016-09-29 | Move core/fxge/include to core/fxge | dsinclair |
2016-09-29 | Move core/fxcrt/include to core/fxcrt | dsinclair |
2016-09-29 | Move core/fxcodec/codec/include and core/fxcodec/include files up | dsinclair |
2016-09-29 | Move core/fpdftext/include to core/fpdftext | dsinclair |
2016-09-29 | Move core/fpdfdoc/include to core/fpdfdoc | dsinclair |
2016-09-29 | Move core/fpdfapi/include to core/fpdfapi | dsinclair |
2016-09-29 | Move core/fpdfapi/fpdf_render/include to core/fpdfapi/fpdf_render | 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_font/include to core/fpdfapi/fpdf_font | dsinclair |
2016-09-29 | Move core/fpdfapi/fpdf_edit/include to core/fpdfapi/fpdf_edit | dsinclair |
2016-09-29 | Move core/fdrm/crypto/include to core/fdrm/crypto | dsinclair |
2016-09-29 | Check for negative page size in FindTextlineFlowOrientation() | thestig |
2016-09-29 | Remove FX_BOOL from font_int.h | npm |
2016-09-29 | Remove unused CFX_AutoFontCache | thestig |
2016-09-28 | Replace a few more std::unique_ptr.reset() with WrapUnique assignments. | thestig |
2016-09-28 | Fix leaks in CFieldTree::Node. | thestig |
2016-09-28 | Use string pools in some dictionaries, names, and strings. | tsepez |
2016-09-28 | Implement weak pointerschromium/2876chromium/2875 | tsepez |
2016-09-28 | Remove dead code from CPDF_InterForm. | thestig |
2016-09-28 | Revert "Rename CPDF_CountedObject to CFX_WeakPtr::Handle" | tsepez |
2016-09-28 | Made CFieldTree::Node a class. | thestig |
2016-09-27 | Remove unused cpdf_generalstatedata.h | tsepez |
2016-09-26 | Clean up fx_codec_fax.cpp. | thestig |
2016-09-26 | Strengthen bounds check in CWeightTable::Calc. | stackexploit |
2016-09-26 | Fix memory leak in cmap parsing | kcwu |
2016-09-23 | Remove FX_BOOL from cpdf_fontchromium/2872chromium/2871chromium/2870 | npm |
2016-09-23 | Clean CPDF_CIDFont a little | npm |
2016-09-23 | Avoid collisions in CPDF_IndirectObjectHolder::AddIndirectObject() | tsepez |
2016-09-23 | Bail out on bad width and height in CCodec_FaxDecoder::CreateDecoder | kcwu |
2016-09-23 | Make CPDF_Font::Create() return a std::unique_ptr. | tsepez |
2016-09-22 | Make CPDF_ColorSpace::Load() return a unique_ptr | tsepez |
2016-09-22 | Rename CPDF_CountedObject to CFX_WeakPtr::Handlechromium/2869 | tsepez |
2016-09-22 | Null CPDF_CountedObj::m_pObj prior to deletion | 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-21 | Make ownership explicit in CPDF_ContentMarkItem. | tsepez |