summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* QMetaType: de-virtualize the QMetaTypeModuleHelper structThiago Macieira6 hours1-7/+7
* qWaitForWidgetWindow: fix excessive genericityMarc Mutz7 days1-13/+12
* Q*Application: deprecate compressEvents()Marc Mutz7 days1-0/+1
* wayland: Add xx-session-management-v1 supportDavid Edmundson7 days1-4/+17
* QLayout: fix documentation of setSizeConstraintsVolker Hilsheimer11 days1-5/+5
* wasm: a11y - Implement support for disabled attributeEven Oscar Andersen2025-06-131-0/+17
* Decouple QApplication from QColormapTor Arne Vestbø2025-06-061-3/+0
* Decouple QApplication::isEffectEnabled from QColormapTor Arne Vestbø2025-06-031-1/+3
* Doc: Fix auto-links to deprecated functionsDavid Boddie2025-05-312-4/+3
* qtooltip: Fix whitespaceDavid Edmundson2025-05-271-2/+2
* QWidget: don't re-polish when style did not changeChristian Ehrlicher2025-05-201-1/+1
* For qdebug operator<< of pointer types, always check for nullptrDaniel Trevitz2025-05-171-2/+10
* QLayout - Introduce vertical and horizontal layout constraintsThorbjørn Lund Martsum2025-05-153-64/+231
* Widgets/Stylesheets: compile without FEATURE_style_stylesheetChristian Ehrlicher2025-05-013-0/+6
* Widgets/Stylesheets: Remove double negations for stylehseet featureChristian Ehrlicher2025-05-013-23/+23
* Widgets: remove some unused includesChristian Ehrlicher2025-05-012-17/+1
* QLaoyut: remove check for QT_CONFIG(menubar)Christian Ehrlicher2025-05-011-22/+6
* QBoxLayout: Add ownership info to the QBoxLayout methodsAli Kianian2025-04-251-0/+12
* Remove forward declaration of dead QUnifiedToolbarSurfaceTor Arne Vestbø2025-04-152-3/+0
* QGestureManager::deliverEvents() - improve debug outputAxel Spoerl2025-04-101-6/+12
* QTapGestureRecognizer: fix UB (invalid downcast) in recognize()Marc Mutz2025-03-281-2/+2
* Cast NativeResourceForIntegrationFunction via QFunctionPointerTor Arne Vestbø2025-03-271-4/+4
* QWidgetWindow: fix UB (invalid downcast) in Private::handleDragEnterEvent()Marc Mutz2025-03-262-3/+13
* Remove 6.7 preliminary tag for QRhiWidgetLaszlo Agocs2025-03-181-5/+0
* Only default top levels to Qt::WA_ContentsMarginsRespectsSafeAreaTor Arne Vestbø2025-03-182-2/+23
* Revert "Init QWidget::data to nullptr"Marc Mutz2025-03-121-1/+1
* 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
* Style: pass widget to styleHint() where appropriateChristian Ehrlicher2025-03-021-1/+1
* Init QWidget::data to nullptrMarc Mutz2025-02-281-1/+1
* Use QThread::isMainThread() in a few placesThiago Macieira2025-02-261-1/+1
* Doc: Improve deprecation description for QApplication::fontMetrics()Andreas Eliasson2025-02-142-4/+8
* Fix or remove broken and outdated external links in qtbase documentationDavid Boddie2025-02-081-1/+1
* Fix crash cases where window container tries to touch destroyed windowJoni Poikelin2025-01-291-3/+9
* QWindowContainer: Improve docs to mention new change in behaviorDoris Verria2025-01-271-5/+7
* QObjectPrivate: encode the version number in the constructor parametersThiago Macieira2025-01-272-12/+2
* Don't pass along expose events for destroying QWidgetsTor Arne Vestbø2025-01-261-0/+7
* Use old position to set window position after recreationMorteza Jamshidi2025-01-221-0/+2
* Avoid dangling d-pointer deref in QWidgetWindow::handleMouseEventShawn Rutledge2025-01-201-0/+8
* widget: clear WA_OutsideWSRange when needed in QWidgetPrivate::create()Liang Qi2025-01-161-3/+6
* Remove unused qdebug.h include from private headersAhmad Samir2025-01-161-1/+0
* Replace all QPair/qMakePair with std::pair in qtbase/widgetsIsak Fyksen2025-01-091-2/+2
* QApplication: don't create app_fonts() on destructionThiago Macieira2025-01-081-1/+2
* QRhiWidget: mark (Private&, parent, flags) ctor explicitMarc Mutz2025-01-031-1/+1
* Replace qgetenv() calls converted to QString with qEnvironmentVariable()Thiago Macieira2025-01-011-4/+4
* QBoxLayout: don't crash on passing invalid indexChristian Ehrlicher2024-12-181-4/+7
* Q*Application: move the compressEvent() virtual to the Private classThiago Macieira2024-12-134-1/+12
* QWidget::mapTo()/mapFrom(): Do not crash if parent argument is invalidEirik Aavitsland2024-12-121-5/+8