summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* QDrag: mark QDrag::start() as deprecatedChristian Ehrlicher2019-01-232-0/+5
* Use VPMASKMOV in the epilogue ARGB->ARGB{32,64} AVX2 epiloguesThiago Macieira2019-01-231-97/+47
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-2118-41/+55
|\
| * QSyntaxHighlighter: cancel delayed highlight if done manuallyMårten Nordheim2019-01-161-0/+1
| * Fix multiple emission of QGuiApplication::lastWindowClosed() when native chil...Friedemann Kleint2019-01-161-0/+2
| * Update QOpenGLTexture::generateMipMaps for ES 3Michael Brasser2019-01-151-4/+3
| * Documentation: Add \nullptr macro and use where applicableFriedemann Kleint2019-01-1013-30/+30
| * Fix typo in fontconfig autotestKai Koehne2019-01-081-1/+1
| * Emit paletteChanged and send ApplicationPaletteChange on theme changeTimur Pocheptsov2019-01-082-0/+13
| * Fix warnings about uninitialized variables - qrgba64_p.hLiang Qi2019-01-071-4/+4
| * configure: improve warning when all qpa plugins disabled with features.guiGatis Paeglis2019-01-071-2/+1
* | Fix the AVX2 ARGB->ARGB64 conversion codeThiago Macieira2019-01-151-5/+14
* | Fix deprecation warnings about QFontMetrics::widthShawn Rutledge2019-01-151-3/+3
* | Add AVX2 version of ARGB->ARGB32PMThiago Macieira2019-01-093-2/+157
* | Add AVX2 version of the ARGB32->RGBA64PM codeThiago Macieira2019-01-092-0/+143
* | Make convert_generic_to_rgb64 more genericAllan Sandfeld Jensen2019-01-082-110/+25
* | Add clear, reserve and capacity methods to QPainterPathJean-Michaël Celerier2019-01-083-6/+86
* | 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