summaryrefslogtreecommitdiff
path: root/vcl/win/gdi/winlayout.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-04-30tdf#114209 vcl win DirectWrite: handle rotated textMiklos Vajna1-5/+11
2019-04-24Related: tdf#113076 vcl win DirectWrite: handle stretched textMiklos Vajna1-4/+15
2019-04-23tdf#113076 vcl windows opengl: specific italic set font was clipped on ...Miklos Vajna1-2/+2
2019-04-05Replace legacy dynamically-loaded functions with statically linked onesMike Kaganski1-7/+2
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen1-2/+1
2019-02-01tdf#122820 vcl/win: do not use un-named C++ objectsDmitriy Shilin1-1/+1
2019-01-30loplugin:redundantfcast (clang-cl)Stephan Bergmann1-1/+1
2019-01-25Assert missing SalGraphics font on GetTextLayoutJan-Marek Glogowski1-0/+1
2019-01-25Change SalGraphics::GetTextLayout definitionJan-Marek Glogowski1-1/+1
2019-01-18tdf#107792 vcl/win: introduce ScopedSelectedHFONTDmitriy Shilin1-12/+10
2019-01-13tdf#107792 vcl/win: move scoped_gdi.hxx to vcl/inc/winDmitriy Shilin1-1/+1
2019-01-09tdf#107792 vcl/win: replace ScopedHDC with type aliasDmitriy Shilin1-1/+1
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