summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Fix QWindow::mapTo|FromGlobal() for the embedded caseSergio Martins2022-03-041-2/+2
* Fix painting clipping glitches with fractional scalingEirik Aavitsland2022-03-021-4/+3
* QGuiApplication: use translation-based layout direction unless explicitly setVolker Hilsheimer2022-02-241-12/+25
* Make QGuiApplicationPrivate::lastCursorPosition.toPoint() safe to useShawn Rutledge2022-02-222-3/+25
* QPA: add ButtonPressKeys ThemeHintNoah Davis2022-02-162-0/+5
* Convert Vulkan instance setup from Qt Quick into a Gui helperLaszlo Agocs2022-02-151-0/+8
* 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
* Core: Remove 'properties' featureKai Köhne2022-02-141-2/+0
* Add warning about native interface APIs to platform headersTor Arne Vestbø2022-02-093-0/+27
* qmetatype: Remove left-over module association codeFabian Kosmale2022-02-091-6/+0
* doc: clarify that passive-grab API is only for Qt Quick Pointer HandlersShawn Rutledge2022-02-091-4/+4
* Deprecate QContextMenuEvent and QMouseEvent ctors without globalPosShawn Rutledge2022-02-052-0/+15
* QGuiAppPrivate::processMouseEvent: don't assume eventpoint didn't moveShawn Rutledge2022-02-041-5/+9
* Add a QHoverEvent ctor taking global mouse position; deprecate the otherShawn Rutledge2022-02-032-0/+28
* QGuiApplication: invert meaning of qt_is_gui_usedMarc Mutz2022-02-021-1/+1
* QGuiApplication: constant-initialize lastCursorPositionMarc Mutz2022-02-011-2/+2
* evdev: Prevent race condition in touch events processingJungi Byun2022-01-261-0/+3
* 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-202-69/+6
* QWindowPrivate: de-inline dtor and ctorMarc Mutz2022-01-202-0/+9
* Doc: Remove mentioning of Fowler bookKai Köhne2022-01-171-1/+1
* QMutableEventPoint: turn into memberless structMarc Mutz2022-01-151-33/+4
* tests: port to new QMutableEventPoint static APIMarc Mutz2022-01-151-0/+9
* Don't include qeventpoint_p.h from qevent_p.hMarc Mutz2022-01-146-1/+6
* 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
* QWindowSystemInterface: port to QMutableEventPoint static setter APIMarc Mutz2022-01-131-6/+6
* QSinglePointEvent: port away from QMutableEventPoint::from()Marc Mutz2022-01-121-16/+16
* Make QCursor::setPos() use the correct screenMorten Johan Sørvig2022-01-121-1/+2
* QPointingDevice: avoid double lookup in Private::pointById()Marc Mutz2022-01-121-4/+3
* QEventPoint: forward-declare QMutableEventPoint before befriending itMarc Mutz2022-01-121-0/+1
* QMutableEventPoint: add static overloads of settersMarc Mutz2022-01-086-78/+76
* QGuiApplication: remove an unneeded const_castMarc Mutz2022-01-081-1/+1
* Add PreselectFirstFileInDirectory platform theme hintMitch Curtis2022-01-072-1/+8
* QHighDpiScaling: fix typo in docYuhang Zhao2022-01-071-1/+1
* QGuiApplication: remove a use of QMutableEventPointMarc Mutz2022-01-061-1/+1
* Fix qobject_cast on partially destroyed QWidget/QWindowGiuseppe D'Angelo2022-01-052-6/+3
* QPointerEvent: de-inline point(i)Marc Mutz2022-01-042-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