Age | Commit message (Expand) | Author |
2017-05-25 | Mass conversion of remaining class members (non-xfa) | Tom Sepez |
2017-05-19 | Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr. | Lei Zhang |
2017-05-15 | Convert CPSOutput to an IFX_WriteStream | dan sinclair |
2017-05-11 | Rename render device classes | Dan Sinclair |
2017-05-11 | Remove unused GetPlatformSurface and GetDC methods | dan sinclair |
2017-05-08 | Remove default params in CFX_DIBSource | Nicolas Pena |
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 | core: choosen -> chosen | Miklos Vajna |
2017-04-19 | Cleanup codepage and charset definitions. | Dan Sinclair |
2017-04-10 | Fix bytestring passing conventions, part 2. | Tom Sepez |
2017-04-07 | Remove the ICC transform where it is never initialized. | Nicolas Pena |
2017-04-07 | Use CFX_MaybeOwned on the buffer of CFX_DIBitmap | Nicolas Pena |
2017-04-04 | Remove dib_int.h | Nicolas Pena |
2017-04-04 | Let CPDF_ImageRenderer own the CFX_ImageRenderer | Nicolas Pena |
2017-04-04 | Finish splitting up fx_dib.h | Nicolas Pena |
2017-04-03 | Drop FXSYS_ from mem methods | Dan Sinclair |
2017-04-03 | Drop FXSYS_ from math methods | Dan Sinclair |
2017-04-03 | Split fx_dib part 4 | 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-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-23 | Convert TransformPoint calls to Transform calls | Dan Sinclair |
2017-02-23 | Convert point x,y into CFX_PointF | dan sinclair |
2017-02-21 | Convert more TransformPoint calls to Transform | Dan Sinclair |
2017-02-16 | Convert fx_font points to CFX_Point{F}s | Dan Sinclair |
2017-02-16 | Change FXTEXT_CHARPOS to use CFX_PointF | Dan Sinclair |
2017-02-15 | Cleanup CFX_PathData. | Dan Sinclair |
2017-02-14 | Revert "Convert Origins to points" | Dan Sinclair |
2017-02-13 | Convert Origins to points | Dan Sinclair |
2017-02-09 | Cleanup CFX_Matrix related methods | Dan Sinclair |
2017-02-09 | Remove Transform in favour of TransformPoint | Dan Sinclair |
2017-02-09 | Replace rect.Transform(matrix) with matrix.TransformRect(rect) | Dan Sinclair |
2017-02-08 | Rename x,y to width,height for Size types | dan sinclair |
2017-02-08 | Update to use CFX_Rect{F} and CFX_Matrix constructors. | Dan Sinclair |
2017-02-07 | Use enum class for PathPoint types. | Nicolas Pena |
2017-01-12 | Add postscript path | rbpotter |
2017-01-10 | Remove CFX_ArrayTemplate in cfx_psrender. | tsepez |
2017-01-06 | Revert postscript code removal. | rbpotter |
2017-01-05 | Fix bCJK calculation in Windows MapFont | npm |
2016-12-14 | More unique_ptr returns from DIB methods. | tsepez |
2016-12-12 | Fix dotted line drawing for GDI device driver | weili |
2016-12-06 | Return unique_ptrs from CFX_DIBitmap::Clone(). | tsepez |
2016-11-02 | Remove FX_BOOL from core | tsepez |
2016-10-31 | Fix bool / int mismatch for win64 | tsepez |
2016-10-28 | Stop casting function pointers to data pointers in fx_win32_gdipext.cpp. | tsepez |
2016-10-28 | Fix more FX_BOOL / int noise in core/fpdfsdk | tsepez |
2016-10-06 | Split m_InstalledTTFonts into two vectors to avoid sketchy logic. | npm |