summaryrefslogtreecommitdiff
path: root/vcl/win/gdi/salfont.cxx
AgeCommit message (Expand)Author
2019-11-27basic implementation of Skia text drawing on WindowsLuboš Luňák
2019-11-27initial implementation of Skia drawing on screen in WindowsLuboš Luňák
2019-11-26loplugin:consttobool (clang-cl)Stephan Bergmann
2019-10-17Remove some memset callsMike Kaganski
2019-10-01loplugin:data (clang-cl)Stephan Bergmann
2019-08-27Consolidate ImplCalcLineSpacing()Khaled Hosny
2019-08-23loplugin:returnconstval in vclNoel Grandin
2019-07-06Fix typoAndrea Gelmini
2019-07-05WIN get embedded font info from EnumFontFamiliesExJan-Marek Glogowski
2019-07-05WIN separate LO shared and embedded fontsJan-Marek Glogowski
2019-07-05WIN don't register LO's shared fonts twiceJan-Marek Glogowski
2019-06-20Remove leftover from bitmap fonts support on WindowsKhaled Hosny
2019-01-30loplugin:redundantinline (clang-cl)Stephan Bergmann
2019-01-17WIN remove private-font fallback handlingJan-Marek Glogowski
2018-10-30Move SalGraphics glyph functions into FontInstanceJan-Marek Glogowski
2018-10-30Hide SalLayoutGlyphs detailsJan-Marek Glogowski
2018-10-30Rely on the font instance of the glyphJan-Marek Glogowski
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-10-27tdf#120703 (PVS): V519 variable is assigned values twice successivelyMike Kaganski
2018-10-25Change GlyphItem::nFallbackLevel to font instanceJan-Marek Glogowski
2018-10-25Move GlyphItem into its own headerJan-Marek Glogowski
2018-10-06tdf#119829 use font cache based glyph rect cacheJan-Marek Glogowski
2018-09-24loplugin:external (clang-cl)Stephan Bergmann
2018-09-19loplugin:useuniqueptr in GetTTSimpleGlyphMetricsNoel Grandin
2018-09-17loplugin:simplifyconstruct (clang-cl)Stephan Bergmann
2018-09-14make WinFontInstance take and return a WinFontFaceNoel Grandin
2018-09-13vcl: revert verbose WNT font loggingMichael Stahl
2018-09-09cppcheck: fix arrayIndexThenCheck (vcl/salfont)Julien Nabet
2018-09-07WIN add SalGraphics* to WinFontInstanceJan-Marek Glogowski
2018-09-07WIN drop mhFonts[MAX_FALLBACK]Jan-Marek Glogowski
2018-09-06tdf#119302 WIN better font scale handlingJan-Marek Glogowski
2018-09-04tdf#119340 WIN don't always re-init the HFONTJan-Marek Glogowski
2018-08-22arg is never nullCaolán McNamara
2018-08-22rename FontSelectPatternAttributes to FontSelectPatternCaolán McNamara
2018-08-22turn the cache around to work on LogicalFontInstanceCaolán McNamara
2018-08-21change FindFontSubstitute to operate on FontSelectPatternAttributesCaolán McNamara
2018-08-21can now use just FontSelectPatternAttributesCaolán McNamara
2018-08-21pass GetFontFace at call siteCaolán McNamara
2018-08-21use LogicalFontInstance with SalGraphicsCaolán McNamara
2018-08-21use ImplDoSetFont instead of SetFontCaolán McNamara
2018-08-20TODO: refcount ImplFontListCaolán McNamara
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-07-26Missing includes (Windows --disable-pch)Stephan Bergmann
2018-07-25loplugin:sallogareas (clang-cl)Stephan Bergmann
2018-07-16cppcheck: useInitializationList in vclJochen Nitschke
2018-07-09WIN GetFontMetric doesn't matter for GetEmbedFontDataJan-Marek Glogowski
2018-07-09tdf#118555 fix HFONT fallback handing / lifecycleJan-Marek Glogowski
2018-07-05vcl: experiment for font related test fails on WNTMichael Stahl
2018-06-11drop PhysicalFontFace::CloneNoel Grandin
2018-06-08hold LogicalFontInstance with rtl::ReferenceNoel Grandin