Age | Commit message (Expand) | Author |
2017-10-20 | PostScript: Do not send fonts with size <= 0 to printerschromium/3246 | rbpotter |
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-26 | Remove fx_text_int.h | Dan Sinclair |
2017-09-21 | Move CFX_UnownedPtr to UnownedPtr | Dan Sinclair |
2017-09-21 | Rename CFX_RetainPtr to RetainPtr | Dan Sinclair |
2017-09-21 | Move CFX_MaybeOwned to fxcrt::MaybeOwned | Dan Sinclair |
2017-09-20 | Forward declare codec modules in fx_codec.h. | Lei Zhang |
2017-09-19 | Remove unneeded core/fxcodec/fx_codec.h includes.chromium/3220 | Lei Zhang |
2017-09-18 | Convert string class names | Ryan Harrison |
2017-09-06 | Adding in missed ) | Ryan Harrison |
2017-09-06 | Fix issue with integer types on win32 in std::min | Ryan Harrison |
2017-08-23 | Convert string Find methods to return an Optional | Ryan Harrison |
2017-08-22 | Converted CFX_Matrix::TransformRect() to take in consts | Jane Liu |
2017-08-22 | Check length in CFX_Win32FontInfo::AddInstalledFont | Nicolas Pena |
2017-08-21 | Converted DrawCosmeticLine() to take point objects | Jane Liu |
2017-08-04 | Enforce recent VC++ version (2015 or later). | Tom Sepez |
2017-08-04 | Replace CFX_ByteTextBuf with ostringstream in fx_win32_gdipext.cpp | Henrique Nakashima |
2017-08-02 | Replace CFX_ByteTextBuf with ostringstream in cfx_psrenderer.cpp. | Henrique Nakashima |
2017-08-01 | Replace raw value for constant error value in string operations | Ryan Harrison |
2017-07-27 | Text Driver: add CLRF characters for new lines | rbpotter |
2017-07-19 | Rename StringCs c_str() to unterminated_c_str(). | Tom Sepez |
2017-07-11 | Add Windows generic / text only printer driver support. | rbpotter |
2017-07-10 | Move core/fxge/ge to core/fxge. | Dan Sinclair |
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 |