Age | Commit message (Expand) | Author |
2017-11-30 | Run clang-tidy modernize-use-equals-{delete,default} on //third_party/pdfium | Dan Sinclair |
2017-11-16 | Refactor CFGAS_FontMgr's Windows implementation | Nicolas Pena |
2017-10-04 | Remove CFX_CRTFileAccess | Dan Sinclair |
2017-09-28 | Cleanup font defines | Dan Sinclair |
2017-09-27 | Move static methods to anonymous namespace | Dan Sinclair |
2017-09-27 | Cleanup FX macros | Dan Sinclair |
2017-09-26 | Hide FX_HandleParentPath | Dan Sinclair |
2017-09-26 | Share public part of CFGAS_FontMgr declaration | Dan Sinclair |
2017-09-26 | Move font source into CFGAS_FontMgr | Dan Sinclair |
2017-09-26 | Remove font default params | Dan Sinclair |
2017-09-21 | Rename CFX_RetainPtr to RetainPtr | Dan Sinclair |
2017-09-21 | Move CFX_Observable to Observable | Dan Sinclair |
2017-09-21 | Move CXFA_PDFFontMgr to CFGAS_PDFFontMgr | Dan Sinclair |
2017-09-18 | Convert string class names | Ryan Harrison |
2017-05-20 | Use observed ptrs from CFGAS_GEFont back to its font mgrs.chromium/3106 | Tom Sepez |
2017-04-20 | Cleanup the fx_extension code. | Dan Sinclair |
2017-04-19 | Move CFGAS_Stream to CFX_SeekableStreamProxy | Dan Sinclair |
2017-04-18 | Rename IFGAS_Stream to CFGAS_Stream | Dan Sinclair |
2017-04-03 | Drop FXSYS_ from wide string methods | Dan Sinclair |
2017-03-30 | Remove unnecessary FreeType include. | Dominik Röttsches |
2017-03-30 | Fix Chromium XFA build | Dominik Röttsches |
2017-03-30 | Rename fgas_stream to ifgas_stream | Dan Sinclair |
2017-03-15 | Replace FX_POSITION in GFGAS_FontMgr with bool | Dan Sinclair |
2017-03-14 | Replace FX_CHAR and FX_WCHAR with underlying types. | Dan Sinclair |
2017-03-13 | Replace discrete array with a map. | dan sinclair |
2017-03-02 | Use std::deque for CFX_FontDescriptors | Tom Sepez |
2017-01-10 | Strip out custom allocator code | Dan Sinclair |
2017-01-10 | Remove more _LP* typedefs. | tsepez |
2017-01-09 | Tidy cfgas_fontmgr, remove custom sorting code. | tsepez |
2017-01-06 | Remove CFX_MapPtrToPtr in xfa/fgas, part 2 | tsepez |
2017-01-05 | Properly ref-count CFGAS_GEFont with CFX_RetainPtr. | tsepez |
2016-12-08 | Replace CFX_WideStringArray with std::vector | tsepez |
2016-12-07 | Replace CFX_ByteStringArray with std::vector. | tsepez |
2016-12-07 | Properly ref count IFX_FileAccess. | tsepez |
2016-12-07 | Refcount all the IFX_ stream classes all the time. | tsepez |
2016-11-21 | Fixup lint flags. | Dan Sinclair |
2016-11-18 | Clean up CFGAS_FontMgrchromium/2925 | npm |
2016-11-11 | Remove IFGAS_FontMgr and clean up (the renamed) CFGAS_FontMgr a little. | npm |