summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Centralize maybeLastWindowClosed checking in QWindowTor Arne Vestbø2021-10-204-22/+30
* Fix correspondence between QFileDialog::Option and QFileDialogOption::FileDia...Alexander Volkov2021-10-191-4/+5
* Prevent recursive calls to QWindow::closeTor Arne Vestbø2021-10-181-0/+2
* Decouple quitOnLastWindowClosed from quitLockEnabledTor Arne Vestbø2021-10-182-7/+13
* Deduplicate lastWindowClosed handlingTor Arne Vestbø2021-10-164-37/+43
* Fix high DPI position of foreign child windows on WindowsJoerg Bornemann2021-10-151-1/+2
* Initialize m_dpiAdjustmentPolicy from correct envMorten Johan Sørvig2021-10-141-1/+1
* Call QWidget close handling in QWidget::close for non-toplevel native widgetsDoris Verria2021-10-141-1/+1
* Remove unneeded function QGuiApplicationPrivate::emitLastWindowClosedTor Arne Vestbø2021-10-132-10/+2
* gui: Fix typos in documentationJonas Kvinge2021-10-127-8/+8
* gui: Fix typos in source code commentsJonas Kvinge2021-10-122-3/+3
* Handle WM_GETDPISCALEDSIZEMorten Johan Sørvig2021-10-071-1/+1
* Fix scrolling of QRasterBackingStore when operating on QRasterGLSurfaceTor Arne Vestbø2021-10-012-0/+13