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