summaryrefslogtreecommitdiff
path: root/vcl/win/gdi/salgdi.cxx
AgeCommit message (Expand)Author
2024-11-19Simplify SalGraphicsImpl::InitNoel Grandin
2024-04-11Use COMReference in D2DWriteTextOutRendererMike Kaganski
2023-04-17loplugin:stringaddStephan Bergmann
2023-04-13no need to allocate these separatelyNoel Grandin
2023-04-12use more unique_ptr in SalDataNoel Grandin
2022-12-21No need for bool return value hereNoel Grandin
2022-12-01Avoid dynamic cross casts to WinSalGraphicsImplBaseStephan Bergmann
2022-11-19vcl: move creating DWriteFactory to a centeral placeKhaled Hosny
2021-09-25WIN call RealizePalette from setPaletteJan-Marek Glogowski
2021-09-25WIN handle graphics palette with deinitJan-Marek Glogowski
2021-09-25WIN always (de-)init WinSalGraphicsJan-Marek Glogowski
2020-12-15Silence warning C4100: unreferenced formal parameterStephan Bergmann
2020-12-07remove OpenGL VCL backend codeLuboš Luňák
2020-11-14remove SalPointNoel Grandin
2020-11-11convert more long -> tools::LongNoel
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin
2020-09-30make OutputDevice::Flush() also flush SkiaLuboš Luňák
2020-09-25draw linear and radial gradients directly with SkiaLuboš Luňák
2019-11-27basic implementation of Skia text drawing on WindowsLuboš Luňák
2019-11-27refactor Windows OpenGLGlyphCache stuff to be reusable for SkiaLuboš Luňák
2019-11-27build properly with or without Skia enabledLuboš Luňák
2019-11-27initial implementation of Skia drawing on screen in WindowsLuboš Luňák
2019-11-26loplugin:consttobool (clang-cl)Stephan Bergmann
2019-07-05WIN separate LO shared and embedded fontsJan-Marek Glogowski
2019-02-26sal_uLong->sal_uInt32 in drawEPSNoel Grandin
2018-12-06vcl: move SysColorEntry to anonymous namespaceDmitriy Shilin
2018-12-05tdf#39593 vcl: extract SysColor list deletionDmitriy Shilin
2018-12-05tdf#121719: Revert fix for tdf#96971Xisco Fauli
2018-09-07WIN drop mhFonts[MAX_FALLBACK]Jan-Marek Glogowski
2018-09-06tdf#119302 WIN better font scale handlingJan-Marek Glogowski
2018-06-08hold LogicalFontInstance with rtl::ReferenceNoel Grandin
2018-05-07Move PhysicalFontFace member of FontSelectPatternJan-Marek Glogowski
2018-05-04tdf#117364 Special Character dialog grid font issuesNoel Grandin
2018-04-26tdf#113643 Editing tables in Impress lags terriblyNoel Grandin
2018-04-17tdf#116812: Revert "The mfFontScale[n] is always 1.0"Khaled Hosny
2018-03-26replace SalColor with ColorNoel Grandin
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann
2017-10-30Constify some VCL interface functionsJan-Marek Glogowski
2017-10-27loplugin:includeform: vcl (Windows)Stephan Bergmann
2017-10-23tdf#96505 Get rid of cargo cult long integer literalsudareechk
2017-09-18Acknowledge that WinSalGraphicsImpl::drawPolyLine modifies pPtAryStephan Bergmann
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-07-03loplugin:oncevar (clang-cl): vclStephan Bergmann
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke
2017-01-02The mfFontScale[n] is always 1.0Khaled Hosny
2016-12-07convert PolyFlags to scoped enumNoel Grandin
2016-12-01Kill old Windows layout enginesKhaled Hosny
2016-10-15clang-cl loplugin: vclStephan Bergmann
2016-09-30vcl: remove WNT ImplFontAttrCacheMichael Stahl
2016-06-09tdf#96971 SetXORMode - remove un-needed parametermelikeyurtoglu