Age | Commit message (Expand) | Author |
2018-01-16 | Add asm.js to supported platforms | Henrique Nakashima |
2018-01-16 | Add support for XFA specific FormField types | Ryan Harrison |
2018-01-15 | Revert "Check for success of decodes to avoid infinite loops" | Nicolás Peña Moreno |
2018-01-12 | Move some RetainPtr getters/setters out of headers. | Lei Zhang |
2018-01-12 | Use enum for tracking form field types | Ryan Harrison |
2018-01-12 | Fix "the the" typos. | Lei Zhang |
2018-01-11 | Add operator<< to CFX_FloatRect. | Henrique Nakashima |
2018-01-11 | Remove core/fxge/cfx_fontmgr.h from headers. | Lei Zhang |
2018-01-11 | Change FPDFText_GetRect() to return a boolean. | Lei Zhang |
2018-01-11 | Add jumbo build support for fdrm, fpdfdoc and fxcrt. | Lei Zhang |
2018-01-11 | Use range-based for-loops in a few more places. | Lei Zhang |
2018-01-10 | Encapsulate CTTFontDesc. | Lei Zhang |
2018-01-10 | Move FreeType version check to its own method. | Lei Zhang |
2018-01-10 | Remove unused parameter from FPDFDest_GetView(). | Lei Zhang |
2018-01-10 | Add FPDFAnnot_GetAP to public API. | Henrique Nakashima |
2018-01-09 | Expose marked content IDs for images and alt text. | Julian Lunger |
2018-01-09 | Fix cl/22012 to always call FXFT_Library_SetLcdFilter so that we render prope... | Andrew Weintraub |
2018-01-09 | Fix death tests for UnownedPtr + MSAN. | Lei Zhang |
2018-01-08 | Encapsulate CPDF_ShadingObject members. | Lei Zhang |
2018-01-08 | Style fixes in FPDFDOC_GetAnnotAPchromium/3316 | Henrique Nakashima |
2018-01-08 | Always enable hinting with versions of Freetype >= 2.8.1, which include subpi... | Andrew Weintraub |
2018-01-08 | Make SharedCopyOnWrite use Retainables | Dan Sinclair |
2018-01-05 | Convert CXML_Parser::GetAttrValue out param to return | Ryan Harrison |
2018-01-05 | Remove unused code from CPDF_InterForm | Ryan Harrison |
2018-01-05 | Convert ExtractSubString to return Optional<WideString> | Ryan Harrison |
2018-01-05 | Convert CPDF_PageLabel::GetLabel to return Optional<WideString> | Ryan Harrison |
2018-01-04 | Convert usages of pdfium::Optional to Optional | Ryan Harrison |
2018-01-04 | Open FPDFDest_GetView API. | Henrique Nakashima |
2018-01-04 | Remove CXFA_DataData | Dan Sinclair |
2018-01-03 | Remove unused methods from CPDF_VariableText | Nicolas Pena |
2017-12-22 | Only set CPDF_ColorSpace component count on successful load.chromium/3310chromium/3309chromium/3308chromium/3307chromium/3306chromium/3305chromium/3304chromium/3303chromium/3302 | Lei Zhang |
2017-12-21 | Clean up CPDF_Color.chromium/3301 | Lei Zhang |
2017-12-21 | Fix various nits in color code. | Lei Zhang |
2017-12-20 | Avoid default arguments in EmbedderTest::OpenDocument().chromium/3300 | Lei Zhang |
2017-12-20 | Combine operator< and ByteString::Compare(). | Lei Zhang |
2017-12-20 | Add comments for CPDF_AAction types. | Lei Zhang |
2017-12-19 | Fix use_system_freetype=true build when third_party/freetype is missing | Tom Anderson |
2017-12-19 | Add parameter validation to CPDF_ShadingPattern. | Henrique Nakashima |
2017-12-19 | Remove some dead code. | Lei Zhang |
2017-12-19 | Require valid color space for shading pattern. | Henrique Nakashima |
2017-12-19 | Change pattern creation checks in CPDF_DocPageData::GetPattern(). | Lei Zhang |
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 |