summaryrefslogtreecommitdiff
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.8' into tqtc/lts-5.15-open...v5.15.8-lts-lgplTarja Sundqvist2022-11-1113-109/+244
|\
| * Fix qtdeclarative baseline test failure for text tablesVolker Hilsheimer2021-12-071-3/+3
| * QFontDatabase: unify relevant documentation piecesAndrei Golubev2021-12-031-9/+3
| * Don't let text table cells shrink below their minimum widthVolker Hilsheimer2021-12-031-0/+1
| * Don't shrink a column when it spans multiple columnsVolker Hilsheimer2021-12-021-0/+2
| * Teach QOpenGLTextureBlitter about GL_TEXTURE_RECTANGLE texturesTor Arne Vestbø2021-12-011-16/+112
| * QTextDocument: fix an off-by-one in the changed signal for listsEirik Aavitsland2021-11-291-1/+4
| * Handle macOS 11 issues in softHyphens testAllan Sandfeld Jensen2021-11-261-2/+8
| * Reject truncated and corrupt ascii pnm imagesEirik Aavitsland2021-11-191-22/+27
| * Increment reference count when restoring referenceAllan Sandfeld Jensen2021-11-181-0/+1
| * macOS: Always disable pixman NEON drawhelpersTor Arne Vestbø2021-11-111-1/+1
| * gl: Try the local CacheLocation when the shared one failsLaszlo Agocs2021-10-262-20/+45
| * Handle DPR in QPainter's drawing methods taking a brush parameterEirik Aavitsland2021-10-201-35/+31
| * When filling a pixmap after an assignment ensure the set DPR is not lostAndy Shaw2021-10-201-0/+1
| * Fix high DPI position of foreign child windows on WindowsJoerg Bornemann2021-10-201-1/+6
* | 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