summaryrefslogtreecommitdiffstats
path: root/macosx/HBRenamePresetController.m
Commit message (Collapse)AuthorAgeFilesLines
* MacGui: enable CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER warning and fix ↵Damiano Galassi2020-06-271-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 Galassi2020-04-121-2/+2
| | | | unwanted notifications.
* MacGui: add a Save menu item in the presets menu to save the changes to the ↵Damiano Galassi2020-01-201-7/+7
| | | | selected preset. Fix a bunch of presets issues and weird behaviour.
* MacGui: improve NSLocalizedString comments.Damiano Galassi2018-06-091-2/+2
|
* MacGui: set the minimum deployment target to 10.10. Remove Growl and use ↵Damiano Galassi2018-06-081-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 Sepos2018-03-171-1/+5
|
* MacGUI: Add Rename Preset dialog.Rodeo3142018-03-171-0/+85
@BradleyS thanks @Rodeo314 for his help with this.