Age | Commit message (Expand) | Author |
2018-08-11 | Cleanup CFX_CTTGSUBTable.chromium/3521chromium/3520 | Lei Zhang |
2018-08-11 | Initialize CPDF_CIDFont members. | Lei Zhang |
2018-08-10 | Consolidate const_casts<> in FXFT_Get_Name_Index() | Tom Sepez |
2018-08-09 | Change CPDF_Font::GetNextChar()'s in-out parameter to pass by pointer.chromium/3518 | Lei Zhang |
2018-08-04 | Set the CPDF_Font doc / font dict in the ctor. | Lei Zhang |
2018-06-26 | Use pdfium::span in CPDF_CID2UnicodeMap. | Tom Sepez |
2018-05-28 | Add const/non-const versions of remaining CPDF_Dictionary methods. | Lei Zhang |
2018-05-25 | Mark more CPDF_Objects as const in font code. | Lei Zhang |
2018-04-10 | Load CIDToGIDMap stream for CID fonts if it exists. | Lei Zhang |
2018-04-09 | Use ByteStringView / pdfium::span in CPDF font as appropriate.chromium/3393 | Tom Sepez |
2018-04-09 | Use pdfium::span<> in CFX_BitStream, CPDF_SimpleParser. | Tom Sepez |
2018-03-28 | Use ByteStringView in parsers | Dan Sinclair |
2018-01-30 | Use unsigned for char widthchromium/3335 | Nicolas Pena |
2017-12-11 | Remove default arguments to CPDF_StreamAcc::LoadAllData(). | Lei Zhang |
2017-11-07 | Remove m_bFlagExact from CFX_SubstFont | Nicolas Pena |
2017-10-04 | Remove CPDF_CMap friends | Dan Sinclair |
2017-10-04 | Make CPDF_FontGlobals members private | Dan Sinclair |
2017-09-28 | Cleanup font defines | Dan Sinclair |
2017-09-28 | Cleanup font defines | Dan Sinclair |
2017-09-27 | Cleanup FX macros | Dan Sinclair |
2017-09-18 | Convert string class names | 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-05-26 | Use proper file names in core/fpdfapi/font | Nicolas Pena |
2017-05-05 | Make CPDF_CMap::m_pMapping use std::vector | Tom Sepez |
2017-04-04 | RefCount CPDF_StreamAcc all the time. | Tom Sepez |
2017-03-24 | Refcount CPDF_CMap all the time.chromium/3052chromium/3051 | Tom Sepez |
2017-03-17 | Add pdfium::clamp() as a placeholder for std::clamp().chromium/3046 | Lei Zhang |
2017-03-14 | Prevent integer overflow in CPDF_CIDFONT::LoadMetricsArray | Nicolas Pena |
2017-03-14 | Replace FX_FLOAT with underlying float type. | Dan Sinclair |
2017-03-14 | Replace FX_CHAR and FX_WCHAR with underlying types. | Dan Sinclair |
2017-03-10 | Bound cbox from tricky faceschromium/3040chromium/3039chromium/3038 | Nicolas Pena |
2017-02-24 | Remove repeated flags from CPDF_Fontchromium/3023 | Nicolas Pena |
2017-02-09 | Replace rect.Transform(matrix) with matrix.TransformRect(rect) | Dan Sinclair |
2017-01-19 | use unique_ptr in fpdf_font_cid.cpp | tsepez |
2017-01-09 | Remove CFX_ArrayTemplate from fpdfapi | tsepez |
2016-12-14 | Avoid the ptr.reset(new XXX()) anti-pattern | tsepez |
2016-11-02 | Remove FX_BOOL from core | tsepez |
2016-10-04 | Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser | dsinclair |
2016-10-04 | Move core/fpdfapi/fpdf_page to core/fpdfapi/page | dsinclair |
2016-10-04 | Move core/fpdfapi/fpdf_font to core/fpdfapi/font | dsinclair |