summaryrefslogtreecommitdiff
path: root/vcl/source/fontsubset
AgeCommit message (Expand)Author
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
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