summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* wayland: Add xx-session-management-v1 supportDavid Edmundson39 hours1-4/+17
* wasm: a11y - Implement support for disabled attributeEven Oscar Andersen2025-06-131-0/+17
* Doc: Fix auto-links to deprecated functionsDavid Boddie2025-05-311-2/+2
* QWidget: don't re-polish when style did not changeChristian Ehrlicher2025-05-201-1/+1
* Widgets/Stylesheets: compile without FEATURE_style_stylesheetChristian Ehrlicher2025-05-011-0/+2
* Widgets/Stylesheets: Remove double negations for stylehseet featureChristian Ehrlicher2025-05-011-11/+11
* Only default top levels to Qt::WA_ContentsMarginsRespectsSafeAreaTor Arne Vestbø2025-03-181-2/+22
* Add QAccessible::LocationChanged to QWidgetEven Oscar Andersen2025-03-111-0/+6
* QWidget: init `data` in ctor, not Private::init()Marc Mutz2025-03-041-2/+1
* QWidget: Don't offset the clip region for windows using effectsChristian Ehrlicher2025-03-041-1/+1
* QWidget: DRY the ctors, use ctor delegationMarc Mutz2025-03-031-7/+1
* Use QThread::isMainThread() in a few placesThiago Macieira2025-02-261-1/+1
* QObjectPrivate: encode the version number in the constructor parametersThiago Macieira2025-01-271-11/+1
* Use old position to set window position after recreationMorteza Jamshidi2025-01-221-0/+2
* widget: clear WA_OutsideWSRange when needed in QWidgetPrivate::create()Liang Qi2025-01-161-3/+6
* QWidget::mapTo()/mapFrom(): Do not crash if parent argument is invalidEirik Aavitsland2024-12-121-5/+8
* Introduce Qt::ExpandedClientAreaHintTor Arne Vestbø2024-11-251-1/+1
* QWidget: delete 'extra' in dtorChristian Ehrlicher2024-11-111-0/+1
* QWidget::mapTo/FromGlobal(): Fix transformation in case of QGraphicsItem::Ite...Friedemann Kleint2024-11-011-2/+3
* QWidget::mapTo/FromGlobal(): Fix transformation for QGraphicsView with offsetsFriedemann Kleint2024-11-011-2/+2
* widgets: Send Window{AboutToChange}Internal when top level used RHIInho Lee2024-10-021-3/+4
* QWidgetWindow: fix enter/leave events not sent due to fractional scalingDavid Faure2024-08-301-3/+16
* a11y: Notify of implicit window title changeMichael Weghorn2024-08-231-14/+17
* widgets: Persist window Qt::Popup state when reparenting parent widgetTor Arne Vestbø2024-08-031-10/+14
* a11y: Don't notify about name/desc/id change if there was noneMichael Weghorn2024-07-191-0/+9
* a11y: Add property for QWidget's accessible IDMichael Weghorn2024-07-191-0/+26
* Call QWidget::setVisible, not QWidgetPrivate, when showing childrenTor Arne Vestbø2024-07-041-5/+17
* Remove unused qt_pressGrab in qwidget.cppShawn Rutledge2024-07-011-5/+1
* Straighten out various logging categoriesUlf Hermann2024-06-191-2/+2
* Let QWindowContainer know when its top level is about to be destroyedTor Arne Vestbø2024-06-181-0/+4
* QWidget: do not send hide events to hidden childrenGiuseppe D'Angelo2024-06-111-1/+1
* QStyleSheet/QProxyStyle: Avoid deref after setWindowFlags in polishWladimir Leuschner2024-06-051-1/+3
* widgets: Use per-surface-format RHI support and compositorTor Arne Vestbø2024-06-011-45/+73
* Add QPaintDevice metric query to get precise fractional DPR valueEirik Aavitsland2024-05-301-0/+4
* Widgets focus abstraction: Fix re-parentingAxel Spoerl2024-05-231-26/+54
* a11y: Notify of name change when setting window title used as a11y nameMichael Weghorn2024-05-221-0/+14
* Widgets: Don't assume layout handles safe area margins if widget opts outTor Arne Vestbø2024-05-161-2/+6
* QWidget: fix render() in RTL modeChristian Ehrlicher2024-05-081-0/+3
* Widgets focus abstraction: Skip isFocusChainConsistent w/o logging catAxel Spoerl2024-04-261-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