summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* QWidget::grab(): Use device pixel ratio.Friedemann Kleint2016-04-221-1/+3
* QMacPinchGestureRecognizer - fix totalScaleFactorTimur Pocheptsov2016-04-201-1/+2
* Fix detection of the proxy base style when QT_STYLE_OVERRIDE is setAlexander Volkov2016-04-181-3/+3
* Don't propagate unsolicited events from QWidgetWindow to QWidgetAlexander Volkov2016-03-241-5/+19
* QWidget::create(): Mark parameter window as ignored.Friedemann Kleint2016-03-222-17/+15
* QtWidgets: Change QTLWExtra::window from QWidgetWindow to QWindow.Friedemann Kleint2016-03-191-2/+1
* QtWidgets: includemocsMarc Mutz2016-03-1812-0/+23
* Revert "Handle the QWidgetPrivate::mapper structure"Marc Mutz2016-03-151-1/+0
* Remove Qt::WA_OutsideWSRange flag even if the widget is not yet visible.Błażej Szczygieł2016-03-151-1/+1
* Add argument names to the function signatures in headersOlivier Goffart2016-03-101-26/+26
* Wheel event widget: Harden logic an extra bitGabriel de Dietrich2016-03-092-25/+53
* QGestureManager: fix UB in filterEvent()Marc Mutz2016-03-091-2/+2
* Q*Application: fix UB caused by accessing QGuiApplication from QCoreApplicati...Marc Mutz2016-03-092-3/+8
* Make an implicit grab on TouchBegin for a widget subscribed to a gestureAlexander Volkov2016-03-052-8/+45
* QWheelEvent: make NoScrollPhase opt-inShawn Rutledge2016-03-051-1/+1
* Track target widget when wheel events are receivedGabriel de Dietrich2016-02-292-17/+52
* QtWidgets: Always deliver the wheel event to submenusBłażej Szczygieł2016-02-241-3/+14
* QtWidgets: Proper delivery of enter/leave event to context menusBłażej Szczygieł2016-02-241-12/+42
* Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-02-153-23/+31
|\
| * Revert "QWidgetWindow: call base class close event impl".Friedemann Kleint2016-02-051-1/+0
| * Merge 5.6 into 5.6.0Oswald Buddenhagen2016-02-025-9/+40
| |\
| * | Fix widget texture list locking to avoid animation issues on eglfsLaszlo Agocs2016-01-282-22/+31
* | | QWindow::setMask(): Apply High DPI scaling.Friedemann Kleint2016-02-091-3/+2
* | | Reduce allocations by using reserve()Sérgio Martins2016-02-071-2/+4
* | | QtWidgets: Fix build & warnings with QT_NO_GRAPHICSVIEW.Friedemann Kleint2016-02-052-8/+13
| |/ |/|
* | Doc: Properly document old platform-specific functionsSze Howe Koh2016-01-291-1/+1
* | Doc: a QScreen can be a placeholder if there are no screens attachedShawn Rutledge2016-01-281-5/+0
* | QtWidgets: Allow to cover up the window container by another widgetBłażej Szczygieł2016-01-281-2/+9
* | add QDebug operator for QActionShawn Rutledge2016-01-262-1/+30
|/
* Repaint QOpenGLWidget when screen changesDyami Caliri2016-01-241-0/+3
* Q*Application: don't allocate memory just to compare C stringsMarc Mutz2016-01-231-8/+10
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-192-25/+23
|\
| * Revert "Fix global coordinate mapping for child widgets in QGraphicsView."Friedemann Kleint2016-01-051-24/+22
| * QWidgetWindow: The alien widget should be from the window's hierarchyGabriel de Dietrich2015-12-211-1/+1
* | QtWidgets: Improve native and top-level OpenGL widget performanceBłażej Szczygieł2016-01-181-11/+15
* | QtWidgets: Don't show window of native widget with WA_OutsideWSRangeBłażej Szczygieł2016-01-131-4/+9
* | Fix a few container detachmentsSérgio Martins2016-01-101-1/+1
* | QDesktopWidget::screenNumber(QPoint): fix handling of virtual desktopsBłażej Szczygieł2016-01-061-6/+19
* | QDesktopWidget::screenNumber(QWidget*): check virtual sibling screensBłażej Szczygieł2016-01-061-17/+35
* | QMacPanGestureRecognizer - stop timer on 'reset'Timur Pocheptsov2016-01-051-0/+1
* | Fix incorrect screen number reported by QDesktopWidgetBłażej Szczygieł2015-12-301-5/+26
* | QHeaderView and others: Fix font lookup nameGabriel de Dietrich2015-12-211-4/+4
* | QWidgetBackingStore::markDirty(): Clamp dirty region to window size.Friedemann Kleint2015-12-111-1/+5
* | Fix QAction::menuRole() documentationMitch Curtis2015-12-091-1/+1
* | Fix QAction MenuRole documentationMitch Curtis2015-12-091-1/+1
* | Reduce flushes with repaint() when GL-based compositing is activeLaszlo Agocs2015-12-091-0/+20
* | Avoid dynamic switching between backingstore composition pathsLaszlo Agocs2015-12-011-1/+16
* | QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-281-1/+1
* | QWidget::mapTo/FromGlobal(): Avoid calling QWindow helpers until shown.Friedemann Kleint2015-11-271-2/+8
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-272-13/+39
|\|