summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* QPlatformCursor: Add functions for setting/clearing override cursorsFriedemann Kleint2017-06-133-4/+85
* Move QTextFormatPrivate::Property out of the classThiago Macieira2017-06-131-17/+17
* QKeySequence: remove a clause guarding an impossible conditionMarc Mutz2017-06-081-1/+0
* Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLiang Qi2017-06-075-15/+28
|\
| * Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-075-15/+28
| |\
| | * Fix semi-opaque linear gradient on ARGB32Allan Sandfeld Jensen2017-06-011-1/+1
| | * Merge "Merge remote-tracking branch 'origin/5.9.0' into 5.9" into refs/stagin...Liang Qi2017-05-311-1/+0
| | |\
| | | * Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-311-1/+0
| | | |\
| | | | * Revert "Enable "combined-angle-lib" for ANGLE builds"v5.9.0-rc1Oliver Wolff2017-05-191-1/+0
| | * | | Fix qpa/kms test with Vibrante 4.1.6.0 on INTEGRITY for Drive CXTero Alamäki2017-05-311-1/+1
| | |/ /
| | * | Add USB HID device feature to INTEGRITYKimmo Ollila2017-05-301-0/+13
| | * | Convert features.movie to QT_[REQUIRE_]CONFIGStephan Binner2017-05-293-11/+6
| | * | Add INTEGRITY framebuffer test to configureTero Alamäki2017-05-291-1/+6
| | * | Configure eglfs_kms_egldevice for INTEGRITY ARMv8 Drive CXTero Alamäki2017-05-291-1/+2
* | | | Implement remaining porter-duff compositions for rgb64Allan Sandfeld Jensen2017-06-072-19/+784
|/ / /
* | | 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