summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* macOS: Activate non-modal windows during modal session if they support itTor Arne Vestbø2020-04-171-2/+5
* macOS: Rework worksWhenModal and update on modal session changeTor Arne Vestbø2020-04-172-11/+83
* macOS: Remove a bunch of dead (forward) declarationsTor Arne Vestbø2020-04-1519-270/+25
* macOS: Clean up header includes to use quotes or brackets as appropriateTor Arne Vestbø2020-04-1512-47/+50
* Fix deprecation warnings in QCocoaCursorVolker Hilsheimer2020-04-142-9/+9
* macOS: Replace foreach with ranged for loopsTor Arne Vestbø2020-04-149-10/+12
* macOS: Move translations to their respective source filesTor Arne Vestbø2020-04-147-192/+74
* qpa: Remove references to lighthouseTor Arne Vestbø2020-04-032-3/+1
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-272-25/+68
|\
| * macOS: Flush sublayers via separate IOSurface backingstoresTor Arne Vestbø2020-03-252-25/+68
* | macOS: Ensure GL symbols are resolved from the OpenGL frameworkLucas Wang2020-03-151-1/+1
* | macOS: Modernize QCocoaSystemTrayIconTor Arne Vestbø2020-03-142-200/+97
* | macOS: Pass on QCursor pixmap with original scaleTor Arne Vestbø2020-03-121-11/+2
* | macOS: Pass on QIcon as NSImage if possible, instead of going via QPixmapTor Arne Vestbø2020-03-122-14/+5
* | macOS: Streamline QIcon to NSImage conversionTor Arne Vestbø2020-03-122-13/+2
* | macOS: Streamline QImage to NSImage conversionTor Arne Vestbø2020-03-126-26/+11
* | macOS: Log occlusion state changesTor Arne Vestbø2020-03-121-1/+3
* | macOS: Disable system provided tabbing by defaultTor Arne Vestbø2020-03-061-0/+1
* | macOS: Don't create QMacCGContext when printingTor Arne Vestbø2020-03-041-9/+12
* | macOS: Reduce save dialog extension filters to their last componentTor Arne Vestbø2020-03-041-19/+42
* | Do not constantly create new surfaces with MoltenVK on macOSLaszlo Agocs2020-03-033-7/+8
* | macOS: MoltenVK: Pass in the layer instead of the viewLaszlo Agocs2020-03-031-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-02-181-1/+2
|\|
| * macOS: Tag sub-layer images with color space on flushTor Arne Vestbø2020-02-111-1/+2
* | Add QWindow::startSystemMove and startSystemResizeJohan Klokkhammer Helsing2020-01-282-0/+18
* | macOS: Decide enabled state of menu items correctlyVolker Hilsheimer2020-01-231-1/+1
* | Mac: disable application menu items during modal sessionVolker Hilsheimer2020-01-241-1/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-154-302/+195
|\|
| * macOS: Move palette setup into platform themeTor Arne Vestbø2020-01-144-302/+195
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-063-7/+14
|\|
| * macOS: Skip uninitialized buffers in IOSurface backingstoreTor Arne Vestbø2020-01-031-2/+4
| * macOS: Handle missing color space information in IOSurface backingstoreTor Arne Vestbø2020-01-031-3/+10
| * Remove commented out code added by mistake in 7ac4e55cb979dTor Arne Vestbø2020-01-021-2/+0
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-276-31/+33
|\|
| * macOS Don't throw away backingstore buffers when backing properties changeTor Arne Vestbø2019-12-235-30/+32
| * macOS: Deliver theme changes synchronouslyTor Arne Vestbø2019-12-191-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-162-68/+225
|\|
| * Merge remote-tracking branch 'origin/5.14.0' into 5.14Qt Forward Merge Bot2019-12-132-68/+225
| |\
| | * macOS: Harden screen handling logic when reconfiguring displaysTor Arne Vestbø2019-11-292-68/+225
* | | Avoid initializing QFlags with 0 or nullptr in macOS-specific codeFriedemann Kleint2019-12-111-1/+1
* | | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Liang Qi2019-12-105-2/+55
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-105-2/+55
| |\| |
| | * | Move the tooltip out of the way of very large mouse cursorsVolker Hilsheimer2019-12-092-0/+28
| | * | macOS: Improve QCocoaGLContext loggingTor Arne Vestbø2019-12-052-1/+23
| | * | macOS: Enable fullscreen for windows by defaultTor Arne Vestbø2019-12-051-1/+4
* | | | QCocoaEventDispatcher: make 'interrupt' workTimur Pocheptsov2019-12-102-2/+21
|/ / /
* | | macOS: support copying lazily provided data to the clipboardVolker Hilsheimer2019-12-102-3/+7
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Ulf Hermann2019-12-034-15/+5
|\| |
| * | macOS: Don't tweak NSApp presentationOptions on startupTor Arne Vestbø2019-12-031-10/+0
| * | macOS Accessibility: Fix role for comboboxesPeter Varga2019-11-291-1/+1