summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Long live QColorSpace and friendsAllan Sandfeld Jensen2019-02-0824-84/+3594
* Fix convertARGBToARGB32PM_avx2 and convertARGBToRGBA64PM_avx2Allan Sandfeld Jensen2019-02-051-2/+2
* QtGui documentation: cleanupChristian Ehrlicher2019-02-0515-55/+64
* QtGui: replace 0 with \nullptr in documentationChristian Ehrlicher2019-02-0211-29/+28
* QtGui/QPainterPath: mark obsolete functions as deprecatedChristian Ehrlicher2019-02-022-29/+39
* QtGui/QPainter: mark obsolete functions as deprecatedChristian Ehrlicher2019-02-023-19/+52
* QtGui: mark obsolete QPixmapCache::find() functions as deprecatedChristian Ehrlicher2019-02-025-9/+17
* QtGui: mark some image functions as obsoleteChristian Ehrlicher2019-01-2810-6/+50
* QtGui/Text: mark obsolete functions as deprecatedChristian Ehrlicher2019-01-285-2/+15
* Merge "Merge remote-tracking branch 'origin/5.12' into dev" into refs/staging...Liang Qi2019-01-2812-26/+35
|\
| * Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-2612-26/+35
| |\
| | * configure: handle FREETYPE_* variablesEric Lemanissier2019-01-241-1/+2
| | * Always unlock graphics buffer after binding texture during composeAndFlushTor Arne Vestbø2019-01-241-0/+1
| | * Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-238-19/+24
| | |\
| | | * bmp image handler: Reject invalid 0-dimension files earlyEirik Aavitsland2019-01-081-1/+1
| | | * Fix PDF generation for locales using comma as decimal separatorAndre de la Rocha2019-01-081-3/+4
| | | * Fix a crash in QTextEngine when a paragraph only contains a tabLars Knoll2019-01-081-4/+8
| | | * Merge remote-tracking branch 'origin/5.12' into 5.12.1Liang Qi2019-01-0810-173/+436
| | | |\
| | | * | Doc: Restore documentation for QTest functions in other modulesTopi Reinio2019-01-042-7/+8
| | | * | Doc: Fix link in QImage::load() documentationTopi Reinio2019-01-041-1/+1
| | | * | Make QWindow::type() reflect ForeignWindow statusMorten Johan Sørvig2018-12-221-2/+1
| | | * | Fix layering violation in isForeignWindow()Morten Johan Sørvig2018-12-221-1/+1
| | * | | Fix change-of-sign warnings in ICC 19Thiago Macieira2019-01-231-1/+1
| | * | | fix crash if no screens are availableRolf Eike Beer2019-01-211-3/+6
| | * | | configure: fix a bug where -no-xcb implied eglfs_x11=noGatis Paeglis2019-01-221-2/+1
* | | | | Migrate QPlatformDialogHelper to QRegularExpressionSamuel Gaist2019-01-262-6/+8
|/ / / /
* | | | Introduce QImage::convertToMikhail Svetkin2019-01-252-0/+25
* | | | Add comment to a tr() callLars Knoll2019-01-251-2/+4
* | | | 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