summaryrefslogtreecommitdiff
path: root/vcl/source/fontsubset/ttcr.cxx
AgeCommit message (Expand)Author
2022-11-21loplugin:unusedfields start removing unused weld fieldsNoel Grandin
2022-10-22loplugin:unusedmethodsNoel Grandin
2022-09-25Some simplificationMike Kaganski
2022-09-24simplify CmapSubTableNoel Grandin
2022-09-24flattenTrueTypeTableGenericNoel Grandin
2022-09-24flatten TrueTypeTablePostNoel Grandin
2022-09-23-Werror=class-memaccessStephan Bergmann
2022-09-23cid#1515534 invalidate_iteratorJulien Nabet
2022-09-22convert TrueTypeTable to C++ classNoel Grandin
2022-09-21convert TrueTypeCreator to a C++ classNoel Grandin
2022-09-19vcl: Don’t use temporary files for CreateFontSubset()Khaled Hosny
2022-03-01ofz: glyph data must be at least 10 bytes long to be usefulCaolán McNamara
2022-02-27ofz#45081 check font lengthCaolán McNamara
2022-02-27ofz#45073 don't dereference null pointer on bogus fontCaolán McNamara
2020-10-01loplugin:reducevarscope in vclNoel
2020-08-15tdf#125234 Qt5 implement CreateFontSubsetJan-Marek Glogowski
2020-08-04loplugin:flatten in vclNoel Grandin
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: vclStephan Bergmann
2020-04-20tdf#130924 [vcl] replace `*printf`s with `SAL_*` logging macros.Yukio Siraichi
2020-04-17loplugin:buriedassign in vclNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-13Refactor + fix TrueTypeTableNew_post + some reading types for sft/ttcr (vcl)Julien Nabet
2019-10-13Add glyf constants + remove "offset" pattern for length var (vcl)Julien Nabet
2019-10-12Document and replace some magic values in sft/ttcr (vcl)Julien Nabet
2019-03-06remove some unnecessary typedef struct... sugarNoel Grandin
2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai
2018-10-19loplugin:staticvar in vclNoel Grandin
2018-05-30Remove AddTable unused return typeStephan Bergmann
2018-05-29Change SFErrCodes to scoped enumStephan Bergmann
2018-02-05tdf#108523 Removed @author annotations.Manuj Vashist
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
2017-11-03loplugin:constparam in vcl,svtoolsNoel Grandin
2017-11-02improve constparam lopluginNoel Grandin
2017-10-30loplugin:constantparam in vclNoel Grandin
2017-10-23loplugin:includeform: vclStephan Bergmann
2017-07-18loplugin:constparams in vclNoel Grandin
2017-07-12strip some linefeeds from the end of debug outputNoel Grandin
2017-04-26use strong_int for LanguageTypeNoel Grandin
2017-02-21loplugin:unusedmethodsNoel Grandin
2016-05-25remove (un-)definitions of NDEBUG from source filesMichael Stahl
2016-04-11Don't get excited about "inline"Stephan Bergmann
2016-03-31use SAL_N_ELEMENTS in for loopsNoel Grandin
2016-03-10Avoid reserved identifier, remove unnecessary typedefStephan Bergmann
2016-01-31cppcheck: fix redundantCopyJulien Nabet
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-22crashtesting+ubsan: abi2079-1.html memcpy null source with 0 lenCaolán McNamara
2015-10-09malloc + memset(0,..) -> callocCaolán McNamara
2015-07-04Fix typosAndrea Gelmini
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann