summaryrefslogtreecommitdiffstats
path: root/vcl/generic
Commit message (Expand)AuthorAgeFilesLines
* Resolves: fdo#50855 Nimbus Sans L missing stylesCaolán McNamara2014-03-121-1/+6
* Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe2014-03-111-8/+5
* Avoid possible resource leaks with boost::scoped_ptrTakeshi Abe2014-03-071-21/+15
* coverity#708896 Unused pointer valueCaolán McNamara2014-03-061-1/+1
* coverity#708897 Unused pointer valueCaolán McNamara2014-03-061-1/+1
* coverity#708898 Unused pointer valueCaolán McNamara2014-03-061-2/+2
* coverity#708899 Unused pointer valueCaolán McNamara2014-03-061-1/+1
* coverity#708900 Unused pointer valueCaolán McNamara2014-03-061-2/+2
* coverity#708901 Unused pointer valueCaolán McNamara2014-03-061-1/+1
* coverity#708902 Unused pointer valueCaolán McNamara2014-03-061-1/+1
* coverity#708903 Unused pointer valueCaolán McNamara2014-03-061-1/+1
* Add mode linesTakeshi Abe2014-03-041-0/+2
* Use cstdlib std::abs instead of stdlib.h absStephan Bergmann2014-03-031-2/+5
* Rename GetGraphics to AcquireGraphicsChris Sherlock2014-02-281-1/+1
* sal_Bool -> bool in mostly vcl moduleChris Sherlock2014-02-285-12/+12
* coverity#1187675 Dereference null return valueCaolán McNamara2014-02-271-10/+4
* coverity#1187674 Dereference null return valueCaolán McNamara2014-02-271-2/+2
* Remove visual noise from vclAlexander Wilms2014-02-269-33/+33
* Remove unneccessary commentsAlexander Wilms2014-02-237-99/+99
* Adapt vcl to various loplugin warnings on Mac OS XStephan Bergmann2014-02-211-4/+4
* vcl: sal_Bool -> boolStephan Bergmann2014-02-2110-124/+124
* Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert2014-02-202-0/+2
* unotools: sal_Bool -> boolStephan Bergmann2014-02-193-10/+10
* vcl: CUPS printing: notify user if spooling failedMichael Stahl2014-02-181-1/+7
* fdo#41524: CUPS printing: use "collate" option when PDF is availableMichael Stahl2014-02-181-10/+3
* callcatcher: update unused codeCaolán McNamara2014-02-122-28/+0
* MinorKhaled Hosny2014-02-051-7/+2
* Set HarfBuzz buffer flags for text boundariesKhaled Hosny2014-02-051-0/+7
* bool improvementsStephan Bergmann2014-01-284-9/+9
* coverity#738921 Uninitialized pointer fieldCaolán McNamara2014-01-241-4/+4
* coverity#735339 Unchecked return value from libraryCaolán McNamara2014-01-241-1/+6
* bool improvementsStephan Bergmann2014-01-212-2/+2
* This is an int, not floatKhaled Hosny2014-01-181-6/+6
* SimplifyKhaled Hosny2014-01-181-9/+8
* MinorKhaled Hosny2014-01-181-6/+6
* Do proper script itemization with HarfBuzzKhaled Hosny2014-01-183-115/+545
* bool improvementsStephan Bergmann2014-01-172-6/+6
* Remove defines now that fontconfig baseline has been updatedChris Sherlock2014-01-161-35/+0
* endSpool return value is effectively success flag, not job IDStephan Bergmann2014-01-101-1/+1
* Resolves: #i123840# add and use the sal_GlyphId typeHerbert Dürr2014-01-067-85/+85
* fdo#73280 - always advance the iterator to avoid an infinite loop.Michael Meeks2014-01-041-0/+2
* Resolves: #i123840# normalize SalGraphics point count argument types...Herbert Dürr2013-12-311-5/+6
* typo fixesAndras Timar2013-12-201-1/+1
* fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa2013-12-171-6/+0
* Remove unnecessary use of OUString constructor in + expressionsNoel Grandin2013-12-171-2/+2
* graphite2: get visibility right for static linkage on windows.Michael Meeks2013-12-131-2/+3
* fontmanager.hxx is private to vclTor Lillqvist2013-12-117-7/+7
* No more uses of printer built in fontsKhaled Hosny2013-12-045-369/+18
* Device-specific font substitution is not usedKhaled Hosny2013-12-041-4/+0
* Don't perform printer font substitutionKhaled Hosny2013-12-044-91/+34