summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/fontmanager
AgeCommit message (Expand)Author
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
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin
2021-04-14add pitch to the patternCaolán McNamara
2021-04-14tdf#140639 cache FcPattern for font optionsCaolán McNamara
2021-04-14use original FontAttributes instead of an intermediate FastPrintFontInfoCaolán McNamara
2021-04-14getFontOptions is always called with pitch of PITCH_DONTKNOWCaolán McNamara
2021-04-14hintstyle is unusedCaolán McNamara
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel
2020-11-06Revert "loplugin:stringbuffer"Noel Grandin
2020-11-06loplugin:stringbufferNoel
2020-09-05rhbz#1875377 if sort order is equivalent keep order fontconfig presentsCaolán McNamara
2020-08-15Refactor vcl::TrueTypeFont class member accessJan-Marek Glogowski
2020-08-04loplugin:flatten in vcl/unxNoel Grandin
2020-04-20tdf#130924 [vcl] replace `*printf`s with `SAL_*` logging macros.Yukio Siraichi
2020-03-16Revert "loplugin:constfields in vcl"Noel Grandin
2020-01-14tdf#128226: make OpenSymbol font an internal resourceMike Kaganski
2020-01-13Use static initializerMike Kaganski
2019-12-24sal_Char->char in vclNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-03loplugin:stringaddNoel Grandin
2019-10-24Introduce OStringCharStephan Bergmann
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin
2019-10-02loplugin:stringadd in vclNoel Grandin
2019-09-16tdf#42949 Fix IWYU warnings in vcl/unx/generic/*Gabor Kelemen
2019-09-11Check for EMOJI content only on ICU 57 and newerTomáš Chvátal
2019-09-04Related: rhbz#1648281 improve fontconfig fallback for emojisCaolán McNamara
2019-09-03Make Noto Color Emoji font work on LinuxKhaled Hosny
2019-08-27Let PrintFontManager::addFontFile directly take a file URLStephan Bergmann
2019-07-19cid#1448455 Unchecked return valueCaolán McNamara
2019-07-19cid#1448435 Unchecked return valueCaolán McNamara
2019-06-27Fix typoAndrea Gelmini
2019-06-26tdf#97925 writer, slow scrolling large RTF documentNoel Grandin
2019-06-21Drop INetURLObject::GetName and INetURLObject::GetExtensionMike Kaganski
2019-06-18loplugin:logexceptionnicely in vclNoel Grandin
2019-06-13tdf#42949 Fix IWYU warnings in vcl/inc/*Gabor Kelemen
2019-04-19optimise find/insert patternNoel Grandin
2019-04-12prefer vector::data to &vector[0]Caolán McNamara