summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* 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
* macOS: Ignore update requests for offline displaysTor Arne Vestbø2022-06-131-0/+5
* Cocoa: fix build: add missing includeThiago Macieira2022-06-101-0/+1
* macOS: create application menu as QCocoaNSMenu with delegateVolker Hilsheimer2022-05-263-1/+9
* Use SPDX license identifiersLucie Gérard2022-05-1687-3314/+182
* macOS: Forward hover-events for embedded windowsStefan Wastl2022-05-061-4/+4
* Plugins: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-05-043-4/+4
* Plugins: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-0411-27/+49
* Namespace a few missing Objective-C categories and their methodsMichael Spork2022-05-031-0/+4
* Plugins: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-05-025-7/+7
* macOS: Tie QCocoaWindowManager lifetime to QCocoaIntegrationTor Arne Vestbø2022-05-024-17/+12
* Remove noop calls to QPlatformInputContext base classTor Arne Vestbø2022-04-291-2/+0
* macOS: Remove un-needed auto-release pools in QCocoaInputContextTor Arne Vestbø2022-04-291-2/+0
* macOS: Use originating view as drag source when dragging multiple itemsStefan Wastl2022-04-261-5/+3
* Send ThemeChange event to all windows when system theme changesTor Arne Vestbø2022-04-221-1/+1
* macOS: Reactivate current input context after discarding marked textTor Arne Vestbø2022-04-211-0/+8
* macOS: Allow duplicate entries in file dialog name filterTor Arne Vestbø2022-04-071-2/+2
* QCocoaTheme: use NSColor.controlAccentColor for QMenu itemsTimur Pocheptsov2022-04-051-1/+1
* macOS: Don't scroll individual rects of a region when inline scrollingTor Arne Vestbø2022-04-011-8/+10
* CoreText: Make population of theme fonts explicitTor Arne Vestbø2022-03-301-1/+1
* CoreText: Maintain theme fonts in the font database instead of themesTor Arne Vestbø2022-03-232-8/+3
* Misc: Do not depend on transitive includesFabian Kosmale2022-03-172-0/+2
* Compose render-to-texture widgets through QRhiLaszlo Agocs2022-03-113-12/+23
* QCocoaFileDialogHelper: Always enable symlinks and aliases to directoriesWilliam Jones2022-03-081-1/+6
* macOS: Remove code for handling logical DPI changesTor Arne Vestbø2022-03-022-8/+1
* Change comparison data type to fix int overflowSivan Nanthiran2022-02-101-3/+3
* macOS: Prevent recursion when modifying the edit menuVolker Hilsheimer2022-02-091-1/+8
* macOS: Use native resize cursors for diagonal resizeViktor Arvidsson2022-02-021-4/+33
* Move QIOType wrapper for io_object_t to QtCoreTor Arne Vestbø2022-02-012-28/+0
* Remove unused .qrc filesJoerg Bornemann2022-01-171-7/+0
* macOS: Implement QCALayerBackingStore::scroll for improved performanceTor Arne Vestbø2022-01-122-0/+57
* QFlatMap: add insert_or_assignMarc Mutz2022-01-121-1/+1
* macOS: Handle momentum scroll NSEventPhaseBegan when scroll had endedTor Arne Vestbø2022-01-071-1/+5
* macOS: Sanitize scroll deltas for NSEventPhaseCancelledTor Arne Vestbø2021-12-231-0/+10
* macOS: Don't read keyCode of non-key events when inserting newlinesTor Arne Vestbø2021-12-222-2/+5
* Make sure that QCocoaWindowManager is initialized in static buildsVolker Hilsheimer2021-12-212-3/+6