summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Refresh QGuiApplication's devicePixelRatio cache when screens changeSteve Mokris2018-12-103-8/+27
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-093-58/+66
|\
| * Allow overriding the maximum cached glyph size via the environmentTor Arne Vestbø2018-12-081-2/+7
| * Revert "Ensure alignment of image-data"Allan Sandfeld Jensen2018-12-081-11/+3
| * untangle the egl-x11 relationship in the build systemOswald Buddenhagen2018-12-071-3/+8
| * configure: atomize xcb-* tests properlyOswald Buddenhagen2018-12-071-27/+28
| * configure: convert xlib to a proper library definitionOswald Buddenhagen2018-12-071-14/+16
| * wasm: fix freetype library sourceOswald Buddenhagen2018-12-071-1/+1
| * configure: fix linking with statically linked freetypeTim Blechmann2018-12-071-0/+3
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-082-15/+1
|\|
| * Add a note about virtual_hookThiago Macieira2018-12-071-0/+1
| * configure: remove xkbcommon_evdev transition hackGatis Paeglis2018-12-071-15/+0
* | Use a QMultiMap for the fontengine cacheLars Knoll2018-12-072-3/+3
* | Pass non-trivial types by const-ref in range-loop [-Wclazy-range-loop]Sergio Martins2018-12-051-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.12' into dev" into refs/staging...Liang Qi2018-12-0410-111/+122
|\ \
| * | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-0410-111/+122
| |\|
| | * Set correct vertical position for text following a very large imageLars Knoll2018-12-031-2/+2
| | * Fix alignment of temporary QRgba64 buffers on win32Allan Sandfeld Jensen2018-11-301-32/+32
| | * xcb: remove old work-around for building with util-wmGatis Paeglis2018-11-301-7/+2
| | * CoreText: Remove handling of QFontEngineMulti's highByteTor Arne Vestbø2018-11-302-1/+3
| | * src/3rdparty: remove xkbcommonGatis Paeglis2018-11-301-24/+31
| | * Fix crash in QSimpleDrag when no platform windowVal Doroshchuk2018-11-291-1/+1
| | * macOS: Share code for resolving CGImage bitmapInfor for a QImageTor Arne Vestbø2018-11-283-40/+39
| | * macOS: Fix use of deprecated enum valueTor Arne Vestbø2018-11-281-1/+1
| | * Ensure alignment of image-dataAllan Sandfeld Jensen2018-11-281-3/+11
* | | Support style name property in QTextCharFormatEskil Abrahamsen Blomfeldt2018-12-042-0/+31
|/ /
* | 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