summaryrefslogtreecommitdiff
path: root/vcl/source/fontsubset
AgeCommit message (Expand)Author
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
2018-02-09bounds checkCaolán McNamara
2018-02-09extend to cover the last byte neededCaolán McNamara
2018-02-09simplify returnsCaolán McNamara
2018-02-09use safeint on calculationsCaolán McNamara
2018-02-09check ntables offsetCaolán McNamara
2018-02-09check tableoffset against sizeCaolán McNamara
2018-02-09check cmap offsetCaolán McNamara
2018-02-09check more table sizesCaolán McNamara
2018-02-09fix mem leakCaolán McNamara
2018-02-09use ptr diff rather than intCaolán McNamara
2018-02-08Remove unused macrosKhaled Hosny
2018-02-08Removed unused code for reading kern tableKhaled Hosny
2018-02-08stay within font boundsCaolán McNamara
2018-02-08check O_hhea and O_vhea sizesCaolán McNamara
2018-02-08check kern table sizeCaolán McNamara
2018-02-08what matters is the availability of the last element, not the firstCaolán McNamara
2018-02-08return early on short streamCaolán McNamara
2018-02-08check O_head sizeCaolán McNamara
2018-02-08check table size before reading nglyphsCaolán McNamara
2018-02-07sanity check cmap table sizeCaolán McNamara
2018-02-05tdf#108523 Removed @author annotations.Manuj Vashist
2018-01-24loplugin:unused-returns in vclNoel Grandin
2018-01-20More loplugin:cstylecast on macOSStephan Bergmann
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin
2018-01-09route cff typedefs to our sal onesCaolán McNamara
2018-01-09tdf#114704 use of float as intermediate causes out by one on large offsetsCaolán McNamara
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-10-13tdf#107605: Fix reading version 0 OS/2 font tableKhaled Hosny
2017-10-05loplugin:finalclasses in vclNoel Grandin
2017-09-14clang-tidy modernize-use-emplace in vclNoel Grandin
2017-09-05rename GetTTFontMterics -> GetTTFontMetricsNoel Grandin
2017-08-31loplugin:constparams: vcl (macOS)Stephan Bergmann
2017-07-31loplugin:oncevarNoel Grandin
2017-07-18loplugin:constparams in vclNoel Grandin
2017-07-12strip some linefeeds from the end of debug outputNoel Grandin
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-07-02loplugin:casttovoid: vclStephan Bergmann
2017-06-30loplugin:unusedfields in toolkit..xmloffNoel Grandin
2017-06-28loplugin:oncevar in vclNoel Grandin
2017-06-19Avoid -fsanitize=shift-base about left-shift of negative valuesStephan Bergmann
2017-06-17loplugin:unusedfields in vcl part3Noel Grandin
2017-06-17loplugin:unusedfields in vcl part2Noel Grandin