Age | Commit message (Expand) | Author |
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 |
2017-04-07 | Tweak CFDF_Font::AppendChar() | Tom Sepez |
2017-04-04 | RefCount CPDF_StreamAcc all the time. | Tom Sepez |
2017-04-03 | Drop FXSYS_ from util methods | Dan Sinclair |
2017-04-03 | Drop FXSYS_ from mem methods | Dan Sinclair |
2017-04-03 | Drop FXSYS_ from string methods | Dan Sinclair |
2017-03-30 | Add some calls to MakeUnique | Dan Sinclair |
2017-03-28 | Revert "Revert "Refcount all CFX_DIBSources (and subclasses) all the time."" | Tom Sepez |
2017-03-28 | Revert "Refcount all CFX_DIBSources (and subclasses) all the time." | dsinclair |
2017-03-28 | Refcount all CFX_DIBSources (and subclasses) 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-15 | Cleanup nits from prior CLs | Dan Sinclair |
2017-03-15 | Add IndexInBounds() convenience routine. | Tom Sepez |
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-13 | Make most PDFium code pass Clang plugin's auto raw check. | Lei Zhang |
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-30 | Cleanup memory allocations in ttgsubtable.cpp | Tom Sepez |
2017-01-23 | Update safe numerics package to get bitwise ops | tsepez |
2017-01-19 | use unique_ptr in fpdf_font_cid.cpp | tsepez |