summaryrefslogtreecommitdiff
path: root/vcl/source/font/PhysicalFontCollection.cxx
AgeCommit message (Expand)Author
2024-05-10loplugin:ostr in vclNoel Grandin
2023-12-30move IsFuzzing to comphelperCaolán McNamara
2022-11-21remove FontAttributes::meCharSetCaolán McNamara
2022-09-21use more string_view in vclNoel Grandin
2022-05-04use more string_view in unotoolsNoel Grandin
2022-04-22use more string_view in unotoolsNoel Grandin
2022-03-02tdf#147283 allow 'fake italic/bold' glyph fallback results to be cachedCaolán McNamara
2021-12-15tdf#144961 vcl: fix CJK matching in FindFontFamilyByAttributesHossein
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-10-08vcl: test PhysicalFontCollection and move to vcl::font namespaceChris Sherlock
2021-10-08vcl: split out outdev.h into seperate headersChris Sherlock
2021-10-05vcl: test PhysicalFontFace and move to vcl::font namespaceChris Sherlock
2021-09-27vcl: move FontSelectPattern to own file and into vcl::font namespaceChris Sherlock
2021-09-21vcl: remove OutputDevice's GetDevFontSizeCount() and GetDevFontSize()Chris Sherlock
2021-09-19vcl: test PhysicalFontFamily and move to vcl::font namespaceChris Sherlock
2021-09-18vcl: rename ImplDeviceFontList to PhysicalFontFaceCollection and testChris Sherlock
2021-09-18vcl: add sal/config.h in preparation for patchChris Sherlock
2021-09-17vcl: update vim modelines in preparation for new changeChris Sherlock
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-03-01do not repeatedly call getenv("SAL_NO_FONT_LOOKUP")Luboš Luňák
2020-10-28std::set->o3tl::sorted_vector in vclNoel Grandin
2020-10-19use tools::Long in vclNoel
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: vclStephan Bergmann
2020-06-05Upcoming loplugin:elidestringvar: vclStephan Bergmann
2020-01-10use more std::make_sharedNoel Grandin
2019-10-25tdf#42949 Fix IWYU warnings in vcl/unx/gtk3 and gtk3_kde5/Gabor Kelemen
2019-09-25better data structures for some static const varsNoel Grandin
2019-07-30Fix typosAndrea Gelmini
2019-06-08tdf#125620 add Korean Hangul Jamo codepoint rangesDaeHyun Sung
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-10-14Simplify containers iterations in vclArkadiy Illarionov
2018-09-12loplugin:simplifyconstruct in ucbhelper..vclNoel Grandin
2018-08-22rename FontSelectPatternAttributes to 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-20make PhysicalFontCollection::Close return std::shared_ptrCaolán McNamara
2018-08-20FindMetricCompatibleFont can take FontSelectPatternAttributesCaolán McNamara
2018-08-15loplugin:useuniqueptr in PhysicalFontCollectionNoel Grandin
2018-06-07manage PhysicalFontFace by rtl::ReferenceNoel Grandin
2018-05-27Fix typosAndrea Gelmini
2018-04-26loplugin:useuniqueptr in PhysicalFontCollectionNoel Grandin
2018-04-24loplugin:useuniqueptr in OutputDeviceNoel Grandin
2018-01-29Modernize a bit vcl (part2)Julien Nabet
2017-12-01loplugin:unusedfieldsNoel Grandin
2017-11-09rename AvoidConfig to FuzzingCaolán McNamara
2017-10-23loplugin:includeform: vclStephan Bergmann
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-02-01An env var to disable font lookupKhaled Hosny