summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Discard extra mouse move event generated by touchpadAndre de la Rocha2020-07-211-0/+7
* Start the native interface QWindowsApplicationFriedemann Kleint2020-07-211-0/+26
* Ensure styles always get to polish the application paletteTor Arne Vestbø2020-07-211-1/+2
* Fix some qdoc warningsFriedemann Kleint2020-07-211-1/+1
* Add fixme note to QWindowPrivate::setVisible about visibility during createTor Arne Vestbø2020-07-201-1/+7
* Add QEvdevKeyMapper platform interfaceTor Arne Vestbø2020-07-201-0/+19
* Add QXcbWindow platform interfaceTor Arne Vestbø2020-07-201-0/+32
* Move private platform interfaces to private QPA headersTor Arne Vestbø2020-07-205-40/+101
* Add QXcbScreen platform interfaceTor Arne Vestbø2020-07-201-0/+16
* QtGui: Rename all QEvent members according to the m_ conventionFriedemann Kleint2020-07-162-162/+163
* Un-deprecate QMouseEvent::flags() and QGraphicsSceneMouseEvent::flags()Shawn Rutledge2020-07-152-2/+0
* Set QEventPoint::state properly in QSinglePointEventShawn Rutledge2020-07-151-0/+6
* QMouseEvent: Set QEventPoint globalPressPosition and globalLastPositionShawn Rutledge2020-07-151-1/+5
* Replace emit with Q_EMIT in headerFabian Kosmale2020-07-141-1/+1
* QtGui: Clean up event headers, #3Friedemann Kleint2020-07-141-5/+0
* Change QWindow/QWidget::map(To/From)(Global/Parent) to operate in floatFriedemann Kleint2020-07-148-34/+61
* QtGui: Clean up event headers, #2Friedemann Kleint2020-07-131-6/+0
* QtGui: Clean up event headersFriedemann Kleint2020-07-132-3/+12
* Refactor pointer event hierarchyShawn Rutledge2020-07-1011-1128/+777
* Remove unused method QKeyMapper::clearMappings()Tor Arne Vestbø2020-07-102-8/+0
* macOS: Move AA_MacDontSwapCtrlAndMeta logic out of QPlatformThemeTor Arne Vestbø2020-07-081-21/+2
* Replace use of deprecated Q_OS_MACX in favor of Q_OS_MACOSTor Arne Vestbø2020-07-082-9/+9
* Make QGuiApp::platform(Function|NativeInterface) internalTor Arne Vestbø2020-07-071-0/+2
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-079-43/+43
* Separate QPD::tabletDevice into priv tabletDevice and queryTabletDeviceShawn Rutledge2020-07-078-55/+93
* Add ; to Q_UNUSEDLars Schmertmann2020-07-0713-50/+50
* macOS: Get rid of QCocoaWindowFunctionsTor Arne Vestbø2020-07-071-0/+1
* macOS: Remove QMenu indirection via QPlatformNativeInterfaceTor Arne Vestbø2020-07-071-0/+25
* Remove unused virtual method QWindowPrivate::allowClickThroughVolker Hilsheimer2020-07-071-3/+0
* Simplify QMainWindow::setUnifiedTitleAndToolBarOnMacTor Arne Vestbø2020-07-061-0/+14
* Remove documentation reference to standalone KMS pluginTor Arne Vestbø2020-07-061-3/+0
* Remove OpenWFD platform pluginTor Arne Vestbø2020-07-061-1/+0
* Add QInputDevice::availableVirtualGeometry()Shawn Rutledge2020-07-063-0/+40
* Remove unnecessary ; after function implementationsLars Schmertmann2020-07-062-2/+2
* Fix a crash in QClipBoard when copying utf16 dataLars Knoll2020-07-061-1/+4
* Introduce platform API abstraction for QOpenGLContextTor Arne Vestbø2020-07-028-98/+226
* Let QScreen::grabWindow's winId parameter default to 0 and add testVolker Hilsheimer2020-07-012-3/+4
* Make QDebug operator<< polymorphic for QPointingDeviceShawn Rutledge2020-07-013-1/+8
* Fix formatting in QDebug operator<< for QPointingDeviceShawn Rutledge2020-06-301-1/+1
* Fix QShortcutMap::createNewSequences debug loggingTor Arne Vestbø2020-06-301-10/+2
* Use QList instead of QVector in guiJarek Kobus2020-06-2911-32/+31
* QPointingDevice: Parent the default mouse to QCoreApplicationUlf Hermann2020-06-241-1/+2
* Enable access to the VAO resolvers through QOpenGLContextPrivateGiuseppe D'Angelo2020-06-222-0/+13
* Replace "no devices registered" warnings with qCDebugShawn Rutledge2020-06-222-9/+12
* Move QTextCodec support out of QtCoreKarsten Heimrich2020-06-201-5/+0
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-194-8/+8
* Don't return a touchscreen from QPointingDevice::primaryPointingDevice()Shawn Rutledge2020-06-191-14/+10
* Add QPointingDevice argument to every QWSI input event handler functionShawn Rutledge2020-06-185-93/+197
* Fix build without features.highdpiscalingTasuku Suzuki2020-06-182-0/+24
* Make QInputDevice::devices() return a QListShawn Rutledge2020-06-173-7/+7