summaryrefslogtreecommitdiff
path: root/vcl/win/gdi/winlayout.cxx
AgeCommit message (Expand)Author
2020-10-27tdf#127047 fix printing very large font sizes to pdfNoel Grandin
2020-05-04remove old Skia text render methods that do not use Skia directlyLuboš Luňák
2020-03-18implement text rendering using directly Skia (Windows)Luboš Luňák
2019-12-06make Skia Windows text rendering use SkImage instead of SkBitmapLuboš Luňák
2019-12-05loplugin:redundantpointerops (clang-cl)Stephan Bergmann
2019-12-05loplugin:external (clang-cl)Stephan Bergmann
2019-11-27Removed duplicated includeAndrea Gelmini
2019-11-27fix Skia Windows text renderingLuboš Luňák
2019-11-27skip text drawing if there is nothing to drawLuboš Luňák
2019-11-27implement pruning in SkiaGlobalWinGlyphCacheLuboš 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-27initial implementation of Skia drawing on screen in WindowsLuboš Luňák
2019-11-22tdf#121740 cache font data to speed up PPT loadNoel Grandin
2019-10-01loplugin:simplifyconstruct (clang-cl)Stephan Bergmann
2019-07-06Constify GlyphItemJan-Marek Glogowski
2019-04-30tdf#114209 vcl win DirectWrite: handle rotated textMiklos Vajna
2019-04-24Related: tdf#113076 vcl win DirectWrite: handle stretched textMiklos Vajna
2019-04-23tdf#113076 vcl windows opengl: specific italic set font was clipped on ...Miklos Vajna
2019-04-05Replace legacy dynamically-loaded functions with statically linked onesMike Kaganski
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen
2019-02-01tdf#122820 vcl/win: do not use un-named C++ objectsDmitriy Shilin
2019-01-30loplugin:redundantfcast (clang-cl)Stephan Bergmann
2019-01-25Assert missing SalGraphics font on GetTextLayoutJan-Marek Glogowski
2019-01-25Change SalGraphics::GetTextLayout definitionJan-Marek Glogowski
2019-01-18tdf#107792 vcl/win: introduce ScopedSelectedHFONTDmitriy Shilin
2019-01-13tdf#107792 vcl/win: move scoped_gdi.hxx to vcl/inc/winDmitriy Shilin
2019-01-09tdf#107792 vcl/win: replace ScopedHDC with type aliasDmitriy Shilin
2018-10-30Move SalGraphics glyph functions into FontInstanceJan-Marek Glogowski
2018-10-29tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-10-25Move GlyphItem into its own headerJan-Marek Glogowski
2018-10-25Drop duplicate PhysicalFontFace referenceJan-Marek Glogowski
2018-10-19WIN fix CacheGlyphToAtlas resource handlingJan-Marek Glogowski
2018-10-06WIN rename GlyphCache to OpenGLGlyphCacheJan-Marek Glogowski
2018-09-14make WinFontInstance take and return a WinFontFaceNoel Grandin
2018-09-11tdf#119756 assume the HFONT is always validJan-Marek Glogowski
2018-09-07WIN add SalGraphics* to WinFontInstanceJan-Marek Glogowski
2018-08-22rename FontSelectPatternAttributes to FontSelectPatternCaolán McNamara
2018-08-22turn the cache around to work on LogicalFontInstanceCaolán McNamara
2018-08-21only need FontSelectPatternAttributes hereCaolán McNamara
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-07-25-Wc++11-narrowing (clang-cl)Stephan Bergmann
2018-07-10Revert "tdf#117517: Fix OpenGL text rendering on Windows"Jan-Marek Glogowski
2018-07-09tdf#118555 fix HFONT fallback handing / lifecycleJan-Marek Glogowski
2018-06-08hold LogicalFontInstance with rtl::ReferenceNoel Grandin
2018-05-21Partially revert "Fixup 23c5125148a8110d88385b29570bf0b7d4400458"Khaled Hosny
2018-05-12Fixup 23c5125148a8110d88385b29570bf0b7d4400458Khaled Hosny
2018-05-11Fold CommonSalLayout into GenericSalLayoutKhaled Hosny
2018-05-10tdf#117517: Fix OpenGL text rendering on WindowsKhaled Hosny
2018-05-08Refactor CommonSalLayout font handlingJan-Marek Glogowski