summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-09-14Move test/ to testing/resources/xfa/Lei Zhang
2017-09-14Roll clang to 4db5854chromium/3216Tom Sepez
2017-09-14Revert moving JPX library decode from Init to DecodeRyan Harrison
2017-09-14Fix CPDFPathObjectFromFPDFPageObject() implementation.Lei Zhang
2017-09-13Change behaviour of FPDF_RenderPageBitmapWithMatrixNicolas Pena
2017-09-13Remove includes of xfa/fwl/theme/cfwl_widgettp.h that are unused.Henrique Nakashima
2017-09-13Add reverse iterators to CFX String classes.Tom Sepez
2017-09-13Add readme files to some directories.chromium/3215Henrique Nakashima
2017-09-13Rewrite IsHyphen using string operationsRyan Harrison
2017-09-13Avoid double va_list traversal in CFX_WideString::FormatVTom Sepez
2017-09-12Don't attempt to decrypt AES streams that are too shortchromium/3214Ryan Harrison
2017-09-12Remove ASSERT that was added to understand what was occuringRyan Harrison
2017-09-11Address nits missed from original reviewchromium/3213Ryan Harrison
2017-09-11Add guard against reading more then expected from the pageRyan Harrison
2017-09-11Use the right allocate and free functions in OpenJPEG.Chris Palmer
2017-09-08Fix an off by 1 error in TIFF_PredictLine().chromium/3212Lei Zhang
2017-09-08Remove CFWL_SpinButton, which is unused.chromium/3211Henrique Nakashima
2017-09-08Fix one-second spin in fx_random.cppTom Sepez
2017-09-08Move decompressing of JPX out of Init and into DecodeRyan Harrison