summaryrefslogtreecommitdiff
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 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
* Doc: Fix return type of QCursor::shape()Sze Howe Koh2021-04-121-2/+1
* QPainterPath: fix handling of fill rulesGiuseppe D'Angelo2021-04-122-2/+1
* Assert that pointer is not nullptr before dereferencingVolker Hilsheimer2021-04-091-0/+1
* QTextHtmlParserNode: Limit colspan to avoid segfaultRobert Löhning2021-04-091-1/+1
* Don't judge other people's writing systemsVolker Hilsheimer2021-04-091-10/+8
* Avoid int overflow in QImage rotate90/180/270Eirik Aavitsland2021-04-081-21/+21
* Avoid undefined color values in corrupt xpm imageEirik Aavitsland2021-04-081-1/+1
* Fix alpha handling of QImage::setPixelAllan Sandfeld Jensen2021-03-242-7/+26
* Fix handling of virtual/native pixels in QAndroidPlatformWindowAndreas Buhr2021-03-231-15/+22
* Support family names that end/start with spaceEskil Abrahamsen Blomfeldt2021-03-111-1/+3
* Limit value in setFontSizeFromValue()Robert Löhning2021-03-021-2/+2
* Fix out-of-buffer in ICC curv parsingAllan Sandfeld Jensen2021-03-011-5/+6
* Fix logic problems with table based grayscale ICC profilesAllan Sandfeld Jensen2021-02-262-5/+5