summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/fontmanager
AgeCommit message (Expand)Author
2023-03-30loplugin:stringadd in vclNoel Grandin
2023-03-24tdf#151722 restore use of localized font nameCaolán McNamara
2023-03-18loplugin:stringadd use more O[U]StringCharNoel Grandin
2023-03-08Related: tdf#152278 distinguish likely-invalid vs unimplemented in warningCaolán McNamara
2023-03-07tdf#152278 a YoavKtav Black font reported as claiming its name is in 0x4800 e...Caolán McNamara
2023-02-26cid#1521198 Untrusted loop boundCaolán McNamara
2023-02-09Enable opening of downloaded fonts only in ForKit in OnlineTor Lillqvist
2022-12-06Resolves: tdf#151722 use UI Language for localized font namesCaolán McNamara
2022-11-21remove FontAttributes::meCharSetCaolán McNamara
2022-11-21be more specific on what "Symbol" isCaolán McNamara
2022-11-18rename IsStarSymbol to IsOpenSymbolCaolán McNamara
2022-09-27sufficient at this point to silently allow MissingJustBulletCaolán McNamara
2022-09-27tdf#144348: Remove EmojiOne Color fontKhaled Hosny
2022-09-24vcl: Removed unused PrintFontInfo and support codeKhaled Hosny
2022-09-24vcl: Remove unused PrintFontManager::getFontBoundingBox()Khaled Hosny
2022-09-22convert TrueTypeTable to C++ classNoel Grandin
2022-09-20use O[U]String in TrueType codeNoel Grandin
2022-09-11vcl: Move CreateFontSubset() to PhysicalFontFaceKhaled Hosny
2022-09-11vcl: Add a PhysicalFontFace-backed TrueTypeFontKhaled Hosny
2022-09-08vcl: Pass FontCharMap to OpenTTFont*() when possibleKhaled Hosny
2022-09-06vcl: Drop unused SalGraphics::CreateFontSubset() argumentKhaled Hosny
2022-09-06vcl: Drop now unused SalGraphics::GetGlyphWidths()Khaled Hosny
2022-09-05vcl: Don’t parse cmap in PrintFontManager::getGlyphWidths()Khaled Hosny
2022-09-02Fix setting SAL_NON_APPLICATION_FONT_USEStephan Bergmann
2022-09-01we have one CJK text test that explicitly attempts to use not bundled fontsCaolán McNamara
2022-09-01change ABORT_ON_NON_APPLICATION_FONT_USE to NON_APPLICATION_FONT_USE=...Caolán McNamara
2022-08-22add Noto Sans Arabic to fonts known not to have bulletCaolán McNamara
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-11don't worry about Linux Libertine O vs Linux Libertine GCaolán McNamara
2022-08-04Fix typos, __clang_ -> __clang__Stephan Bergmann
2022-06-09Use same glyph width in PDF drawing and font subsetKhaled Hosny
2022-06-03elide some makeStringAndClear() classNoel Grandin
2022-05-01abort more writer layout tests if a font isn't foundCaolán McNamara
2022-05-01abort writer layout tests if a font isn't foundCaolán McNamara
2022-04-29use more string_view in INetURLObjectNoel Grandin
2022-03-14unit_online_get_fonts() has not been used by Online since 2017Tor Lillqvist
2022-03-07Drop useless parameterTor Lillqvist
2021-10-14use std::vector::insert instead of push_backNoel Grandin
2021-10-08vcl: test PhysicalFontCollection and move to vcl::font namespaceChris Sherlock
2021-10-08vcl: split out outdev.h into seperate headersChris Sherlock
2021-09-28gives names to all the Idles and TasksNoel Grandin
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-15loplugin:constvarsNoel Grandin
2021-06-28No need to Stop() a Timer before Start()Jan-Marek Glogowski
2021-06-18Workaround only for GCC 10Stephan Bergmann
2021-06-18avoid maybe-uninitialised in FontConfigNoel Grandin
2021-05-27no need to allocate PrintFont separatelyNoel Grandin
2021-05-11change usage of boost::hash_combine to o3tl::hash_combineTomaž Vajngerl
2021-04-25loplugin:unusedfieldsNoel Grandin