summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* CoreText: Remove handling of the AppleAntiAliasingThreshold user defaultTor Arne Vestbø2018-11-291-1/+0
* CoreText: Modernize font smoothing and antialiasing threshold detectionTor Arne Vestbø2018-11-291-1/+1
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-11-271-5/+23
|\
| * Fix hang in QMacPasteboard::formats()Andrew Smolko2018-11-221-5/+23
* | macOS accessibility: fix crash for NSAccessibilityVisibleCharacterRangeAttributeFrederik Gladhorn2018-11-231-2/+3
* | macOS: Track changes to our NSView's superview and window propertiesTor Arne Vestbø2018-11-231-6/+67
* | macOS: Allow raising and lowering child windowsTor Arne Vestbø2018-11-231-20/+22
* | macOS: Don't assume platform input context is our ownTor Arne Vestbø2018-11-221-2/+2
* | Fix crash when painting with pattern brush to print device on macOSEirik Aavitsland2018-11-221-1/+0
* | macOS: Improve logging during QNSView/QNSWindow deallocationTor Arne Vestbø2018-11-202-2/+4
* | macOS: Use shared NSWindowDelegate instead of one per windowTor Arne Vestbø2018-11-204-25/+27
* | macOS: Ensure NSWindow delegate is released in sync with its NSWindowTor Arne Vestbø2018-11-201-4/+3
* | Merge remote-tracking branch 'origin/5.12.0' into 5.12Liang Qi2018-11-163-25/+60
|\ \
| * | macOS: Disable threaded GL rendering on SDK 10.14+Tor Arne Vestbø2018-11-131-2/+7
| * | macOS: Only enable layer-backed views on 10.14 if built against 10.14 SDKTor Arne Vestbø2018-11-092-23/+53
* | | macOS: Make QScreen::grabWindow() work againMorten Johan Sørvig2018-11-111-2/+2
* | | macOS: set dpr on pixmap returned by grabWindow()Morten Johan Sørvig2018-11-111-0/+1
* | | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-092-2/+0
|\ \ \ | |/ / |/| / | |/
| * Modernize the "textcodec" featureLiang Qi2018-11-072-2/+0
* | Merge remote-tracking branch 'origin/5.11' into 5.12.0Liang Qi2018-11-051-2/+7
|\|
| * [cocoa] Disable offline renderers for dual AMD FirePro GPUMichael Brüning2018-10-231-1/+7
* | Merge 5.12 into 5.12.0Oswald Buddenhagen2018-10-302-3/+22
|\ \
| * | macOS: restore hidden popup windowsRafael Roquetto2018-10-281-2/+20
| * | macOS: Fix NSOpenGLContext view association checkTor Arne Vestbø2018-10-231-1/+2
* | | macOS: Treat explicitly set Qt::SubWindows as not needing a NSWindowTor Arne Vestbø2018-10-291-2/+5
* | | macOS: Add local auto-release pool during updating of window flagsTor Arne Vestbø2018-10-261-0/+6
* | | macOS: Log Qt and macOS version information at startupTor Arne Vestbø2018-10-253-0/+141
|/ /
* | QCocoaMenuItem: ignore font hintsTimur Pocheptsov2018-10-192-17/+2
* | macOS: Use correct text background colorMorten Johan Sørvig2018-10-181-2/+3
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-173-0/+14
|\|
| * Modernize the "mimetype" featureLiang Qi2018-10-122-0/+6
| * [macOS] Fix position of sheets when using unifiedTitleAndToolBarOnMacAlexandru Croitor2018-10-081-0/+8
* | qt_mac_createRolePalettes: fix the highlight color for ItemViewPalette roleTimur Pocheptsov2018-10-141-1/+1
* | qnsview_keys - fix a typoTimur Pocheptsov2018-10-131-1/+1
* | Cocoa integration: fix incorrect keyboard mappingTimur Pocheptsov2018-10-041-4/+6
* | QCocoaKeyMapper: Properly initialize all members and reset on updateUlf Hermann2018-10-042-12/+10
* | macOS: Don't call [NSOpenGLContext update] for every frameTor Arne Vestbø2018-10-032-3/+37
* | macOS: Ensure QFontDialog picks up changes in NSFontPanelTor Arne Vestbø2018-10-031-3/+7
* | macOS: Use light color for tooltip text in dark modeMorten Johan Sørvig2018-09-251-0/+3
* | qnsview_key/qnsview_mouse make Ctrl+left click work againTimur Pocheptsov2018-09-242-4/+8
* | macOS: Clarify what static mutex in QCocoaGLContext is used forTor Arne Vestbø2018-09-131-4/+6
* | macOS: Prevent flickering when resizing window rendered to by separate threadTor Arne Vestbø2018-09-111-0/+30
* | Merge "Merge remote-tracking branch 'origin/5.11' into 5.12" into refs/stagin...Liang Qi2018-09-101-21/+0
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-09-101-21/+0
| |\|
| | * Revert "macOS: Force light theme on macOS 10.14+"Morten Johan Sørvig2018-09-031-21/+0
* | | macOS: Release surfaces straight away when reconfiguring QCocoaGLContextTor Arne Vestbø2018-09-101-0/+10
|/ /
* | macOS: Use NSOpenGLContext's drawable directly to track active drawableTor Arne Vestbø2018-09-095-64/+5
* | Cocoa: change background color of selected menu itemsRichard Moe Gustavsen2018-09-081-1/+5
* | macOS: Clear NSOpenGLContex's drawable when using offscreen surfacesTor Arne Vestbø2018-09-071-21/+29
* | cocoa: Fix build with MoltenVKLaszlo Agocs2018-09-061-2/+6