summaryrefslogtreecommitdiff
path: root/vcl/source/glyphs
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-08Some cppcheck cleaningJulien Nabet2-3/+3
2011-04-29Make vcl building.Jan Holesovsky8-306/+359
2011-04-22Merge commit 'ooo/DEV300_m106' into libreoffice-3-4Jan Holesovsky13-449/+20
2011-04-19remove FileStatusMask_XXX in favour of osl_FileStatus_Mask_XXX (libs-gui)Christina Rossmanith1-1/+1
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito2-0/+0
2011-03-28Temporarily put back prewin.h/postwin.h hack in tools and vclFridrich Štrba1-3/+1
2011-03-26Adapt the tree to tools/svwin.h removalFridrich Štrba3-7/+5
2011-03-23ensure safe lifecycleCaolán McNamara1-0/+1
2011-03-22Cut Gordian Knot of who owns the font optionsCaolán McNamara3-8/+5
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky8-136/+179
2011-03-16Resolves: rhbz#680460 honour lcdfilter, subpixeling etc.Caolán McNamara2-0/+6
2011-03-15Internal graphite is a static libraryFridrich Štrba1-0/+4
2011-03-11Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky9-146/+204
2011-03-11WaE: variables set but unusedCaolán McNamara1-4/+0
2011-03-11WaE: signed unsigned comparisionsCaolán McNamara1-2/+10