summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-09-08Store raw json with run results when running safetynet_job.py.Henrique Nakashima
2017-09-07Use std::move so this code compiles properly using gcc.chromium/3210chromium/3209Andrew Weintraub
2017-09-07Implement CPDF_SyntaxParser::PeekNextWord.Artem Strygin
2017-09-07Simplify CPDF_SyntaxParser::GetNextWordInternal.Artem Strygin
2017-09-07Roll DEPS for build to 34f9a2b.Lei Zhang
2017-09-07Roll DEPS for build to a049c43.Lei Zhang
2017-09-06Unify checksum calculation of EAN-8 and EAN-13.Henrique Nakashima
2017-09-06Adding in missed )Ryan Harrison
2017-09-06Fix issue with integer types on win32 in std::minRyan Harrison
2017-09-06Merge CFX_WordBreak into CFDE_TextEditEngine::Iterator.Dan Sinclair
2017-09-06Implement word selection in CFDE_TextEditEngineDan Sinclair
2017-09-06Add unit tests for UPC-A barcode writer.Henrique Nakashima
2017-09-06Convert FX_STRSIZE int->size_tRyan Harrison
2017-09-06GUID cleanupDan Sinclair
2017-09-06Remove unused CFX_WordBreak::Next methodchromium/3208Dan Sinclair
2017-09-05Add unit tests for Codabar barcode writer.chromium/3207Henrique Nakashima
2017-09-05Add unit tests for Code 39 barcode writer.Henrique Nakashima
2017-09-05Rename fx_rand to fx_randomDan Sinclair