summaryrefslogtreecommitdiff
path: root/vcl/source/fontsubset
AgeCommit message (Expand)Author
2019-10-16Replace define by constexpr in sft.hxx (vcl)Julien Nabet
2019-10-14fix names of enumsCaolán McNamara
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-09-03Make Noto Color Emoji font work on LinuxKhaled Hosny
2019-08-27Consolidate ImplCalcLineSpacing()Khaled Hosny
2019-08-09Fix typosAndrea Gelmini
2019-07-30Fix typosAndrea Gelmini
2019-07-24cid#1448301 silence Untrusted loop boundCaolán McNamara
2019-07-24tdf#42949 Fix IWYU warnings in vcl/source/[f-i]*Gabor Kelemen
2019-07-22cid#1222237 try silence Untrusted value as argumentCaolán McNamara
2019-06-10use std::array in TrueTypeFontNoel Grandin
2019-05-31Fix -fsanitize=shift-exponentStephan Bergmann
2019-05-31Avoid UB shifting a negative intStephan Bergmann
2019-05-28Avoid -fsanitize=signed-integer-overflowStephan Bergmann
2019-05-22New loplugin:dataStephan Bergmann
2019-03-31tdf#120703 PVS: Silence V575 warningsMike Kaganski
2019-03-16tdf#113448 fix type1 font subsetterThorsten Behrens
2019-03-16vcl: cleanup font subsetter from ancient TODOsThorsten Behrens
2019-03-06remove some unnecessary typedef struct... sugarNoel Grandin
2019-03-05re-land "new loplugin typedefparam""Noel Grandin
2019-03-04Revert "new loplugin typedefparam"Noel Grandin
2019-03-04new loplugin typedefparamNoel Grandin
2019-02-11loplugin:indentation in vclNoel Grandin
2019-01-31misleading and unnecessary fall through commentsCaolán McNamara
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-12-02tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-11-16loplugin:buriedassign in sd..writerfilterNoel Grandin
2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai
2018-11-08loplugin:collapseif in tools..xmloffNoel Grandin
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin
2018-10-19loplugin:staticvar in vclNoel Grandin
2018-10-14Simplify containers iterations in vclArkadiy Illarionov
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-19loplugin:useuniqueptr in GetTTSimpleGlyphMetricsNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-09-14loplugin:constfields in vclNoel Grandin
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-07-27loplugin:returnconstant in vclNoel Grandin
2018-06-18tdf#108523 Remove @author annotationsAbhyudaya Sharma
2018-05-30Remove AddTable unused return typeStephan Bergmann
2018-05-29Remove unused SFErrCodes::TableFormatStephan Bergmann
2018-05-29Change SFErrCodes to scoped enumStephan Bergmann
2018-03-27loplugin:expressionalwayszero improvementsNoel Grandin
2018-03-09loplugin:constantparam in vclNoel Grandin
2018-02-09promote to unsigned intCaolán McNamara
2018-02-09move largest bounds check to startCaolán McNamara