summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* QGestureManager: port Q_FOREACH to ranged-for [3/6]Ahmad Samir2023-10-131-2/+2
* QGestureManager: port to ranged-for [2/6]Ahmad Samir2023-10-131-5/+2
* QGestureManager: port Q_FOREACH to ranged-for [1/6]Ahmad Samir2023-10-131-2/+1
* QWidgetRepaintManager: port Q_FOREACH to ranged-forAhmad Samir2023-10-131-3/+1
* Include what you need: <QPointer>Marc Mutz2023-10-127-0/+14
* Use QtGui to match QWindow based shortcuts, even when QApplication is usedTor Arne Vestbø2023-10-111-6/+12
* Compress UpdateLater eventsAllan Sandfeld Jensen2023-09-182-0/+6
* QUpdateLaterEvent: code tidiesGiuseppe D'Angelo2023-09-141-4/+0
* Doc: Fix documentation issuesTopi Reinio2023-09-111-1/+1
* widget: set WA_X11NetWmWindowType* after xcb window was createdLiang Qi2023-09-061-1/+1
* Reset palette resolve mask in windows vista styleSanthosh Kumar2023-09-051-2/+5
* Enable QWidget::grab() with QRhiWidget in the widget treeLaszlo Agocs2023-08-283-83/+102
* QRhiWidget: Use QRhiRenderTarget as the return type for renderTargetLaszlo Agocs2023-08-282-3/+3
* Doc: Mention version of QApplication::setActiveWindow() deprecationKai Köhne2023-08-231-1/+1
* Clean up and fix some things in QRhiWidget docLaszlo Agocs2023-08-151-24/+29
* Fix texture-based non-native child of a non-texture-based native childLaszlo Agocs2023-08-151-4/+12
* Add QRhiWidgetLaszlo Agocs2023-08-144-1/+1450
* Pull QWidget::setTabOrder(std::initializer_list...) behind ABI boundaryAxel Spoerl2023-08-112-14/+15
* QGestureManager: prevent double-lookup in a QHashAhmad Samir2023-08-111-2/+4
* Mark QtWidgets as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-092-0/+3
* Fix link to platform window in QAndroidPlatformBackingStore::flush()Axel Spoerl2023-08-041-5/+0
* Implement virtual void QPlatformWindow::setBackingStore()Axel Spoerl2023-07-141-6/+5
* QWidget: Don't re-use backing store on AndroidAxel Spoerl2023-07-141-0/+6
* Correct typo in QWidget::backgroundRole()Keith Kyzivat2023-07-101-1/+1
* Move textedit example to manual testTor Arne Vestbø2023-06-291-4/+0
* Move tetrix example to manual testTor Arne Vestbø2023-06-291-1/+1
* Move MDI example to manual testTor Arne Vestbø2023-06-291-1/+1
* Fix missing references to 'Qt Widgets - Application Example'Tor Arne Vestbø2023-06-271-2/+1
* Fix qdoc link warnings after moving a few examples to manual testsTor Arne Vestbø2023-06-271-3/+2
* Implement QWidgetPrivate::focusObject()Axel Spoerl2023-06-212-1/+8
* Doc: Fix documentation issuesTopi Reinio2023-06-091-4/+3
* macOS: Remove old friend declaration for qt_mac_is_metalTor Arne Vestbø2023-06-091-3/+0
* Doc: Fix links to QLayout[Item]::expandingDirections()Kai Köhne2023-06-092-2/+2
* Remove an unused variableAmir Masoud Abdol2023-06-072-12/+1
* Misc.: fix narrowing conversion warningsAhmad Samir2023-06-051-2/+3
* Refine the rhi-based flush logicLaszlo Agocs2023-06-011-1/+30
* Don't grab QWhatsThis background on WindowsOliver Wolff2023-05-161-17/+0
* Revamp the shapedclock exampleVolker Hilsheimer2023-05-161-4/+12
* Don't grab QWhatsThis background on non-Windows platformsTor Arne Vestbø2023-05-151-0/+9
* Don't set focus when moving the cursor with a touch padVolker Hilsheimer2023-04-281-1/+2
* 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
* Add [[maybe_unused]] attribute to an unused variableAmir Masoud Abdol2023-04-141-1/+4
* QWidget: add overload to set tab order as a list of widgetsVolker Hilsheimer2023-04-112-0/+37
* Clear invalid QApplication styleOverrideKaj Grönholm2023-04-061-0/+2
* doc: Add note about platform support for window positionsEskil Abrahamsen Blomfeldt2023-03-171-0/+4
* Handle device loss for texture widgetsDavid Redondo2023-03-173-4/+9
* QApplication: Fix DEPRECATED_VERSION for setActiveWindowNicolas Fella2023-03-151-2/+2
* QThread: add sleep(std::chrono::nanoseconds) overloadAhmad Samir2023-03-131-1/+1
* Handle tab order inceptionVolker Hilsheimer2023-03-091-21/+24