summaryrefslogtreecommitdiff
path: root/core/fxge
AgeCommit message (Expand)Author
2017-09-06Adding in missed )Ryan Harrison
2017-09-06Fix issue with integer types on win32 in std::minRyan Harrison
2017-08-31Remove fx_basic.hDan Sinclair
2017-08-31Split IFX_Pause out of fx_basicDan Sinclair
2017-08-30Split CFX_FixedBufGrow out of fx_basicchromium/3201Dan Sinclair
2017-08-23Convert string Find methods to return an OptionalRyan Harrison
2017-08-22Converted CFX_Matrix::TransformRect() to take in constsJane Liu
2017-08-22Check length in CFX_Win32FontInfo::AddInstalledFontNicolas Pena
2017-08-21Converted CFX_FloatRect::{Init|Update}Rect() to take point objectsJane Liu
2017-08-21Converted DrawCosmeticLine() to take point objectsJane Liu
2017-08-17Roll build_revision to bff6ee8.Lei Zhang
2017-08-16Fix another unguarded string element accessRyan Harrison
2017-08-15Change a bunch of methods to take a const CFX_Matrix& param.chromium/3187Lei Zhang
2017-08-15Remove CFDE_RenderDeviceDan Sinclair
2017-08-10Remove CFDE_PathDan Sinclair
2017-08-04Enforce recent VC++ version (2015 or later).Tom Sepez
2017-08-04Replace CFX_ByteTextBuf with ostringstream in fx_win32_gdipext.cppHenrique Nakashima
2017-08-03APIs and tests for extracting bitmaps from image objectsJane Liu
2017-08-02Replace CFX_ByteTextBuf with ostringstream in cfx_psrenderer.cpp.Henrique Nakashima
2017-08-01Replace raw value for constant error value in string operationsRyan Harrison
2017-07-28Convert calls to Mid() to Left() or Right() if possibleRyan Harrison
2017-07-27Remove single param Mid() method from string classesRyan Harrison
2017-07-27Text Driver: add CLRF characters for new linesrbpotter
2017-07-25flush but do not release skia driverCary Clark
2017-07-19Rename StringCs c_str() to unterminated_c_str().Tom Sepez
2017-07-18colortables are unused, so remove plumbingMike Reed
2017-07-17Move CPWL_Utils Draw methods to CFX_RenderDeviceDan Sinclair
2017-07-13Rename CPWL_Color to CFX_ColorDan Sinclair
2017-07-13fix skiapaths for sparse type1 on macCary Clark
2017-07-13Index_8 no longer supported, upscale to N32Mike Reed
2017-07-12Nits in CFX_RenderDevice and CPDF_ContentParserNicolas Pena
2017-07-12support m_bGlyph_AdjustCary Clark
2017-07-12Move CMYKtoRGB methods to fx_codec and clean them upNicolas Pena
2017-07-11Cleanup CFX_RenderDeviceNicolas Pena
2017-07-11Add Windows generic / text only printer driver support.rbpotter
2017-07-10Move core/fxge/ge to core/fxge.Dan Sinclair
2017-07-10Reland "typeface double delete"Dan Sinclair
2017-07-07Check that there is enough data remaining in source BMP before readingchromium/3152Ryan Harrison
2017-07-06Revert "typeface double delete"Cary Clark
2017-07-05typeface double deletechromium/3150Cary Clark
2017-07-05additional clip debuggingCary Clark
2017-07-05maintain ClipBoxCary Clark
2017-07-05set clip rectCary Clark
2017-07-05show original text to aid in debuggingCary Clark
2017-07-05fix fuzzer generated out of rangeCary Clark
2017-07-05clip save off by oneCary Clark
2017-06-29Move Start to constructor in CFX_Image(Renderer|Transformer)chromium/3145Nicolas Pena
2017-06-29Change SetReverse to GetInverse in CFX_MatrixNicolas Pena
2017-06-27Converting CFX_ByteTextBuf to ostringstream in cfx_fontmapper.cpp.Henrique Nakashima
2017-06-23Cleaning up fx_string_testhelpers.Henrique Nakashima