summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* Fix QWidget::restoreGeometry when restored geometry is off screenAxel Spoerl2022-12-162-10/+67
* Add static_cast for QKeyEventLu YaNing2022-12-132-2/+2
* Beautify QApplication::compressEventAxel Spoerl2022-12-091-27/+41
* QWidget: use window device pixel ratio for metricsDavid Edmundson2022-12-081-3/+2
* Deliver tablet events to the toplevel widget if there is no childVolker Hilsheimer2022-12-021-4/+3
* Support stereoscopic rendering with QGraphicsViewKristoffer Skau2022-12-011-0/+5
* Add support for stereoscopic content in QOpenGLWidgetKristoffer Skau2022-11-282-2/+9
* 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-041-2/+29
* Revert "Accessibility: don't emit focus change when reason is window activation"Volker Hilsheimer2022-11-031-9/+5
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-032-5/+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
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-113-5/+5
* Replace qExchange with std::exchangeMarc Mutz2022-10-071-1/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-048-33/+33
* Update documentation of qWaitForWindowActive / qWaitForWindowExposedAxel Spoerl2022-09-301-13/+16
* Fix build with disabled accessibilityAlexey Edelev2022-09-291-1/+1
* Make commit() call in QTouchEventWidgetSequence explicitAxel Spoerl2022-09-201-1/+1
* Get rid of copypasted code between isWindowBlocked's overridesMikolaj Boc2022-09-202-65/+8
* Clear WA_UnderMouse attribute when widget gets hiddenSanthosh Kumar2022-09-201-0/+9
* Simplify obtaining of parent in isWindowBlockedMikolaj Boc2022-09-121-8/+2
* Propagate the event acceptance correctly with context menu on RMBMikolaj Boc2022-09-071-0/+2
* Move QMacAutoReleasePool from qglobal.h to qcore_mac_p.hSona Kurazyan2022-09-011-0/+4
* Restore signature of qt_handleTouchEvent()Kai Köhne2022-08-311-2/+2
* Deprecate QApplication::setActiveWindow() and mark as internalTor Arne Vestbø2022-08-274-11/+26
* 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-011-0/+2
* Remove qvariant_p.hThiago Macieira2022-07-271-1/+0
* 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-011-7/+12
* QLayout: add className() to a warning messageAhmad Samir2022-07-011-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-141-2/+13
* Make rhiFlush() support custom source DPRMorten Sørvig2022-06-141-0/+1
* QApplication: Remove QApplicationPrivateBase porting macroThiago Macieira2022-06-132-4/+2
* 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