summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* 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
* QCocoaMenuBar: set the app's 'Window' menuTimur Pocheptsov2021-11-233-0/+31
* macOS: Clear NSOpenGLContext drawable when QNSView is about to go awayTor Arne Vestbø2021-11-163-0/+20
* macOS: Add QCALayerBackingStore::preserveFromFrontBuffer helper functionTor Arne Vestbø2021-11-082-10/+22
* macOS: Rename QCALayerBackingStore::prepareForFlush()Tor Arne Vestbø2021-11-082-39/+50
* macOS: Track painted area of backingstore buffer via its dirty regionTor Arne Vestbø2021-11-082-17/+28
* macOS: Don't defer back/front-buffer swap in CALayer backingstoreTor Arne Vestbø2021-11-081-25/+18
* qnsview_mouse, scrollWheel: do not assume zero deltas on Ending phaseTimur Pocheptsov2021-11-031-4/+4
* Add ShowDirectoriesFirst platform theme hintMitch Curtis2021-11-031-0/+2
* Add missing macOS header file that was indirectly included beforeØystein Heskestad2021-10-271-0/+1
* Initialize member variables before we check their valuesVolker Hilsheimer2021-10-251-5/+3