Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MacGui: enable CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER warning and fix ↵ | Damiano Galassi | 2020-06-27 | 1 | -5/+0 |
| | | | | the related warnings. Improved toolbars and alerts when compiling with the macOS 11 sdk. | ||||
* | MacGui: improve some NSNotificationCenter calls to avoid listening to ↵ | Damiano Galassi | 2020-04-12 | 1 | -2/+2 |
| | | | | unwanted notifications. | ||||
* | MacGui: add a Save menu item in the presets menu to save the changes to the ↵ | Damiano Galassi | 2020-01-20 | 1 | -7/+7 |
| | | | | selected preset. Fix a bunch of presets issues and weird behaviour. | ||||
* | MacGui: improve NSLocalizedString comments. | Damiano Galassi | 2018-06-09 | 1 | -2/+2 |
| | |||||
* | MacGui: set the minimum deployment target to 10.10. Remove Growl and use ↵ | Damiano Galassi | 2018-06-08 | 1 | -9/+3 |
| | | | | macOS standard notifications. Remove deprecated API usage and code that doesn't compile anymore (QTKit). | ||||
* | MacGUI: Fix Rename dialog on 10.7. | Bradley Sepos | 2018-03-17 | 1 | -1/+5 |
| | |||||
* | MacGUI: Add Rename Preset dialog. | Rodeo314 | 2018-03-17 | 1 | -0/+85 |
@BradleyS thanks @Rodeo314 for his help with this. |