summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpdf.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-041-1/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-281-1/+2
| |\|
| | * Fix generation of gradient shader function in PDFTobias Koenig2017-03-281-1/+2
* | | Improve PDF/A-1b support in QPdfWriterTobias Koenig2017-03-281-26/+262
* | | Make output of QPdfWriter more PDF/A-1b compliantTobias Koenig2017-02-141-5/+12
|/ /
* / generate PDF CreationDate in local time as per PDF specificationAshish Kulkarni2016-12-071-2/+11
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-4/+9
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-221-4/+9
| |\
| | * PDF: Handle monochrome images correctlyAndy Shaw2016-10-191-4/+9
* | | Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-08-191-2/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-2/+2
|\| |
| * | Gui: use const (and const APIs) moreAnton Kudryavtsev2016-06-011-2/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-121-3/+5
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-291-1/+1
| |\|
| | * QPdf: Force miter limit into valid rangeKai Pastor2016-04-281-1/+1
| * | QPdf: replace a hand-written qWarning with Q_UNIMPLEMENTEDMarc Mutz2016-04-261-2/+4