Age | Commit message (Expand) | Author |
2018-04-03 | Re-arrange so inline vectors come last in structs. | Tom Sepez |
2018-03-28 | Use ByteStringView in parsers | Dan Sinclair |
2018-01-30 | Use unsigned for char widthchromium/3335 | Nicolas Pena |
2018-01-26 | Pass nullptr to ParseContentWithParams() instead of 0. | Lei Zhang |
2018-01-18 | Remove more unneeded includes and code from headers. | Lei Zhang |
2018-01-12 | Move some RetainPtr getters/setters out of headers. | Lei Zhang |
2017-12-20 | Combine operator< and ByteString::Compare(). | Lei Zhang |
2017-12-11 | Remove default arguments to CPDF_StreamAcc::LoadAllData(). | Lei Zhang |
2017-12-08 | Fix build when using different sysroots.chromium/3289 | Andrew Weintraub |
2017-12-06 | Fix nits on some font code. | Lei Zhang |
2017-12-05 | Replace uses of bsearch().chromium/3286 | 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 | Remove unneded structs from CFX_CTTGSUBTable part 2 | Nicolas Pena |
2017-12-01 | Encapsulate CPDF_Type3Char members. | Lei Zhang |
2017-11-29 | Remove unneded structs from CFX_CTTGSUBTable part 1 | Nicolas Pena |
2017-11-27 | Remove use of CollectionSize from CPDF_CMapParser | Dan Sinclair |
2017-11-07 | Remove m_bFlagExact from CFX_SubstFont | Nicolas Pena |
2017-11-02 | Simplify some CMap code. | Lei Zhang |
2017-10-05 | Remove CPDF_CMapParser friends | Dan Sinclair |
2017-10-04 | Remove CPDF_CMap friends | Dan Sinclair |
2017-10-04 | Make CPDF_FontGlobals members private | Dan Sinclair |
2017-10-02 | Removing unused defines | Dan Sinclair |
2017-09-28 | Cleanup font defines | Dan Sinclair |
2017-09-28 | Cleanup font defines | Dan Sinclair |
2017-09-27 | Move CFX_Font definition to cfx_font.h | Dan Sinclair |
2017-09-27 | Remove FX_STRSIZE and replace with size_t | Ryan Harrison |
2017-09-27 | Cleanup FX macros | Dan Sinclair |
2017-09-21 | Move CFX_WeakPtr to WeakPtr | Dan Sinclair |
2017-09-21 | Move CFX_UnownedPtr to UnownedPtr | Dan Sinclair |
2017-09-21 | Move CFX_StringPoolTemplate to StringPoolTemplate | Dan Sinclair |
2017-09-21 | Rename CFX_RetainPtr to RetainPtr | Dan Sinclair |
2017-09-18 | Convert string class names | Ryan Harrison |
2017-09-06 | Convert FX_STRSIZE int->size_t | Ryan Harrison |
2017-09-01 | Cleanup usages of Mid(foo, 1), Right(1), and Left(1)chromium/3203 | Ryan Harrison |
2017-09-01 | Prepare for converting FX_STRSIZE int->size_t | Ryan Harrison |
2017-09-01 | Adjust loops in preperation for FX_STRSIZE int->size_t | Ryan Harrison |
2017-08-31 | Remove fx_basic.h | Dan Sinclair |
2017-08-31 | Change CPDF_Form::ParseContent() to ParseContentWithParams(). | Lei Zhang |
2017-08-30 | Move CFX_WideTextBuf out of fx_basic | Dan Sinclair |
2017-08-30 | Convert int* references to FX_STRSIZE | Ryan Harrison |
2017-08-22 | Converted CFX_Matrix::TransformRect() to take in consts | Jane Liu |
2017-08-15 | Remove GetAt from string classes | Ryan Harrison |
2017-08-11 | Add checks of index operations on string classes | Ryan Harrison |
2017-08-02 | Rewrite how string Insert() methods handle out of bound indices | Ryan Harrison |
2017-07-28 | Convert calls to Mid() to Left() or Right() if possible | Ryan Harrison |
2017-07-27 | Remove single param Mid() method from string classes | Ryan Harrison |
2017-06-21 | Clamp instead of checked_cast in TT2PDF | Nicolas Pena |
2017-06-19 | Add heuristic for improving text rendering in CPDF_CharPosList::Load | Nicolas Pena |
2017-05-26 | Use proper file names in core/fpdfapi/font | Nicolas Pena |