summaryrefslogtreecommitdiff
path: root/vcl/source/font
AgeCommit message (Expand)AuthorFilesLines
2022-04-28make some LogicalFontInstance functions constLuboš Luňák1-4/+4
2022-04-27provide explicit function for hashing vcl::FontLuboš Luňák1-0/+54
2022-04-22use more string_view in unotoolsNoel Grandin2-3/+3
2022-04-19new loplugin:stringviewvar looks for OUString vars that can beNoel Grandin1-5/+6
2022-04-13use more string_view in vclNoel Grandin1-4/+4
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin1-2/+3
2022-04-09add vcl::Font::EqualIgnoreColor()Luboš Luňák1-4/+17
2022-04-08Fix typoAndrea Gelmini1-1/+1
2022-04-08tdf#148330 fix vertical offset for DFKai-SB (ukai.ttf).Mark Hung1-0/+37
2022-03-08no need to allocate fallback list separatelyNoel Grandin1-31/+7
2022-03-02tdf#147283 allow 'fake italic/bold' glyph fallback results to be cachedCaolán McNamara2-31/+52
2022-02-25do more work in sftfuzzerCaolán McNamara1-0/+1
2021-12-15tdf#144961 vcl: fix CJK matching in FindFontFamilyByAttributesHossein1-7/+17
2021-12-07improve loplugin:cow_wrapperNoel Grandin1-3/+3
2021-11-22tdf#133835 speedup calc autofilter (7)Noel Grandin1-21/+42
2021-11-19rtl::Static->thread-safe static in vclNoel Grandin2-3/+8
2021-10-22Revert partly "Simplify vector initialization in vcl"Julien Nabet1-1/+2
2021-10-17Simplify vector initialization in vclJulien Nabet1-2/+1
2021-10-12loplugin:unusedfieldsNoel Grandin1-1/+1
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann2-3/+3
2021-10-08vcl: test PhysicalFontCollection and move to vcl::font namespaceChris Sherlock3-81/+85
2021-10-08vcl: split out outdev.h into seperate headersChris Sherlock3-6/+77
2021-10-08loplugin:moveparam in vclNoel Grandin2-4/+5
2021-10-05vcl: refactor PhysicalFontFace::IsBetterMatch()Chris Sherlock1-57/+78
2021-10-05vcl: test PhysicalFontFace and move to vcl::font namespaceChris Sherlock6-11/+17
2021-09-30loplugin:constmethod handle more casesNoel Grandin1-1/+1
2021-09-27vcl: move FontSelectPattern to own file and into vcl::font namespaceChris Sherlock7-18/+22
2021-09-21vcl: remove OutputDevice's GetDevFontSizeCount() and GetDevFontSize()Chris Sherlock3-29/+0
2021-09-21vcl: add sal/config.h in preparation for patchChris Sherlock1-0/+1
2021-09-20Add sal/config.h in preparation for patchChris Sherlock1-0/+2
2021-09-20vcl: unneeded functions in PhysicalFontFaceChris Sherlock2-21/+4
2021-09-19cid#1492159 Uninitialized scalar fieldCaolán McNamara1-0/+1
2021-09-19vcl: test PhysicalFontFamily and move to vcl::font namespaceChris Sherlock3-52/+60
2021-09-18vcl: create FontMetric from PhysicalFontFaceChris Sherlock1-0/+15
2021-09-18vcl: rename ImplDeviceFontList to PhysicalFontFaceCollection and testChris Sherlock2-3/+5
2021-09-18vcl: add sal/config.h in preparation for patchChris Sherlock2-0/+4
2021-09-17vcl: update vim modelines in preparation for new changeChris Sherlock1-2/+1
2021-09-13loplugin:cow_wrapperNoel Grandin1-3/+3
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin1-3/+3
2021-08-18loplugin:passstuffbyrefNoel Grandin1-2/+2
2021-08-18undo changes to TextAlignCaolán McNamara1-1/+1
2021-08-03Pass context and resource string down to boost::locale separatelyNoel Grandin1-7/+4
2021-07-30convert TextAlign to scoped enumCaolán McNamara1-1/+1
2021-07-30drop FontAlign alias of TextAlignCaolán McNamara1-2/+2
2021-07-29rtl::Static -> static localNoel Grandin1-4/+6
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin1-3/+3
2021-06-01configure: Refactor platform defaultsJan-Marek Glogowski1-4/+0
2021-05-11change usage of boost::hash_combine to o3tl::hash_combineTomaž Vajngerl1-3/+4
2021-05-10tdf#105650 different strikethrough offset for vertical writing.Mark Hung1-1/+1
2021-03-29cid#1209863 rearrange Untrusted loop boundCaolán McNamara1-1/+1