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