summaryrefslogtreecommitdiffstats
path: root/macosx/HBAddPresetController.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: set PictureWidth and PictureHeight when creating presets with the "So...Damiano Galassi2016-12-281-4/+12
* MacGui: Add new anamorphic mode "Automatic".Damiano Galassi2016-10-311-16/+7
* MacGui: add an help button to quickly open the docs in the add preset, audio ...Damiano Galassi2016-05-291-0/+6
* MacGui: move the objc libhb wrapper to a separate framework.Damiano Galassi2016-03-111-5/+2
* MacGui: add a way to edit the audio/defaults in the 'add preset' sheet, so ho...Damiano Galassi2016-02-031-3/+52
* MacGui: default to custom picture size in the add preset sheet if the current...Damiano Galassi2015-12-051-26/+45
* MacGui: remove some HBPreset -> NSDictionary conversions and add a mutable ve...Damiano Galassi2015-10-131-15/+11
* MacGui: default to 'source maximum' in the Picture Size popup of the add pres...Damiano Galassi2015-08-291-5/+2
* MacGui: remove the "use picture filters" checkbox in the add preset sheet. Th...ritsuka2015-07-271-7/+2
* MacGui: updated the text on some warning messages. ritsuka2015-07-041-2/+2
* MacGui: cast the value of UsesPictureFilters to bool so the dictionary will u...ritsuka2015-05-301-1/+1
* MacGui: use libhb built-in presets and validation functions. Update the forma...ritsuka2015-05-141-0/+3
* MacGui: convert the mac gui to Objective-C ARC.ritsuka2015-03-171-18/+11
* MacGui: remove some unused #import. Move again more things in HBController to...ritsuka2014-12-231-0/+1
* MacGui: save the preset description, it had been broken after the add preset ...ritsuka2014-12-221-1/+4
* MacGui: moved the "add preset" window to its own window controller class. Kee...ritsuka2014-11-231-0/+138