Age | Commit message (Expand) | Author |
2018-04-16 | Revert "Return pdfium::span<char> from ByteString::GetBuffer()." | Tom Sepez |
2018-04-12 | Return pdfium::span<char> from ByteString::GetBuffer(). | Tom Sepez |
2018-04-10 | Change FillRectWithBlend methods to take FX_RECT by const-ref. | Lei Zhang |
2018-04-03 | Re-arrange so inline vectors come last in structs. | Tom Sepez |
2018-03-20 | Change ArgbToColorRef() to ArgbToAlphaAndColorRef().chromium/3377 | Lei Zhang |
2018-03-15 | Rename FX_COLORREF variables from "rgb" to "bgr". | Lei Zhang |
2018-03-15 | Fix a red-blue channel flip when rendering masks to EMF. | Lei Zhang |
2018-03-06 | Rename IFX classes in core/fxge to Ifacechromium/3364 | Dan Sinclair |
2018-02-14 | Pdfium: Allow negative font sizes for PostScript printing | rbpotter |
2018-01-30 | Guard usages of tellp(). It may return -1 in error cases. | Henrique Nakashima |
2018-01-30 | Remove not reachable branch in fxge code. | Lei Zhang |
2018-01-30 | Use anonymous namespace in gdiplus code. | Lei Zhang |
2018-01-26 | Mark some fxge class members as const. | Lei Zhang |
2018-01-18 | Add jumbo build support for fxge and pwl. | Lei Zhang |
2018-01-18 | Remove more unneeded includes and code from headers. | Lei Zhang |
2018-01-11 | Remove core/fxge/cfx_fontmgr.h from headers. | Lei Zhang |
2017-12-06 | Fix ps rendering.chromium/3287 | Henrique Nakashima |
2017-11-22 | Call FreeLibrary() in CGdiplusExt.chromium/3276 | Lei Zhang |
2017-11-22 | Remove some pointless assignments to "". | Lei Zhang |
2017-11-07 | Remove m_bFlagExact from CFX_SubstFont | Nicolas Pena |
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 |