summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* macOS: clean up clipboard codeVolker Hilsheimer2022-11-073-108/+61
* QMacMime API cleanup: use uti instead of flavorVolker Hilsheimer2022-11-072-38/+38
* Standardize QMacMime and QWindowsMimeVolker Hilsheimer2022-11-072-8/+8
* macOS: Make QMacMime's handler scope type-safeVolker Hilsheimer2022-11-074-23/+24
* Rename QMacInternalPasteboardMime to QMacMimeVolker Hilsheimer2022-11-075-33/+31
* Fix spelling of converterVolker Hilsheimer2022-11-042-6/+6
* Clean-up: const'ify QMacInternalPasteboardMime APIVolker Hilsheimer2022-11-031-10/+19
* Clean up QMacMimeRegistry: remove convertorVolker Hilsheimer2022-11-031-6/+4
* Clean up QMacInternalPasteboardMime: remove convertorNameVolker Hilsheimer2022-11-032-13/+7
* Refactor: split QMacMime registry and virtual interfaceVolker Hilsheimer2022-11-038-10/+19
* macOS: Provide more details when failing to parse ICC profile dataTor Arne Vestbø2022-11-031-1/+3
* qnswindow (-backgroundColor) - return 'clear color' for Qt::PopupTimur Pocheptsov2022-10-281-2/+7
* macOS: Don't include QSystemTrayIcon windows in Dock menu window listTor Arne Vestbø2022-10-281-3/+9
* macOS: Remove duplicated sources and headers in plugin CMakeLists.txtTor Arne Vestbø2022-10-281-3/+0
* QCocoaMenuBar: avoid duplication of 'special' entries in the 'Edit' menuTimur Pocheptsov2022-10-221-12/+16
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-112-15/+15
* QCocoaWindow::windowStyleMask: make popups non-resizableTimur Pocheptsov2022-10-071-1/+3
* InputMethodQueryResult - use int as a key, not Qt::InputMethodQueryTimur Pocheptsov2022-10-061-1/+1
* macOS: Pass on native virtual key (key code) for modifier keysTor Arne Vestbø2022-10-051-1/+8
* macOS: Reflect platform settings for double click and key repeat intervalsTor Arne Vestbø2022-09-291-0/+6
* Replace QPlatformTheme::Appearance by Qt:AppearanceAxel Spoerl2022-09-202-3/+3
* macOS: Report compound window state when state changesTor Arne Vestbø2022-09-202-13/+17
* macOS: Handle asynchronous deminiaturizing of windowsTor Arne Vestbø2022-09-201-3/+12
* macOS: Remove hard-coded logic for determining if key event has textTor Arne Vestbø2022-09-173-6/+19
* QWSI: Remove dead code for macOS-specific shortcut-override handlingTor Arne Vestbø2022-09-151-2/+1
* QCocoaColor(/Font)Dialog: Call makeKeyAndOrderFront asynchronouslyDoris Verria2022-09-142-2/+22
* QMacPasteboard: check QGuiApplication is alive for a promise containing QPixmapTimur Pocheptsov2022-09-142-1/+17
* macOS: Return false from set(Keyboard/Mouse)GrabEnabledTor Arne Vestbø2022-09-131-18/+4
* Apply Q_CONSTINIT where beneficialSona Kurazyan2022-09-012-5/+5
* Move QMacAutoReleasePool from qglobal.h to qcore_mac_p.hSona Kurazyan2022-09-0114-0/+17
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* QCocoaDrag: don't add pasteboard items with non-absolute URLsTimur Pocheptsov2022-08-231-0/+6
* Mac: close popups opened on inactive application on relevant user actionVolker Hilsheimer2022-08-223-1/+84
* Mac: close popups when the user clicks into the menubarVolker Hilsheimer2022-08-221-0/+7
* macOS: Ignore deprecation for ReleaseIconRefTor Arne Vestbø2022-08-151-1/+1
* macOS: Check m_platformWindow before processing key event after shortcutTimur Pocheptsov2022-08-051-1/+1
* macOS: Don't ifdef out code to resolve display name that might be usedTor Arne Vestbø2022-08-051-2/+0
* Remove unneeded @available check for macOS <= 10.14 and iOS <= 13Tor Arne Vestbø2022-08-051-33/+10
* darwin: Remove unneeded SDK version checks for older versionsTor Arne Vestbø2022-08-051-14/+0
* Fix several more improperly placed #include mocThiago Macieira2022-08-044-8/+8
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* QCursor: add missing QT_DEPRECATED_VERSION_X_6_0 for deprecated methodsIvan Solovev2022-07-211-1/+1
* macOS: Distinguish between return and enter when inserting newlinesTor Arne Vestbø2022-07-141-3/+8
* macOS: Ignore deprecation for kOnSystemDisk icon domainTor Arne Vestbø2022-07-051-1/+1
* Cocoa: deal with unexpected tablet events without proximityShawn Rutledge2022-07-011-6/+10
* macOS: Avoid recursively updating screens when window moves screenTor Arne Vestbø2022-06-161-0/+12
* Fix typos in docs and commentsKai Köhne2022-06-151-1/+1
* Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)Allan Sandfeld Jensen2022-06-157-14/+16
* Make rhiFlush() support custom source DPRMorten Sørvig2022-06-142-1/+3
* macOS: Resolve screen name via NSScreen on macOS 10.15+Tor Arne Vestbø2022-06-131-1/+6