summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.7' into tqtc/lts-5.15-open...Tarja Sundqvist2022-09-1217-65/+158
|\
| * Avoid generating large pdf files when using dashed cosmetic pensEirik Aavitsland2021-10-131-8/+8
| * PDF generation: disentangle native pen from transformsEirik Aavitsland2021-10-132-7/+15
| * Revert "Support family names that end/start with space"Eskil Abrahamsen Blomfeldt2021-10-121-3/+1
| * Clear up QWindow::isActive() documentationTor Arne Vestbø2021-10-071-1/+3
| * QPlatformWindow: fix isAncestorOf not breaking recursionRichard Moe Gustavsen2021-10-071-1/+1
| * rhi: metal: Use the layer as the single source of truthLaszlo Agocs2021-10-061-8/+34
| * Preserve QImage metadata when converting format with color tableEirik Aavitsland2021-09-281-1/+1
| * Fix QGuiApplication command line options documentation for X11Tor Arne Vestbø2021-09-241-3/+3
| * Fix querying font aliases that share name with other fontsEskil Abrahamsen Blomfeldt2021-09-231-5/+14
| * QTextOdfWriter: fix exporting pixmaps to ODTDavid Faure2021-09-081-2/+2
| * Doc: add more notes about full screen windows on macOSVolker Hilsheimer2021-09-041-0/+3
| * Doc: add note that hiding a window doesn't close a full screen spaceVolker Hilsheimer2021-09-031-0/+7
| * When clearing QPixmapCache, stop its flushing timerEirik Aavitsland2021-09-011-0/+5
| * QDashStroker: cap the number of repetitions of the patternEirik Aavitsland2021-08-264-24/+39
| * Fix bug with NoFontMerging when font does not support scriptEskil Abrahamsen Blomfeldt2021-08-243-3/+13
| * Fix broken build when LTTng tracing is enabledEirik Aavitsland2021-08-241-0/+10
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.6' into tqtc/lts-5.15-open...Tarja Sundqvist2022-08-1619-66/+140
|\|
| * Refix for avoiding huge number of tiny dashesEirik Aavitsland2021-08-101-4/+4
| * QXpmHandler: actually limit characters-per-pixel to fourMarc Mutz2021-08-081-2/+5
| * QXpmHandler: fix re-entrancy bug in xpm_color_nameMarc Mutz2021-08-081-13/+13
| * Improve fix for avoiding huge number of tiny dashesEirik Aavitsland2021-07-271-1/+1
| * QColorSpace: Guard against division by zeroRobert Löhning2021-07-221-5/+9
| * Fix QTextFormat::FullWidthSelection for right-to-left text layoutsOliver Eftevaag2021-07-101-4/+11
| * Windows QPA: Fix dock widget drag&drop failureAndre de la Rocha2021-07-081-1/+1
| * opengl: fix a typo in QOpenGLPaintDevice::dotsPerMeterY()Liang Qi2021-07-061-1/+1
| * QIcc: Update test for invalid valuesRobert Löhning2021-07-051-1/+1
| * Fix mapping between Han and other CJK scriptsEskil Abrahamsen Blomfeldt2021-07-011-5/+24
| * Doc: Improve QTransform documentationPaul Wicking2021-07-013-13/+35
| * Avoid overflow in text layoutEirik Aavitsland2021-06-221-1/+2
| * Enable glyph cache workaround for Apple M-family of GPUsTor Arne Vestbø2021-06-181-1/+2
| * Fix rendering of text checkboxes when text is selectedShawn Rutledge2021-06-171-4/+8
| * Fix reading gamma from PNGs without ICC profileAllan Sandfeld Jensen2021-06-151-2/+2
| * QTextDocumentFragment: fix ifdef rangeIvan Solovev2021-06-151-1/+2
| * Fix unaligned specialData formatsAllan Sandfeld Jensen2021-06-111-4/+9
| * Correct examples for int validation in QValidator documentationVolker Hilsheimer2021-06-081-2/+2
| * macOS: allow Qt::AA_DontShowShortcutsInContextMenus overridesVolker Hilsheimer2021-06-081-1/+4
| * QPageSize: make PageSizeId ctor non-explicitMarc Mutz2021-06-041-1/+1
| * QtGui/math3d : Fix QQuaternion::getEulerAnglesInho Lee2021-06-021-1/+5
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.5' into tqtc/lts-5.15-open...v5.15.5-lts-lgplTarja Sundqvist2022-05-168-29/+106
|\|
| * Write out the HTML correctly for nested listsAndy Shaw2021-05-272-3/+27
| * Fix antialiasing of rotated non-smooth scaled imagesAllan Sandfeld Jensen2021-05-251-1/+2
| * Fix memory leak when using small caps fontEskil Abrahamsen Blomfeldt2021-05-231-4/+8
| * Windows: Add synthesized fonts also when there is a style nameEskil Abrahamsen Blomfeldt2021-05-221-6/+12
| * Avoid processing-intensive painting of high number of tiny dashesEirik Aavitsland2021-05-201-9/+35
| * Apply specialData font capitalization to non-rawFont textAllan Sandfeld Jensen2021-05-171-2/+12
| * Avoid fast transform paint path on values it can't handleAllan Sandfeld Jensen2021-05-171-2/+6
| * Fix handling of surrogates in QBidiAlgorithmEdward Welbourne2021-04-201-1/+1
| * Minor robustness improvement of text codeEirik Aavitsland2021-04-191-2/+4
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.4' into tqtc/lts-5.15-open...Tarja Sundqvist2022-04-0717-66/+92
|\|