summaryrefslogtreecommitdiffstats
path: root/vcl
Commit message (Expand)AuthorAgeFilesLines
* No need for these (void)sKhaled Hosny2014-03-232-54/+20
* cppcheck: fix reassigned varsJulien Nabet2014-03-221-6/+3
* coverity#705969 Dereference before null checkCaolán McNamara2014-03-221-1/+1
* fix higher debug level buildsCaolán McNamara2014-03-221-0/+1
* WaE: unused variable 'aSrcOutRect'Tor Lillqvist2014-03-221-2/+0
* cppcheck: fix Possible inefficient checkingJulien Nabet2014-03-221-1/+1
* casting to void to silence a WaE lead to windows complaining.Norbert Thiebaud2014-03-221-2/+1
* WaE unused parameterNorbert Thiebaud2014-03-221-1/+1
* fdo#74702 DrawOutDev() and CopyArea() functions now noops in PrinterChris Sherlock2014-03-222-16/+51
* fdo#74702 Moved CopyArea() Window specific functionChris Sherlock2014-03-222-24/+45
* fdo#74702 Move BitmapEx drawing code to seperate functionsChris Sherlock2014-03-222-100/+143
* Resolves: fdo#76457 image buttons too narrowCaolán McNamara2014-03-212-6/+14
* fdo#74702 ImplPrintMask() implemented in PrinterChris Sherlock2014-03-212-110/+98
* fdo#74702 Moved ImplReleaseGraphics into correct classesChris Sherlock2014-03-214-116/+171
* Revert "fdo#74064 The filename gets properly highlighted in the Save As dialog."Kohei Yoshida2014-03-211-7/+3
* Fold psprint_config into vclKhaled Hosny2014-03-217-0/+763
* Related: fdo#74468 drop hard-coded 'sec' and use FUNIT_SECONDSCaolán McNamara2014-03-211-6/+1
* coverity#1000766 Dereference before null checkCaolán McNamara2014-03-211-3/+2
* coverity#705966 Dereference before null checkCaolán McNamara2014-03-211-1/+1
* coverity#736078 Missing break in switchCaolán McNamara2014-03-211-0/+1
* coverity#708662 Uninitialized pointer fieldCaolán McNamara2014-03-213-3/+1
* coverity#705331 Missing break in switchCaolán McNamara2014-03-211-1/+1
* coverity#705973 Dereference before null checkCaolán McNamara2014-03-211-1/+2
* coverity#708674 Uninitialized pointer fieldCaolán McNamara2014-03-211-8/+5
* coverity#735563 Logically dead codeCaolán McNamara2014-03-211-5/+2
* Fix incostintent dll linkage warnings related with vclopengl libZolnai Tamás2014-03-211-0/+4
* Init an opengl context bounded to an existent window.Zolnai Tamás2014-03-211-2/+2
* WaE: -Werror=conversion-nullCaolán McNamara2014-03-211-1/+1
* Improve Accessibility mapping of roles for MacNiklas Johansson2014-03-211-3/+3
* Hopefully fix Windows HiDPI toolbar layout bugKeith Curtis2014-03-211-2/+2
* move remaining padmin dialogs into vclCaolán McNamara2014-03-2113-51/+1080
* move the cups password dialog from padmin to vclCaolán McNamara2014-03-213-24/+224
* move the fax dialog from padmin to vclCaolán McNamara2014-03-215-20/+183
* Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe2014-03-212-7/+7
* drop spadminCaolán McNamara2014-03-211-59/+0
* Fix syntax errorTor Lillqvist2014-03-211-1/+1
* cosmetic: split PhysicalFontFamily/Collection out of outdev3.cxxNorbert Thiebaud2014-03-2027-1598/+1906
* cosmetic: split PhysicalFontFace class it its own source/headerNorbert Thiebaud2014-03-2020-464/+523
* rename ImplDevFontList to PhysicalFontCollectionNorbert Thiebaud2014-03-2029-174/+177
* replace DevFontList with PhysicalFontFamilies propagate the naming changeNorbert Thiebaud2014-03-202-25/+25
* rename ImplDevFontListData to PhysicalFontFamilyNorbert Thiebaud2014-03-204-70/+70
* Remove unnecessary vcl::SolarMutexObjectStephan Bergmann2014-03-2010-73/+22
* disallow disabling cupsCaolán McNamara2014-03-204-74/+2
* Bin some dead codeTor Lillqvist2014-03-202-93/+5
* remove whitespaceMarkus Mohrhard2014-03-201-68/+0
* all the filterText impls are now no-ops, so removeCaolán McNamara2014-03-205-74/+8
* Resolves: #i49980# Autosense fax4cups devices and configure automaticallyCaolán McNamara2014-03-209-222/+116
* IsQuickJob is never read and FAX# is never writtenCaolán McNamara2014-03-202-13/+0
* Avoid "AquaSalGraphics::copyArea() for non-layered graphics" message on iOSTor Lillqvist2014-03-201-1/+11
* Assume bit count 8 is OK for the other constructors, tooTor Lillqvist2014-03-201-6/+6