Age | Commit message (Expand) | Author |
2017-12-16 | Fix null-dereference in CPDF_ShadingPattern::Load().chromium/3298chromium/3297 | Lei Zhang |
2017-12-15 | Validate base color space of Indexed color spaces.chromium/3296 | Henrique Nakashima |
2017-12-15 | Validate shading pattern's ColorSpace. It cannot be a Pattern CS. | Henrique Nakashima |
2017-12-14 | Add restrictions to alternate color spaces.chromium/3295 | Henrique Nakashima |
2017-12-13 | Get rid of CXML_AttrMap. | Lei Zhang |
2017-12-13 | Fix some nits in CXML_Element. | Lei Zhang |
2017-12-13 | Use size_t in CXML_Element and callers. | Lei Zhang |
2017-12-13 | Simplify CXML_Element::GetTagName(). | Lei Zhang |
2017-12-13 | Inline CXML_Element private methods. | Lei Zhang |
2017-12-13 | Remove dead CXML_Element code. | Lei Zhang |
2017-12-12 | Roll DEPS for Skia to 40ca2087. | Lei Zhang |
2017-12-12 | Combine WideString::operator< and Compare(). | Lei Zhang |
2017-12-12 | Use early returns in pdf_parser_decode.cpp. | Lei Zhang |
2017-12-12 | Remove non-const refs in CPDF_NameTree functions. | Lei Zhang |
2017-12-11 | Remove default arguments to CPDF_StreamAcc::LoadAllData(). | Lei Zhang |
2017-12-11 | Slightly simplify CPDF_StreamAcc::LoadAllData(). | Lei Zhang |
2017-12-11 | Move some GetDict() calls out of header files. | Lei Zhang |
2017-12-11 | Get rid of default ctors for CPDF_Action and CPDF_AAction. | Lei Zhang |
2017-12-11 | Clarify some function names in CPDF_NameTree. | Lei Zhang |
2017-12-08 | Fix CPDF_AAction default constructor so it compiles in other environments. | Andrew Weintraub |
2017-12-08 | Fix an LLVM error caused by assigning a uint32_t to an int without a cast | Andrew Weintraub |
2017-12-08 | Fix build when using different sysroots.chromium/3289 | Andrew Weintraub |
2017-12-07 | Add WARN_UNUSED_RESULT to more static methods in (Byte|Wide)String. | Henrique Nakashima |
2017-12-07 | Add WARN_UNUSED_RESULT to ByteString::Format* methods. | Henrique Nakashima |
2017-12-07 | Fix WideString::Format instances that should use %ls | Ryan Harrison |
2017-12-06 | Move m_CharCodes to local for crash investigation | Bruce Dawson |
2017-12-06 | Fix ps rendering.chromium/3287 | Henrique Nakashima |
2017-12-06 | Fix nits on some font code. | Lei Zhang |
2017-12-05 | Replace uses of bsearch().chromium/3286 | Lei Zhang |
2017-12-05 | Replace bsearch() in FPDFAPI_CIDFromCharCode(). | Lei Zhang |
2017-12-05 | Remove redundant field in struct FXCMAP_CMap. | Lei Zhang |
2017-12-05 | Avoid integer overflows in CPDF_FixedMatrix::Transform(). | Lei Zhang |
2017-12-04 | Simplify some CFX_FloatRect methods.chromium/3285 | Lei Zhang |
2017-12-04 | Simplify color calculations in CFX_ImageTransformer. | Lei Zhang |
2017-12-04 | Simplify code in CFX_ImageTransformer. | Lei Zhang |
2017-12-04 | Refactor CFX_ImageTransformer down sample calculations. | Lei Zhang |
2017-12-04 | Refactor CFX_ImageTransformer bicubic calculations. | Lei Zhang |
2017-12-04 | Refactor CFX_ImageTransformer bilinear calculations. | Lei Zhang |
2017-12-04 | Break out CFX_ImageTransformer color calculations. | Lei Zhang |
2017-12-04 | Break out CFX_ImageTransformer mono calculations. | Lei Zhang |
2017-12-04 | Add text unit to glyph unit conversion to CPDF_Type3Char. | Lei Zhang |
2017-12-04 | Break out CFX_ImageTransformer alpha calculations. | Lei Zhang |
2017-12-04 | Fix nits in CPDF_Type3Font. | Lei Zhang |
2017-12-04 | Break out CFX_ImageTransformer mask calculations. | Lei Zhang |
2017-12-04 | Add functions for common code in CFX_ImageTransformer. | Lei Zhang |
2017-12-01 | Get rid of else after break/continue/return.chromium/3284chromium/3283 | Lei Zhang |
2017-12-01 | Check for success of decodes to avoid infinite loops | Nicolas Pena |
2017-12-01 | Add CFX_FloatRect::ToRoundedFxRect(). | Lei Zhang |
2017-12-01 | Add CFX_FloatRect::Scale(). | Lei Zhang |
2017-12-01 | Rename CFX_FloatRect::Scale() to ScaleFromCenterPoint(). | Lei Zhang |