summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add QWidgetPrivate::rhi() helper methodTor Arne Vestbø2024-03-041-0/+8
* Add QWidgetPrivate::closestParentWidgetWithWindowHandle helper methodTor Arne Vestbø2024-03-031-0/+18
* Restore window state of recreated top level widget, not closest QWindowTor Arne Vestbø2024-02-141-2/+3
* 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
* Restore WindowState when changing SurfaceTypeWladimir Leuschner2023-11-071-0/+2
* Doc: Revise QWidget docsAndreas Eliasson2023-11-011-47/+42
* widget: set WA_X11NetWmWindowType* after xcb window was createdLiang Qi2023-09-051-1/+1
* Fix texture-based non-native child of a non-texture-based native childLaszlo Agocs2023-08-161-4/+12
* 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
* Move textedit example to manual testTor Arne Vestbø2023-07-281-4/+0
* Move MDI example to manual testTor Arne Vestbø2023-07-281-1/+1
* QWidget: Don't re-use backing store on AndroidAxel Spoerl2023-07-151-0/+6
* Implement virtual void QPlatformWindow::setBackingStore()Axel Spoerl2023-07-151-0/+5
* Implement QWidgetPrivate::focusObject()Axel Spoerl2023-07-041-0/+7
* Fix missing references to 'Qt Widgets - Application Example'Tor Arne Vestbø2023-06-291-2/+1
* Move tetrix example to manual testTor Arne Vestbø2023-06-291-1/+1
* Doc: Fix documentation issuesTopi Reinio2023-06-161-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
* Silence some qdoc warningsVolker Hilsheimer2023-02-081-1/+3
* Fix analog clock example to adhere to guidelinesJan Arve Sæther2023-02-021-2/+2
* Fix build with -no-feature-shortcutTasuku Suzuki2023-01-171-0/+2
* Doc: Fix linking to 'Drag and Drop' topicTopi Reinio2023-01-091-2/+2
* Fix QWidget::restoreGeometry when restored geometry is off screenAxel Spoerl2022-12-161-10/+64
* Add static_cast for QKeyEventLu YaNing2022-12-131-1/+1
* QWidget: use window device pixel ratio for metricsDavid Edmundson2022-12-081-3/+2
* Fix rhi flush eval perf. and native window problemsLaszlo Agocs2022-11-141-15/+18
* Fix focus chain with compound widgets if created out of orderVolker Hilsheimer2022-11-041-2/+29
* Revert "Accessibility: don't emit focus change when reason is window activation"Volker Hilsheimer2022-11-031-9/+5
* Set alphaBufferSize to -1 when disabling translucency in QtWidgetsPeter Varga2022-10-211-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-4/+4
* Clear WA_UnderMouse attribute when widget gets hiddenSanthosh Kumar2022-09-201-0/+9
* Deprecate QApplication::setActiveWindow() and mark as internalTor Arne Vestbø2022-08-271-2/+2
* Re-create TLW's window only when its surface type is really changedIlya Fedin2022-08-241-1/+1
* Evaluate TranslucentBackground when (re)creating the windowLaszlo Agocs2022-08-011-0/+2
* Improve widget painting under dpr>1 by enabling smooth pixmap scalingEirik Aavitsland2022-07-121-0/+1
* QWidget: use WA_InputMethodEnabled when ImEnabled is not implementedRichard Moe Gustavsen2022-07-081-9/+6
* IM: Don't let all widgets support IM by defaultRichard Moe Gustavsen2022-07-011-2/+12
* Accessibility: don't emit focus change when reason is window activationVolker Hilsheimer2022-06-161-5/+9