summaryrefslogtreecommitdiffstats
path: root/src/gui/platform/darwin
Commit message (Expand)AuthorAgeFilesLines
* macOS: Use dedicated content CALayer for Metal/Raster contentTor Arne Vestbø2025-04-281-1/+0
* Account for Qt::AA_MacDontSwapCtrlAndMeta when mapping Latin ⌘-shortcutsTor Arne Vestbø2025-04-091-3/+8
* Apple: Use automatic rendering mode for icon engineTor Arne Vestbø2024-12-201-19/+21
* macOS: Release main thread transaction block as soon as we're done with itTor Arne Vestbø2024-10-211-4/+8
* QChar: disable implicit conversions on most ctor argumentsMarc Mutz2024-10-101-5/+5
* QMacMimeRtfText: Remove stray newline when converting RTF to HTMLTor Arne Vestbø2024-08-131-1/+6
* Apple: cache all pixmaps from the icon engineVolker Hilsheimer2024-08-032-18/+32
* Icon engines: don't paint on a null-pixmapVolker Hilsheimer2024-07-311-3/+5
* Clean up logging categoriesVolker Hilsheimer2024-07-031-1/+3
* cocoa/darwin: remove checking for legacy OS versionsVladimir Belyavsky2024-06-131-17/+15
* Logging: Introduce a macro to declare an exported Qt logging categoryUlf Hermann2024-06-071-1/+1
* macOS: Present Metal layer with transaction during display cycleTor Arne Vestbø2024-06-012-0/+114
* Add preliminary support for Qt for visionOSTor Arne Vestbø2024-04-182-5/+5
* Apple icon engine: reverse implementation to avoid pixmapsVolker Hilsheimer2024-04-041-52/+53
* 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