summaryrefslogtreecommitdiffstats
path: root/src/printsupport/kernel/qprintengine_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtPrintSupport: Remove Windows CE.Friedemann Kleint2016-04-061-4/+0
* QtBase (remainder): use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-121-5/+5
* Updated license headersJani Heikkinen2016-01-151-14/+20
* QtPrintSupport: eradicate all Q_FOREACH loopsMarc Mutz2015-12-231-2/+6
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-271-1/+1
|\
| * If the paper value is greater than DMPAPER_LAST then it is a custom sizeAndy Shaw2015-11-231-1/+1
* | Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-10/+10
|/
* qprintengine_win.cpp: Check access to members of DOCINFO in warning.Friedemann Kleint2015-09-291-3/+4
* Fix windows printing "invalid metric command" warning.Marko Kangas2015-04-151-0/+3
* [QWin32PrintEngine] Do not do any language-specific processingKonstantin Ritt2015-04-101-28/+8
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-5/+48
|\
| * Improved Windows printer support and fixed crashes due to NULL devModeMike Kuta2015-03-061-5/+48
* | Windows printing: Add more error reporting.Friedemann Kleint2015-03-091-7/+35
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
|/
* Update printer metrics after resolution change.Marcel Krems2015-01-161-0/+2
* Make it possible to disable font embeddingEskil Abrahamsen Blomfeldt2014-11-151-6/+10
* Fix warning about unused variable in qprintengine_win.cpp.Friedemann Kleint2014-11-031-2/+0
* QPrinter - Fix DuplexMode on all platformsJohn Layt2014-10-241-7/+47
* Don't use cosmetic GDI pens as this is already accounted forAndy Shaw2014-10-231-4/+1
* Handle PPK_CustomBase in QWin32PrintEngine::propertyUlf Hermann2014-09-301-0/+3
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-121-4/+4
|\
| * Check if Start/EndPage returns non-positive value when error checkingAndy Shaw2014-08-071-4/+4
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-011-15/+13
|\|
| * QWin32PrintEnginePrivate check for NULL pDevMode and hdc.Dyami Caliri2014-06-251-15/+13
* | Merge remote-tracking branch 'origin/stable' into devJ-P Nurmi2014-06-051-16/+32
|\|
| * QPrinter/Windows: Fix handling of native paper source ids.Friedemann Kleint2014-05-231-16/+32
* | Do not always fallback to bitmap printing when printing alpha.Jan Arve Saether2014-05-311-1/+7
|/
* QPrinter - Use QPageSize and QPageLayoutJohn Layt2014-03-171-2/+58
* QPrintEngine - Switch Windows to QPageLayoutJohn Layt2014-03-171-255/+156
* QPrintEngine - Switch Windows to QPlatformPrintDeviceJohn Layt2014-03-171-381/+150
* QPrinterInfo - Switch to QPlatformPrintDeviceJohn Layt2014-03-171-43/+0
* QPrintEngine - Improve devMode handlingJohn Layt2014-02-261-35/+29
* QPrintEngine - Remove Windows use of port and driverJohn Layt2014-02-261-33/+14
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-121-2/+6
|\
| * Fix printing with a custom paper specified.Andy Shaw2014-02-061-2/+6
* | QPrinter - Fix PaperSourcesJohn Layt2014-02-051-4/+2
* | QPrintEngne - Fix PPK_CreatorJohn Layt2014-02-051-6/+8
* | QPrintEngine - Fix PPK_CollateCopiesJohn Layt2014-02-051-4/+5
* | QPrintEngine - Fix PPK_DocumentNameJohn Layt2014-02-051-2/+4
* | QPrinter - Clean up Print Engine Key defaults and testsJohn Layt2014-02-051-19/+64
* | qprintengine_win.cpp: Fix assert when printing with custom page sizes.Friedemann Kleint2014-01-281-1/+1
* | QPrinter - Add missing PaperSource valuesJohn Layt2014-01-131-0/+3
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-161-1/+3
|\|
| * Windows: Fix printing.Friedemann Kleint2013-12-161-1/+2
| * Reinitialize the printer after changing the custom paper sizeAndy Shaw2013-12-081-0/+1
* | Cleanup some Windows printengine code to make it look more readableAndy Shaw2013-12-031-56/+39
|/
* Match up the specified paper size to an existing one if possibleAndy Shaw2013-11-141-46/+82
* Make QFontEngine not derive from QObjectKonstantin Ritt2013-09-101-4/+6
* Make sure QPrinter::Folio maps to the right paper size on WindowsAndy Shaw2013-09-021-2/+1