summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/gdi/cairotextrender.cxx
AgeCommit message (Expand)Author
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski
2021-09-27vcl: move FontSelectPattern to own file and into vcl::font namespaceChris Sherlock
2021-09-21vcl: add sal/config.h in preparation for patchChris Sherlock
2021-05-11change usage of boost::hash_combine to o3tl::hash_combineTomaž Vajngerl
2021-05-05vcl: adjust cairo text renderer for vertical writingMark Hung
2020-12-24custom literal for Degree10Noel Grandin
2020-10-21new tools::Degree10 strong typedefNoel Grandin
2020-09-28rename for disentangling AA and B2D use in VCL drawingLuboš Luňák
2020-05-22Related: tdf#132536 drop FreetypeManager FreetypeFont cachingCaolán McNamara
2020-03-18implement text rendering using directly Skia (X11)Luboš Luňák
2020-03-18move most font handling out of CairoTextRenderLuboš Luňák
2019-11-19Rename GlyphCache to FreetypeManagerJan-Marek Glogowski
2019-11-19tdf#128434 correctly release fonts in destructorsJan-Marek Glogowski
2019-09-16tdf#42949 Fix IWYU warnings in vcl/unx/generic/*Gabor Kelemen
2019-09-04tdf#127189 FreeType <= 2.8 will fail to render stretched horizontal brace...Caolán McNamara
2019-08-23loplugin:returnconstval in vclNoel Grandin
2019-07-06Constify GlyphItemJan-Marek Glogowski
2019-03-22rhbz#1690732 basic font variation supportCaolán McNamara
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen
2019-01-25Assert missing SalGraphics font on GetTextLayoutJan-Marek Glogowski
2019-01-25Change SalGraphics::GetTextLayout definitionJan-Marek Glogowski
2018-10-30Move SalGraphics glyph functions into FontInstanceJan-Marek Glogowski
2018-10-25Change GlyphItem::nFallbackLevel to font instanceJan-Marek Glogowski
2018-10-25Move GlyphItem into its own headerJan-Marek Glogowski
2018-10-25Drop duplicate PhysicalFontFace referenceJan-Marek Glogowski
2018-10-14Simplify containers iterations in vclArkadiy Illarionov
2018-10-06UNX use font cache based glyph rect cacheJan-Marek Glogowski
2018-08-22rename FontSelectPatternAttributes to FontSelectPatternCaolán McNamara
2018-08-22turn the cache around to work on LogicalFontInstanceCaolán McNamara
2018-08-21use LogicalFontInstance with SalGraphicsCaolán McNamara
2018-08-21only need FontSelectPatternAttributes hereCaolán McNamara
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-07-27tdf#118966 vcl: add a flag to determine if AA of fonts is used from the systemMiklos Vajna
2018-07-26vcl cairo text renderer: support non-AA textMiklos Vajna
2018-05-11Fold CommonSalLayout into GenericSalLayoutKhaled Hosny
2018-05-08Refactor CommonSalLayout font handlingJan-Marek Glogowski
2018-05-07Move PhysicalFontFace member of FontSelectPatternJan-Marek Glogowski
2018-05-06Resolves: tdf#117413 char doubling appearing under X with gtk3Caolán McNamara
2018-04-25Simplify and rename SalLayout::GetNextGlyphsKhaled Hosny
2018-04-21cppcheck: identicalInnerConditionJochen Nitschke
2018-03-26replace SalColor with ColorNoel Grandin
2018-02-22loplugin:changetoolsgen in vclNoel Grandin
2018-01-24loplugin:unused-returns in vclNoel Grandin
2018-01-18Include android/compatibility.hxx from ubiquitous sal/config.hStephan Bergmann
2017-11-14use std::unique_ptr for SalLayoutNoel Grandin
2017-11-09rename AvoidConfig to FuzzingCaolán McNamara
2017-11-08ofz speed up fuzzers a tadCaolán McNamara
2017-11-06QT5 first stab on implementing CommonSalLayoutJan-Marek Glogowski
2017-10-30Constify some VCL interface functionsJan-Marek Glogowski
2017-10-23loplugin:includeform: vclStephan Bergmann