summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2017-12-11Remove default arguments to CPDF_StreamAcc::LoadAllData().Lei Zhang
2017-12-11Slightly simplify CPDF_StreamAcc::LoadAllData().Lei Zhang
2017-12-11Move some GetDict() calls out of header files.Lei Zhang
2017-12-11Get rid of default ctors for CPDF_Action and CPDF_AAction.Lei Zhang
2017-12-11Clarify some function names in CPDF_NameTree.Lei Zhang
2017-12-08Fix CPDF_AAction default constructor so it compiles in other environments.Andrew Weintraub
2017-12-08Fix an LLVM error caused by assigning a uint32_t to an int without a castAndrew Weintraub
2017-12-08Fix build when using different sysroots.chromium/3289Andrew Weintraub
2017-12-07Add WARN_UNUSED_RESULT to more static methods in (Byte|Wide)String.Henrique Nakashima
2017-12-07Add WARN_UNUSED_RESULT to ByteString::Format* methods.Henrique Nakashima
2017-12-07Fix WideString::Format instances that should use %lsRyan Harrison
2017-12-06Move m_CharCodes to local for crash investigationBruce Dawson
2017-12-06Fix ps rendering.chromium/3287Henrique Nakashima
2017-12-06Fix nits on some font code.Lei Zhang
2017-12-05Replace uses of bsearch().chromium/3286Lei Zhang
2017-12-05Replace bsearch() in FPDFAPI_CIDFromCharCode().Lei Zhang
2017-12-05Remove redundant field in struct FXCMAP_CMap.Lei Zhang
2017-12-05Avoid integer overflows in CPDF_FixedMatrix::Transform().Lei Zhang
2017-12-04Simplify some CFX_FloatRect methods.chromium/3285Lei Zhang
2017-12-04Simplify color calculations in CFX_ImageTransformer.Lei Zhang
2017-12-04Simplify code in CFX_ImageTransformer.Lei Zhang
2017-12-04Refactor CFX_ImageTransformer down sample calculations.Lei Zhang
2017-12-04Refactor CFX_ImageTransformer bicubic calculations.Lei Zhang
2017-12-04Refactor CFX_ImageTransformer bilinear calculations.Lei Zhang
2017-12-04Break out CFX_ImageTransformer color calculations.Lei Zhang
2017-12-04Break out CFX_ImageTransformer mono calculations.Lei Zhang
2017-12-04Add text unit to glyph unit conversion to CPDF_Type3Char.Lei Zhang
2017-12-04Break out CFX_ImageTransformer alpha calculations.Lei Zhang
2017-12-04Fix nits in CPDF_Type3Font.Lei Zhang
2017-12-04Break out CFX_ImageTransformer mask calculations.Lei Zhang
2017-12-04Add functions for common code in CFX_ImageTransformer.Lei Zhang
2017-12-01Get rid of else after break/continue/return.chromium/3284chromium/3283Lei Zhang
2017-12-01Check for success of decodes to avoid infinite loopsNicolas Pena
2017-12-01Add CFX_FloatRect::ToRoundedFxRect().Lei Zhang
2017-12-01Add CFX_FloatRect::Scale().Lei Zhang
2017-12-01Rename CFX_FloatRect::Scale() to ScaleFromCenterPoint().Lei Zhang
2017-12-01Remove unused CFX_FloatRect::Substract4().Lei Zhang
2017-12-01Add some CFX_FloatRect unit tests.Lei Zhang
2017-12-01Remove unneded structs from CFX_CTTGSUBTable part 2Nicolas Pena
2017-12-01Encapsulate CPDF_Type3Char members.Lei Zhang
2017-11-30Rewrite lower level details of extracting text from pageRyan Harrison
2017-11-30Fix GBK2K-H CMap usage.Lei Zhang
2017-11-30Use initializer list in CPDF_DataAvail ctor.Lei Zhang
2017-11-30Relax checks in CFX_FaceCache::LoadGlyphPath().Lei Zhang
2017-11-30Prevent integer overflow in CJBig2_HuffmanTable::ParseFromCodedBufferNicolas Pena
2017-11-30Run clang-tidy google-readability-casting on //third_party/pdfiumDan Sinclair
2017-11-30Run clang-tidy modernize-use-auto on //third_party/pdfiumDan Sinclair
2017-11-30Run clang-tidy modernize-use-equals-{delete,default} on //third_party/pdfiumDan Sinclair
2017-11-29Allow building pdfium against the system version of libpng.Andrew Weintraub
2017-11-29Remove CollectionSize from fx_bidiDan Sinclair