summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpdf.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port QImage::Format_CMYK32 to CMYK8888Giuseppe D'Angelo2024-04-041-6/+6
* QPdf: do not switch to file-backed storage if we can't open itGiuseppe D'Angelo2024-04-041-9/+10
* Add CMYK image output support to QPdfWriterGiuseppe D'Angelo2024-04-041-34/+77
* QPdf: assert that we can load the files from the resourcesGiuseppe D'Angelo2024-04-041-2/+4
* QPdf: remove two unused functionsGiuseppe D'Angelo2024-04-031-7/+0
* QPdfWriter: use DeviceGray when in Grayscale modeGiuseppe D'Angelo2024-02-031-6/+17
* QPdfWriter: switch the default color model to AutoGiuseppe D'Angelo2024-02-031-1/+1
* Add CMYK support for pens/fills in the PDF engineGiuseppe D'Angelo2024-02-021-42/+199
* Avoid generating corrupt pdf output for out of range coordinatesEirik Aavitsland2023-10-101-3/+3
* Introduce QT_NO_AS_CONST and mark QtBase free of itMarc Mutz2022-11-271-2/+2
* PDF writer: implement support for document internal linksEirik Aavitsland2022-11-131-40/+97
* QPdf: code tidiesGiuseppe D'Angelo2022-11-081-9/+7
* QPdfEngine: port from raw zlib to qCompress()Marc Mutz2022-10-081-7/+6
* Port from container.count()/length() to size()Marc Mutz2022-10-041-4/+4
* Port QFontSubset API from int to qsizetypeMarc Mutz2022-07-081-3/+3
* Support cosmetic brush patterns in the pdf and opengl paint enginesEirik Aavitsland2022-06-041-4/+11
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QPdfEnginePrivate: generate link only when there is a hrefDmitry Shachnev2022-04-281-1/+1
* QtGui: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-281-5/+6
* Replace QString with QStringView and use qsizetype in QPdfEnginePrivateØystein Heskestad2022-01-111-3/+3
* Support transformations in pattern/texture brushes in pdfEirik Aavitsland2021-10-051-0/+2
* Avoid generating large pdf files when using dashed cosmetic pensEirik Aavitsland2021-09-291-8/+8
* PDF generation: disentangle native pen from transformsEirik Aavitsland2021-09-291-7/+14
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-5/+5
* remove unused variables and parameters to fix compilation with g++-10.2Andreas Buhr2020-11-131-1/+1
* Remove Qt4Compatible paintingAllan Sandfeld Jensen2020-11-121-2/+2
* QPdf: consolidate usage of uintGiuseppe D'Angelo2020-10-191-2/+2
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-311-1/+1
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-071-6/+6
* New features for QPdfWriterJordi Pujol Foyo2019-12-191-31/+128
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-9/+9
* QPdfEngine: replace a QHash with a C arrayMarc Mutz2019-07-121-5/+7
* QString: mark obsolete functions as deprecatedChristian Ehrlicher2019-03-041-6/+6
* Fix some QPainter-related deprecation warningsFriedemann Kleint2019-02-081-1/+1
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-261-3/+4
|\
| * Fix PDF generation for locales using comma as decimal separatorAndre de la Rocha2019-01-081-3/+4
* | QtGui: Remove unused brushes [-Wclazy-unused-non-trivial-variable]Sergio Martins2018-12-101-1/+0
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-011-2/+24
|\|
| * Fix painter opacity being ignored when rendering to PDFAndre de la Rocha2018-10-301-2/+24
* | Merge "Merge remote-tracking branch 'origin/5.12' into dev" into refs/staging...Liang Qi2018-10-261-7/+40
|\|
| * Extend PDF engine to allow the generation of PDFs with huge pagesAndre de la Rocha2018-10-221-7/+34
| * Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-10-211-0/+6
| |\
| | * Fix pdf printing in static buildsEirik Aavitsland2018-10-161-0/+6
* | | Add support for generating PDFs with losslessly encoded imagesAndre de la Rocha2018-10-251-5/+10
|/ /
* / Fix PDF rendering of strokes with cosmetic pensAndre de la Rocha2018-06-061-1/+2
|/
* PDF engine: handle abnormally long string casesEirik Aavitsland2018-04-121-5/+10
* Improve PDF/A-1b support in QPdfWriterTobias Koenig2017-09-141-2/+12
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-071-0/+2
|\
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-061-0/+2
| |\
| | * Copy stretch to multifont fontDefAllan Sandfeld Jensen2017-04-051-0/+2