summaryrefslogtreecommitdiff
path: root/vcl/generic/glyphs/gcach_ftyp.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-36/+36
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-07loplugin:mergeclassesNoel Grandin1-2/+2
2015-10-02loplugin:unusedmethods in vclNoel Grandin1-3/+2
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-1/+1
2015-09-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
2015-09-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+1
2015-09-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+1
2015-09-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
2015-09-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+1
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-1/+1
2015-07-14Revert "Revert "WaE: comparison of integers of different signs""Michael Stahl1-2/+4
2015-07-14Revert "WaE: comparison of integers of different signs"Michael Stahl1-2/+2
2015-06-30remove some unnecessary typedefs to pointerNoel Grandin1-6/+4
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-5/+5
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-5/+5
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-19loplugin:constantfunction: vclNoel Grandin1-7/+1
2015-03-02WaE: comparison of integers of different signsTor Lillqvist1-2/+2
2015-03-02-Werror,-Wsign-compareNoel Grandin1-4/+6
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara1-11/+11
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann1-4/+4
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-01coverity#1250439 Structurally dead codeCaolán McNamara1-6/+3
2014-10-27cid#735557 Logically dead codeNoel Grandin1-8/+0
2014-10-13vcl: Make ImplFontCharMap a pImpl and move functions to FontCharMapChris Sherlock1-6/+7
2014-10-10coverity738920 Uninitialized scalar fieldCaolán McNamara1-2/+3
2014-10-06vcl: FontCharMap to use intrusive_ptr ImplFontCharMapChris Sherlock1-5/+10
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-4/+4
2014-09-29loplugin: cstylecastNoel Grandin1-1/+1
2014-09-11server font dtor always calls ReleaseFaceFTCaolán McNamara1-6/+5
2014-06-26clang: Dead incrementCaolán McNamara1-1/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-1/+1
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+0
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-4/+0
2014-05-16lsan: mpFontCharMap double-add-ref, never releasedCaolán McNamara1-2/+2
2014-04-26coverity#738920 Uninitialized scalar fieldCaolán McNamara1-6/+8
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-93/+0
2014-03-22cppcheck: fix reassigned varsJulien Nabet1-6/+3
2014-03-20cosmetic: split PhysicalFontFamily/Collection out of outdev3.cxxNorbert Thiebaud1-0/+1
2014-03-20rename ImplDevFontList to PhysicalFontCollectionNorbert Thiebaud1-3/+3
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock1-2/+2
2014-02-26Remove visual noise from vclAlexander Wilms1-9/+9
2014-02-23Remove unneccessary commentsAlexander Wilms1-41/+41
2014-01-24coverity#735339 Unchecked return value from libraryCaolán McNamara1-1/+6
2014-01-06Resolves: #i123840# add and use the sal_GlyphId typeHerbert Dürr1-31/+31
2013-12-13graphite2: get visibility right for static linkage on windows.Michael Meeks1-2/+3