summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* QWidget: fix render() in RTL modeChristian Ehrlicher33 hours1-0/+3
* Widgets focus abstraction: Skip isFocusChainConsistent w/o logging catAxel Spoerl13 days1-1/+6
* Set focus to the window container when contained window gains focusDoris Verria2024-04-221-1/+3
* Add preliminary support for Qt for visionOSTor Arne Vestbø2024-04-181-1/+1
* QWidget: Remove un-needed nullptr check for oldtlwTor Arne Vestbø2024-04-171-2/+3
* QWidget: fix link error in static buildZhao Yuhang2024-04-061-19/+19
* widgets: Invalidate RHI swapchain when window moves to new top levelTor Arne Vestbø2024-04-041-3/+9
* Abstract QWidget focus chain managementAxel Spoerl2024-04-041-136/+420
* Reparent QWindow children when reparenting QWidgetTor Arne Vestbø2024-03-141-39/+91
* QDialogButtonBox: Don't set focus in a dialog with StrongFocus childrenAxel Spoerl2024-03-071-0/+18
* Add QWidgetPrivate::rhi() helper methodTor Arne Vestbø2024-03-011-0/+8
* Add QWidgetPrivate::closestParentWidgetWithWindowHandle helper methodTor Arne Vestbø2024-03-011-0/+18
* Ensure QWidget::destroy() events and attributes match hiding the widgetTor Arne Vestbø2024-02-121-2/+3
* Restore window state of recreated top level widget, not closest QWindowTor Arne Vestbø2024-02-121-2/+3
* Harden WidgetAttributes debug stream operatorTor Arne Vestbø2024-02-021-9/+10
* Don't set ExplicitShowHide on children when showing parent widgetTor Arne Vestbø2024-02-011-1/+1
* Add logging, clarifications, and tests for QWidget show/hide behaviorTor Arne Vestbø2024-02-011-10/+60
* Add QWidgetPrivate::isExplicitlyHidden() helper functionTor Arne Vestbø2024-01-311-2/+8
* QWidget: Clean up state that depends on QWindow from ~QWidgetWindow()Tor Arne Vestbø2024-01-231-27/+3
* Widgets: pass widget to QStyle::pixelMetric()Christian Ehrlicher2024-01-161-1/+1
* Use Qt::WindowNoState for child windows/widgets shown via show()Tor Arne Vestbø2023-12-131-10/+18
* Don't clear Qt::Window/ForeignWindow of QWidget if window is not top levelTor Arne Vestbø2023-12-061-2/+0
* Make QApplicationPrivate::active_window privateTor Arne Vestbø2023-11-201-1/+1
* Doc: Fix \fn template arguments for Qt WidgetsTopi Reinio2023-11-181-4/+4
* Restore WindowState when changing SurfaceTypeWladimir Leuschner2023-11-061-0/+2
* Doc: Revise QWidget docsAndreas Eliasson2023-11-011-47/+42
* widget: set WA_X11NetWmWindowType* after xcb window was createdLiang Qi2023-09-061-1/+1
* Fix texture-based non-native child of a non-texture-based native childLaszlo Agocs2023-08-151-4/+12
* Add QRhiWidgetLaszlo Agocs2023-08-141-1/+2
* Pull QWidget::setTabOrder(std::initializer_list...) behind ABI boundaryAxel Spoerl2023-08-111-0/+14
* Fix link to platform window in QAndroidPlatformBackingStore::flush()Axel Spoerl2023-08-041-5/+0
* Implement virtual void QPlatformWindow::setBackingStore()Axel Spoerl2023-07-141-6/+5
* QWidget: Don't re-use backing store on AndroidAxel Spoerl2023-07-141-0/+6
* Correct typo in QWidget::backgroundRole()Keith Kyzivat2023-07-101-1/+1
* Move textedit example to manual testTor Arne Vestbø2023-06-291-4/+0
* Move tetrix example to manual testTor Arne Vestbø2023-06-291-1/+1
* Move MDI example to manual testTor Arne Vestbø2023-06-291-1/+1
* Fix missing references to 'Qt Widgets - Application Example'Tor Arne Vestbø2023-06-271-2/+1
* Implement QWidgetPrivate::focusObject()Axel Spoerl2023-06-211-0/+7
* Doc: Fix documentation issuesTopi Reinio2023-06-091-4/+3
* Revamp the shapedclock exampleVolker Hilsheimer2023-05-161-4/+12
* Add missing nullptr check in QWidget::setFocusProxyAxel Spoerl2023-04-251-1/+1
* Handle parent being a child's focus procy in QWidget::setFocusProxyAxel Spoerl2023-04-221-0/+24
* QWidget: add overload to set tab order as a list of widgetsVolker Hilsheimer2023-04-111-0/+24
* doc: Add note about platform support for window positionsEskil Abrahamsen Blomfeldt2023-03-171-0/+4
* Handle device loss for texture widgetsDavid Redondo2023-03-171-4/+4
* Handle tab order inceptionVolker Hilsheimer2023-03-091-21/+24
* Remove the 'sdi' exampleVolker Hilsheimer2023-03-021-1/+1
* Doc: fix link to Widgets TutorialVolker Hilsheimer2023-03-011-1/+1
* Introduce events for Window device pixel ratio changesDavid Edmundson2023-02-131-0/+2