summaryrefslogtreecommitdiffstats
path: root/vcl/generic
Commit message (Expand)AuthorAgeFilesLines
* remove unnecessary sal_Unicode casts in VCL moduleNoel Grandin2013-11-142-3/+3
* convert OUString !compareToAscii to equalsAsciiNoel Grandin2013-11-111-3/+3
* vcl: WORDS_BIGENDIAN is never defined, use OSL_BIGENDIANMichael Stahl2013-11-071-1/+1
* Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin2013-11-041-2/+1
* Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin2013-10-311-2/+2
* fdo#70968: Incorrect rendering of Devanagari short 'i' vowelKhaled Hosny2013-10-301-5/+21
* SimplifyKhaled Hosny2013-10-301-4/+1
* TypoTor Lillqvist2013-10-291-1/+1
* Add a SAL_WARN_IF to get more verbose information when CheckYieldMutex() failsTor Lillqvist2013-10-291-0/+3
* fixincludeguards.sh: vclThomas Arnhold2013-10-283-8/+8
* convert code to use OUString::endsWithNoel Grandin2013-10-231-1/+1
* Bin comments that claim to say why some header is includedTor Lillqvist2013-10-222-2/+2
* Exempler->ExemplarCaolán McNamara2013-10-211-4/+4
* Remove GetKernPairs() with no implementationKhaled Hosny2013-10-211-5/+0
* Removed unused kerning stuffKhaled Hosny2013-10-217-695/+12
* Drop support for non-Unicode fontsKhaled Hosny2013-10-212-106/+5
* Bin pointless #ifdef'd codeKhaled Hosny2013-10-201-52/+5
* CID#708635 uninitialized membersCaolán McNamara2013-10-071-0/+1
* CID#708895 unused variableCaolán McNamara2013-10-071-1/+1
* CID#736943 clamp no of ttc entries to physical maxCaolán McNamara2013-10-071-0/+33
* Spell "indices" correctlyTor Lillqvist2013-10-021-2/+2
* typo fixes in commentsAndras Timar2013-09-261-2/+2
* Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara2013-09-251-6/+6
* Font and ImplLayoutArgs with LanguageTagEike Rathke2013-09-201-4/+2
* typo fix: wether -> whetherAndras Timar2013-09-111-1/+1
* CID#738553 uninitialized scalarCaolán McNamara2013-09-091-1/+1
* Check for FT_Face_GetCharVariantIndex at build timeKhaled Hosny2013-09-061-22/+7
* Simplify FreeType version checkKhaled Hosny2013-09-061-14/+4
* Require FreeType >= 2.2.0Khaled Hosny2013-09-041-63/+16
* FT_Size API is available since FreeType 2.0.5Khaled Hosny2013-09-042-44/+19
* Remove hacks for ancient FreeTypeKhaled Hosny2013-08-301-10/+1
* Simplify iterator management (part2)Julien Nabet2013-08-261-5/+3
* Simplify a bit iterator managementJulien Nabet2013-08-261-6/+6
* Don't re-create Unicode and font functions for every text runKhaled Hosny2013-08-221-2/+11
* fdo#66715: Avoid compatibility decomposition with HarfBuzzKhaled Hosny2013-08-221-0/+17
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-212-4/+4
* Use subfolder names from <config_folders.h>Tor Lillqvist2013-08-182-7/+10
* convert vcl/inc/outfont.hxx from String to OUStringNoel Grandin2013-08-121-3/+3
* convert vcl/inc/fontcache.hxx from String to OUStringNoel Grandin2013-08-121-3/+3
* convert vcl/ppdparser.hxx from String to OUStringNoel Grandin2013-08-122-8/+8
* fdo#66715: fontconfig: try harder to ignore duplicate fontsMichael Stahl2013-07-301-14/+21
* vcl: fix obviously wrong mapping of WIDTH_ULTRA_EXPANDEDMichael Stahl2013-07-301-1/+1
* Fix headless mode glyph cache memory handlingStephan Bergmann2013-07-123-30/+22
* Related: fdo#66524 don't invalidate font cache every timeCaolán McNamara2013-07-111-0/+1
* Resolves: fdo#66524 string conversion gone wrongCaolán McNamara2013-07-111-4/+4
* -Werror,-Wdeprecated-register (Clang trunk towards 3.4)Stephan Bergmann2013-07-081-0/+11
* MinorKhaled Hosny2013-07-041-5/+5
* Fix memory leak in ServerFont::GetGlyphOutline.Mark Wielaard2013-06-301-0/+6
* Always embed 14 standard Postscript fonts in PDFKhaled Hosny2013-06-271-1/+0
* Resolves: fdo#66042 get the bounds of the current graphemeCaolán McNamara2013-06-241-1/+1