summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Optimize ARGB32->RGBA64PM betterAllan Sandfeld Jensen2019-01-083-20/+199
* QPainter: replace an QVector with QVarLengthArrayMikhail Svetkin2019-01-071-1/+2
* Optimize allocation of QClipData::m_spansMikhail Svetkin2019-01-071-41/+39
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-046-164/+417
|\
| * configure: add XCB GL integration featuresGatis Paeglis2019-01-031-3/+23
| * configure: add X11 subsection in "Features used by QPA backends"Gatis Paeglis2019-01-031-3/+11
| * configure: make xcb-render a hard dependency for xcb pluginGatis Paeglis2019-01-031-26/+16
| * configure: properly atomize render vs. renderutilGatis Paeglis2019-01-031-17/+18
| * Draw ShowTabsAndSpaces symbols with the correct fontEskil Abrahamsen Blomfeldt2019-01-031-0/+4
| * Don't dither antialiasing on glyphs when converting to monoEskil Abrahamsen Blomfeldt2018-12-211-1/+1
| * Fix text shifting vertically when elidedEskil Abrahamsen Blomfeldt2018-12-211-0/+10
| * configure: inline a few more testsOswald Buddenhagen2018-12-171-3/+30
| * configure: properly atomize xcb-syslibsOswald Buddenhagen2018-12-171-25/+104
| * configure: detect fxc.exe more thoroughlyOliver Wolff2018-12-172-12/+30
| * configure: refactor directx checksOswald Buddenhagen2018-12-172-53/+143
| * Set point size, not just pixel size, when creating HarfBuzz fonts for shapingTor Arne Vestbø2018-12-161-0/+2
| * configure: verify header presence against sourcesOswald Buddenhagen2018-12-141-38/+42
* | QImage::create fail if given an empty sizeAlbert Astals Cid2019-01-031-1/+1
* | Fix and unit test QPalette::resolveAlejandro Exojo2018-12-311-1/+3
* | QColor: mark light()/dark() as deprecatedChristian Ehrlicher2018-12-242-25/+35
* | Revert "Revert "configure: remove xkbcommon_evdev transition hack""Liang Qi2018-12-231-15/+0
* | Use QStringLiteral instead of QString::fromLatin1Frederik Gladhorn2018-12-201-1/+1
* | Revert "configure: remove xkbcommon_evdev transition hack"Liang Qi2018-12-201-0/+15
* | QPalette: mark foreground()/background() as deprecatedChristian Ehrlicher2018-12-172-4/+11
* | Remove x11Info() and x11PictureHandle() from QPixmap docsSergio Martins2018-12-161-9/+0
* | 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