summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* QtGui: compile-optimize inline swap functionsMarc Mutz2022-03-194-5/+5
* QAction: Add NOTIFY changed declaration to priority propertyKai Uwe Broulik2022-03-161-1/+1
* gui: return first default device when seatName isNullLiang Qi2022-03-142-4/+6
* Fix painting clipping glitches with fractional scalingEirik Aavitsland2022-03-031-4/+3
* QGuiApplication: use translation-based layout direction unless explicitly setVolker Hilsheimer2022-02-281-12/+25
* Make QGuiApplicationPrivate::lastCursorPosition.toPoint() safe to useShawn Rutledge2022-02-222-3/+25
* Update docs for QSurface::MetalSurface to include iOSTor Arne Vestbø2022-02-151-3/+3
* De-duplicate vtables, 2022 editionMarc Mutz2022-02-158-0/+24
* Add warning about native interface APIs to platform headersTor Arne Vestbø2022-02-093-0/+27
* doc: clarify that passive-grab API is only for Qt Quick Pointer HandlersShawn Rutledge2022-02-091-4/+4
* evdev: Prevent race condition in touch events processingJungi Byun2022-02-051-0/+3
* QGuiAppPrivate::processMouseEvent: don't assume eventpoint didn't moveShawn Rutledge2022-02-051-5/+9
* QGuiApplication: invert meaning of qt_is_gui_usedMarc Mutz2022-02-031-1/+1
* Add a QHoverEvent ctor taking global mouse position; deprecate the otherShawn Rutledge2022-02-032-0/+28
* QGuiApplication: constant-initialize lastCursorPositionMarc Mutz2022-02-011-2/+2
* QWindowPrivate: de-inline dtor and ctorMarc Mutz2022-01-222-5/+11
* Prevent repeated instantiations of some qRegisterNormalizedMetaType<>s [1/N] ...Marc Mutz2022-01-212-1/+2
* QFactoryLoader: add setExtraSearchPath() (for QPA plugins' use)Thiago Macieira2022-01-212-69/+6
* Don't include qeventpoint_p.h from qevent_p.hMarc Mutz2022-01-186-1/+6
* Doc: Remove mentioning of Fowler bookKai Köhne2022-01-171-1/+1
* QMutableEventPoint: turn into memberless structMarc Mutz2022-01-171-33/+4
* tests: port to new QMutableEventPoint static APIMarc Mutz2022-01-171-0/+9
* QEventPoint: forward-declare QMutableEventPoint before befriending itMarc Mutz2022-01-151-0/+1
* QWindow: Remove unnecessary castVolker Hilsheimer2022-01-141-2/+1
* QWindow: fix UB (invalid static_cast)Marc Mutz2022-01-141-1/+6
* QGuiApplication: port the last user of QMutableEventPoint::from()Marc Mutz2022-01-143-44/+40
* Port the last user of QMutableSinglePointEvent::mutableEvent()Marc Mutz2022-01-141-2/+0
* QSinglePointEvent: port away from QMutableEventPoint::from()Marc Mutz2022-01-131-16/+16
* QWindowSystemInterface: port to QMutableEventPoint static setter APIMarc Mutz2022-01-131-6/+6
* QPointingDevice: avoid double lookup in Private::pointById()Marc Mutz2022-01-121-4/+3
* Make QCursor::setPos() use the correct screenMorten Johan Sørvig2022-01-121-1/+2
* QMutableEventPoint: add static overloads of settersMarc Mutz2022-01-086-78/+76
* QGuiApplication: remove an unneeded const_castMarc Mutz2022-01-081-1/+1
* QGuiApplication: remove a use of QMutableEventPointMarc Mutz2022-01-071-1/+1
* QHighDpiScaling: fix typo in docYuhang Zhao2022-01-071-1/+1
* QPointerEvent: de-inline point(i)Marc Mutz2022-01-052-3/+5
* QWindow: use std::exchange when ... exchanging valuesMarc Mutz2021-12-301-3/+1
* QWindowPrivate: fix inconsistent inline on some methodsMarc Mutz2021-12-301-2/+2
* Callbacks for begin/end of a frame on OpenGLEskil Abrahamsen Blomfeldt2021-12-082-0/+19
* doc: Add details about what to use instead of QMouseEvent::source()Shawn Rutledge2021-12-041-0/+10
* Don't change resolve mask when setting brush doesn't change paletteVolker Hilsheimer2021-12-031-2/+1
* gui: add QInputDevice::seatNames()Liang Qi2021-11-282-0/+20
* Do not include qloggingcategory.h in public headersKai Köhne2021-11-161-0/+1
* QInputMethod: check if focusobject supports the "new" IM function before call...Richard Moe Gustavsen2021-11-111-6/+10
* QGuiApplication: properly decode path command-line argumentsThiago Macieira2021-11-101-2/+2
* Make QPlatformTheme a gadgetMitch Curtis2021-11-031-0/+3
* Add ShowDirectoriesFirst platform theme hintMitch Curtis2021-11-032-0/+7
* Add QMenu::menuInAction as a static helperVolker Hilsheimer2021-11-011-1/+1
* Remove unused statements in QWindowDavid Skoland2021-10-261-2/+0
* Doc: Fix qdoc warnngsVenugopal Shivashankar2021-10-231-0/+2