summaryrefslogtreecommitdiffstats
path: root/macosx/HBPreset.h
Commit message (Expand)AuthorAgeFilesLines
* MacGui: disable unsupported hardware presets.Damiano Galassi2021-01-041-0/+5
* MacGui: enable CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER warning and fix ...Damiano Galassi2020-06-271-1/+1
* MacGui: improve presets view to allow multiple selection, drag & drop from an...Damiano Galassi2020-01-131-6/+1
* MacGui: rename Folder to Category.Damiano Galassi2017-11-101-2/+2
* MacGui: use hb_preset_job_init instead of custom logic for audio, subtitles a...Damiano Galassi2016-10-291-0/+2
* MacGui: add a new method to create a copy of a HBPreset instance, and added b...Damiano Galassi2015-10-131-1/+1
* MacGui: remove some HBPreset -> NSDictionary conversions and add a mutable ve...Damiano Galassi2015-10-131-13/+8
* MacGui: show better error message to the user if a preset fails to importDamiano Galassi2015-10-101-1/+1
* MacGui: fix the leaks after using hb_presets_import_json and hb_presets_clean...ritsuka2015-05-301-1/+1
* MacGui: add nullability annotations to the headers and use weak where is poss...ritsuka2015-05-301-2/+7
* MacGui: use libhb built-in presets and validation functions. Update the forma...ritsuka2015-05-141-4/+61
* MacGui: convert the mac gui to Objective-C ARC.ritsuka2015-03-171-1/+1
* MacGui: moved the "add preset" window to its own window controller class. Kee...ritsuka2014-11-231-2/+2
* MacGui: added the list of the presets at the bottom of the preset menu and a ...ritsuka2014-08-091-21/+10
* MacGui: improved the presets managementritsuka2014-08-071-0/+39