summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* Windows 11 style: simplify code to polish paletteVolker Hilsheimer3 days1-0/+6
* QWindowPrivate: Introduce virtual setFocusToTargetDoris Verria9 days2-1/+44
* Widgets focus abstraction: Skip isFocusChainConsistent w/o logging catAxel Spoerl10 days1-1/+6
* QGestureManager: use gesture owner target if topLevelAt returns nullptrLiang Qi14 days1-1/+2
* Set focus to the window container when contained window gains focusDoris Verria14 days3-35/+12
* 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
* Implement QWindowContainer::minimumSizeHint()Jan Arve Sæther2024-04-122-0/+9
* QLayout: Consume ChildRemoved event, when layout is disabledAxel Spoerl2024-04-101-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-042-136/+455
* Decouple rate-limiting of paint-on-screen widgets from top level widgetTor Arne Vestbø2024-04-041-1/+5
* QApplication: use focus abstraction instead of QWidget::focus_next/prevAxel Spoerl2024-03-181-2/+2
* Reparent QWindow children when reparenting QWidgetTor Arne Vestbø2024-03-142-39/+93
* QDialogButtonBox: Don't set focus in a dialog with StrongFocus childrenAxel Spoerl2024-03-072-0/+19
* Mention QChronoTimer in API docsAhmad Samir2024-03-031-2/+3
* Disconnect QWindowContainer::focusWindowChanged on destructionTor Arne Vestbø2024-03-031-0/+3
* Add QWidgetPrivate::rhi() helper methodTor Arne Vestbø2024-03-013-8/+11
* Add QWidgetPrivate::closestParentWidgetWithWindowHandle helper methodTor Arne Vestbø2024-03-012-0/+20
* Remove QWindowPrivate::compositingTor Arne Vestbø2024-03-011-2/+0
* Fix -Wimplicit-fallthrough for clangTim Blechmann2024-03-012-0/+3
* QApplicationPrivate::dispatchEnterLeave: remove dead codeAxel Spoerl2024-02-291-13/+0
* QWidgetRepaintManager: Use textureChildSeen to determine deferred updateTor Arne Vestbø2024-02-271-3/+3
* Doc: Use QDOC_PROPERTY for QRhiWidget::autoRenderTargetPaul Wicking2024-02-262-3/+4
* Correct license in widget/kernelLucie Gérard2024-02-153-3/+3
* QRhiWidget: Register cleanup callback also on first RHI initTor Arne Vestbø2024-02-141-13/+15
* QRhiWidget: Tear down resources before window has changedTor Arne Vestbø2024-02-141-1/+1
* Add QPlatformIntegration::BackingStoreStaticContents capabilityTor Arne Vestbø2024-02-131-5/+3
* QWidgetWindow: Don't meddle with WA_WState_{Hidden/ExplicitShowHide}Tor Arne Vestbø2024-02-121-14/+1
* 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-012-23/+27
* Add logging, clarifications, and tests for QWidget show/hide behaviorTor Arne Vestbø2024-02-013-10/+66
* Add QWidgetPrivate::isExplicitlyHidden() helper functionTor Arne Vestbø2024-01-314-5/+14
* qWaitForWindowFocused: Pass timeout as QDeadlineTimerTor Arne Vestbø2024-01-252-5/+5
* QWidget: Clean up state that depends on QWindow from ~QWidgetWindow()Tor Arne Vestbø2024-01-232-27/+18
* Do more QRhiWidget cleanups based on API reviewLaszlo Agocs2024-01-222-9/+9
* QMetaTypeModuleHelper: mark instances constexprMarc Mutz2024-01-191-1/+1
* QMetaTypeModuleHelper: suppress cppcoreguidelines-virtual-class-destructorMarc Mutz2024-01-181-0/+1
* Update QRhiWidget API based on review commentsLaszlo Agocs2024-01-183-62/+68
* Widgets: pass widget to QStyle::pixelMetric()Christian Ehrlicher2024-01-161-1/+1
* Widgets: Use pmf-style connectsChristian Ehrlicher2023-12-216-15/+15
* QWindowContainer: Don't embed a QWidgetAxel Spoerl2023-12-211-0/+21
* QWidget: deliver DragLeave events symmetricallyVolker Hilsheimer2023-12-201-2/+10
* Sync QWindow visible state during QWidget destructionTor Arne Vestbø2023-12-201-0/+11
* Set correct content size for tool tip labelSanthosh Kumar2023-12-151-3/+5
* Remove qDeleteInEventHandlerTor Arne Vestbø2023-12-141-3/+1
* Use Qt::WindowNoState for child windows/widgets shown via show()Tor Arne Vestbø2023-12-131-10/+18