Age | Commit message (Expand) | Author |
2018-05-03 | Add CPDF_Page::Extension::GetDocExtension() | Tom Sepez |
2018-05-03 | Make GetPDFDocument return a CPDF_Docment*, not void*. | Tom Sepez |
2018-05-02 | Add CPDF_Document::Extension::GetPageCount() | Tom Sepez |
2018-05-01 | Add CPDF_Document::Extension::DeletePage() | Tom Sepez |
2018-05-01 | Avoid perpetual spins for parserless CPDF_Pages | Tom Sepez |
2018-05-01 | Make FPDF_Document always be CPDF_Document. | Tom Sepez |
2018-05-01 | Introduce the concept of CPDF_Page::Extension | Tom Sepez |
2018-04-27 | Avoid potential duplicate unique_ptr to CPDF_Document from CPDFXA_Context. | Tom Sepez |
2018-04-27 | Do validation earlier in CPDF_SampledFunc::v_Init(). (try 2) | Lei Zhang |
2018-04-26 | Replace some c-style cast with static_cast<> | Tom Sepez |
2018-04-25 | Replace reinterpret_cast with static_cast where possible | Tom Sepez |
2018-04-25 | Introduce ScopedFPDF types in public/cpp/fpdf_scopers.h | Tom Sepez |
2018-04-25 | Remove unused PNGEncode() code. | Lei Zhang |
2018-04-23 | Validate the Size dictionary entry in CPDF_SampledFunc. | Lei Zhang |
2018-04-23 | Disable JavaScript entirely if no JSPlatform passed by embedder. | Tom Sepez |
2018-04-23 | Fix some nits in CPDF_SampledFunc(). | Lei Zhang |
2018-04-20 | Add CPDF_PatternCS::GetPatternRGB(const PatternValue& value).chromium/3404chromium/3403chromium/3402 | Lei Zhang |
2018-04-20 | Revert "Do validation earlier in CPDF_SampledFunc::v_Init()." | Lei Zhang |
2018-04-19 | Change SHADING_STEPS from a #define to a constant. | Lei Zhang |
2018-04-19 | Make CPDF_StitchFunc use more vectors. | Lei Zhang |
2018-04-19 | Do more validation in CPDF_StitchFunc::v_Init(). | Lei Zhang |
2018-04-19 | Do a bit more validation in CPDF_ExpIntFunc::v_Init(). | Lei Zhang |
2018-04-19 | Do validation earlier in CPDF_SampledFunc::v_Init(). | Lei Zhang |
2018-04-19 | Validate the Range key in Functions. | Lei Zhang |
2018-04-18 | Fix integer overflow in shading drawing code. | Lei Zhang |
2018-04-17 | Use span<> in GetBits32(). | Tom Sepez |
2018-04-17 | Re-land "Return pdfium::span<char> from ByteString::GetBuffer()."" | Tom Sepez |
2018-04-17 | Add constants for PDF 1.7 spec, table 3.4. | Lei Zhang |
2018-04-17 | Reland "Return pdfium::span<wchar_t> from WideString::GetBuffer()."" | Tom Sepez |
2018-04-17 | Fix nits in CPDF_Function and derived classes. | Lei Zhang |
2018-04-16 | Remove non-const CPDF_PageObjectHolder::GetPageObjectList(). | Henrique Nakashima |
2018-04-16 | Revert "Return pdfium::span<wchar_t> from WideString::GetBuffer()." | Tom Sepez |
2018-04-16 | Fix some checks for FX_Realloc() failures. | Lei Zhang |
2018-04-16 | Consolidate Black/Whitepoint parsing code CPDF_ColorSpace. | Lei Zhang |
2018-04-16 | Put prototypes of PDF_NameEncode/Decode in fpdf_parser_utility.h | Tom Sepez |
2018-04-16 | Consolidate BlackPoint parsing code in CPDF_ColorSpace. | Lei Zhang |
2018-04-16 | Add Black/WhitePoint array constant in CPDF_ColorSpace. | Lei Zhang |
2018-04-16 | More CPDF_Colorspace cleanup. | Lei Zhang |
2018-04-16 | Revert "Return pdfium::span<char> from ByteString::GetBuffer()." | Tom Sepez |
2018-04-16 | Fix some nits in CPDF_ColorSpace. | Lei Zhang |
2018-04-16 | Fix a comment in CPDF_PatternCS. | Lei Zhang |
2018-04-13 | Fix integer overflow in CPDF_Font::FallbackFontFromCharcode | Nicolas Pena |
2018-04-13 | Add test for circular CPDF_Function::Load(). | Henrique Nakashima |
2018-04-13 | Add CPDF_ColorState::SetPattern(). | Lei Zhang |
2018-04-13 | Get rid of CPDF_Color::GetColorSpace(). | Lei Zhang |
2018-04-13 | Rename the other CPDF_Color::SetValue() variant. | Lei Zhang |
2018-04-12 | Rename one CPDF_Color::SetValue() variant. | Lei Zhang |
2018-04-12 | Make some CPDF_StreamContentParser methods const. | Lei Zhang |
2018-04-12 | More CPDF_Color improvements. | Lei Zhang |
2018-04-12 | Slightly simplify CPDF_Color::SetColorSpace(). | Lei Zhang |