summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* QFontDatabase: improve logging outputMitch Curtis2019-10-281-1/+2
* Drag'n'Drop: fix attached Drag object deleted when DnD is progressingYulong Bai2019-10-273-8/+12
* QtGui: Disable Windows on ARM64 preprocessor conflict in QtOpenGLHernan Martinez2019-10-219-0/+92
* Fix cursor not showing in empty block preceding a tableKari Hormi2019-10-141-2/+6
* Don't crash when calling jumpToFrame() on an empty QMovieLars Knoll2019-10-091-1/+1
* Fix warning about out of bounds access in QString::operator[]Lars Knoll2019-10-091-1/+1
* iOS: Fix fallback fonts on iOS 13+Eskil Abrahamsen Blomfeldt2019-09-261-0/+7
* Ensure that QFont::fromString() doesn't parse empty font specificationsShawn Rutledge2019-09-241-5/+6
* QPainter: Avoid leaking memory on unbalanced save/restoreEirik Aavitsland2019-09-201-1/+1
* Fix passing FREETYPE_LIBS and friends to configureJoerg Bornemann2019-09-181-10/+14
* Fix qtConfLibrary_freetype's include pathsJoerg Bornemann2019-09-181-1/+1
* QHighDPI: Fix wrong conversion for native child windowsFriedemann Kleint2019-09-181-1/+3
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-09-082-4/+8
|\
| * Merge remote-tracking branch 'origin/5.12.5' into 5.12Qt Forward Merge Bot2019-09-071-8/+7
| |\
| | * Fix crash when text contains too many directional charsRainer Keller2019-08-301-8/+7
| * | Deliver stationary touchpoints that have changed pressureShawn Rutledge2019-09-021-3/+7
| * | Avoid invalid memory access in QIconCacheGtkReader::lookup()Alexander Volkov2019-09-021-1/+1
* | | Merge remote-tracking branch 'origin/5.13.1' into 5.13Qt Forward Merge Bot2019-09-051-8/+7
|\ \ \
| * | | Fix crash when text contains too many directional charsv5.13.1Rainer Keller2019-08-311-8/+7
| * | | eglfs: Fix raster windowsLaszlo Agocs2019-08-154-4/+11
* | | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-313-54/+58
|\ \ \ \ | | |/ / | |/| |
| * | | Add Third-Party code in qregion.cpp to qt_attribution.json fileKai Koehne2019-08-283-54/+58
* | | | Merge remote-tracking branch 'origin/5.12' into 5.13Allan Sandfeld Jensen2019-08-271-0/+5
|\| | |
| * | | Don't defer platform backingstore creation if we already have a platform windowTor Arne Vestbø2019-08-241-0/+5
| * | | Use qsizetype for qt_memfill functionsThiago Macieira2019-08-248-29/+32
* | | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-242-5/+6
|\| | |
| * | | QGuiApplication: drop mutex before emitting fontChanged()Marc Mutz2019-08-231-2/+5
| | |/ | |/|
| * | Avoid double QCache lookup in QOpenGLProgramBinaryCacheLaszlo Agocs2019-08-221-3/+1
* | | Merge remote-tracking branch 'qt/5.12' into 5.13Paul Olav Tvete2019-08-203-18/+18
|\| |
| * | Simplify QBezier::addPolygon() implementationEirik Aavitsland2019-08-191-18/+14
| * | Guard with a mutex in QOpenGLProgramBinaryCache where neededLaszlo Agocs2019-08-172-0/+4
| * | QTextureFileReader: backport ASTC supportEirik Aavitsland2019-08-155-1/+260
* | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-152-2/+3
|\| |
| * | Include buildAbi() in the shader cache directory nameLaszlo Agocs2019-08-141-1/+2
| * | Limit curve stroking threshold to reasonable rangeEirik Aavitsland2019-08-141-1/+1
* | | Fix crash in optimized solid fills on RGBA64PMAllan Sandfeld Jensen2019-08-141-1/+1
* | | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Liang Qi2019-08-127-40/+91
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-127-40/+91
| |\| |
| | * | Add nullptr guard to QHighDScaling::scaleAndOrigin(QPlatformScreen *)Morten Johan Sørvig2019-08-111-0/+2
| | * | Refactor lockedAlphaMapForGlyphLars Knoll2019-08-083-38/+45
| | * | Add attribution for AGLFNEskil Abrahamsen Blomfeldt2019-08-082-0/+43
| | * | Fix crash in QTextDocument::clearUndoRedoStacks()Eskil Abrahamsen Blomfeldt2019-08-081-2/+1
* | | | doc: Fix QImage Format_RGBX64 documentationSamuel Gaist2019-08-111-1/+1
|/ / /
* | / Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-084-4/+11
|\| | | |/ |/|
| * eglfs: Fix raster windowsLaszlo Agocs2019-08-074-4/+11
* | Fix GCC 4.8 buildVille Voutilainen2019-08-052-3/+3
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-053-21/+35
|\|
| * macOS: Don't require setting all three color buffer sizes in QSurfaceFormatTor Arne Vestbø2019-08-021-12/+0
| * Fix QPainter's ColorDodge and ColorBurn composition modesPavel Artsishevsky2019-08-021-6/+18
| * QHighDPI: Fix broken scaling of QPoint(F)Friedemann Kleint2019-08-011-3/+17