Age | Commit message (Expand) | Author |
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 |
2017-05-25 | Mass conversion of remaining class members (non-xfa) | Tom Sepez |
2017-05-25 | Mass conversion of all const-lifetime class members | Tom Sepez |
2017-05-25 | Break apart the pageint.h file. | Dan Sinclair |
2017-05-24 | Convert to CFX_UnownedPtr, part 9 | Tom Sepez |
2017-05-24 | Convert to CFX_UnownedPtr, part 4. | Tom Sepez |
2017-05-23 | Use NOTREACHED() in more places. | Lei Zhang |
2017-05-22 | Convert more c-style pointers to CFX_UnownedPtr | Tom Sepez |
2017-05-19 | Fix off-by-one introduced at ab20404 | Tom Sepez |
2017-05-17 | Reland: Small fix in CPDF_TrueTypeFont load | Nicolas Pena |
2017-05-17 | Revert "Small fix in CPDF_TrueTypeFont load" | Nicolás Peña |
2017-05-16 | Small fix in CPDF_TrueTypeFont load | Nicolas Pena |
2017-05-08 | Remove default params in CFX_DIBSource | Nicolas Pena |
2017-05-05 | Split out CPDF_CMap::m_pLeading into separate members.chromium/3093chromium/3092 | Tom Sepez |
2017-05-05 | Make CPDF_CMap::m_pMapping use std::vector | Tom Sepez |
2017-05-05 | Fix CPDF_CMap::m_pAddMapping lack of type information. | Tom Sepez |
2017-05-04 | Give a couple of char to int functions better names.chromium/3090 | Lei Zhang |
2017-05-04 | Make CPDF_Font member variables protected. | Lei Zhang |
2017-05-04 | Remove CFX_GlyphMap | Tom Sepez |
2017-04-26 | Remove a few more |new|s. | Tom Sepez |
2017-04-26 | Get rid of a few |new|s in CPDF_Document. | Tom Sepez |
2017-04-20 | Cleanup the fx_extension code. | Dan Sinclair |
2017-04-12 | Some fixes to the fallback font code. | Nicolas Pena |