summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Fix zero-length lines with scalingAllan Sandfeld Jensen2017-10-061-1/+1
| | * | Prevent changing the width for layout item's rectMika Salmela2017-10-061-2/+4
| | |/
* | | Correct QStandardItemModel::setItemData to follow QAbstractItemModelSamuel Gaist2017-10-172-10/+94
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-1712-59/+107
|\| |
| * | QVulkanInstance: Fix compilation with MSVC2013Friedemann Kleint2017-10-141-2/+2
| * | qopenglcontext_p.h: Fix Clang warning about include resolutionFriedemann Kleint2017-10-111-1/+1
| * | Fix build with -no-opengl and on watchOS in generalJake Petroules2017-10-062-0/+4
| * | Avoid using deprecated APIs on iOS 10.0+Lars Schmertmann2017-10-061-0/+13
| * | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2017-10-052-35/+25
| |\ \
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-042-35/+25
| | |\|
| | | * Fix saving QImage with longer than necessary bytes-per-lineAllan Sandfeld Jensen2017-09-221-33/+22
| | | * XCB: also test for Xinerama's presenceThiago Macieira2017-09-211-2/+3
| * | | Let QPlatformBackingStore handle its own QOpenGLContextTor Arne Vestbø2017-10-054-10/+32
| |/ /
| * | macOS: Tighten up window icon and represented filename handlingTor Arne Vestbø2017-10-031-1/+6
| * | The desktop is called Plasma nowAlbert Astals Cid2017-09-291-1/+1
| * | Fix BIC issue with QNativeGestureEventJan Arve Saether2017-09-282-7/+16
| * | Reset QWindowPrivate::platformWindow during destruction before deleting itTor Arne Vestbø2017-09-261-2/+7
* | | tablet: use enhanced mouse event when synthesizing mouseGatis Paeglis2017-10-102-20/+23
* | | touch: use enhanced mouse event when synthesizing mouseGatis Paeglis2017-10-101-6/+24
* | | qpa: enhance mouse event with type and button dataGatis Paeglis2017-10-105-73/+221
* | | qpa: stop using QWindowSystemInterfacePrivate::FrameStrutMouse enumGatis Paeglis2017-10-023-18/+15
* | | Handle endian mismatch between X11 client and serverAllan Sandfeld Jensen2017-10-021-8/+38
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-2613-70/+117
|\| |
| * | QNativeGestureEvent: Fix documentationFriedemann Kleint2017-09-251-3/+10
| * | Avoid window geometry jittering when changing geometry from JavaScriptRainer Keller2017-09-251-2/+2
| * | add back the device-less QNativeGestureEvent (deprecated)Shawn Rutledge2017-09-222-0/+16
| * | make the QTouchDevice available in each QNativeGestureEventShawn Rutledge2017-09-218-14/+36
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-201-17/+6
| |\|
| | * Fix convertToFormat with color-tablesAllan Sandfeld Jensen2017-09-141-17/+6
| * | Improve PDF/A-1b support in QPdfWriterTobias Koenig2017-09-141-2/+12
| * | Add QGuiApplication::screenAt()Tor Arne Vestbø2017-09-112-31/+34
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-061-4/+4
| |\|
| | * Pass m_drag_icon_window to getNativeMousePos instead of Event QObjectÀlex Fiestas2017-09-041-4/+4
* | | Fix synchronization error when matching font with empty familyEskil Abrahamsen Blomfeldt2017-09-251-1/+9
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-1976-190/+190
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-1974-446/+446
* | | QRegion: explain why there's an apparently unused variableGiuseppe D'Angelo2017-09-181-1/+8
* | | Add QPlatformSurface::screen() constJesus Fernandez2017-09-044-6/+8
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-315-5/+13
|\|
| * Avoid assert on large clips in qt_alphamapblit_genericAllan Sandfeld Jensen2017-08-291-2/+2
| * Fix: WebP missing from QMovie::supportedFormats()Eirik Aavitsland2017-08-291-1/+1
| * QWidget: Call appropriate QWindow method from setGeometry_sys()Gabriel de Dietrich2017-08-231-0/+1
| * Fix huge painting artefact of certain dashed linesEirik Aavitsland2017-08-181-1/+1
| * QPicture: check that pictureFormat doesn't return dangling pointersGiuseppe D'Angelo2017-08-161-1/+6
| * Block input to a window shown while an application modal dialog is visibleAndy Shaw2017-08-161-0/+2
* | Revert "macOS: Create NSView as initially hidden, to match QWindow behavior"Shawn Rutledge2017-08-181-8/+1
* | Fix an ABI break caused by too-aggressive deprecationVille Voutilainen2017-08-162-4/+4
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-151-1/+1
|\|
| * Fix reset with qoffscreensurface destruction with multimonitor supportMäättä Antti2017-08-081-1/+1
* | macOS: Create NSView as initially hidden, to match QWindow behaviorTor Arne Vestbø2017-08-111-1/+8