summaryrefslogtreecommitdiffstats
path: root/macosx/HBPresetsViewController.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: corrently display the presets popover on 10.14 dark mode.Damiano Galassi2018-08-041-2/+2
* MacGui: remove a bunch of unneeded compatibility code.Damiano Galassi2018-07-101-2/+2
* MacGui: fix another round of deprecation warnings. Remove drawer code.Damiano Galassi2018-06-101-3/+3
* Fix: fix another deprecation warning and add a missing alloc message.Damiano Galassi2018-06-091-1/+1
* MacGui: improve NSLocalizedString comments.Damiano Galassi2018-06-091-6/+6
* MacGui: set the minimum deployment target to 10.10. Remove Growl and use macO...Damiano Galassi2018-06-081-23/+9
* MacGUI: Update main window preset control when changing the default preset vi...Bradley Sepos2018-03-171-0/+1
* MacGUI: Update main window preset control when renaming via popover.Bradley Sepos2018-03-171-0/+9
* MacGUI: After deleting a preset, select the default preset.Bradley Sepos2018-03-171-3/+1
* MacGui: update preset when navigating with the keyboard arrows, fix #452Damiano Galassi2017-12-201-19/+36
* MacGui: add a header to the presets popover.Damiano Galassi2017-11-301-4/+29
* MacGui: use a popover instead of a drawer on 10.10+ .Damiano Galassi2017-11-241-0/+5
* MacGui: always use the new add category controller to add a category.Damiano Galassi2017-11-101-6/+7
* MacGui: rename Folder to Category.Damiano Galassi2017-11-101-4/+4
* MacGui: move the objc libhb wrapper to a separate framework.Damiano Galassi2016-03-111-2/+3
* MacGui: use a view-based outline view in the presets drawer.Damiano Galassi2015-12-051-37/+29
* MacGui: do not try to import a preset even if the cancel button was clicked.Damiano Galassi2015-10-161-12/+15
* MacGui: show better error message to the user if a preset fails to importDamiano Galassi2015-10-101-1/+8
* MacGui: updated the text on some warning messages. ritsuka2015-07-041-4/+4
* MacGui: make a copy of a preset before showing the export window.ritsuka2015-05-171-1/+4
* MacGui: allow exporting a preset folder. Add import/export menu item to the p...ritsuka2015-05-161-0/+67
* MacGui: use libhb built-in presets and validation functions. Update the forma...ritsuka2015-05-141-3/+3
* MacGui: convert the mac gui to Objective-C ARC.ritsuka2015-03-171-16/+6
* MacGui: update a file header and fix a comment.ritsuka2015-01-091-1/+1
* MacGui: separate the video settings logic from the view controller. There are...ritsuka2014-12-181-9/+2
* MacGui: changed the preset selection code a little bit again.ritsuka2014-08-171-4/+3
* MacGui: implemented the HBViewValidation protocol in each of the main window ...ritsuka2014-08-101-10/+6
* MacGui: don’t allow to drop a preset before the built in ones.ritsuka2014-08-091-2/+10
* MacGui: added the list of the presets at the bottom of the preset menu and a ...ritsuka2014-08-091-11/+19
* MacGui: improved the presets managementritsuka2014-08-071-0/+396