summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
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-19Remove unneeded core/fxcodec/fx_codec.h includes.chromium/3220Lei Zhang
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-18Convert string class namesRyan Harrison
2017-09-15Make static const char* arrays more const.Lei Zhang
2017-09-14Fix decoding of JBIG2 integers for values with large magnitude.Henrique Nakashima
2017-09-14Revert moving JPX library decode from Init to DecodeRyan Harrison
2017-09-13Change behaviour of FPDF_RenderPageBitmapWithMatrixNicolas Pena
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-11Address nits missed from original reviewchromium/3213Ryan 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-08Fix one-second spin in fx_random.cppTom Sepez
2017-09-08Move decompressing of JPX out of Init and into DecodeRyan Harrison
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 a049c43.Lei Zhang
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-06Convert FX_STRSIZE int->size_tRyan Harrison
2017-09-06GUID cleanupDan Sinclair
2017-09-06Remove unused CFX_WordBreak::Next methodchromium/3208Dan Sinclair
2017-09-05Rename fx_rand to fx_randomDan Sinclair
2017-09-05Cleanup CFX_WordBreakDan Sinclair
2017-09-05Remove redundant code.Artem Strygin
2017-09-05Remove unused CFX_CharIter classDan Sinclair
2017-09-05Split fx_guid from fx_extensionDan Sinclair
2017-09-05Split random code from fx_extension.hDan Sinclair
2017-09-05Fix length field in dictionary on create streamArtem Strygin
2017-09-05Refactoring of CPDF_IndirectObjectHolder.Artem Strygin
2017-09-05Move Parsing of indirect object logic into CPDF_SyntaxParser.Artem Strygin
2017-09-05Split fx_ucd.h into fx_unicode.h and fx_ucddata.h.Tom Sepez
2017-09-01Cleanup usages of Mid(foo, 1), Right(1), and Left(1)chromium/3203Ryan Harrison
2017-09-01Prepare for converting FX_STRSIZE int->size_tRyan Harrison
2017-09-01Fix integer overflow in Buffer_itoa when passing INT_MIN.Henrique Nakashima
2017-09-01Adjust loops in preperation for FX_STRSIZE int->size_tRyan Harrison
2017-08-31Remove unused FXFORMAT_HEX and FXFORMAT_CAPITAL.Henrique Nakashima