summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Support for LTTNG and ETW tracingRafael Roquetto2018-01-284-0/+31
* Fix broken rendering of RGB30 and ARGB32 on machines with AVX2Allan Sandfeld Jensen2018-01-271-2/+2
* QListWidgetItem/QStandardItem: pass role to dataChanged() signalChristian Ehrlicher2018-01-263-8/+28
* Improve debug formatting of QInputMethodQueryEventFriedemann Kleint2018-01-241-4/+15
* doc: Fix many qdoc warnings, mostly missing return typesMartin Smith2018-01-245-32/+11
* QTextItemInt: replace 0 with nullptrAnton Kudryavtsev2018-01-221-6/+18
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-203-12/+13
|\
| * Skip arm pixman drawhelpers on windows just like on iosMartin Storsjö2018-01-181-1/+1
| * Merge remote-tracking branch 'origin/5.9' into 5.10Tor Arne Vestbø2018-01-162-11/+12
| |\
| | * Doc: Clarify auto detection of file format in QImageEirik Aavitsland2018-01-151-11/+9
| | * Warn when ending painting on backingstore while there's still an active painterTor Arne Vestbø2018-01-121-0/+3
* | | Fix explicitly set width not being respectedIgor Mironchik2018-01-201-3/+0
* | | Use QColor(0, 0, 0, 0) to mark body text in QStaticTextIgor Mironchik2018-01-203-14/+20
* | | QFontEngine: use QStringBuilder moreAnton Kudryavtsev2018-01-181-7/+6
* | | doc: Fix remaining qdoc warmings for Vulkan stuffMartin Smith2018-01-185-5/+67
* | | doc: Add missing return types to \fn commandsMartin Smith2018-01-185-29/+29
* | | Introduce QIcon::fallbackSearchPaths()Alexander Volkov2018-01-157-8/+133
* | | doc: Add missing template clauses in qvulkaninstance.cppMartin Smith2018-01-121-2/+2
* | | doc: Add missing template clauses in qmatrix4x4.cppMartin Smith2018-01-121-2/+2
* | | doc: Add missing class qualifiers to uses of FormatRangeMartin Smith2018-01-121-2/+2
* | | doc: Add missing class qualifiers to uses of TabMartin Smith2018-01-121-13/+6
* | | doc: Add missing class qualifier to \fn for constructorMartin Smith2018-01-121-1/+1
* | | doc: Add QTouchEvent qualifier to uses of QTouchPointMartin Smith2018-01-121-3/+3
* | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2018-01-125-61/+132
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-115-61/+132
| |\| |
| | * | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2018-01-113-2/+71
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-093-2/+71
| | | |\|
| | | | * Fix ZWJ and ZWNJ when fallback font is in useEskil Abrahamsen Blomfeldt2018-01-091-0/+28
| | | | * CoreText: Order fallback fonts based on writing system supportEskil Abrahamsen Blomfeldt2018-01-091-0/+35
| | | | * Avoid providing bad pixelDeltas on X11Allan Sandfeld Jensen2018-01-091-0/+1
| | | | * Fix fallback fonts for non-common writing systemEskil Abrahamsen Blomfeldt2018-01-081-2/+7
| | * | | Doc: Swap unresolved variables with actual function namesPaul Wicking2018-01-101-44/+44
| | |/ /
| | * | Make QPalette::setBrush() check before detachingGabriel de Dietrich2018-01-041-15/+17
* | | | doc: Remove unneeded \fn commandsMartin Smith2018-01-122-13/+7
* | | | Add more Q_FALLTHROUGH()Friedemann Kleint2018-01-121-1/+1
|/ / /
* | | QGuiApplication: Add fontChanged signalKai Uwe Broulik2018-01-112-0/+15
* | | Add a tech preview eglfs device integration for VSP2 compositionJohan Klokkhammer Helsing2018-01-081-1/+36
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-041-2/+1
|\| |
| * | QtGui/Windows: Fix restoring of changed cursor in restoreOverrideCursor()Friedemann Kleint2018-01-021-2/+1
* | | Add AVX2 optimized versions of the most basic RGB64 compositionsAllan Sandfeld Jensen2018-01-043-2/+189
* | | Update most Unicode data to version 10.0Lars Knoll2018-01-031-1/+15
* | | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-0233-59/+239
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-3015-9/+150
| |\|
| | * Fix pps and imf support for QNX buildsKarim Pinter2017-12-191-1/+1
| | * Add EGLFS integration plugin for Salvator-X on INTEGRITY MultivisorTimo Aarnipuro2017-12-151-1/+22
| | * macOS: Enable using CoreGraphics helper functions from C++ sourcesTor Arne Vestbø2017-12-141-3/+7
| | * Teach QPlatformWindow about safe area margins and implement for iOSTor Arne Vestbø2017-12-138-1/+50
| | * Report modifiers correctly in mouse events with evdev and libinputLaszlo Agocs2017-12-123-0/+49
| | * Do not allow drag events when window is blocked by modal windowFriedemann Kleint2017-12-121-1/+1
| | * iOS: Harden logic for when it's safe to use the graphics hardwareTor Arne Vestbø2017-12-071-1/+3