| Commit message (Expand) | Author | Age | Files | Lines |
| * | QPainter: move painter dirty flag handling into QWidget::initPainter | Tim Blechmann | 2025-10-14 | 1 | -4/+15 |
| * | Doc: Add alternate text for Qt Widgets images | Jerome Pasion | 2025-10-09 | 1 | -1/+7 |
| * | QWidget: initPainter - remove unnecessary const_cast | Tim Blechmann | 2025-10-09 | 1 | -1/+1 |
| * | Fix scrolling of QTableWidget within QGraphicsView | Friedemann Kleint | 2025-10-09 | 1 | -0/+1 |
| * | Mark Qt::WindowType::Desktop deprecated | Axel Spoerl | 2025-09-30 | 1 | -0/+4 |
| * | Remove Qt::WindowType::Desktop in QWidget | Axel Spoerl | 2025-09-30 | 1 | -74/+41 |
| * | QWidget: Ignore Qt::WindowType::Desktop | Axel Spoerl | 2025-09-29 | 1 | -0/+9 |
| * | Add note to the setWindowFlag to reflect known effect | Morteza Jamshidi | 2025-09-24 | 1 | -0/+4 |
| * | CRA review: src/widgets/kernel/qwidget.* | MohammadHossein Qanbari | 2025-09-23 | 1 | -0/+1 |
| * | QWidget: fix propagating style with descendant selectors | Christian Ehrlicher | 2025-09-22 | 1 | -1/+8 |
| * | Don't report/enable safe areas for graphics-view proxied widgets | Tor Arne Vestbø | 2025-09-15 | 1 | -1/+13 |
| * | wasm: a11y - Implement ParentChanged callback | Even Oscar Andersen | 2025-09-08 | 1 | -0/+8 |
| * | Widgets: use safe margins from QWindow::safeAreaMargins() | Assam Boudjelthia | 2025-07-28 | 1 | -5/+1 |
| * | a11y - send ObjectDestroyed event on object destruction | Even Oscar Andersen | 2025-07-21 | 1 | -0/+6 |
| * | wayland: Add xx-session-management-v1 support | David Edmundson | 2025-06-27 | 1 | -4/+17 |
| * | wasm: a11y - Implement support for disabled attribute | Even Oscar Andersen | 2025-06-13 | 1 | -0/+17 |
| * | Doc: Fix auto-links to deprecated functions | David Boddie | 2025-05-31 | 1 | -2/+2 |
| * | QWidget: don't re-polish when style did not change | Christian Ehrlicher | 2025-05-20 | 1 | -1/+1 |
| * | Widgets/Stylesheets: compile without FEATURE_style_stylesheet | Christian Ehrlicher | 2025-05-01 | 1 | -0/+2 |
| * | Widgets/Stylesheets: Remove double negations for stylehseet feature | Christian Ehrlicher | 2025-05-01 | 1 | -11/+11 |
| * | Only default top levels to Qt::WA_ContentsMarginsRespectsSafeArea | Tor Arne Vestbø | 2025-03-18 | 1 | -2/+22 |
| * | Add QAccessible::LocationChanged to QWidget | Even Oscar Andersen | 2025-03-11 | 1 | -0/+6 |
| * | QWidget: init `data` in ctor, not Private::init() | Marc Mutz | 2025-03-04 | 1 | -2/+1 |
| * | QWidget: Don't offset the clip region for windows using effects | Christian Ehrlicher | 2025-03-04 | 1 | -1/+1 |
| * | QWidget: DRY the ctors, use ctor delegation | Marc Mutz | 2025-03-03 | 1 | -7/+1 |
| * | Use QThread::isMainThread() in a few places | Thiago Macieira | 2025-02-26 | 1 | -1/+1 |
| * | QObjectPrivate: encode the version number in the constructor parameters | Thiago Macieira | 2025-01-27 | 1 | -11/+1 |
| * | Use old position to set window position after recreation | Morteza Jamshidi | 2025-01-22 | 1 | -0/+2 |
| * | widget: clear WA_OutsideWSRange when needed in QWidgetPrivate::create() | Liang Qi | 2025-01-16 | 1 | -3/+6 |
| * | QWidget::mapTo()/mapFrom(): Do not crash if parent argument is invalid | Eirik Aavitsland | 2024-12-12 | 1 | -5/+8 |
| * | Introduce Qt::ExpandedClientAreaHint | Tor Arne Vestbø | 2024-11-25 | 1 | -1/+1 |
| * | QWidget: delete 'extra' in dtor | Christian Ehrlicher | 2024-11-11 | 1 | -0/+1 |
| * | QWidget::mapTo/FromGlobal(): Fix transformation in case of QGraphicsItem::Ite... | Friedemann Kleint | 2024-11-01 | 1 | -2/+3 |
| * | QWidget::mapTo/FromGlobal(): Fix transformation for QGraphicsView with offsets | Friedemann Kleint | 2024-11-01 | 1 | -2/+2 |
| * | widgets: Send Window{AboutToChange}Internal when top level used RHI | Inho Lee | 2024-10-02 | 1 | -3/+4 |
| * | QWidgetWindow: fix enter/leave events not sent due to fractional scaling | David Faure | 2024-08-30 | 1 | -3/+16 |
| * | a11y: Notify of implicit window title change | Michael Weghorn | 2024-08-23 | 1 | -14/+17 |
| * | widgets: Persist window Qt::Popup state when reparenting parent widget | Tor Arne Vestbø | 2024-08-03 | 1 | -10/+14 |
| * | a11y: Don't notify about name/desc/id change if there was none | Michael Weghorn | 2024-07-19 | 1 | -0/+9 |
| * | a11y: Add property for QWidget's accessible ID | Michael Weghorn | 2024-07-19 | 1 | -0/+26 |
| * | Call QWidget::setVisible, not QWidgetPrivate, when showing children | Tor Arne Vestbø | 2024-07-04 | 1 | -5/+17 |
| * | Remove unused qt_pressGrab in qwidget.cpp | Shawn Rutledge | 2024-07-01 | 1 | -5/+1 |
| * | Straighten out various logging categories | Ulf Hermann | 2024-06-19 | 1 | -2/+2 |
| * | Let QWindowContainer know when its top level is about to be destroyed | Tor Arne Vestbø | 2024-06-18 | 1 | -0/+4 |
| * | QWidget: do not send hide events to hidden children | Giuseppe D'Angelo | 2024-06-11 | 1 | -1/+1 |
| * | QStyleSheet/QProxyStyle: Avoid deref after setWindowFlags in polish | Wladimir Leuschner | 2024-06-05 | 1 | -1/+3 |
| * | widgets: Use per-surface-format RHI support and compositor | Tor Arne Vestbø | 2024-06-01 | 1 | -45/+73 |
| * | Add QPaintDevice metric query to get precise fractional DPR value | Eirik Aavitsland | 2024-05-30 | 1 | -0/+4 |
| * | Widgets focus abstraction: Fix re-parenting | Axel Spoerl | 2024-05-23 | 1 | -26/+54 |
| * | a11y: Notify of name change when setting window title used as a11y name | Michael Weghorn | 2024-05-22 | 1 | -0/+14 |