summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-1616-663/+1291
* Port QtGui from QStringRef to QStringViewLars Knoll2020-06-112-4/+4
* Pass QVariant by reference, address ### Qt 6 commentVolker Hilsheimer2020-06-092-2/+2
* Add deprecation warnings to QGuiApplication::fontChanged/paletteChangedVolker Hilsheimer2020-06-082-2/+8
* Merge QWindow::parent overloadsVolker Hilsheimer2020-06-082-13/+1
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-081-2/+0
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-084-36/+36
* Prepare to harmonize pointer event accessor namesShawn Rutledge2020-06-082-115/+249
* Remove winrtOliver Wolff2020-06-062-13/+2
* Remove unused function pointers in QVariant::HandlerLars Knoll2020-06-061-6/+1
* MetaObject: Store the QMetaType of the methodsFabian Kosmale2020-06-024-0/+5
* Fix typo in documentation of QPlatformWindowMichal Klocek2020-05-251-2/+2
* Sweep Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6 -> Q_DECLARE_SHAREDMarc Mutz2020-05-191-1/+1
* Deprecate QGuiApplication::paletteChanged() signalAndy Shaw2020-05-152-4/+7
* QBasicDrag: Send QDragMoveEvent when modifiers changeAlexander Volkov2020-05-142-2/+6
* Move the UTF conversion methods to qstringconverterLars Knoll2020-05-141-3/+1
* Avoid format conversion in backing store texture uploadAllan Sandfeld Jensen2020-05-131-44/+50