summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* macOS: Compute NSWindow background color without checking styleMaskTor Arne Vestbø2021-11-011-0/+2
* widgets: Don't report new focus object during clearFocus() unless neededTor Arne Vestbø2020-11-201-6/+7
* QWidget: React to platform surface being created or destroyedTor Arne Vestbø2020-01-231-0/+17
* Ensure that child windows are visible again when showing their parentAndy Shaw2019-10-311-1/+3
* widgets: Mark widgets as needing flush during paintingTor Arne Vestbø2019-09-201-5/+2
* Remove unused arguments from QWidgetPrivate::create_sysTor Arne Vestbø2019-07-121-23/+11
* Revert "Reset QWidget's winId when backing window surface is destroyed"Tor Arne Vestbø2019-07-121-6/+0
* QWidget::restoreGeometry(): Fix Windows being restored out of screen areaFriedemann Kleint2019-07-051-6/+13
* QWidget::restoreGeometry(): Remove code related to restoredFrameGeometryFriedemann Kleint2019-07-051-11/+1
* Update visible window's alpha when toggling WA_TranslucentBackgroundVolker Hilsheimer2019-07-021-3/+2
* QWidget: fix setTabOrder for compound widgetsChristian Ehrlicher2019-06-101-28/+32
* Deal with multi-display scenarios when positioning menu popupsShawn Rutledge2019-06-211-4/+17
* QMenu size fix - Mark items dirty on screen changeThorbjørn Lund Martsum2019-05-221-3/+6
* Reset QWidget's winId when backing window surface is destroyedTor Arne Vestbø2019-05-111-0/+6
* Windows: Fix tooltip flicker on GL surfacesFriedemann Kleint2019-03-211-1/+6
* Widgets: Only set WA_WState_ExplicitShowHide via public APITor Arne Vestbø2019-02-121-53/+56
* Doc: Correct minor link issue in qwidget.cppNico Vertriest2019-01-291-2/+1
* Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-231-1/+1
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.12.1Liang Qi2019-01-081-0/+21
| |\
| * | Doc: Fix linking errors qtbaseNico Vertriest2019-01-031-1/+1
* | | Fix resolve() on fonts returned from QWidget::font()Allan Sandfeld Jensen2019-01-221-1/+19
* | | Documentation: Add \nullptr macro and use where applicableFriedemann Kleint2019-01-101-2/+2
| |/ |/|
* | QToolTip - set correct screen before resizeThorbjørn Lund Martsum2018-12-181-0/+21
|/
* Windows: Fix embedded application not getting focus after clicking outsideFriedemann Kleint2018-11-241-9/+14
* Remove unused inRepaint member of QWidgetPrivateTor Arne Vestbø2018-11-231-5/+1
* Avoid crashing with opaque opacity effectAllan Sandfeld Jensen2018-11-071-1/+5
* Remove empty function QWidgetPrivate::registerDropSite()Friedemann Kleint2018-10-171-9/+0
* xcb: respect QEventLoop::ExcludeUserInputEvents in native event handlersGatis Paeglis2018-10-161-5/+9
* QtWidgets: Fix Qt application coming to the foreground when launching app by ...Friedemann Kleint2018-10-051-2/+5
* Prevent instantiation of QGestureManager in ~QWidget, ~QGraphicsItem()Friedemann Kleint2018-10-031-1/+1
* Doc: Remove expired link and add see also entry for style sheetsPaul Wicking2018-09-281-4/+2
* QWidget: fix setTabOrder for compound widgetsChristian Ehrlicher2018-08-301-1/+3
* Modernize the "thread" featureUlf Hermann2018-08-171-1/+1
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-071-0/+6
|\
| * QWidget: Add note about fixPosIncludesFrame not supporting window statesTor Arne Vestbø2018-08-011-0/+6
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-1/+2
|\|
| * Don't set the wasDeleted flag in ~QWidgetLars Knoll2018-06-071-1/+2
* | widgets: fix QWidget::save/restoreGeometry()Gatis Paeglis2018-06-251-11/+15
* | Add ObjectMode coordinate mode to QGradientEirik Aavitsland2018-06-221-1/+2
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-071-19/+21
|\|
| * Render QOpenGLWidget/QQuickWidget with AlwaysStackOnTopAllan Sandfeld Jensen2018-05-311-14/+16
| * Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-291-5/+5
| * Fix QML integration of widgetsLars Knoll2018-04-231-1/+2
* | Widgets: Use accelerated scroll when scrolled widget is overlappedBłażej Szczygieł2018-04-171-6/+12
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-051-1/+1
|\|
| * QWidget: Fix typo in Mac size propagationGabriel de Dietrich2018-04-041-1/+1
* | Fix QML integration of widgetsLars Knoll2018-03-271-1/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-151-2/+2
|\|
| * Revert "Set sharedPainter correctly for QGraphicsEffect"Laszlo Agocs2018-03-141-2/+2
* | stylesheets cleanup to prepare for a bigger patchSergio Martins2018-02-281-50/+25
|/