summaryrefslogtreecommitdiff
path: root/vcl/generic
AgeCommit message (Expand)AuthorFilesLines
2014-09-15Support version 2 ttf fonts and mac font family name encodingsCaolán McNamara1-0/+72
2014-04-22every even numbered print job is reported as failedStephan Bergmann1-1/+1
2014-03-25Resolves: fdo#50855 Nimbus Sans L missing stylesCaolán McNamara1-1/+6
2014-02-21fdo#41524: CUPS printing: use "collate" option when PDF is availableMichael Stahl1-10/+3
2014-02-21vcl: CUPS printing: notify user if spooling failedMichael Stahl1-1/+7
2014-01-04fdo#73280 - always advance the iterator to avoid an infinite loop.Michael Meeks1-0/+2
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-22fdo#67802: Fix PS printing of non-CTL text with ligaturesKhaled Hosny1-7/+5
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
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist2-7/+10
2013-08-12convert vcl/inc/outfont.hxx from String to OUStringNoel Grandin1-3/+3
2013-08-12convert vcl/inc/fontcache.hxx from String to OUStringNoel Grandin1-3/+3
2013-08-12convert vcl/ppdparser.hxx from String to OUStringNoel Grandin2-8/+8