summaryrefslogtreecommitdiff
path: root/vcl/source/font
AgeCommit message (Expand)Author
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen
2019-01-27getToken: reuse known index informationMatteo Casalin
2019-01-23loplugin:constparams in vclNoel Grandin
2018-11-29tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*Gabor Kelemen
2018-11-27tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen
2018-11-26tdf#121647: fix regression from 85b3c799ede62a3d7ad0493fc80b629214956601Xisco Fauli
2018-11-21loplugin:redundantfcast improvementsNoel Grandin
2018-11-15loplugin:staticmethods in vclNoel Grandin
2018-10-30Move SalGraphics glyph functions into FontInstanceJan-Marek Glogowski
2018-10-30Rely on the font instance of the glyphJan-Marek Glogowski
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-10-23Antialias drawing is part of the font selectionJan-Marek Glogowski
2018-10-20when calling std::lower_boundNoel Grandin
2018-10-19loplugin:staticvar in vclNoel Grandin
2018-10-14Simplify containers iterations in vclArkadiy Illarionov
2018-10-07-Werror=catch-value=Julien Nabet
2018-10-06Convert ImplFontCache to use o3tl::lru_mapJan-Marek Glogowski
2018-10-06Add a glyph-bound-rect cache to the font cacheJan-Marek Glogowski
2018-09-12loplugin:simplifyconstruct in ucbhelper..vclNoel Grandin
2018-09-07clang-tidy bugprone-use-after-moveNoel Grandin
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin
2018-08-22rename FontSelectPatternAttributes to FontSelectPatternCaolán McNamara
2018-08-22drop now unused FontSelectPatternCaolán McNamara
2018-08-22turn the cache around to work on LogicalFontInstanceCaolán McNamara
2018-08-21split into FontSelectPatternAttributes and LogicalFontInstance argsCaolán McNamara
2018-08-21change FindFontSubstitute to operate on FontSelectPatternAttributesCaolán McNamara
2018-08-21use LogicalFontInstance with SalGraphicsCaolán McNamara
2018-08-21drop unnecessary mpFontInstance use pathCaolán McNamara
2018-08-20FindBestFontFace can take FontSelectPatternAttributes insteadCaolán McNamara
2018-08-20make PhysicalFontCollection::Close return std::shared_ptrCaolán McNamara
2018-08-20IsBetterMatch just uses FontSelectPatternAttributesCaolán McNamara
2018-08-20FindMetricCompatibleFont can take FontSelectPatternAttributesCaolán McNamara
2018-08-20these just use the base FontSelectPatternAttributesCaolán McNamara
2018-08-15loplugin:useuniqueptr in PhysicalFontCollectionNoel Grandin
2018-07-31Font features: Use Graphite instead of HarfBuzz if availableTomaž Vajngerl
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-07-30fix OT font feature description ssxx and cvxx mixupTomaž Vajngerl
2018-07-27vcl: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann
2018-07-11font feat: prioritize Graphite descriptions, use UI lang., fixesTomaž Vajngerl
2018-07-06Some cleanup and commentsJan-Marek Glogowski
2018-06-27vcl: prefer OpenType font feature description over GraphiteTomaž Vajngerl
2018-06-24vcl: treat description of cv** & ss** font features speciallyTomaž Vajngerl
2018-06-18Skip required features from the features dialogKhaled Hosny
2018-06-16vcl: parser of font features included in the font nameTomaž Vajngerl
2018-06-16tdf#58941 implement retrieving font features and structuresTomaž Vajngerl
2018-06-11drop PhysicalFontFace::CloneNoel Grandin
2018-06-08hold LogicalFontInstance with rtl::ReferenceNoel Grandin
2018-06-07manage PhysicalFontFace by rtl::ReferenceNoel Grandin
2018-06-04ofz: fix buildCaolán McNamara
2018-06-02fix dubious cache comparison checkCaolán McNamara