summaryrefslogtreecommitdiff
path: root/vcl/source/fontsubset
AgeCommit message (Expand)AuthorFilesLines
2016-05-14cppcheck: uninitialised members in vclJochen Nitschke1-8/+4
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2-2/+2
2016-04-11Don't get excited about "inline"Stephan Bergmann2-39/+23
2016-03-31use SAL_N_ELEMENTS in for loopsNoel Grandin1-2/+2
2016-03-30tdf#96099 Remove trivial typedefs from vcl moduleslideon1-5/+4
2016-03-10Avoid reserved identifier, remove unnecessary typedefStephan Bergmann2-2/+2
2016-03-10Avoid reserved identifierStephan Bergmann1-4/+4
2016-03-10Avoid reserved identifierStephan Bergmann2-3/+3
2016-03-10Remove unnecessary typedef (that introduced a reserved identifier)Stephan Bergmann3-9/+9
2016-02-26loplugin:unuseddefaultparam in vcl/Noel Grandin1-2/+2
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2016-02-16use consistent #define checks for the Windows platformNoel Grandin1-2/+2
2016-01-31cppcheck: fix redundantCopyJulien Nabet1-2/+0
2016-01-25vcl: move vcl/inc/list.h to vcl/source/fontsubset/Chris Sherlock1-0/+89
2016-01-18loplugin: unused return values in vcl/Noel Grandin1-6/+5
2016-01-10Fix typosAndrea Gelmini1-3/+3
2015-12-27sal_uLong to sal_uInt32Matteo Casalin1-6/+5
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann2-7/+7
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann7-224/+224
2015-10-24cppcheck: invalidPrintfArgType_sintCaolán McNamara1-1/+1
2015-10-22crashtesting+ubsan: rhbz1003919-1.svg left shift of negative numberCaolán McNamara1-2/+4
2015-10-22crashtesting+ubsan: abi2079-1.html memcpy null source with 0 lenCaolán McNamara1-1/+3
2015-10-10valgrind: zero padding bytesCaolán McNamara1-2/+4
2015-10-09malloc + memset(0,..) -> callocCaolán McNamara1-2/+1
2015-10-07Make this compile for iOS againTor Lillqvist1-1/+1
2015-10-02loplugin:unusedmethods in vclNoel Grandin1-0/+3
2015-09-14Refactor graphite integration and update graphiteMartin Hosken1-0/+3
2015-09-04Reduce nVal scopeStephan Bergmann1-8/+7
2015-09-04Uniformly use if --- else if brachnes hereStephan Bergmann1-5/+1
2015-09-04clang-tidy clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+1
2015-08-21No NO_MAPPERS, NO_TYPE3, NO_TYPE42 or NO_TTCR anywhereTor Lillqvist1-23/+0
2015-08-11loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-04coverity#1213369 Untrusted value as argumentCaolán McNamara1-1/+1
2015-07-04Fix typosAndrea Gelmini2-2/+2
2015-07-02coverity#1213369 Untrusted value as argumentCaolán McNamara1-0/+3
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-2/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2-5/+5
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2-5/+5
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin5-42/+42
2015-03-31-fsanitize=functionStephan Bergmann2-3/+4
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann4-108/+108
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2-7/+7
2015-02-25vcl: these compare functions use subtraction and could overflowMichael Stahl1-5/+7
2015-02-21Typo: trough->throughJulien Nabet1-2/+2
2015-02-03Fix for unaddressable access reading TT font data.Ashod Nakashian1-1/+0
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann3-27/+27
2015-01-19fdo#39440 vcl: reduce scope of local variablesMichael Weghorn2-16/+12
2014-12-07try and help coverity out hereCaolán McNamara1-1/+1
2014-12-07coverity#1213364 Untrusted loop boundCaolán McNamara1-3/+3