summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-26Remove _FX_IOS_chromium/3225Dan Sinclair
2017-09-26Fix checks for FX_WIN64_DESKTOPDan Sinclair
2017-09-26Confirm that a global palette has data before attempting to use itRyan Harrison
2017-09-26Move LZW decoder out of fx_gifRyan Harrison
2017-09-26Hide FX_HandleParentPathDan Sinclair
2017-09-26Share public part of CFGAS_FontMgr declarationDan Sinclair
2017-09-26Move font source into CFGAS_FontMgrDan Sinclair
2017-09-26Remove fx_text_int.hDan Sinclair
2017-09-26Remove font default paramsDan Sinclair
2017-09-26Rename CFPDF_* classesDan Sinclair
2017-09-25Update comments regarding dictionary keys in public APIS.chromium/3224Lei Zhang
2017-09-25Hide CFX_UniqueKeyGenDan Sinclair
2017-09-25API: rename FPDFPage_CountObject() to FPDFPage_CountObjects()Miklos Vajna
2017-09-22Fix UAF after destroying a widget during OnBeforeKeyStroke().chromium/3223Henrique Nakashima
2017-09-22Move C-style functions into CGifContextRyan Harrison
2017-09-22Fix crash when rendering invalid GIFRyan Harrison
2017-09-22API: rename FPDFPath_CountPoint() to FPDFPath_CountSegments()Miklos Vajna
2017-09-21Rename CPDF_SyntaxParser::GetObject to GetObjectBodyArtem Strygin
2017-09-21Move CFX_WeakPtr to WeakPtrDan Sinclair
2017-09-21Move CFX_UnownedPtr to UnownedPtrDan Sinclair
2017-09-21Move CFX_StringPoolTemplate to StringPoolTemplateDan Sinclair
2017-09-21Move CFX_StringDataTemplate to StringDataTemplateDan Sinclair
2017-09-21Move CFX_SharedCopyOnWrite to SharedCopyOnWriteDan Sinclair
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-09-21Cleanup WidgetMgr ownershipDan Sinclair
2017-09-21Move CFX_Observable to ObservableDan Sinclair
2017-09-21Rename CXFA_FFApp::GetWidgetMgr to make it clear the typechromium/3222Dan Sinclair
2017-09-21Move CFGAS_PDFFontMgr to the CXFA_FFDocDan Sinclair
2017-09-21Rename CXFA_DefFontMgr to CFGAS_DefaultFontManagerDan Sinclair
2017-09-21Move CFX_MaybeOwned to fxcrt::MaybeOwnedDan Sinclair
2017-09-21Move CFX_AutoRestorer to fxcrt::AutoRestorerDan Sinclair
2017-09-21Move CXFA_PDFFontMgr to CFGAS_PDFFontMgrDan Sinclair
2017-09-21Remove old TODODan Sinclair
2017-09-21Add embeddertest for CFWL_EditDan Sinclair
2017-09-20Add FPDFPath_GetPoint() APIchromium/3221Miklos Vajna
2017-09-20Add bounds checks in CAgg_PathData::BuildPathDan Sinclair
2017-09-20Add in missed parse recursion depth checksRyan Harrison
2017-09-20Implement CFDE_TextEditEngine::GetIndex* methods.Dan Sinclair
2017-09-20Convert FindNextBreakPos to return positionDan Sinclair
2017-09-20Cleanup CPWL_Caret codeDan Sinclair
2017-09-20Get system lcms2 config using pkg-config.Lei Zhang
2017-09-20Isolate lcms2 usage to a few files.Lei Zhang
2017-09-20Forward declare codec modules in fx_codec.h.Lei Zhang
2017-09-20Move CCodec_ScanlineDecoder to its own file.Lei Zhang
2017-09-19Fix draw order of popup annotations.Henrique Nakashima
2017-09-19Remove unneeded core/fxcodec/fx_codec.h includes.chromium/3220Lei Zhang
2017-09-19Default to c++11 instead of c++14.Lei Zhang
2017-09-19Setting focus on a widget may destroy the widgetDan Sinclair
2017-09-19Remove unused methods and field in CFFL_FormFiller.Henrique Nakashima
2017-09-19Roll DEPS for build to fc826e6.Lei Zhang