summaryrefslogtreecommitdiff
path: root/vcl/generic/glyphs/gcach_ftyp.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-01-09vcl: move some Freetype stuff away from the "generic" folderChris Sherlock1-1547/+0
2016-01-09vcl: Rename class ImplFTSFontData to FreetypeFontFaceChris Sherlock1-3/+3
2016-01-09vcl: Rename ImplServerFontEntry to ServerFontInstanceChris Sherlock1-2/+2
2016-01-08vcl: change ImplFontEntry to LogicalFontInstanceChris Sherlock1-4/+4
2016-01-07vcl: rename outfont.hxx to fontentry.hxxChris Sherlock1-1/+1
2016-01-07vcl: FtFont{Info|File} renamed to FreetypeFont{Info|Type}Chris Sherlock1-28/+28
2016-01-04vcl: split classes out of metric.hxxChris Sherlock1-0/+3
2016-01-03vcl: split out ImplFontAttributes into own headerChris Sherlock1-0/+2
2016-01-03vcl: rename variables from metric names to font attribute namesChris Sherlock1-1/+1
2016-01-03vcl: merge ImplFontMetricData with ImplFontAttributesChris Sherlock1-1/+1
2016-01-03vcl: convert ImplFontMetricData to accessor functionsChris Sherlock1-31/+31
2016-01-01vcl: remove poor-man's RTTI in PhysicalFontFaceChris Sherlock1-1/+1
2015-12-31vcl: merge ImplDevFontAttributes with ImplFontAttributesChris Sherlock1-3/+3
2015-12-31vcl: create accessor functions for ImplDevFontAttributesChris Sherlock1-4/+4
2015-12-27Resolves: #i126753# fix invalid parse of GSUB table for OpenType fontsTsutomu Uchino1-0/+1
2015-12-15Get rid of :: prefix for basegfx in include/vcl and vclTor Lillqvist1-1/+1
2015-11-24loplugin:unusedfields in vcl/Noel Grandin1-1/+0
2015-11-24Remove recently unused codeKhaled Hosny1-23/+0
2015-11-23Do all svp text rendering with cairoCaolán McNamara1-272/+0
2015-11-19Add ImplFontMetricData::mbTrueTypeFontTor Lillqvist1-1/+2
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