summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPainter: move painter dirty flag handling into QWidget::initPainterTim Blechmann2025-10-141-4/+15
* Doc: Add alternate text for Qt Widgets imagesJerome Pasion2025-10-091-1/+7
* QWidget: initPainter - remove unnecessary const_castTim Blechmann2025-10-091-1/+1
* Fix scrolling of QTableWidget within QGraphicsViewFriedemann Kleint2025-10-091-0/+1
* Mark Qt::WindowType::Desktop deprecatedAxel Spoerl2025-09-301-0/+4
* Remove Qt::WindowType::Desktop in QWidgetAxel Spoerl2025-09-301-74/+41
* QWidget: Ignore Qt::WindowType::DesktopAxel Spoerl2025-09-291-0/+9
* Add note to the setWindowFlag to reflect known effectMorteza Jamshidi2025-09-241-0/+4
* CRA review: src/widgets/kernel/qwidget.*MohammadHossein Qanbari2025-09-231-0/+1
* QWidget: fix propagating style with descendant selectorsChristian Ehrlicher2025-09-221-1/+8
* Don't report/enable safe areas for graphics-view proxied widgetsTor Arne Vestbø2025-09-151-1/+13
* wasm: a11y - Implement ParentChanged callbackEven Oscar Andersen2025-09-081-0/+8
* Widgets: use safe margins from QWindow::safeAreaMargins()Assam Boudjelthia2025-07-281-5/+1
* a11y - send ObjectDestroyed event on object destructionEven Oscar Andersen2025-07-211-0/+6
* wayland: Add xx-session-management-v1 supportDavid Edmundson2025-06-271-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