summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2014-04-22EMF/WMF: fix rendering of pen styles (dash, dot, dashdot, dashdotdot)Andras Timar3-40/+48
2014-04-22EMF/WMF: parse line cap and line joinAndras Timar2-2/+54
2014-04-22fdo#77088 WMF - replace 32-bit min/max assumption with constTomaž Vajngerl1-4/+4
2014-04-18handle strange brightness+contrast adjustment from msoffice (fdo#38410)Luboš Luňák3-16/+41
2014-04-08init a few more stream-read svm elementsCaolán McNamara1-18/+21
2014-04-08valgrind: Conditional jump or move depends on uninitialised valueCaolán McNamara1-1/+1
2014-04-08Related: #i124516# handle bad surrogate pairs gracefully on WindowsHerbert Dürr1-5/+12
2014-04-08coverity#705969 Dereference before null checkCaolán McNamara1-1/+1
2014-04-08coverity#705966 Dereference before null checkCaolán McNamara1-1/+1
2014-04-08Resolves: fdo#50855 Nimbus Sans L missing stylesCaolán McNamara1-1/+6
2014-03-19rhbz#1057977 avoid use of invalidated pointersDavid Tardon1-6/+53
2014-03-19fix 'error: comparison between pointer and integer'Luboš Luňák1-1/+1
2014-03-10fdo#59329 Fix docked window border linesAhmad H. Al Harthi1-14/+38
2014-03-10fdo#59329 fix docked panels bordersAhmad H. Al Harthi1-37/+12
2014-03-03Resolves: rhbz#1007697 Update on a Window triggering delete on windowCaolán McNamara1-0/+5
2014-02-26fdo#64957: #i124233# prevent the accumulation of rounding errorsHerbert Dürr1-4/+12
2014-02-12Resolves: fdo#74051 support 8430x11700 jpegsCaolán McNamara1-3/+3
2014-02-10Use IOKit *framework*, not library directly. And ApplicationServicesTor Lillqvist1-1/+2
2014-01-28The AppleRemote code is blocked by sandboxing so bypass it in that caseTor Lillqvist6-7/+23
2014-01-28Adapt to NSPrintInfo API changeTor Lillqvist1-0/+4
2014-01-28The PICT format was formally deprecated already in OS X v10.4Tor Lillqvist3-178/+4
2014-01-28Need the IOKit library nowTor Lillqvist1-0/+1
2014-01-28WaE: 'UpdateSystemActivity' is deprecated: first deprecated in OS X 10.8Tor Lillqvist2-26/+12
2014-01-28We only support 10.6 or laterTor Lillqvist5-31/+1
2014-01-19fdo#73764 partially revert 3998d1abb291Andras Timar1-1/+1
2014-01-17fdo#73487: Overhaul cell borders to make them look sane.Kohei Yoshida1-4/+41
2014-01-11Use SAL_WNODEPRECATED_DECLARATIONS_PUSH/POP part2Julien Nabet2-0/+4
2014-01-03fdo#39007: blind fix for renamed OS X restore-state fileMichael Meeks1-0/+1
2014-01-03Resolves: fdo#72961 Crash when you open ODFver.1.0/1.1 created by LibO-3.5/3.6Julien Nabet1-6/+8
2014-01-03fdo#60705 Don't discard valid printing options.Andrzej Hunt1-1/+1
2013-12-06EMF+: force canvas if EMF+ comments are used.Andrzej J.R. Hunt1-0/+7
2013-11-27fdo#61272: Do the mapping correctly both for WMF and EMF.Jan Holesovsky3-34/+1
2013-11-27Resolves: fdo#41169 fix MacOSX non-Latin keyboard layout with Latin shortcutsCaolán McNamara1-0/+37
2013-11-27Related: fdo#41169 fix GTK non-Latin keyboard layout with Latin shortcutsCaolán McNamara1-22/+45
2013-11-25fdo#67802: Fix PS printing of non-CTL text with ligaturesKhaled Hosny1-7/+5
2013-11-25Correctly check getFileURLFromSystemPath() successKhaled Hosny1-1/+1
2013-11-25Make TTC fonts work againKhaled Hosny1-10/+4
2013-11-21Related: rhbz#1014990 valgrind reports uninitialized variableCaolán McNamara1-11/+8
2013-11-14Resolves: fdo#71307 out polygons are limited to 16bit point countCaolán McNamara2-0/+5
2013-11-10vcl: WORDS_BIGENDIAN is never defined, use OSL_BIGENDIANMichael Stahl2-2/+2
2013-11-10Resolves: fdo#70588 MultiLineEdits don't need WB_WORDBREAK setNiklas Johansson2-2/+2
2013-11-03fdo#70968: Incorrect rendering of Devanagari short 'i' vowelKhaled Hosny2-5/+42
2013-11-03swap if the host endianness doesn't match the file formatsCaolán McNamara1-18/+27
2013-11-03fdo#57659: fix exif processingJulien Nabet2-10/+41
2013-10-24fdo#70741 fdo#66042 rhbz#968892: force render full grapheme with fallback fontCaolán McNamara3-24/+89
2013-10-24Fix build against the 10.8 SDKTor Lillqvist1-0/+6
2013-10-22Make use of IsStarSymbol()Thomas Arnhold5-21/+9
2013-10-18n#820077: Import images with duotone filter.Muthu Subramanian1-0/+43
2013-10-15CID#736943 clamp no of ttc entries to physical maxCaolán McNamara1-0/+33
2013-10-10Prevent out-of-bounds arguments to OUString::copyStephan Bergmann1-1/+3