summaryrefslogtreecommitdiff
path: root/vcl/generic
AgeCommit message (Expand)AuthorFilesLines
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac1-1/+1
2013-01-14Resolves: fdo#58324 keep both halves of surrogate pairs if glyph isn't foundCaolán McNamara1-2/+12
2013-01-12these members are private now, use accessorsCaolán McNamara1-6/+6
2013-01-12RTL_CONSTASCII_(U)STRINGPARAM removed in vcl/genericChr. Rossmanith8-91/+86
2013-01-11QUARTZ is equivalent to MACOSXTor Lillqvist1-2/+2
2013-01-10maName is now private, use GetFamilyName()Caolán McNamara1-1/+1
2013-01-09Resolves: fdo#59131 resolve default backend on printer->setupCaolán McNamara1-0/+1
2013-01-07Cleanup: #include <tools/gen.hxx>Matteo Casalin2-2/+4
2013-01-07Change public variables of class ImplFontAttributes to private.navin5-35/+35
2012-12-20Some cppcheckJulien Nabet3-5/+3
2012-12-19-DENABLE_GRAPHITE -> config_graphite.hLuboš Luňák4-0/+4
2012-12-06Resolves: fdo#57939 use different layout instances for differing kerning flagsCaolán McNamara1-2/+5
2012-11-30eradicate all traces of OLocale and rtl/locale.hxxMichael Stahl1-1/+0
2012-11-30fix build for meCaolán McNamara1-1/+2
2012-11-30ditched rtl::OLocaleEike Rathke1-4/+4
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-6/+0
2012-11-22AllSettings with LanguageTagEike Rathke2-2/+2
2012-11-16use LanguageTagEike Rathke1-3/+3
2012-11-14source file modes fixEnrico Weigelt, metux ITS1-0/+0
2012-11-13fontconfig < 2.4.92 doesn't have FcGetLangs, fallback to old logic in absenceCaolán McNamara1-0/+7
2012-11-12re-base on ALv2 code. Includes:Michael Meeks10-238/+141
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks16-368/+228
2012-10-07WaE: 'driverLib' defined but not usedTor Lillqvist1-0/+2
2012-10-07Android printing is completely different anyway, surelyTor Lillqvist1-1/+1
2012-09-18Don't access broken service mgr during bootstrap failureStephan Bergmann1-9/+51
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-11default to off for packagekit usage; add --enable-packagekitRene Engelhard1-4/+4
2012-09-07move temporary font cleaning to a place that is run on all platformsLuboš Luňák1-3/+0
2012-09-07move the code for adding temporary fonts to a separate classLuboš Luňák1-42/+3
2012-09-06basic support for temporary fontsLuboš Luňák1-0/+43
2012-09-06these warnings are only debug informational reallyCaolán McNamara1-4/+4
2012-09-05should be able to remove SimpleLayoutEngine nowCaolán McNamara1-75/+8
2012-09-03misplaced ifdefCaolán McNamara1-1/+1
2012-09-03adjust auto font installationCaolán McNamara2-54/+66
2012-09-03Refetch fonts if new ones installed or old ones deinstalledCaolán McNamara4-4/+31
2012-09-03make GlyphCache::InvalidateAllGlyphs do what it says it doesCaolán McNamara1-18/+8
2012-09-03Resolves: #i96826# request font installation on render failureCaolán McNamara1-7/+124
2012-08-31workaround fdo#35118 in the absence of fdo#19869Caolán McNamara1-24/+39
2012-08-14-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2-4/+1
2012-08-13Resolves: fdo#53258 Aquabase-spanish-support busts ttf reader againCaolán McNamara1-3/+8
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