summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Rename QList<T>::swap(int, int) to swapItemsAt()Lars Knoll2018-12-032-2/+2
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-272-5/+1
|\
| * Remove macOS specific path that causes reverse vertical advanceAllan Sandfeld Jensen2018-11-221-4/+0
| * wasm: fix qpa plugin build system integrationOswald Buddenhagen2018-11-211-1/+1
* | Warn when using deprecated methodsLars Knoll2018-11-261-0/+3
* | Add setter for property QStyleHints::showShortcutsInContextMenusFriedemann Kleint2018-11-242-2/+20
* | QStyleHintsPrivate: Use member initializationFriedemann Kleint2018-11-241-23/+10
* | Optimize QRgba64::toArgb32() and premultiplied()Allan Sandfeld Jensen2018-11-241-6/+34
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-2214-79/+148
|\|
| * Don't start a new page when printing very large imagesLars Knoll2018-11-211-1/+2
| * Fix vertical alignment of inline imagesLars Knoll2018-11-192-15/+63
| * Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-193-7/+11
| |\
| | * Modernize the "settings" featureLiang Qi2018-11-153-7/+11
| * | Merge remote-tracking branch 'origin/5.12.0' into 5.12Liang Qi2018-11-167-4/+15
| |\ \
| | * | Doc: Qt GUI: Fix documentation warningsTopi Reinio2018-11-067-4/+15
| * | | Correctly initialize the logClusters array for tabs and objectsLars Knoll2018-11-141-8/+13
| * | | Increase QOpenGLTextureCache max sizeLaszlo Agocs2018-11-141-1/+1
| * | | Fix precision in parsing hex format QColorsAllan Sandfeld Jensen2018-11-121-43/+43
* | | | Fix constness of QPaintDevice argumentsLuca Beldi2018-11-196-13/+103
* | | | Generalize fill span optimizationAllan Sandfeld Jensen2018-11-161-16/+52
* | | | Cleanup gradient blendingAllan Sandfeld Jensen2018-11-164-156/+131
* | | | Change qopenglext to match official Khronos headersAllan Sandfeld Jensen2018-11-151-3/+8
* | | | Remove unnecessary drawhelper memberAllan Sandfeld Jensen2018-11-152-9/+9
* | | | Check if the string inside the families list is empty and not the listAndy Shaw2018-11-141-1/+1
* | | | Support table border color and cellpadding in ODF writerAllan Sandfeld Jensen2018-11-131-11/+15
* | | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-134-2/+88
|\| | |
| * | | QImageWriter: improve documentation regarding use of resourcesSamuel Gaist2018-11-122-0/+81
| * | | Fix a typo in the docsLars Knoll2018-11-121-1/+1
| * | | Document QScreen::grabWindow high-DPI behaviorMorten Johan Sørvig2018-11-121-0/+5
| * | | Make grabWindow return pixmap with correct dprMorten Johan Sørvig2018-11-111-1/+1
* | | | Move qt_memfill32-based implementation of qt_memfill16 to genericThiago Macieira2018-11-113-40/+9
* | | | Optimize qt_memfill16, with tail jumpThiago Macieira2018-11-111-5/+6
* | | | Use qsizetype for qt_memfill functionsThiago Macieira2018-11-118-21/+21
* | | | Merge the qt_memfill{,_template} functionsThiago Macieira2018-11-112-62/+28
* | | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-1021-108/+150
|\| | |
| * | | QtGui: Check event type in QWindowSystemInterface::handleMouseEvent()Friedemann Kleint2018-11-091-0/+3
| * | | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-0914-25/+30
| |\ \ \ | | | |/ | | |/|
| | * | QSyntaxHighlighter: Delay all highlights until first rehighlightMårten Nordheim2018-11-081-5/+5
| | * | Doc: Clarify what samples() returns if not explicitly setAndy Shaw2018-11-071-1/+2
| | * | Fix typo in define. s/GL_FRAMEBUFFER_SRB/GL_FRAMEBUFFER_SRGBSergio Martins2018-11-071-1/+1
| | * | Modernize the "textcodec" featureLiang Qi2018-11-0711-18/+22
| * | | QImage: merge the size calculations with proper (non-UB) checksThiago Macieira2018-11-083-70/+93
| * | | Merge remote-tracking branch 'origin/5.12.0' into 5.12Liang Qi2018-11-053-13/+24
| |\ \ \ | | | |/ | | |/|
| | * | Merge remote-tracking branch 'origin/5.11' into 5.12.0Liang Qi2018-11-053-13/+24
| | |\|
| | | * Don't create an offscreen surface when not on the GUI threadAndy Nichols2018-10-301-12/+21
| | | * Fix leaking QTabletEventPrivate instanceKirill Burtsev2018-10-251-0/+1
| | | * Don't block mouse events if the window is a Tooltip typeAndy Shaw2018-10-241-1/+2
* | | | Painting: Fix capping of polylines having endpoint == startpointEirik Aavitsland2018-11-094-4/+15
* | | | Handle fonts that have commas/quotes in the family nameAndy Shaw2018-11-089-33/+143
* | | | Use regular SSE2 stores instead of non-temporal ones in qt_memfill32Thiago Macieira2018-11-081-8/+8