summaryrefslogtreecommitdiffstats
path: root/vcl/generic/glyphs
Commit message (Expand)AuthorAgeFilesLines
* vcl: move all glyph files from generic to unxChris Sherlock2016-01-115-1542/+0
* vcl: rename gcach_ftyp.{cxx|hxx} to freetype_glyphcache.{cxx|hxx}Chris Sherlock2016-01-113-3/+3
* vcl: promote ImplFontAttributes to FontAttributesChris Sherlock2016-01-101-1/+1
* vcl: move some Freetype stuff away from the "generic" folderChris Sherlock2016-01-095-1714/+3
* vcl: Rename class ImplFTSFontData to FreetypeFontFaceChris Sherlock2016-01-092-7/+7
* vcl: Rename ImplServerFontEntry to ServerFontInstanceChris Sherlock2016-01-092-5/+5
* vcl: change ImplFontEntry to LogicalFontInstanceChris Sherlock2016-01-083-7/+7
* vcl: rename outfont.hxx to fontentry.hxxChris Sherlock2016-01-072-2/+2
* vcl: FtFont{Info|File} renamed to FreetypeFont{Info|Type}Chris Sherlock2016-01-072-43/+43
* vcl: split classes out of metric.hxxChris Sherlock2016-01-041-0/+3
* vcl: split out ImplFontAttributes into own headerChris Sherlock2016-01-032-0/+3
* vcl: rename variables from metric names to font attribute namesChris Sherlock2016-01-031-1/+1
* vcl: merge ImplFontMetricData with ImplFontAttributesChris Sherlock2016-01-031-1/+1
* vcl: convert ImplFontMetricData to accessor functionsChris Sherlock2016-01-032-33/+33
* vcl: remove poor-man's RTTI in PhysicalFontFaceChris Sherlock2016-01-012-2/+1
* vcl: merge ImplDevFontAttributes with ImplFontAttributesChris Sherlock2015-12-313-8/+8
* vcl: create accessor functions for ImplDevFontAttributesChris Sherlock2015-12-311-4/+4
* Resolves: #i126753# fix invalid parse of GSUB table for OpenType fontsTsutomu Uchino2015-12-271-0/+1
* loplugin:unnecessaryvirtualNoel Grandin2015-12-241-8/+4
* Get rid of :: prefix for basegfx in include/vcl and vclTor Lillqvist2015-12-151-1/+1
* Disable code not needed with new HarfBuzz versionsKhaled Hosny2015-11-271-6/+18
* tdf#91288 Does not display traditional Chinese variant ofMark Hung2015-11-261-1/+3
* loplugin:unusedfields in vcl/Noel Grandin2015-11-242-8/+0
* Remove recently unused codeKhaled Hosny2015-11-241-23/+0
* Do all svp text rendering with cairoCaolán McNamara2015-11-232-523/+0
* Add ImplFontMetricData::mbTrueTypeFontTor Lillqvist2015-11-191-1/+2
* Don't assume sal_Unicode is unsigned shortStephan Bergmann2015-11-171-1/+3
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-105-72/+72
* loplugin:defaultparamsStephan Bergmann2015-10-201-1/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-123-5/+5
* afl-eventtesting: creating OUString from super long sal_Unicode* is slowCaolán McNamara2015-10-072-9/+10
* loplugin:mergeclassesNoel Grandin2015-10-071-2/+2
* loplugin:unusedmethods in vclNoel Grandin2015-10-022-7/+3
* remove old standalone Sun bug numbersNoel Grandin2015-10-011-1/+1
* loplugin:removeunusedmethods, remove unused stuffNoel Grandin2015-09-291-4/+0
* remove unused #include <sal/alloca.h>Michael Stahl2015-09-291-1/+0
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-09-071-1/+0
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-09-071-1/+1
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-09-071-1/+1
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-09-071-1/+0
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-09-071-1/+1
* fixes a memory leak that appeared in tdf#93392 valgrind traceDennis Francis2015-08-251-0/+2
* Put Polygon from tools under tools:: namespaceNorbert Thiebaud2015-08-171-1/+1
* Fix tdf#40091 and tdf#40335 text layout issues.Mark Hung2015-08-161-0/+3
* Move fix for tdf#89231 to a better placeKhaled Hosny2015-08-011-6/+4
* Revert "Revert "WaE: comparison of integers of different signs""Michael Stahl2015-07-141-2/+4
* Revert "WaE: comparison of integers of different signs"Michael Stahl2015-07-141-2/+2
* remove some unnecessary typedefs to pointerNoel Grandin2015-06-301-6/+4
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-083-4/+4
* loplugin:redundantcast: const_cast to same typeStephan Bergmann2015-05-291-6/+2