summaryrefslogtreecommitdiffstats
path: root/vcl/generic
Commit message (Expand)AuthorAgeFilesLines
* 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
* workaround fdo#35118 in the absence of fdo#19869Caolán McNamara2012-08-311-24/+39
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-142-4/+1
* Resolves: fdo#53258 Aquabase-spanish-support busts ttf reader againCaolán McNamara2012-08-131-3/+8
* Remove unused local varsJulien Nabet2012-08-111-1/+0
* Remove non-existing forward declarationsThomas Arnhold2012-08-071-1/+0
* Resolves: fdo#31821 always process ZW[N]J in the font regardless of scriptCaolán McNamara2012-07-151-0/+13
* Resolves: fdo#31821 use icu layout whenever possibleCaolán McNamara2012-07-151-3/+1
* ENABLE_ICU_LAYOUT is always enabledCaolán McNamara2012-07-141-26/+7
* Related: fdo#31821 prefer non-latn over latn, but latn over nothingCaolán McNamara2012-07-141-3/+7
* Related: fdo#31821 pull tables from otf fonts as wellCaolán McNamara2012-07-141-4/+7
* Decrease header files dependenciesMatteo Casalin2012-07-111-1/+0
* Remove unused definesThomas Arnhold2012-07-021-2/+0
* Resolves: fdo#47636 cache fontconfig font substitutionsCaolán McNamara2012-06-201-6/+53
* Rename the class ImplFontData into PhysicalFontFaceNorbert Thiebaud2012-06-204-17/+17
* merge together hand-crafted traditional/simplified chinese testsCaolán McNamara2012-06-192-43/+26
* removed code commented-out in the first placeTakeshi Abe2012-06-132-17/+0
* Adapt gcach_layout.cxx to SAL_INFOStephan Bergmann2012-06-112-20/+11
* fdo#46390 Move VERBOSE to OSL_DEBUG_LEVEL leftoversThomas Arnhold2012-06-091-1/+1
* Change return PrintFontManager::countFontconfigFontsJulien Nabet2012-06-041-3/+5
* targeted string re-workNorbert Thiebaud2012-06-021-7/+5
* targeted string re-workNorbert Thiebaud2012-06-021-5/+5
* make CheckCharacterBounds tests happy without forcing empty glyphs 1 unit wideCaolán McNamara2012-05-311-5/+0
* i#87757: do not create empty Rectangle bounding box for glyphs:Michael Stahl2012-05-301-0/+5
* reduce static_initialization_and_destruction chainCaolán McNamara2012-05-161-6/+2
* Removed unused methods from psp::PrinterGfxChr. Rossmanith2012-04-253-52/+0
* Some vcl cleaningJulien Nabet2012-04-142-14/+0
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-1/+1
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-25/+25
* vcl: use CustomTarget makefilesMatúš Kukan2012-03-311-32/+0
* merge getVerticalDeltaAngle and GetVerticalFlagsCaolán McNamara2012-03-261-25/+6
* Remove SO52 strict compatibility stuffChristina Rossmanith2012-03-144-168/+2
* replace usage of OUString::replace*AsciiL() with string literal overloadsLuboš Luňák2012-03-121-4/+2
* OString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák2012-03-121-2/+2
* help GlyphItems vector to be sized correctly up-frontNorbert Thiebaud2012-03-042-0/+7
* Reduced duplicate code (simian) / vcl/generic/print/glyphset.cxxChristina Rossmanith2012-02-282-64/+15