Age | Commit message (Expand) | Author |
2017-05-19 | Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr. | Lei Zhang |
2017-05-16 | Be skeptical of bare |new|s. | Tom Sepez |
2017-04-24 | Use unique_ptr in CFX_SizeGlyphCache | Tom Sepez |
2017-04-21 | Use unique_ptr in CFX_FolderFontInfo::m_FontListchromium/3079 | Tom Sepez |
2017-04-20 | Let {Argb,Cmyk}Decode return tuples | Nicolas Pena |
2017-04-20 | Cleanup the fx_extension code. | Dan Sinclair |
2017-04-19 | Cleanup codepage and charset definitions. | Dan Sinclair |
2017-04-04 | Remove dib_int.h | Nicolas Pena |
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-23 | Revert "Remove CFX_FixedBufGrow" | Nicolás Peña |
2017-03-22 | Remove CFX_FixedBufGrow | Dan Sinclair |
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-02-16 | Change FXTEXT_CHARPOS to use CFX_PointF | Dan Sinclair |
2017-02-14 | Revert "Convert Origins to points" | Dan Sinclair |
2017-02-13 | Convert Origins to points | Dan Sinclair |
2017-02-09 | Remove Transform in favour of TransformPoint | Dan Sinclair |
2017-02-08 | Update to use CFX_Rect{F} and CFX_Matrix constructors. | Dan Sinclair |
2016-11-21 | Fixup lint flags. | Dan Sinclair |
2016-11-16 | Create a subset of skia support for paths only | caryclark |
2016-11-15 | Revert of Create a subset of skia support for paths only (patchset #10 id:180... | dsinclair |
2016-11-15 | Create a subset of skia support for paths only | caryclark |
2016-11-07 | Remove unused CFX_QuartzDevice(Driver) classes.chromium/2913 | npm |
2016-11-02 | Remove FX_BOOL from core | tsepez |
2016-10-25 | Use m_GlyphIndex as backup for m_ExtGID on Mac | npm |
2016-10-11 | Fix negative font rendering on Mac by reversing matrix c component. | npm |
2016-10-03 | Add ptr_util.h from base until std::make_unique<> available | tsepez |
2016-09-29 | Move core/fxge/include to core/fxge | dsinclair |
2016-09-29 | Move core/fxcrt/include to core/fxcrt | dsinclair |
2016-09-20 | Refactor CFX_FontCache to have only one in GE Module. | art-snake |
2016-09-19 | Revert of Pdfium: Fix fonts leaking on ClosePage. (patchset #10 id:180001 of ... | dsinclair |
2016-09-19 | Remove duplicated charset definitions, and move them to fx_font.h | npm |
2016-09-15 | Fix memory leaking on ClosePage.chromium/2862 | art-snake |
2016-08-19 | Move CFX_FaceCache to its own file | npm |
2016-08-17 | Split fx_font into multiple files, part 1. | npm |
2016-08-10 | Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own ... | npm |
2016-08-08 | Move CFX_ClipRgn and CFX_PathData into their own files. | npm |
2016-08-04 | Move CFX_GEModule into its own file | npm |
2016-07-29 | Refactor fxge/fx_apple and fx_win header files | npm |
2016-07-27 | Splitting fx_ge_fontmap.cpp | npm |
2016-07-21 | Use smart pointers for graphics device classes | weili |
2016-07-01 | Mac: Improve font substitution.chromium/2790chromium/2789chromium/2788chromium/2787 | thestig |
2016-07-01 | Clean up CFX_MacFontInfo and surrounding code. | thestig |
2016-06-22 | Fix Skia GN build on Mac | weili |
2016-06-21 | Use FXFONT defines in place of integers. | thestig |
2016-06-21 | Move ifx_renderdevicedriver to a separate file to share | weili |
2016-06-20 | Fix clang_use_chrome_plugin for Mac and Skia builds | weili |
2016-06-13 | Remove default arguments from IFX_RenderDeviceDriver. | thestig |