summaryrefslogtreecommitdiffstats
path: root/src/plugins/printsupport/windows/qwindowsprintdevice.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove some misplaced sizeof() scalings on array sizes for new[]Edward Welbourne2018-09-031-2/+2
* Windows code: Fix clang-tidy warnings about C-style castsFriedemann Kleint2018-08-301-9/+12
* Windows: Cache the printer capability information the first timeAndy Shaw2018-07-201-10/+118
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-2/+2
* Windows Printer: Handle no default printer caseDaniel Teske2017-07-191-1/+3
* QWindowsPrintDevice: Handle 0 from DocumentProperties correctlyDaniel Teske2017-04-101-1/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-88/+68
|\
| * QWindowsPrintDevice: Handle return value of DocumentProperties correctlyAndy Shaw2016-05-251-88/+68
* | Updated license headersJani Heikkinen2016-01-151-13/+19
|/
* Replace #ifdefs with qmake feature checks.Ulf Hermann2015-06-221-4/+0
* Clean up API of QPlatformPrintDevice (QPA).Friedemann Kleint2015-05-051-17/+0
* Use QT_WARNING_.. instead of #pragma GCC diagnostic ..Konstantin Ritt2015-04-071-4/+2
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-2/+16
|\
| * Improved Windows printer support and fixed crashes due to NULL devModeMike Kuta2015-03-061-2/+16
* | Update copyright headersJani Heikkinen2015-02-111-6/+6
|/
* Fix win32-g++ build due to -WerrorSérgio Martins2014-12-261-0/+4
* QPrinter - Fix DuplexMode on all platformsJohn Layt2014-10-241-0/+1
* Get the correct available resolutions from the printerAndy Shaw2014-10-231-3/+3
* Windows: QWindowsPrintDevice::printableMargins avoids leaking the DCShawn Rutledge2014-10-221-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* QWindowsPrintDevice check for NULL pDevMode from PPRINTER_INFO_2Dyami Caliri2014-06-201-0/+3
* QPrinter/Windows: Fix handling of native paper source ids.Friedemann Kleint2014-05-231-0/+1
* Fix build on older MinGW versionsKonstantin Ritt2014-03-171-0/+4
* QtPrintSupport - Fix QT_NO_PRINTER buildJohn Layt2014-03-171-0/+4
* QPlatformPrintDevice - Add Windows implementationJohn Layt2014-03-171-0/+472