summaryrefslogtreecommitdiffstats
path: root/src/gui/platform/darwin
Commit message (Expand)AuthorAgeFilesLines
* Apple: use xmark.circle for the "clear" iconVolker Hilsheimer2024-02-221-1/+1
* Apple icon engine: maintain aspect ratio of imageVolker Hilsheimer2024-02-202-24/+22
* Apple: Fix a few deprecation warnings after bumping deployment targetsTor Arne Vestbø2024-02-191-1/+2
* Implement icon mapping for Apple, Android, and WindowsRayam Pinto2024-02-181-4/+239
* AppleIconEngine: fix aspect ratio adjustmentVolker Hilsheimer2024-02-151-8/+9
* Simplify new QIcon ThemeIcon constants and APIVolker Hilsheimer2024-01-261-14/+14
* QIcon: use (some) ThemeIcon constants in the Apple engine implementationVolker Hilsheimer2023-12-071-16/+15
* Add initial implementation of macOS and iOS icon theme implementationsVolker Hilsheimer2023-11-232-0/+294
* Mime type conversion: clarify and clean up documentationVolker Hilsheimer2023-11-222-15/+17
* macOS: Enable Latin key combinations when Command (⌘) modifier is pressedTor Arne Vestbø2023-10-171-5/+40
* macOS: Filter out and prioritise key combinations that produce the same keyTor Arne Vestbø2023-10-171-3/+32
* Guard QAppleKeyMapper::fromNSString() with iOS defineTor Arne Vestbø2023-10-112-32/+33
* Add verbose debug logging for QKeyMapper::possibleKeys()Tor Arne Vestbø2023-10-111-12/+0
* Implement QAppleKeyMapper in terms of QPlatformKeyMapperTor Arne Vestbø2023-10-102-10/+11
* Long live QPlatformKeyMapper!Tor Arne Vestbø2023-10-062-1/+2
* macOS: map Qt::Key_Return to NSCarriageReturnCharacter in menusVolker Hilsheimer2023-02-111-1/+1
* Clean up QUtiMimeConverter APIVolker Hilsheimer2023-02-083-14/+20
* QUtiMimeConverter: document as public and fix \sinceVolker Hilsheimer2023-01-301-6/+6
* API review: disable copy for new mime converters classesVolker Hilsheimer2023-01-261-0/+1
* Reintroduce converter APIs for supporting native clipboard formatsVolker Hilsheimer2022-11-164-65/+59
* Make QMacMime::canConvert a non-virtual helper for other virtualsVolker Hilsheimer2022-11-092-85/+24
* QMacMime API cleanup: use uti instead of flavorVolker Hilsheimer2022-11-073-250/+272
* Standardize QMacMime and QWindowsMimeVolker Hilsheimer2022-11-073-52/+55
* macOS: Make QMacMime's handler scope type-safeVolker Hilsheimer2022-11-074-33/+36
* Rename QMacInternalPasteboardMime to QMacMimeVolker Hilsheimer2022-11-074-127/+126
* Fix spelling of converterVolker Hilsheimer2022-11-041-3/+3
* Clean-up: const'ify QMacInternalPasteboardMime APIVolker Hilsheimer2022-11-032-110/+135
* Clean up QMacMimeRegistry: remove convertorVolker Hilsheimer2022-11-032-19/+0
* Clean up QMacInternalPasteboardMime: remove convertorNameVolker Hilsheimer2022-11-033-78/+4
* Refactor: split QMacMime registry and virtual interfaceVolker Hilsheimer2022-11-034-176/+243
* QtGui: Fix mismatches between string types and string literalsMate Barany2022-09-211-2/+2
* Apply Q_CONSTINIT where beneficialSona Kurazyan2022-09-011-1/+1
* darwin: Remove unneeded SDK version checks for older versionsTor Arne Vestbø2022-08-051-2/+0
* Use SPDX license identifiersLucie Gérard2022-05-164-152/+8
* QAppleKeyMapper: Print key via QKeySequence instead of as QCharTor Arne Vestbø2022-04-291-1/+1
* QtGui: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-281-80/+81
* QtGui: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-131-2/+2
* Gui: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* Avoid file-static initialization of symbols that need @availability checkTor Arne Vestbø2022-02-091-26/+27
* gui: Fix typos in documentationJonas Kvinge2021-10-121-2/+2
* gui: Fix typos in source code commentsJonas Kvinge2021-10-121-1/+1
* macOS: Improve QAppleKeyMapper loggingTor Arne Vestbø2021-09-131-1/+14
* macOS: Clarify QAppleKeyMapperTor Arne Vestbø2021-08-201-7/+29
* macOS: Map dead keys directly to their terminator when building key mapTor Arne Vestbø2021-08-162-4/+5
* macOS: Don't treat null-key as potential shortcut keyTor Arne Vestbø2021-08-161-0/+2
* iOS: Pass the text to handleExtendedKeyEvent when knownAndy Shaw2021-02-232-2/+6
* macOS: Don't assume NSEvent charactersByApplyingModifiers: produces characterTor Arne Vestbø2021-02-051-2/+5
* macOS: Don't wrap key event keys in QCharTor Arne Vestbø2021-02-052-13/+17
* Add "we mean it" warning to private headerVolker Hilsheimer2021-02-031-0/+11
* iOS: Handle keyboard events when using an external keyboardAndy Shaw2021-01-202-0/+756