summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/gdi/cairotextrender.cxx
AgeCommit message (Expand)Author
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
2017-10-22Replace some lists by vectors (vcl)Julien Nabet
2017-07-18Clean up android specific template functions defined in std namespacebrainbreaker
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-06-17loplugin:unusedfields in vcl part3Noel Grandin
2017-04-25clang-tidy readability-simplify-boolean-expr in vclNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-24shared_ptr->unique_ptrCaolán McNamara
2016-12-30Get rid of GlyphMetric classKhaled Hosny
2016-12-11sal_GlyphId is a simple glyph id nowKhaled Hosny
2016-12-11Don’t encode font fallback level in the glyph idKhaled Hosny
2016-12-11Don’t encode the vertical flag in the glyph idKhaled Hosny
2016-12-10Use GlyphItem in more placesKhaled Hosny