summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* QtGui: Use Q_DISABLE_COPY_MOVE for QPA interface classesFriedemann Kleint2018-12-1310-10/+23
* Merge "Merge remote-tracking branch 'origin/5.12' into dev" into refs/staging...Qt Forward Merge Bot2018-12-133-3/+14
|\
| * Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-133-3/+14
| |\
| | * qt_imageFromWinHBITMAP(): Fix memory corruption when converting from bitmaps ...Friedemann Kleint2018-12-121-2/+5
| | * Avoid crash in blitting or fast draw when QPointF is too bigAllan Sandfeld Jensen2018-12-111-0/+8
| | * Doc: Fix typo in snippetPaul Wicking2018-12-111-1/+1
* | | Add Grayscale16 Image FormatAllan Sandfeld Jensen2018-12-1211-76/+311
|/ /
* | Use a QMultiMap for the weighted rulesLars Knoll2018-12-122-4/+4
* | Use Q_DISABLE_COPY_MOVE for private classesFriedemann Kleint2018-12-1217-17/+17
* | Work around GCC bug in generating 64-bit population of SSE registerThiago Macieira2018-12-121-1/+12
* | Add an SSSE3 implementation of qt_memfill24Thiago Macieira2018-12-122-1/+76
* | Add a qt_memfill24 implementationAllan Sandfeld Jensen2018-12-122-19/+59
* | Actually make QT_MAX_CACHED_GLYPH_SIZE the max glyph sizeTor Arne Vestbø2018-12-111-1/+1
* | Use Q_DECL_VECTORCALL in a few more placesThiago Macieira2018-12-116-75/+85
* | Add AVX2 versions of qt_memfill32 and qt_memfill64Thiago Macieira2018-12-115-5/+76
* | Add SSE2 qt_memfill64Thiago Macieira2018-12-114-23/+67
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-111-1/+1
|\|
| * macOS: Reset font glyph caches when application theme changesTor Arne Vestbø2018-12-091-1/+1
* | QtGui: Remove unused brushes [-Wclazy-unused-non-trivial-variable]Sergio Martins2018-12-102-3/+0
* | 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