summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* qpa: start using QT_DEPRECATED_SINCE to increase visibilityGatis Paeglis2017-06-022-11/+21
* Expose QFont enums to the meta object systemJ-P Nurmi2017-05-311-0/+7
* Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLiang Qi2017-05-306-38/+96
|\
| * Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-296-38/+96
| |\
| | * doc: Add warning about QTextLayout::beginLayout() and clearLayout()Eskil Abrahamsen Blomfeldt2017-05-221-0/+6
| | * Merge "Merge remote-tracking branch 'origin/5.9.0' into 5.9" into refs/stagin...Liang Qi2017-05-192-37/+42
| | |\
| | | * Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-192-37/+42
| | | |\
| | | | * Enable "combined-angle-lib" for ANGLE buildsOliver Wolff2017-05-171-0/+1
| | | | * Restore behavior of using libEGL and libGLESv2 as default for angleOliver Wolff2017-05-111-0/+12
| | | | * Revert gamma-corrected handling of transparent destination bufferAllan Sandfeld Jensen2017-05-081-37/+29
| | * | | HiDPI: Scale mouse position on enter eventBłażej Szczygieł2017-05-191-1/+2
| | * | | QGuiApplication: Initialize and clear static variablesFriedemann Kleint2017-05-191-0/+13
| | |/ /
| | * / Fix painterpath rect intersections with points on the rectAllan Sandfeld Jensen2017-05-171-0/+33
| | |/
* | / Claim alpha8 is premultipliedAllan Sandfeld Jensen2017-05-291-1/+1
|/ /
* | Optimize conversion from unpremultiplied to opaque formatsAllan Sandfeld Jensen2017-05-221-4/+23
* | QVulkanWindow: return QMatrix4x4 by valueMarc Mutz2017-05-222-4/+4
* | QVulkanWindow: use QVector, not QSet, for small int setMarc Mutz2017-05-222-5/+6
* | Add QPolygon::intersects() methodsAllan Sandfeld Jensen2017-05-182-0/+47
* | Add debug operators for QOpenGLVersionProfile QOpenGLContext(Group)Friedemann Kleint2017-05-172-0/+62
* | Simplify code by factoring out brush transformation for gradientsEirik Aavitsland2017-05-151-51/+33
* | Add debug operator for QOpenGLTextureFriedemann Kleint2017-05-112-0/+46
* | QOpenGLTexturePrivate::destroy(): Make error messages more verboseFriedemann Kleint2017-05-111-2/+11
* | Make QWindow::setVisible() work for widgetsMorten Johan Sørvig2017-05-112-65/+79
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-0721-213/+2721
|\|
| * QIconLoaderEngine: Fix actualSize() for no-entryPalo Kisa2017-05-031-1/+4
| * macOS: Add auto-release pools for Q*ApplicationPrivate::init()Tor Arne Vestbø2017-05-021-0/+4
| * Handle implicit close in QDashedStrokeProcessorAllan Sandfeld Jensen2017-05-022-3/+11
| * Cleanup rgb32 text-blending code pathAllan Sandfeld Jensen2017-05-021-92/+57
| * Doc: Fix references to QIconEngineV2 and QIconEnginePluginV2Aaron Linville2017-04-281-3/+3
| * Export QPlatformThemeFactory, for use in qtdiagThiago Macieira2017-04-281-1/+1
| * Fix return of empty paths with multiple points on intersectionsAllan Sandfeld Jensen2017-04-281-1/+6
| * Don't use eglGetProcAddress() on AndroidPaul Olav Tvete2017-04-251-0/+568
| * Prevent busy loop in glib event dispatcherGatis Paeglis2017-04-243-0/+20
| * Fix UB in QStandardItemModelOlivier Goffart2017-04-232-21/+14
| * Update qopenglext.hLaszlo Agocs2017-04-221-74/+713
| * Update qopengles2ext.hLaszlo Agocs2017-04-221-8/+1307
| * macOS: Defer population of localized font family aliases until neededTor Arne Vestbø2017-04-212-0/+5
| * Fall back to QWindow's screen when resolving DPR instead of using qAppTor Arne Vestbø2017-04-211-7/+6
| * Fix build without features.xlibTasuku Suzuki2017-04-211-1/+1
| * Fix typo in QRasterPlatformPixmap::metric()Laszlo Agocs2017-04-201-1/+1
* | QClipboard: Downgrade a warning to a debug messageRobin Burchell2017-05-061-1/+1
* | cleanup: remove redundant QGuiApplicationPrivate::buttonsGatis Paeglis2017-05-052-13/+10
* | QVulkanWindow: fix fatal warning on Clang 4Shawn Rutledge2017-05-031-1/+1
* | Fusion: desaturate the brown shadesJ-P Nurmi2017-04-271-3/+3
* | Windows QPA: Add native menusFriedemann Kleint2017-04-271-0/+9
* | QPlatformSystemTrayIcon: Add signal contextMenuRequested()Friedemann Kleint2017-04-272-1/+12
* | QLocaleData: remove unused bool *overflow argumentsMarc Mutz2017-04-271-6/+6
* | QtBase: use new QStaticByteArrayMatcher where applicableMarc Mutz2017-04-241-1/+4
* | QOffscreenSurface: fix blunderGiuseppe D'Angelo2017-04-231-1/+1
* | Docs: Fix some warningsFriedemann Kleint2017-04-211-2/+2