summaryrefslogtreecommitdiffstats
path: root/src/gui/platform
Commit message (Expand)AuthorAgeFilesLines
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-302-6/+6
* Doc: Fix documentation warnings for Qt GUITopi Reinio2020-11-193-7/+27
* name our glib event sources to ease debuggingAndreas Buhr2020-10-221-2/+5
* OpenFile portal: use "writable" option to specify our FD is writableJan Grulich2020-10-211-2/+4
* Fix crash in tst_QSystemTrayIcon::lastWindowClosed()Allan Sandfeld Jensen2020-10-201-0/+2
* doc: Update and flesh out native interface docsTor Arne Vestbø2020-10-184-6/+418
* macOS: Always include non-GL native interfacesTor Arne Vestbø2020-10-121-3/+4
* Rename QtGui native interface implementation filesTor Arne Vestbø2020-10-128-4/+4
* Avoid double pixel-ratio scaling of dbus tray iconsAllan Sandfeld Jensen2020-10-082-10/+11
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-1/+1
* Rename the new platform APIs from QPlatformInterface to QNativeInterfaceTor Arne Vestbø2020-10-075-33/+33
* Rename Android offscreen surface interfaceTor Arne Vestbø2020-10-071-2/+2
* Un-special-case macOS in handling of QKeyEvent::nativeScanCode()Tor Arne Vestbø2020-10-061-0/+3
* Cleanup API of QMimeDataLars Knoll2020-09-211-1/+1
* QEventDispatcherWin32: create internal window on constructionAlex Trotsenko2020-09-161-1/+0
* Make xkb a private dependency of QtGuiJoerg Bornemann2020-09-161-1/+1
* QStyle: return 'Fusion' instead of 'fusion'Richard Moe Gustavsen2020-09-121-2/+2
* Get rid of hasPendingEvents() and flush()Lars Knoll2020-09-062-15/+0
* Long live QKeyCombination!Giuseppe D'Angelo2020-09-032-3/+3
* Doc: Fix documentation warnings for Qt GUITopi Reinio2020-08-281-14/+16
* Add QOffScreenSurface platform API abstractionAssam Boudjelthia2020-08-273-0/+63
* Add missing 'We mean it' header to qwindowsmime_p.hKai Koehne2020-08-171-0/+11
* Define unix platform interfaces also without openglSamuli Piippo2020-08-051-2/+2
* Remove last remaining bits of QtPlatformHeadersTor Arne Vestbø2020-08-041-0/+4
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-312-11/+11
* Windows QPA: Move mime-type related classes to the new interfaceFriedemann Kleint2020-07-283-1/+79
* Add QPlatformInterface::Private::QWindowsWindowFriedemann Kleint2020-07-221-0/+3
* Start the native interface QWindowsApplicationFriedemann Kleint2020-07-211-0/+2
* Add QEvdevKeyMapper platform interfaceTor Arne Vestbø2020-07-201-0/+12
* Add QXcbWindow platform interfaceTor Arne Vestbø2020-07-201-0/+2
* Move private platform interfaces to private QPA headersTor Arne Vestbø2020-07-201-2/+2
* Add QXcbScreen platform interfaceTor Arne Vestbø2020-07-201-0/+5
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-073-8/+8
* Add ; to Q_UNUSEDLars Schmertmann2020-07-074-8/+8
* macOS: Remove QMenu indirection via QPlatformNativeInterfaceTor Arne Vestbø2020-07-071-0/+3
* Simplify QMainWindow::setUnifiedTitleAndToolBarOnMacTor Arne Vestbø2020-07-061-0/+2
* Move linuxaccessibility to QtGuiFriedemann Kleint2020-07-061-3/+3
* Move xkbcommon to QtGuiFriedemann Kleint2020-07-044-0/+1182
* Fix no-OpenGL build after introducing QOpenGLContext platform interfaceTor Arne Vestbø2020-07-033-0/+12
* Introduce platform API abstraction for QOpenGLContextTor Arne Vestbø2020-07-027-2/+214
* Move UNIX themes into QtGuiFriedemann Kleint2020-06-2225-0/+4518
* Only add file url if it references a local fileMichael Brüning2020-06-201-1/+2
* Move UNIX services into QtGuiFriedemann Kleint2020-06-183-0/+460
* Move the UNIX event dispatchers into QtGuiFriedemann Kleint2020-06-108-0/+501
* Move the Windows Event Dispatcher into QtGuiFriedemann Kleint2020-06-094-0/+309
* Doc: Fix qdoc warningsPaul Wicking2020-06-031-10/+10
* Move QMacInternalPasteboardMime to QtGuiTor Arne Vestbø2020-05-214-0/+1149
* wasm: Add saveFileContent()Morten Johan Sørvig2019-08-202-0/+39
* wasm: add local file access private APIMorten Johan Sørvig2019-02-074-0/+251