summaryrefslogtreecommitdiffstats
path: root/src/printsupport/platform/windows
Commit message (Expand)AuthorAgeFilesLines
* print: Clamp margins entered by the user in the page setup dialogJarkko Koivikko14 days1-3/+4
* print: windows: Fix setting page orientationJarkko Koivikko2024-04-121-1/+1
* Honor QPrinter::setFullPage(true) on Windows too (no margins)David Faure2024-03-081-1/+2
* Remove extra semi-colonsTasuku Suzuki2024-02-061-1/+1
* QWin32PrintEnginePrivate: Properly initialize flags and fields of DEVMODEFriedemann Kleint2023-11-222-0/+18
* QWin32PrintEnginePrivate: Brush up the codeFriedemann Kleint2023-11-222-62/+49
* Refix printing of dpr>1 images on WindowsEirik Aavitsland2023-04-201-1/+1
* QtGui: Add a header declaring the Windows image conversion functionsFriedemann Kleint2023-02-081-1/+1
* Support the scaling factor of some Windows pdf print devicesEirik Aavitsland2023-01-241-3/+12
* Fix several more improperly placed #include mocThiago Macieira2022-08-041-2/+2
* Fix printing of dpr>1 images on WindowsEirik Aavitsland2022-07-121-0/+1
* Move file-static const arrays out of qprint_p.h fileØystein Heskestad2022-06-041-21/+3
* Use SPDX license identifiersLucie Gérard2022-05-167-268/+16
* Printsupport: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-192-2/+6
* Printsupport: stop using QL1Char constructor for creating char literalsSona Kurazyan2022-04-191-1/+1
* Windows: Fix potential crash when retrieving default printerFriedemann Kleint2022-03-291-1/+1
* Make sure all qtbase private headers include at least one otherThiago Macieira2022-02-242-0/+2
* Link printer plugins into user projects when using a static QtJoerg Bornemann2021-11-191-2/+0
* Fix printing with unhinted fontsEskil Abrahamsen Blomfeldt2021-08-161-2/+36
* Fix mingw compiler warningsMårten Nordheim2021-02-111-1/+1
* Remove the qmake project filesJoerg Bornemann2021-01-071-16/+0
* QWin32PrintEngine: fix compilationAlex Trotsenko2020-11-201-2/+0
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-2/+2
* Remove Qt4Compatible paintingAllan Sandfeld Jensen2020-11-121-1/+1
* QFontEngine: get rid of userData() trickeryKonstantin Ritt2020-10-281-16/+7
* QWindowsPrintDevice: Fix signedness warningsFriedemann Kleint2020-09-241-7/+6
* QWindowsPrintDevice: Brush up the codeFriedemann Kleint2020-09-241-19/+22
* Windows: Build print support plugin directly into QtPrintSupportFriedemann Kleint2020-09-249-0/+3119