summaryrefslogtreecommitdiff
path: root/core/fxge/win32/fx_win32_gdipext.cpp
AgeCommit message (Expand)Author
2018-10-25Remove rarely used GDI+ using statements.chromium/3592Lei Zhang
2018-10-25Remove unused GDI+ code.Lei Zhang
2018-10-09Do IWYU for ptr_util.h.Lei Zhang
2018-09-25Add FxAlignToBoundary<>() template helper function.Tom Sepez
2018-09-24Give CFX_GraphStateData a work-over.chromium/3561Tom Sepez
2018-04-27Fix illegal cast in core/fxge/win32/fx_win32_gdipext.cppTom Sepez
2018-01-30Guard usages of tellp(). It may return -1 in error cases.Henrique Nakashima
2018-01-30Remove not reachable branch in fxge code.Lei Zhang
2018-01-30Use anonymous namespace in gdiplus code.Lei Zhang
2018-01-18Add jumbo build support for fxge and pwl.Lei Zhang
2017-11-22Call FreeLibrary() in CGdiplusExt.chromium/3276Lei Zhang
2017-11-22Remove some pointless assignments to "".Lei Zhang
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-08-04Replace CFX_ByteTextBuf with ostringstream in fx_win32_gdipext.cppHenrique Nakashima
2017-05-08Remove default params in CFX_DIBSourceNicolas Pena
2017-04-20Let {Argb,Cmyk}Decode return tuplesNicolas Pena
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-03-28Revert "Revert "Refcount all CFX_DIBSources (and subclasses) all the time.""Tom Sepez
2017-03-28Revert "Refcount all CFX_DIBSources (and subclasses) all the time."dsinclair
2017-03-28Refcount all CFX_DIBSources (and subclasses) all the time.Tom Sepez
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2017-02-23Convert TransformPoint calls to Transform callsDan Sinclair
2017-02-23Convert point x,y into CFX_PointFdan sinclair
2017-02-15Cleanup CFX_PathData.Dan Sinclair
2017-02-09Remove Transform in favour of TransformPointDan Sinclair
2017-02-07Use enum class for PathPoint types.Nicolas Pena
2016-12-06Return unique_ptrs from CFX_DIBitmap::Clone().tsepez
2016-11-02Remove FX_BOOL from coretsepez
2016-10-28Stop casting function pointers to data pointers in fx_win32_gdipext.cpp.tsepez
2016-10-28Fix more FX_BOOL / int noise in core/fpdfsdktsepez
2016-10-03Remove _FX_OS_ checks in core/fxge/win32/.thestig
2016-09-29Move core/fxge/include to core/fxgedsinclair
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair
2016-08-10Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own ...npm
2016-08-08Move CFX_ClipRgn and CFX_PathData into their own files.npm
2016-08-04Move CFX_GEModule into its own filenpm
2016-07-29Refactor fxge/fx_apple and fx_win header filesnpm
2016-06-20Change func(void) to func()weili
2016-06-14Make code compile with clang_use_chrome_plugin (part II)weili
2016-06-07Get rid of NULLs in core/thestig
2016-05-16Fix the code that causes warningsweili
2016-04-13Remove implicit cast from CFX_ByteString to (const char*).tsepez
2016-04-06Move core/include/fxge to core/fxge/include.dsinclair
2016-03-25Remove FX_DWORD from core/ and delete definitionchromium/2695chromium/2694chromium/2693chromium/2692tsepez
2016-03-21Re-enable several MSVC warningsWei Li
2016-03-14Move core/src/ up to core/.Dan Sinclair