summaryrefslogtreecommitdiff
path: root/vcl/generic
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-07CID#736943 clamp no of ttc entries to physical maxCaolán McNamara1-0/+33
2013-10-02Spell "indices" correctlyTor Lillqvist1-2/+2
2013-09-26typo fixes in commentsAndras Timar1-2/+2
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara1-6/+6
2013-09-20Font and ImplLayoutArgs with LanguageTagEike Rathke1-4/+2
2013-09-11typo fix: wether -> whetherAndras Timar1-1/+1
2013-09-09CID#738553 uninitialized scalarCaolán McNamara1-1/+1
2013-09-06Check for FT_Face_GetCharVariantIndex at build timeKhaled Hosny1-22/+7
2013-09-06Simplify FreeType version checkKhaled Hosny1-14/+4
2013-09-04Require FreeType >= 2.2.0Khaled Hosny1-63/+16
2013-09-04FT_Size API is available since FreeType 2.0.5Khaled Hosny2-44/+19
2013-08-30Remove hacks for ancient FreeTypeKhaled Hosny1-10/+1
2013-08-26Simplify iterator management (part2)Julien Nabet1-5/+3
2013-08-26Simplify a bit iterator managementJulien Nabet1-6/+6
2013-08-22Don't re-create Unicode and font functions for every text runKhaled Hosny1-2/+11
2013-08-22fdo#66715: Avoid compatibility decomposition with HarfBuzzKhaled Hosny1-0/+17
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák2-4/+4