summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Windows QPA: Move dark mode handling to the new interfaceFriedemann Kleint2020-07-251-0/+13
* QtGui: Add Windows conversion functions for to QImageFriedemann Kleint2020-07-242-13/+116
* Fix under non-integer scaling incorrect update areaTang HaiXiang2020-07-251-1/+1
* Windows QPA: Move window properties to the new interfacesFriedemann Kleint2020-07-241-0/+5
* Fix buffer overflow in XBM parserAllan Sandfeld Jensen2020-07-241-1/+3
* QWindowsFontDatabaseBase: Fix unused parameter errorKai Koehne2020-07-231-0/+2
* Multiply instead of shiftingRobert Loehning2020-07-231-1/+1
* Add QPlatformInterface::Private::QWindowsWindowFriedemann Kleint2020-07-222-1/+14
* Windows QPA: Move the touch types API from platformheaders into QtGuiFriedemann Kleint2020-07-221-0/+15
* Remove an outdated and nonsensical comment in the docsGiuseppe D'Angelo2020-07-221-4/+0
* Discard extra mouse move event generated by touchpadAndre de la Rocha2020-07-211-0/+7
* Start the native interface QWindowsApplicationFriedemann Kleint2020-07-212-0/+28
* Ensure styles always get to polish the application paletteTor Arne Vestbø2020-07-211-1/+2
* Fix SSE4 instruction leak in GCC10 debug buildsAllan Sandfeld Jensen2020-07-211-2/+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-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