Age | Commit message (Expand) | Author |
2018-02-10 | Renable -Wimplicit-fallthrough for PDFium. | Nico Weber |
2018-02-09 | Use CFX_Size in CPDF_Page and fpdf_ppo.cpp. | Lei Zhang |
2018-02-09 | Get rid of EmbedderTest::RenderPageDeprecated(). | Lei Zhang |
2018-02-07 | Remove some deprecated RenderPage method usage. | Lei Zhang |
2018-02-07 | Clean up RenderPage methods in EmbedderTest. | Lei Zhang |
2018-02-05 | Make EmbedderTest class member style consistent. | Lei Zhang |
2018-01-30 | Use unsigned for char widthchromium/3335 | Nicolas Pena |
2018-01-30 | Guard usages of tellp(). It may return -1 in error cases. | Henrique Nakashima |
2018-01-30 | Revert "Revert "Use UnownedPtr instead of T* in MaybeOwned."" | Tom Sepez |
2018-01-30 | Revert "Use UnownedPtr instead of T* in MaybeOwned." | Tom Sepez |
2018-01-30 | Use UnownedPtr instead of T* in MaybeOwned. | Tom Sepez |
2018-01-26 | Pass nullptr to ParseContentWithParams() instead of 0. | Lei Zhang |
2018-01-26 | Fix crash in palette loading with Pattern colorspace. | Henrique Nakashima |
2018-01-26 | Change CPDF_RenderStatus::ProcessPathPattern() to pass by pointer. | Lei Zhang |
2018-01-25 | Make private some methods in CPDF_DIBSource. | Henrique Nakashima |
2018-01-24 | Fix some nits in CPDF_Parser. | Lei Zhang |
2018-01-18 | Remove more unneeded includes and code from headers. | Lei Zhang |
2018-01-17 | Fix behavior of FPDF_RenderPageBitmapWithMatrix | Henrique Nakashima |
2018-01-12 | Move some RetainPtr getters/setters out of headers. | Lei Zhang |
2018-01-09 | Expose marked content IDs for images and alt text. | Julian Lunger |
2018-01-08 | Encapsulate CPDF_ShadingObject members. | Lei Zhang |
2018-01-08 | Make SharedCopyOnWrite use Retainables | Dan Sinclair |
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-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-12 | Use early returns in pdf_parser_decode.cpp. | 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-08 | Fix build when using different sysroots.chromium/3289 | Andrew Weintraub |
2017-12-06 | Move m_CharCodes to local for crash investigation | Bruce Dawson |
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-04 | Add text unit to glyph unit conversion to CPDF_Type3Char. | Lei Zhang |
2017-12-04 | Fix nits in CPDF_Type3Font. | Lei Zhang |
2017-12-01 | Get rid of else after break/continue/return.chromium/3284chromium/3283 | Lei Zhang |
2017-12-01 | Remove unneded structs from CFX_CTTGSUBTable part 2 | Nicolas Pena |
2017-12-01 | Encapsulate CPDF_Type3Char members. | Lei Zhang |