summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* QFormLayout: don't access out-of-bounds layout dataVolker Hilsheimer2023-01-131-2/+16
* Doc: Fix linking to 'Drag and Drop' topicTopi Reinio2023-01-092-4/+4
* Deliver tablet events to the toplevel widget if there is no childVolker Hilsheimer2022-12-031-4/+3
* Port from qAsConst() to std::as_const()Marc Mutz2022-11-183-5/+5
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-189-39/+39
* Fix rhi flush eval perf. and native window problemsLaszlo Agocs2022-11-142-16/+19
* Fix focus chain with compound widgets if created out of orderVolker Hilsheimer2022-11-051-2/+29
* Revert "Accessibility: don't emit focus change when reason is window activation"Volker Hilsheimer2022-11-031-9/+5
* QApplication: send QHoverEvents with correct scenePosition()Shawn Rutledge2022-10-231-2/+4
* Set alphaBufferSize to -1 when disabling translucency in QtWidgetsPeter Varga2022-10-211-1/+1
* Add missing repaintManager checkLaszlo Agocs2022-10-171-1/+1
* Update documentation of qWaitForWindowActive / qWaitForWindowExposedAxel Spoerl2022-10-011-13/+16
* Make commit() call in QTouchEventWidgetSequence explicitAxel Spoerl2022-09-201-1/+1
* Clear WA_UnderMouse attribute when widget gets hiddenSanthosh Kumar2022-09-201-0/+9
* Restore signature of qt_handleTouchEvent()Kai Köhne2022-08-311-2/+2
* Refactor QApplication::event from if/else to switch statementVolker Hilsheimer2022-08-261-8/+16
* 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-031-0/+2
* QShortcut::parentWidget(): Add QT_DEPRECATED_VERSION_X_6_0Ivan Solovev2022-07-211-1/+1
* Do not use QExposedEvent::region() in internal codeIvan Solovev2022-07-131-5/+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
* Make it possible to check the accepted state of touch events in testsShawn Rutledge2022-07-082-5/+7
* Harden drag and drop handling in widget windowLaszlo Agocs2022-07-051-7/+12
* QLayout: add className() to a warning messageAhmad Samir2022-07-051-10/+11
* IM: Don't let all widgets support IM by defaultRichard Moe Gustavsen2022-07-011-2/+12
* QBoxLayout: Add assertion that catches out of bounds insertion indicesMarcel Kummer2022-06-181-0/+1
* QBoxLayout: Pull out handling for negative insertion indicesMarcel Kummer2022-06-171-16/+14
* Accessibility: don't emit focus change when reason is window activationVolker Hilsheimer2022-06-161-5/+9
* Fix typos in docs and commentsKai Köhne2022-06-151-1/+1
* Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)Allan Sandfeld Jensen2022-06-157-21/+21
* Add support for painting at integer DPR with downscaleMorten Sørvig2022-06-151-2/+13
* Make rhiFlush() support custom source DPRMorten Sørvig2022-06-151-0/+1
* Q*ApplicationPrivate: remove unused "flags" argumentsThiago Macieira2022-06-142-5/+5
* Refactor if-else snake into switch statementVolker Hilsheimer2022-05-241-19/+20
* Fix QWidget::metric to use widget screen dpr instead of app-dprThorbjørn Lund Martsum2022-05-241-13/+4
* Fix separate delete of window and windowcontainerAllan Sandfeld Jensen2022-05-232-6/+30
* Widgets: Use effect region bounds when drawing with repaint managerAntti Määttä2022-05-173-3/+6
* Use SPDX license identifiersLucie Gérard2022-05-1659-2243/+119
* Remove ALIEN_DEBUG statementsDavid Skoland2022-05-032-34/+1
* QtWidgets: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-025-12/+21
* QtWidgets: includemocs v2022Marc Mutz2022-04-292-1/+2
* QGraphicsScene: Fix popup position for QGraphicsProxyWidgetVolodymyr Zibarov2022-04-221-25/+14
* Rename QGuiApplicationPrivate::notifyThemeChanged to handleThemeChangedTor Arne Vestbø2022-04-212-3/+3
* QApplication: deliver activation events for non-widget windowsRichard Moe Gustavsen2022-04-211-1/+14
* Rest of QtBase: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERNMarc Mutz2022-04-072-4/+16
* Query the QWindow in every test iteration in qWFWExposed(QWidget)Laszlo Agocs2022-03-291-6/+29
* Notify about focus object changes upon widget destructionVolker Hilsheimer2022-03-251-1/+8
* Remove a now-unneeded QT_NO_OPENGL ifdefLaszlo Agocs2022-03-201-2/+0
* QObject: restore flags printing in dumpObjectTree()Marc Mutz2022-03-192-0/+23