summaryrefslogtreecommitdiff
path: root/vcl/generic/glyphs
AgeCommit message (Expand)AuthorFilesLines
2012-09-17older icu's appear to have the features, but not the typedefsCaolán McNamara1-0/+7
2012-09-17Related: rhbz#857860 enable ligatures and kerning only when requestedCaolán McNamara1-1/+7
2012-09-17update unused code listCaolán McNamara3-68/+2
2012-09-05should be able to remove SimpleLayoutEngine nowCaolán McNamara1-75/+8
2012-09-03Refetch fonts if new ones installed or old ones deinstalledCaolán McNamara1-0/+7
2012-09-03make GlyphCache::InvalidateAllGlyphs do what it says it doesCaolán McNamara1-18/+8
2012-08-14-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2-4/+1
2012-08-11Remove unused local varsJulien Nabet1-1/+0
2012-08-07Remove non-existing forward declarationsThomas Arnhold1-1/+0
2012-07-15Resolves: fdo#31821 always process ZW[N]J in the font regardless of scriptCaolán McNamara1-0/+13
2012-07-15Resolves: fdo#31821 use icu layout whenever possibleCaolán McNamara1-3/+1
2012-07-14ENABLE_ICU_LAYOUT is always enabledCaolán McNamara1-26/+7
2012-07-14Related: fdo#31821 prefer non-latn over latn, but latn over nothingCaolán McNamara1-3/+7
2012-07-14Related: fdo#31821 pull tables from otf fonts as wellCaolán McNamara1-4/+7
2012-07-11Decrease header files dependenciesMatteo Casalin1-1/+0
2012-07-02Remove unused definesThomas Arnhold1-2/+0
2012-06-20Rename the class ImplFontData into PhysicalFontFaceNorbert Thiebaud3-5/+5
2012-06-19merge together hand-crafted traditional/simplified chinese testsCaolán McNamara1-21/+2
2012-06-11Adapt gcach_layout.cxx to SAL_INFOStephan Bergmann2-20/+11
2012-06-09fdo#46390 Move VERBOSE to OSL_DEBUG_LEVEL leftoversThomas Arnhold1-1/+1
2012-05-31make CheckCharacterBounds tests happy without forcing empty glyphs 1 unit wideCaolán McNamara1-5/+0
2012-05-30i#87757: do not create empty Rectangle bounding box for glyphs:Michael Stahl1-0/+5
2012-03-04help GlyphItems vector to be sized correctly up-frontNorbert Thiebaud1-0/+4
2012-01-31Fix for fdo43460 Part LVII getLength() to isEmpty()Olivier Hallot1-1/+1
2012-01-17remove unused methodsThomas Arnhold1-9/+0
2011-12-13Resolves: rhbz#761009 IFSD_Equal is asymmetricalCaolán McNamara1-2/+4
2011-11-28Fix Kashida justification when there is no Kashida glyphKhaled Hosny1-1/+0
2011-11-27remove include of pch header from vclNorbert Thiebaud5-10/+0
2011-11-14callcatcher: remove freshly unused methodsCaolán McNamara1-17/+0
2011-10-27Rename ImplFontSelectData to FontSelectPattern so I know what it doesCaolán McNamara4-15/+15
2011-10-27Resolves: fdo#32665 handle that FreeSerif lacks some glyphs in bold/italicCaolán McNamara1-0/+7
2011-10-25generic: re-structure generic code to increase re-use between backendsMichael Meeks6-0/+4453