summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Add QEvdevKeyMapper platform interfaceTor Arne Vestbø2020-07-202-0/+31
* Add QXcbWindow platform interfaceTor Arne Vestbø2020-07-202-0/+34
* Move private platform interfaces to private QPA headersTor Arne Vestbø2020-07-208-44/+105
* Add QXcbScreen platform interfaceTor Arne Vestbø2020-07-202-0/+21
* cmake: Slience bening warnings in 3rdparty codeTor Arne Vestbø2020-07-201-2/+3
* Fix some MSVC int conversion warningsFriedemann Kleint2020-07-172-9/+9
* QtGui: Rename all QEvent members according to the m_ conventionFriedemann Kleint2020-07-162-162/+163
* QtGui/Windows: Move the QRegion conversion functions into QtGuiFriedemann Kleint2020-07-162-0/+71
* Avoid warnings regarding bit-field signednessDimitrios Apostolou2020-07-163-4/+4
* 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
* CMake: Fix call to qvkgen for cross-builds with toolsJoerg Bornemann2020-07-141-1/+10
* 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
* Don't flatten link color in QTextHtmlParser::declarationsForNodeTor Arne Vestbø2020-07-141-2/+2
* Linux: fix crash in AtSpi adaptor when handling window activationLu YaNing2020-07-141-1/+3
* QtGui: Clean up event headers, #2Friedemann Kleint2020-07-131-6/+0
* Move eglconvenience to QtGuiFriedemann Kleint2020-07-1315-6/+2743
* rhi: Allow null resources in srbLaszlo Agocs2020-07-133-64/+135
* Check returns of hex2int in get_hex_rgbRobert Loehning2020-07-131-0/+2
* QtGui: Clean up event headersFriedemann Kleint2020-07-132-3/+12
* QVariant::setValue(): enable move semanticsGiuseppe D'Angelo2020-07-131-1/+1
* Fix buffer overflowRobert Loehning2020-07-101-1/+1
* Refactor pointer event hierarchyShawn Rutledge2020-07-1011-1128/+777
* Remove unused method QKeyMapper::clearMappings()Tor Arne Vestbø2020-07-102-8/+0
* macOS: Add QCocoaKeyMapper::toCocoaModifiersTor Arne Vestbø2020-07-101-1/+1
* Fix one check for AVX2Allan Sandfeld Jensen2020-07-101-1/+1
* Move glxconvenience into QtGuiFriedemann Kleint2020-07-107-5/+588
* CMake: Fix incorrect SIMD arch_haswell and avx profile conditionsAllan Sandfeld Jensen2020-07-091-9/+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-0789-640/+634
* Separate QPD::tabletDevice into priv tabletDevice and queryTabletDeviceShawn Rutledge2020-07-078-55/+93
* Fix rendering error in some glyphsPengfei Zhang2020-07-071-1/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-07-0732-95/+95
* Fix floating point clip rectangle rounding in raster and opengl paint engineJani Hautakangas2020-07-071-1/+1
* macOS: Get rid of QCocoaWindowFunctionsTor Arne Vestbø2020-07-071-0/+1
* macOS: Remove QMenu indirection via QPlatformNativeInterfaceTor Arne Vestbø2020-07-072-0/+28
* Remove unused virtual method QWindowPrivate::allowClickThroughVolker Hilsheimer2020-07-071-3/+0
* SPI Accessibility: Remove global variableFriedemann Kleint2020-07-065-9/+33
* Use qsizetype in QListLars Knoll2020-07-066-9/+10
* Simplify Q_ARRAY_LITERALLars Knoll2020-07-061-1/+1
* Simplify QMainWindow::setUnifiedTitleAndToolBarOnMacTor Arne Vestbø2020-07-062-0/+16
* 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
* Export the letter and word spacing settings set on the default formatAndy Shaw2020-07-063-1/+58
* Use QList instead of QVector in platformsupportJarek Kobus2020-07-062-10/+10