summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* Clean up our Objective-C usageJake Petroules2018-02-2026-316/+286
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-168-37/+92
|\
| * Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-154-29/+61
| |\
| | * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-071-2/+5
| | |\
| | * | macOS: Share view update code between layered and non-layered modeTor Arne Vestbø2018-02-051-2/+6
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-021-4/+8
| | |\ \
| | * \ \ Merge remote-tracking branch 'origin/5.10.1' into 5.10Liang Qi2018-02-013-27/+39
| | |\ \ \
| | | * | | macOS: Handle update requests via setNeedsDisplay more carefullyTor Arne Vestbø2018-02-013-27/+39
| | * | | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-291-2/+0
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-261-0/+18
| | |\ \ \ \
| | * | | | | Cocoa: Make dialogs non-resizable againMorten Johan Sørvig2018-01-251-2/+3
| * | | | | | Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-144-8/+31
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | macOS: fix menu positioning on high-DPIJ-P Nurmi2018-02-051-2/+4
| | | |_|_|/ | | |/| | |
| | * | | | Fix QFileDialog::defaultSuffix on macOSNathan Collins2018-02-011-4/+8
| | | |_|/ | | |/| |
| | * | | Remove traces of Growl in QSystemTrayIcon code and documentationKonstantin Tokarev2018-01-261-2/+0
| | | |/ | | |/|
| | * | Cocoa: Explicitly hide popup windows when the application is hiddenAndy Shaw2018-01-251-0/+18
* | | | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-136-28/+12
|\| | |
| * | | macOS: Add more granular logging categories for window eventsTor Arne Vestbø2018-02-134-7/+11
| * | | Remove code paths for macOS < 10.11Jake Petroules2018-02-112-21/+1
* | | | macOS: Don't log missing forwarding target during notification forwardingTor Arne Vestbø2018-02-091-11/+6
* | | | Cocoa: Support DnD to the TrashMorten Johan Sørvig2018-02-071-0/+1
* | | | Cocoa: move setting of drag accepted stateMorten Johan Sørvig2018-02-071-4/+3
|/ / /
* | | Use new QString::remove(QLatin1String)Anton Kudryavtsev2018-02-051-1/+1
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-2010-57/+39
|\ \ \ | | |/ | |/|
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Tor Arne Vestbø2018-01-169-47/+22
| |\|
| | * macOS: Namespace FullScreenProperty category on NSWindowTor Arne Vestbø2018-01-101-0/+5
| | * macOS: Simplify mangling of QNSPanelDelegate protocolTor Arne Vestbø2018-01-104-5/+8
| | * macOS: Namespace QNSWindowProtocol when building with -qtnamespaceTor Arne Vestbø2018-01-101-0/+3
| | * macOS: Replace category methods with functionsPavol Markovic2018-01-104-42/+7
| * | macOS: Copy QNSWindowProtocol without referencing it by nameTor Arne Vestbø2018-01-151-10/+17
* | | Cocoa: Prevent crash on focusObjectChanged()Morten Johan Sørvig2018-01-181-0/+2
* | | Cocoa: Use the whole geometry when in fullscreen mode for popup menusAndy Shaw2018-01-161-0/+2
* | | Cocoa: Make AA_MacDontSwapCtrlMeta workAndy Shaw2018-01-081-5/+15
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-041-2/+5
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-041-2/+5
| |\|
| | * Cocoa: make "Send correct mouse buttons for tablets" optionalShawn Rutledge2018-01-021-2/+5
* | | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-026-4/+56
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-301-2/+6
| |\|
| | * Cocoa: Disable “Hide” menu item on open popupsMorten Johan Sørvig2017-12-041-2/+6
| * | macOS: Make retina OpenGL work on VMwareMorten Johan Sørvig2017-12-153-1/+20
| * | Merge remote-tracking branch 'origin/5.10.0' into 5.10Liang Qi2017-12-081-1/+24
| |\ \
| | * \ Merge 5.10 into 5.10.0Oswald Buddenhagen2017-11-209-9/+80
| | |\ \
| | * | | macOS: Fix OpenGL context sharingMorten Johan Sørvig2017-11-161-1/+24
| * | | | Cocoa: Ensure menus for a dialog's menubar are validated correctlyAndy Shaw2017-12-013-0/+18
* | | | | Migrate Cocoa QPA backend to use QRegularExpressionSamuel Gaist2017-12-302-5/+9
* | | | | Cocoa QPA: Delete singletons on exitGabriel de Dietrich2017-12-262-31/+18
* | | | | QCocoaNSMenuDelegate: Improve key-equivalent logicGabriel de Dietrich2017-12-192-19/+41
* | | | | QCocoaMenu: Derive custom NSMenu class, make delegate a singletonGabriel de Dietrich2017-12-195-218/+373
* | | | | macOS: remove existing color-profile handling codeMorten Johan Sørvig2017-12-152-91/+13
* | | | | Update usage of QFontMetrics::width() to new APIEskil Abrahamsen Blomfeldt2017-12-081-1/+1