Age | Commit message (Expand) | Author |
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 |
2017-11-06 | Add a CPDF_PSEngine test. | Lei Zhang |
2017-11-06 | Remove C-style casts in CPDF_PSEngine. | Lei Zhang |
2017-11-06 | Revert "Simplify CPDF_HintsTable." | dsinclair |
2017-11-06 | Pack struct FXCMAP_CMap more densely to save 1 KB. | Lei Zhang |
2017-11-06 | Mark some CPDF_StreamContentParser members as const. | Lei Zhang |
2017-11-04 | Simplify CPDF_HintsTable. | Artem Strygin |
2017-11-03 | Remove C-style casts in cpdf_colorspace.cpp. | Lei Zhang |
2017-11-03 | Simplify CPDF_SecurityHandler. | Lei Zhang |
2017-11-03 | The component count in CPDF_IndexedCS should be unsigned. | Lei Zhang |
2017-11-02 | Move parsing logic from FPDF_DataAvail into CPDF_DataAvail. | Artem Strygin |
2017-11-02 | Encapsulate CPDF_FormObject members. | Lei Zhang |
2017-11-02 | Remove useless code. | Artem Strygin |
2017-11-02 | Refactoring of cross refs availability check. | Artem Strygin |
2017-11-02 | Rename Transparency to iTransparency. | Lei Zhang |
2017-11-02 | Remove some C-style const char* casts. | Lei Zhang |
2017-11-02 | Remove some redundent code in CPDF_DIBSource::StartLoadDIBSource(). | Lei Zhang |
2017-11-02 | Simplify some CMap code. | Lei Zhang |