summaryrefslogtreecommitdiff
path: root/vcl/source/fontsubset
AgeCommit message (Expand)AuthorFilesLines
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann1-0/+8
2019-10-16Replace define by constexpr in sft.hxx (vcl)Julien Nabet1-1/+1
2019-10-14fix names of enumsCaolán McNamara1-8/+8
2019-10-13Refactor + fix TrueTypeTableNew_post + some reading types for sft/ttcr (vcl)Julien Nabet3-62/+26
2019-10-13Add glyf constants + remove "offset" pattern for length var (vcl)Julien Nabet2-19/+19
2019-10-12Document and replace some magic values in sft/ttcr (vcl)Julien Nabet2-88/+77
2019-09-03Make Noto Color Emoji font work on LinuxKhaled Hosny1-1/+4
2019-08-27Consolidate ImplCalcLineSpacing()Khaled Hosny1-15/+15
2019-08-09Fix typosAndrea Gelmini1-1/+1
2019-07-30Fix typosAndrea Gelmini1-3/+3
2019-07-24cid#1448301 silence Untrusted loop boundCaolán McNamara1-0/+1
2019-07-24tdf#42949 Fix IWYU warnings in vcl/source/[f-i]*Gabor Kelemen3-3/+1
2019-07-22cid#1222237 try silence Untrusted value as argumentCaolán McNamara1-4/+9
2019-06-10use std::array in TrueTypeFontNoel Grandin1-7/+0
2019-05-31Fix -fsanitize=shift-exponentStephan Bergmann1-2/+3
2019-05-31Avoid UB shifting a negative intStephan Bergmann1-7/+13
2019-05-28Avoid -fsanitize=signed-integer-overflowStephan Bergmann1-2/+2
2019-05-22New loplugin:dataStephan Bergmann1-2/+2
2019-03-31tdf#120703 PVS: Silence V575 warningsMike Kaganski1-6/+8
2019-03-16tdf#113448 fix type1 font subsetterThorsten Behrens1-4/+22
2019-03-16vcl: cleanup font subsetter from ancient TODOsThorsten Behrens1-15/+4
2019-03-06remove some unnecessary typedef struct... sugarNoel Grandin2-20/+20
2019-03-05re-land "new loplugin typedefparam""Noel Grandin1-6/+4
2019-03-04Revert "new loplugin typedefparam"Noel Grandin1-4/+6
2019-03-04new loplugin typedefparamNoel Grandin1-6/+4
2019-02-11loplugin:indentation in vclNoel Grandin1-8/+8
2019-01-31misleading and unnecessary fall through commentsCaolán McNamara1-2/+0
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2-2/+2
2018-12-02tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2018-11-16loplugin:buriedassign in sd..writerfilterNoel Grandin1-1/+2
2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai1-6/+2
2018-11-08loplugin:collapseif in tools..xmloffNoel Grandin1-3/+2
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-2/+1
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin1-1/+1
2018-10-19loplugin:staticvar in vclNoel Grandin1-2/+2
2018-10-14Simplify containers iterations in vclArkadiy Illarionov1-3/+2
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-09-19loplugin:useuniqueptr in GetTTSimpleGlyphMetricsNoel Grandin1-17/+5
2018-09-17New loplugin:externalStephan Bergmann2-2/+2
2018-09-14loplugin:constfields in vclNoel Grandin2-4/+4
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin1-5/+6
2018-07-31Add missing sal/log.hxx headersGabor Kelemen4-0/+4
2018-07-27loplugin:returnconstant in vclNoel Grandin1-6/+4
2018-06-18tdf#108523 Remove @author annotationsAbhyudaya Sharma2-8/+0
2018-05-30Remove AddTable unused return typeStephan Bergmann2-4/+2
2018-05-29Remove unused SFErrCodes::TableFormatStephan Bergmann1-1/+0
2018-05-29Change SFErrCodes to scoped enumStephan Bergmann4-56/+57
2018-03-27loplugin:expressionalwayszero improvementsNoel Grandin1-6/+2
2018-03-09loplugin:constantparam in vclNoel Grandin1-11/+5
2018-02-09promote to unsigned intCaolán McNamara1-1/+1