summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-09-19Cleanup FindNextBreakPos variablesDan Sinclair
2017-09-19Invert flag to CFDE_TextEditEngine::Iterator::IsEOFDan Sinclair
2017-09-19Convert selection to use count instead of end indexDan Sinclair
2017-09-19IWYU: Explicitly include <stdint.h> in some headers.Raphael Kubo da Costa
2017-09-19Use CPDF_ReadValidator to request linearized hint tables.Artem Strygin
2017-09-19Simplify CPDF_Parser::LoadCrossRefV4Artem Strygin
2017-09-18Use CPDF_ReadValidator to request linearized first page.Artem Strygin
2017-09-18Remove useless code.chromium/3219Artem Strygin
2017-09-18Use CPDF_ReadValidator to request linearized data.Artem Strygin
2017-09-18Cleanup word break propertiesDan Sinclair
2017-09-18Remove some unused variables.Lei Zhang
2017-09-18Convert string class namesRyan Harrison
2017-09-18Roll DEPS for build to e659d43.Lei Zhang
2017-09-15Use unsigned types for app age, value age in widgets.chromium/3218chromium/3217Tom Sepez
2017-09-15Introduce CPWL_Wnd::PrivateData class.Tom Sepez
2017-09-15Move CPWL_CREATPARAM to CPWL_Wnd::CreateParamsTom Sepez
2017-09-15Simplify a couple of CXFA_Node methods.Lei Zhang
2017-09-15Add ObservedPtrs to KillFocus pathRyan Harrison
2017-09-15Fix nullptr dereference in XFA_Node::SetScriptContent().Lei Zhang
2017-09-15Add public method FPDFPath_CountPoint to get # of points of a path object.Miklos Vajna
2017-09-15Make static const char* arrays more const.Lei Zhang
2017-09-15OnBeforeKeystroke may invalidate the widget's window.Tom Sepez
2017-09-14Fix decoding of JBIG2 integers for values with large magnitude.Henrique Nakashima
2017-09-14Checkbox event fixed when triggered by a keyboard entryClaudio DeSouza
2017-09-14Add more FPDF_GetMetaText() tests.Lei Zhang
2017-09-14Add tests for FPDF_GetMetaText().Lei Zhang