summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/glyphcache.hxx
AgeCommit message (Expand)Author
2024-03-14reduce symbol visibility in vclNoel Grandin
2023-08-23tdf#146619 Remove unused includes from vcl/incGabor Kelemen
2023-07-25loplugin:unusedfieldsNoel Grandin
2023-07-23vcl: Use HarfBuzz to get glyph bounding rectangleKhaled Hosny
2023-07-03Rename and move header next to other font headersKhaled Hosny
2023-07-03Rename ImplFontMetricData -> FontMetricDataKhaled Hosny
2022-11-20vcl: add NeedsArtificialBold/Italic() to LogicalFontInstanceKhaled Hosny
2022-11-19vcl: use std::optional in PhysicalFontFaceKhaled Hosny
2022-11-02vcl: add PhysicalFontFace::GetVariations()Khaled Hosny
2022-10-22loplugin:unusedmethodsNoel Grandin
2022-09-05vcl: fontinstance.{cxx,hxx} -> LogicalFontInstance.{cxx,hxx}Khaled Hosny
2022-09-05vcl: Consolidate PhysicalFontFace::GetFontCharMap()Khaled Hosny
2022-08-26freetype 2.9 was relesed in Jan 2018, drop workaround for <= 2.8Caolán McNamara
2022-07-26FreetypeManager::m_nMaxFontId is unusedTor Lillqvist
2022-07-13clang-tidy modernize-pass-by-value in vclNoel Grandin
2021-10-08vcl: test PhysicalFontCollection and move to vcl::font namespaceChris Sherlock
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-09-20tdf#124176 - Use pragma once instead of include guardsChris Sherlock
2021-01-26loplugin:passstuffbyrefNoel
2020-10-19use tools::Long in vclNoel
2020-10-06loplugin:const* make some params and methods constNoel
2020-05-25loplugin:unusedmethodsNoel Grandin
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-16Revert "loplugin:constfields in vcl"Noel Grandin
2019-11-19Fix typoAndrea Gelmini
2019-11-19Rename GlyphCache to FreetypeManagerJan-Marek Glogowski
2019-11-19tdf#128434 try garbage collect ImplFontCache fontsJan-Marek Glogowski
2019-11-19Move static aFontFileList into GlyphCacheJan-Marek Glogowski
2019-11-03make some classes module-privateNoel Grandin
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-06-13tdf#42949 Fix IWYU warnings in vcl/inc/*Gabor Kelemen
2019-03-22rhbz#1690732 basic font variation supportCaolán McNamara
2018-11-29tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*Gabor Kelemen
2018-11-15loplugin:staticmethods in vclNoel Grandin
2018-10-30Move SalGraphics glyph functions into FontInstanceJan-Marek Glogowski
2018-10-06UNX use font cache based glyph rect cacheJan-Marek Glogowski
2018-10-06Add GlyphCache instance to GenericUnixSalDataJan-Marek Glogowski
2018-10-06UNX merge FreetypeManager into GlyphCacheJan-Marek Glogowski
2018-09-17loplugin:staticconstfield improvementsNoel Grandin
2018-09-14loplugin:constfields in vclNoel Grandin
2018-08-24Fix int vs sal_GlyphIdDon Lewis
2018-08-22turn the cache around to work on LogicalFontInstanceCaolán McNamara
2018-08-21CreateFont from LogicalFontInstance instead of FontSelectPatternCaolán McNamara
2018-08-15loplugin:useuniqueptr in GlyphCacheNoel Grandin
2018-06-08hold LogicalFontInstance with rtl::ReferenceNoel Grandin
2018-05-17loplugin:unusedfields in vclNoel Grandin
2018-05-10loplugin:unnecessaryvirtual improvementsNoel Grandin