summaryrefslogtreecommitdiff
path: root/vcl/win/gdi/winlayout.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-05-08tdf#114209 vcl win DirectWrite: handle rotated textMiklos Vajna1-5/+11
2019-04-29Related: tdf#113076 vcl win DirectWrite: handle stretched textMiklos Vajna1-4/+15
2019-04-29tdf#113076 vcl windows opengl: specific italic set font was clipped on ...Miklos Vajna1-2/+2
2018-10-30Move SalGraphics glyph functions into FontInstanceJan-Marek Glogowski1-2/+2
2018-10-29tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-15/+4
2018-10-25Move GlyphItem into its own headerJan-Marek Glogowski1-4/+4
2018-10-25Drop duplicate PhysicalFontFace referenceJan-Marek Glogowski1-2/+2
2018-10-19WIN fix CacheGlyphToAtlas resource handlingJan-Marek Glogowski1-13/+10
2018-10-06WIN rename GlyphCache to OpenGLGlyphCacheJan-Marek Glogowski1-8/+8
2018-09-14make WinFontInstance take and return a WinFontFaceNoel Grandin1-1/+1
2018-09-11tdf#119756 assume the HFONT is always validJan-Marek Glogowski1-3/+2
2018-09-07WIN add SalGraphics* to WinFontInstanceJan-Marek Glogowski1-9/+17
2018-08-22rename FontSelectPatternAttributes to FontSelectPatternCaolán McNamara1-2/+2
2018-08-22turn the cache around to work on LogicalFontInstanceCaolán McNamara1-1/+1
2018-08-21only need FontSelectPatternAttributes hereCaolán McNamara1-1/+1
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-25-Wc++11-narrowing (clang-cl)Stephan Bergmann1-2/+2
2018-07-10Revert "tdf#117517: Fix OpenGL text rendering on Windows"Jan-Marek Glogowski1-3/+21
2018-07-09tdf#118555 fix HFONT fallback handing / lifecycleJan-Marek Glogowski1-23/+22
2018-06-08hold LogicalFontInstance with rtl::ReferenceNoel Grandin1-5/+0
2018-05-21Partially revert "Fixup 23c5125148a8110d88385b29570bf0b7d4400458"Khaled Hosny1-2/+1
2018-05-12Fixup 23c5125148a8110d88385b29570bf0b7d4400458Khaled Hosny1-1/+2
2018-05-11Fold CommonSalLayout into GenericSalLayoutKhaled Hosny1-12/+11
2018-05-10tdf#117517: Fix OpenGL text rendering on WindowsKhaled Hosny1-21/+3
2018-05-08Refactor CommonSalLayout font handlingJan-Marek Glogowski1-15/+80
2018-05-07Move PhysicalFontFace member of FontSelectPatternJan-Marek Glogowski1-5/+5
2018-04-25Simplify and rename SalLayout::GetNextGlyphsKhaled Hosny1-3/+3
2018-03-26replace SalColor with ColorNoel Grandin1-3/+3
2018-03-02drop old tools/gen methods in vclNoel Grandin1-8/+8
2017-12-15Protect all LogicalFontInstance constructorsJan-Marek Glogowski1-3/+2
2017-12-06tdf#108302: keep the font unrotated if @font isn't available.Mark Hung1-0/+15
2017-11-14use std::unique_ptr for SalLayoutNoel Grandin1-2/+2
2017-10-30Constify some VCL interface functionsJan-Marek Glogowski1-1/+1
2017-10-27loplugin:includeform: vcl (Windows)Stephan Bergmann1-7/+7
2017-10-04It's called 'DirectWrite', one wordTor Lillqvist1-1/+1
2017-10-04tdf#112486 Do not force GDI in no OpenGLXisco Fauli1-1/+1
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski1-1/+1
2017-08-31loplugin:constparams: vcl (clang-cl)Stephan Bergmann1-1/+1
2017-07-20tdf#107166 improve AA mode selection, retry, more checksTomaž Vajngerl1-2/+1
2017-07-17factor out DWrite renderer from winlayoutTomaž Vajngerl1-299/+2
2017-07-12fix crash when aInkBoxes might be emptyMarkus Mohrhard1-1/+5
2017-07-06tdf#106990 set cleartype setting / force to use GDI render modeTomaž Vajngerl1-3/+72
2017-05-08hNonAliasedFont is unusedNoel Grandin1-6/+0
2017-05-07tdf#106265 ScopedHDC to clean-up hDC when rendering glyphsTomaž Vajngerl1-6/+6
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-24tdf#107205 vcl: don't always use D2DWriteTextOutRendererMichael Stahl1-6/+12
2017-04-22Don't keep gGlobalGlyphCache, gTextureCache around until exitStephan Bergmann1-2/+7
2017-04-19loplugin:subtlezeroinit (clang-cl)Stephan Bergmann1-1/+1
2017-04-13tdf#106933 vcl: delete D2DWriteTextOutRenderer before exit()Michael Stahl1-10/+16
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-9/+9