summaryrefslogtreecommitdiff
path: root/core/fxge/win32/win32_int.h
AgeCommit message (Expand)Author
2018-10-26Replace int flags with struct FXDIB_ResampleOptions.Lei Zhang
2018-10-25Simplify some code in CGdiDisplayDriver.Lei Zhang
2018-10-25Pass source rect parameter to SetDIBits() by const-ref.Lei Zhang
2018-10-25Remove unused GDI+ code.Lei Zhang
2018-10-25Change StartDIBits() to take a matrix by reference.Lei Zhang
2018-10-25Change FXDIB_BLEND_FOO typedefs to an enum class.Lei Zhang
2018-09-17Fix final/protected conflicts.Tom Sepez
2018-08-27The final game: mark everything final.Tom Sepez
2018-08-24Rename CFX_DIBSource to CFX_DIBBase.Tom Sepez
2018-04-25Use WindowsPrintMode in more places in place of ints.Lei Zhang
2018-04-25Remove CDWriteExt.Lei Zhang
2018-04-10Change FillRectWithBlend methods to take FX_RECT by const-ref.Lei Zhang
2018-03-06Rename IFX classes in core/fxge to Ifacechromium/3364Dan Sinclair
2018-01-30Use anonymous namespace in gdiplus code.Lei Zhang
2018-01-26Mark some fxge class members as const.Lei Zhang
2017-11-22Call FreeLibrary() in CGdiplusExt.chromium/3276Lei Zhang
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-08-21Converted DrawCosmeticLine() to take point objectsJane Liu
2017-07-11Add Windows generic / text only printer driver support.rbpotter
2017-05-15Convert CPSOutput to an IFX_WriteStreamdan sinclair
2017-05-11Remove unused GetPlatformSurface and GetDC methodsdan sinclair
2017-04-04Let CPDF_ImageRenderer own the CFX_ImageRendererNicolas Pena
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-16Change FXTEXT_CHARPOS to use CFX_PointFDan Sinclair
2017-02-14Revert "Convert Origins to points"Dan Sinclair
2017-02-13Convert Origins to pointsDan Sinclair
2017-01-06Revert postscript code removal.rbpotter
2016-12-12Fix dotted line drawing for GDI device driverweili
2016-11-02Remove FX_BOOL from coretsepez
2016-10-28Stop casting function pointers to data pointers in fx_win32_gdipext.cpp.tsepez
2016-09-29Move core/fxge/include to core/fxgedsinclair
2016-09-20Refactor CFX_FontCache to have only one in GE Module.art-snake
2016-09-19Revert of Pdfium: Fix fonts leaking on ClosePage. (patchset #10 id:180001 of ...dsinclair
2016-09-15Fix memory leaking on ClosePage.chromium/2862art-snake
2016-08-17Split fx_font into multiple files, part 1.npm
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-07-18Implement CGdiPrinterDriver::DrawDeviceText().chromium/2801thestig
2016-06-22Remove some fx_dib functions with unused parameters.thestig
2016-06-21Move ifx_renderdevicedriver to a separate file to shareweili
2016-06-14Make code compile with clang_use_chrome_plugin (part II)weili
2016-06-13Remove default arguments from IFX_RenderDeviceDriver.thestig
2016-06-13Fix CGdiDeviceDriver::DrawLine().chromium/2769chromium/2768chromium/2767thestig
2016-06-07Get rid of NULLs in core/thestig
2016-06-06Remove unused PS generation code.thestig
2016-05-27Clean up some Android/Windows code.thestig