summaryrefslogtreecommitdiff
path: root/vcl/source/glyphs
AgeCommit message (Expand)AuthorFilesLines
2014-02-06fix debug=2 buildCaolán McNamara1-1/+1
2014-02-04fdo#70666 fix Graphite ligature replacement at line breaksLászló Németh1-3/+11
2014-01-06Resolves: #i123840# add and use the sal_GlyphId typeHerbert Dürr1-12/+12
2013-12-13graphite2: get visibility right for static linkage on windows.Michael Meeks1-0/+1
2013-12-03longparas: convert GetTextBreak to sal_Int32Caolán McNamara1-4/+6
2013-11-07vcl: WORDS_BIGENDIAN is never defined, use OSL_BIGENDIANMichael Stahl1-1/+1
2013-09-06fdo#52540 fix Graphite hyphenation (ligat. + combining diac.)László Németh1-12/+3
2013-09-06fdo#68313 fix combining diacritics problem with Graphite fontsLászló Németh1-1/+10
2013-06-19WaE: for higher debugging levelsCaolán McNamara1-1/+1
2013-06-16Get rid of SalLayout::GetFallbackFontData()Khaled Hosny1-1/+2
2013-06-13Work around -Werror=type-limits when plain char is unsignedStephan Bergmann1-1/+1
2013-05-22Revert "fdo#62846 incorrect glyph to Unicode mappings in PDFs"Tor Lillqvist1-19/+1
2013-05-22fdo#62846 incorrect glyph to Unicode mappings in PDFsJonathan Schultz1-1/+19
2013-05-22WaE: signed/unsigned comparisonCaolán McNamara1-1/+1
2013-05-22fdo#52540 fix hyphenation of Graphite ligaturesLászló Németh1-0/+1
2013-04-08Revert "fix fdo#60534 : use DefaultCharMapper::mapChar() to map RTL string un...Rene Engelhard1-21/+2
2013-04-08fix fdo#60534 : use DefaultCharMapper::mapChar() to map RTL string unicodes.navin patidar1-2/+21
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-7/+7
2013-03-27-Wunused-macrosStephan Bergmann1-4/+0
2013-03-21vcl: use OSL_BIGENDIANThomas Arnhold1-2/+3
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-2/+2
2013-02-20Some cppcheck cleaningJulien Nabet1-2/+1
2012-11-12re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-23/+14
2012-10-19replace sxub_Unicode by sal_UnicodeNorbert Thiebaud1-1/+1
2012-07-05fdo#49486: fix graphite2 hyphenation regressionMartin Hosken1-2/+2
2012-06-04fdo#50169: skip the rest of the loop in case of wrong indexMichael Stahl1-4/+5
2012-06-04fdo#50169: add another index checkMartin Hosken1-0/+1
2012-05-25fdo#50169: band-aid another crash in GraphiteLayout::expandOrCondense:Michael Stahl1-1/+5
2012-04-04Fix cursor movement in graphite fontsMartin Hosken1-21/+25
2012-03-20vcl: better check in GraphiteLayout::expandOrCondense:Petr Mladek1-1/+1
2012-02-27WaE: some super-high debugging level warningsCaolán McNamara1-2/+2
2012-02-27WaE: some super-high debugging level warningsCaolán McNamara1-6/+10
2012-02-23vcl: crash in GraphiteLayout::expandOrCondense:Michael Stahl1-1/+1
2012-02-19Get rid of size() == 0Elton Chung1-1/+1
2012-01-08catch exception by constant referenceTakeshi Abe1-1/+1
2011-11-27remove include of pch header from vclNorbert Thiebaud2-4/+0
2011-10-04WaE: 'e' : unreferenced local variableTor Lillqvist1-0/+2
2011-09-22WaE: signed/unsigned errorCaolán McNamara1-2/+2
2011-09-22Upgrade graphite to 1.0.3 fix surrogate supportMartin Hosken1-14/+19
2011-08-18move unix only stuff to unxCaolán McNamara6-4523/+0
2011-08-18remove various casts from ServerFont to FreetypeServeFontCaolán McNamara3-34/+29
2011-08-15virtual method with wrong name, doesn't override what it thinks it doesCaolán McNamara1-1/+1
2011-08-15VirtDevServerFont isn't really implemented, remove to allow to simplifyCaolán McNamara3-352/+0
2011-07-28callcatcher: ditch various unused methodsCaolán McNamara2-83/+0
2011-07-26callcatcher: remove unused methodsThomas Arnhold1-19/+0
2011-07-22callcatcher: clean up GlyphCache and one connected methodThomas Arnhold1-32/+0
2011-07-22Remove SAL_FONTPATH and SAL_FONTPATH_PRIVATEThomas Arnhold1-2/+0
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky11-393/+17
2011-05-16WaE - add explicit casting (decimal-types → integer types)Christian Lohmaier1-2/+2