summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Doc: Ensure deprecated APIs in Gui are documented as suchNico Vertriest2021-07-264-28/+57
* QOpenGlContext: remove duplicated includeIvan Solovev2021-07-201-1/+0
* Use member function instead of template function to resolve native interfaceTor Arne Vestbø2021-07-176-23/+16
* QClipboard: remove a useless default switch-case labelWenTao Song2021-07-161-2/+1
* Add note about precision of QNativeGestureEvent::delta; fix in Qt 7Shawn Rutledge2021-07-152-5/+19
* Improve error reporting when requesting unsupported native interfaceTor Arne Vestbø2021-07-156-6/+6
* Rename QNativeGestureEvent::deltas() to delta(); clarify docsShawn Rutledge2021-07-146-24/+49
* Change QNativeGestureEvent::deltas() to QPointFShawn Rutledge2021-07-145-6/+6
* QColorTrcLut: hold in shared_ptrMarc Mutz2021-07-122-11/+8
* QGuiApplication: remove Windows-only variable from non-Windows buildsMarc Mutz2021-07-121-0/+2
* Show positions in QDebug operator<<(dbg, QHoverEvent*)Shawn Rutledge2021-07-051-19/+30
* Consistent indentation for all Q_PROPERTYsAndreas Buhr2021-06-248-27/+55
* Migrate to autogenerated cpp exportsAlexey Edelev2021-06-242-14/+2
* Enable glyph cache workaround for Apple M-family of GPUsTor Arne Vestbø2021-06-181-1/+2
* Doc: Remove mentioning of Qt::MidButtonKai Köhne2021-06-171-1/+1
* Stop using mixed enum arithmeticGiuseppe D'Angelo2021-06-131-1/+1
* Deliver WindowActivate/Deactivate events to QWindowVolker Hilsheimer2021-06-111-1/+9
* macOS: allow Qt::AA_DontShowShortcutsInContextMenus overridesVolker Hilsheimer2021-06-072-7/+7
* Expose the native interfaces of QScreen/QWindowFriedemann Kleint2021-06-076-6/+63
* Revert "Use Pressed/Released eventpoint state with native gesture begin/end"Fabian Kosmale2021-06-031-13/+0
* Use Pressed/Released eventpoint state with native gesture begin/endShawn Rutledge2021-06-031-0/+13
* QtGui: Fix include conventionFriedemann Kleint2021-06-021-2/+1
* Support hardware composition for webOSElvis Lee2021-06-011-0/+13
* Add fingerCount to qDebug output for QNativeGestureEventShawn Rutledge2021-06-011-1/+1
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-266-17/+18
* Type erase native interfaces via string instead of typeidTor Arne Vestbø2021-05-204-8/+8
* Windows QPA: Fix dock widget drag&drop failureAndre de la Rocha2021-05-171-1/+1
* Rejig native interface plumbingTor Arne Vestbø2021-05-1211-19/+80
* Make resizeMaximizedWindows() preserve native geometryMorten Sørvig2021-05-111-6/+13
* Move QNativeInterface helpers to their own header fileTor Arne Vestbø2021-05-1011-0/+16
* QWindow: synthesize a QContextMenuEvent from relevant mouse eventsVolker Hilsheimer2021-05-062-5/+30
* Remove Qt6 switches from QtGuiAllan Sandfeld Jensen2021-05-056-24/+0
* Parse QT_SCREEN_SCALE_FACTORS spec only onceMorten Johan Sørvig2021-05-032-36/+66
* Add grabber context pointersShawn Rutledge2021-05-012-0/+26
* Revert "Add grabber context pointers"Shawn Rutledge2021-04-293-16/+11
* Call updateHighDpiScaling() on screenAdded()Morten Johan Sørvig2021-04-283-16/+1
* Add grabber context pointersShawn Rutledge2021-04-283-11/+16
* Add storage for (pixel) deltas and fingerCount to QNativeGestureEventShawn Rutledge2021-04-276-13/+105
* Fix build without features.highdpiTasuku Suzuki2021-04-141-3/+11
* Fix GLX on non-linux X11 systemsNiclas Rosenvik2021-04-112-3/+3
* Set QGuiApplicationPrivate variables after platform window is destroyedAndy Shaw2021-04-081-11/+11
* Doc: Fix return type of QCursor::shape()Sze Howe Koh2021-04-021-3/+2
* Account for multiple screens when computing QSizeGrip available geometryZhang Hao2021-03-242-1/+8
* Remove QWindowSystemInterface::handleGestureEventWithSequenceIdAndValue()Shawn Rutledge2021-03-232-13/+0
* Merge "Round physical dpi when calculating scale factor"Morten Johan Sørvig2021-03-161-1/+1
|\
| * Round physical dpi when calculating scale factorMorten Johan Sørvig2021-03-161-1/+1
* | Doc: Fix various documentation issuesTopi Reinio2021-03-161-0/+6
|/
* Don’t store screen scale factors in GLOBAL_STATICMorten Johan Sørvig2021-03-152-8/+6
* Read high-dpi env. variables in initHighDpiScaling()Morten Johan Sørvig2021-03-152-97/+117
* Merge "Support EGL protected content extension"Elvis Lee2021-03-092-1/+11
|\