Age | Commit message (Expand) | Author |
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 |
2017-11-30 | Fix GBK2K-H CMap usage. | Lei Zhang |
2017-11-30 | Use initializer list in CPDF_DataAvail ctor. | Lei Zhang |
2017-11-29 | Remove unneded structs from CFX_CTTGSUBTable part 1 | Nicolas Pena |
2017-11-27 | Remove CollectionSize from CPDF_RenderStatus | Dan Sinclair |
2017-11-27 | Remove CollectionSize from CPDF_CharPosList | Dan Sinclair |
2017-11-27 | Remove CollectionSize from FPDF_DataDecode | Dan Sinclair |
2017-11-27 | Convert CPDF_TextObject to not use CollectionSize | Dan Sinclair |
2017-11-27 | Convert CPDF_ClipPath::Get{Path|Text}Count to size_t | Dan Sinclair |
2017-11-27 | Remove use of CollectionSize from CPDF_CMapParser | Dan Sinclair |
2017-11-22 | Change CPDF_ContentMark to return size_t for counts. | Lei Zhang |
2017-11-22 | Remove dead CPDF_ContentMark code. | Lei Zhang |
2017-11-22 | Remove some pointless assignments to "". | Lei Zhang |
2017-11-21 | Avoid passing pointers by reference in core. | Lei Zhang |
2017-11-16 | Convert ByteString::{Format|FormatV} to static methods | Dan Sinclair |
2017-11-13 | Check first page number in IsLinearizedHeaderValid(). | Lei Zhang |
2017-11-10 | Stop using m_SavedPage in embedder tests.chromium/3265 | Henrique Nakashima |
2017-11-08 | Make most CPDF_LinearizedHeader members const.chromium/3263 | Lei Zhang |
2017-11-08 | Fix FPDF_SaveAsCopy for linearized PDFs. | Henrique Nakashima |
2017-11-08 | Use MaybeOwned in CPDF_ContentParser | Nicolas Pena |
2017-11-07 | Remove m_bFlagExact from CFX_SubstFont | Nicolas Pena |
2017-11-07 | Simplify CPDF_ContentParser. | Lei Zhang |
2017-11-07 | Change CPDF_PSProc::AddOperator() to do binary search. | Lei Zhang |