summaryrefslogtreecommitdiffstats
path: root/vcl/generic
Commit message (Expand)AuthorAgeFilesLines
* re-factor AFM metric reading to simplify signatures.Michael Meeks2013-02-252-17/+17
* Revert "embed also system fonts when embedding fonts in a document"David Ostrovsky2013-02-211-1/+1
* pFTOblique is unusedTor Lillqvist2013-02-211-3/+0
* FT_GlyphSlot_Embolden() and FT_GlyphSlot_Oblique() return voidTor Lillqvist2013-02-211-2/+2
* Just link directly to the bundled static libfreetype on AndroidTor Lillqvist2013-02-211-3/+21
* embed also system fonts when embedding fonts in a documentLuboš Luňák2013-02-211-1/+1
* typo: allways -> alwaysAndras Timar2013-02-201-1/+1
* really, don't obtain the process locale 500 timesEike Rathke2013-02-191-13/+20
* localizedsorter::bestname: info for non-ISO locale and commentEike Rathke2013-02-181-0/+3
* Resolves: rhbz#527719 #i105784# improve selection of fallback fontCaolán McNamara2013-02-111-14/+21
* what a convoluted way to split path into dir and file; and broken, tooLuboš Luňák2013-02-081-3/+4
* Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac2013-01-211-1/+1
* Resolves: fdo#58324 keep both halves of surrogate pairs if glyph isn't foundCaolán McNamara2013-01-141-2/+12
* these members are private now, use accessorsCaolán McNamara2013-01-121-6/+6
* RTL_CONSTASCII_(U)STRINGPARAM removed in vcl/genericChr. Rossmanith2013-01-128-91/+86
* QUARTZ is equivalent to MACOSXTor Lillqvist2013-01-111-2/+2
* maName is now private, use GetFamilyName()Caolán McNamara2013-01-101-1/+1
* Resolves: fdo#59131 resolve default backend on printer->setupCaolán McNamara2013-01-091-0/+1
* Cleanup: #include <tools/gen.hxx>Matteo Casalin2013-01-072-2/+4
* Change public variables of class ImplFontAttributes to private.navin2013-01-075-35/+35
* Some cppcheckJulien Nabet2012-12-203-5/+3
* -DENABLE_GRAPHITE -> config_graphite.hLuboš Luňák2012-12-194-0/+4
* Resolves: fdo#57939 use different layout instances for differing kerning flagsCaolán McNamara2012-12-061-2/+5
* eradicate all traces of OLocale and rtl/locale.hxxMichael Stahl2012-11-301-1/+0
* fix build for meCaolán McNamara2012-11-301-1/+2
* ditched rtl::OLocaleEike Rathke2012-11-301-4/+4
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-301-6/+0
* AllSettings with LanguageTagEike Rathke2012-11-222-2/+2
* use LanguageTagEike Rathke2012-11-161-3/+3
* source file modes fixEnrico Weigelt, metux ITS2012-11-141-0/+0
* fontconfig < 2.4.92 doesn't have FcGetLangs, fallback to old logic in absenceCaolán McNamara2012-11-131-0/+7
* re-base on ALv2 code. Includes:Michael Meeks2012-11-1210-238/+141
* re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks2012-11-0616-368/+228
* WaE: 'driverLib' defined but not usedTor Lillqvist2012-10-071-0/+2
* Android printing is completely different anyway, surelyTor Lillqvist2012-10-071-1/+1
* Don't access broken service mgr during bootstrap failureStephan Bergmann2012-09-181-9/+51
* older icu's appear to have the features, but not the typedefsCaolán McNamara2012-09-171-0/+7
* Related: rhbz#857860 enable ligatures and kerning only when requestedCaolán McNamara2012-09-171-1/+7
* update unused code listCaolán McNamara2012-09-173-68/+2
* default to off for packagekit usage; add --enable-packagekitRene Engelhard2012-09-111-4/+4
* move temporary font cleaning to a place that is run on all platformsLuboš Luňák2012-09-071-3/+0
* move the code for adding temporary fonts to a separate classLuboš Luňák2012-09-071-42/+3
* basic support for temporary fontsLuboš Luňák2012-09-061-0/+43
* these warnings are only debug informational reallyCaolán McNamara2012-09-061-4/+4
* should be able to remove SimpleLayoutEngine nowCaolán McNamara2012-09-051-75/+8
* misplaced ifdefCaolán McNamara2012-09-031-1/+1
* adjust auto font installationCaolán McNamara2012-09-032-54/+66
* Refetch fonts if new ones installed or old ones deinstalledCaolán McNamara2012-09-034-4/+31
* make GlyphCache::InvalidateAllGlyphs do what it says it doesCaolán McNamara2012-09-031-18/+8
* Resolves: #i96826# request font installation on render failureCaolán McNamara2012-09-031-7/+124