summaryrefslogtreecommitdiffstats
path: root/macosx/HBUtilities.m
Commit message (Expand)AuthorAgeFilesLines
* Autoname creation dateMatthew Lazarow2018-08-131-4/+40
* MacGui: avoid calling boolForKey on NSUserDefaults values.Damiano Galassi2018-06-091-3/+3
* MacGui: add a short source description after the source name.Damiano Galassi2017-12-151-12/+0
* MacGui: preserve the output file name if auto naming is not enabled and the s...Damiano Galassi2017-02-221-1/+2
* MacGui: improve management of security scoped resources. Fix external SRT in ...Damiano Galassi2017-01-251-2/+7
* MacGui: initial sandbox support. Added two new scheme RELEASE-SANDBOX and DEB...Damiano Galassi2017-01-201-12/+40
* MacGui: return 'und' is the language is unknown.Damiano Galassi2016-12-201-1/+1
* MacGui: use the languages from the audio preferences for built-in presets, th...Damiano Galassi2016-12-141-0/+16
* MacGui: added some enum to HBJob model to make things nicer in swift, plus tw...Damiano Galassi2016-03-141-0/+20
* MacGui: move the objc libhb wrapper to a separate framework.Damiano Galassi2016-03-111-0/+1
* MacGui: remove the browsedSourceDisplayName ivar in HBController.Damiano Galassi2016-01-121-0/+12
* MacGui: rework the way HBController scans, remove an ivar and move some unrel...Damiano Galassi2016-01-101-0/+127
* MacGui: add nullability annotations to the headers and use weak where is poss...ritsuka2015-05-301-1/+1
* MacGui: run the Xcode "convert to modern objective-c" on the entire project.ritsuka2015-04-091-1/+1
* MacGui: convert the mac gui to Objective-C ARC.ritsuka2015-03-171-2/+2
* MacGui: add a preference to toggle the log cleanup. Use NSURL directly where ...ritsuka2015-02-211-13/+0
* MacGui: remove logs older than a month in the EncodeLogs folder.ritsuka2015-02-201-0/+14
* MacGui: refactor the stderr/stdout redirect code to be more modular.ritsuka2015-02-201-0/+8
* MacGui: fix a bunch of regressions (various crash when in some textfields, en...ritsuka2014-12-301-6/+6
* MacGui: separate the video settings logic from the view controller. There are...ritsuka2014-12-181-4/+4
* MacGui: fixed another numbers of warnings.ritsuka2014-10-231-1/+1
* MacGui: moved two methods used by the whole app to HBUtilities.m:ritsuka2014-07-161-0/+29
* MacGUI: Expanded the auto name feature to make it as powerful as the WinGUI c...ritsuka2014-07-111-0/+101