summaryrefslogtreecommitdiff
path: root/vcl/generic
AgeCommit message (Expand)AuthorFilesLines
2014-02-12callcatcher: update unused codeCaolán McNamara2-28/+0
2014-02-05MinorKhaled Hosny1-7/+2
2014-02-05Set HarfBuzz buffer flags for text boundariesKhaled Hosny1-0/+7
2014-01-28bool improvementsStephan Bergmann4-9/+9
2014-01-24coverity#738921 Uninitialized pointer fieldCaolán McNamara1-4/+4
2014-01-24coverity#735339 Unchecked return value from libraryCaolán McNamara1-1/+6
2014-01-21bool improvementsStephan Bergmann2-2/+2
2014-01-18This is an int, not floatKhaled Hosny1-6/+6
2014-01-18SimplifyKhaled Hosny1-9/+8
2014-01-18MinorKhaled Hosny1-6/+6
2014-01-18Do proper script itemization with HarfBuzzKhaled Hosny3-115/+545
2014-01-17bool improvementsStephan Bergmann2-6/+6
2014-01-16Remove defines now that fontconfig baseline has been updatedChris Sherlock1-35/+0
2014-01-10endSpool return value is effectively success flag, not job IDStephan Bergmann1-1/+1
2014-01-06Resolves: #i123840# add and use the sal_GlyphId typeHerbert Dürr7-85/+85
2014-01-04fdo#73280 - always advance the iterator to avoid an infinite loop.Michael Meeks1-0/+2
2013-12-31Resolves: #i123840# normalize SalGraphics point count argument types...Herbert Dürr1-5/+6
2013-12-20typo fixesAndras Timar1-1/+1
2013-12-17fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa1-6/+0
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin1-2/+2
2013-12-13graphite2: get visibility right for static linkage on windows.Michael Meeks1-2/+3
2013-12-11fontmanager.hxx is private to vclTor Lillqvist7-7/+7
2013-12-04No more uses of printer built in fontsKhaled Hosny5-369/+18
2013-12-04Device-specific font substitution is not usedKhaled Hosny1-4/+0
2013-12-04Don't perform printer font substitutionKhaled Hosny4-91/+34
2013-11-27Unwind occurrences of deprecated sal_sChar, sal_uCharStephan Bergmann8-42/+42
2013-11-23Correctly check getFileURLFromSystemPath() successKhaled Hosny1-1/+1
2013-11-23Make TTC fonts work againKhaled Hosny1-1/+1
2013-11-23Simplify this code a bitKhaled Hosny1-9/+3
2013-11-21fdo#67802: Fix PS printing of non-CTL text with ligaturesKhaled Hosny1-7/+5
2013-11-21Add a comment explaining this unused fileKhaled Hosny1-0/+4
2013-11-14remove unnecessary sal_Unicode casts in VCL moduleNoel Grandin2-3/+3
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin1-3/+3
2013-11-07vcl: WORDS_BIGENDIAN is never defined, use OSL_BIGENDIANMichael Stahl1-1/+1
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-2/+1
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin1-2/+2
2013-10-30fdo#70968: Incorrect rendering of Devanagari short 'i' vowelKhaled Hosny1-5/+21
2013-10-30SimplifyKhaled Hosny1-4/+1
2013-10-29TypoTor Lillqvist1-1/+1
2013-10-29Add a SAL_WARN_IF to get more verbose information when CheckYieldMutex() failsTor Lillqvist1-0/+3
2013-10-28fixincludeguards.sh: vclThomas Arnhold3-8/+8
2013-10-23convert code to use OUString::endsWithNoel Grandin1-1/+1
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist2-2/+2
2013-10-21Exempler->ExemplarCaolán McNamara1-4/+4
2013-10-21Remove GetKernPairs() with no implementationKhaled Hosny1-5/+0
2013-10-21Removed unused kerning stuffKhaled Hosny7-695/+12
2013-10-21Drop support for non-Unicode fontsKhaled Hosny2-106/+5
2013-10-20Bin pointless #ifdef'd codeKhaled Hosny1-52/+5
2013-10-07CID#708635 uninitialized membersCaolán McNamara1-0/+1
2013-10-07CID#708895 unused variableCaolán McNamara1-1/+1