summaryrefslogtreecommitdiffstats
path: root/macosx/HBAppDelegate.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: make a submenu for each preset folder in the Presets menu.Damiano Galassi2016-05-251-37/+45
* MacGui: move the objc libhb wrapper to a separate framework.Damiano Galassi2016-03-111-1/+2
* MacGui: add a key equivalent to the 'don't quit' button of the quit alert.Damiano Galassi2016-01-211-0/+1
* MacGui: added some error logs to the queue.Damiano Galassi2016-01-091-5/+5
* MacGui: improved queue with undo/redo support for adding/removing jobs, and a...Damiano Galassi2015-10-191-3/+5
* MacGui: move the picture and filters settings to the main window.ritsuka2015-07-271-7/+3
* MacGui: more missing files.ritsuka2015-07-241-1/+1
* MacGui: remove the built in presets update alert.ritsuka2015-05-141-17/+0
* MacGui: use libhb built-in presets and validation functions. Update the forma...ritsuka2015-05-141-10/+6
* MacGui: fix the multiple instances alert.ritsuka2015-04-301-16/+15
* MacGui: Remove the "Reload queue" alert. The queue is always reloaded and the...ritsuka2015-04-221-82/+10
* MacGui: run the Xcode "convert to modern objective-c" on the entire project.ritsuka2015-04-091-1/+3
* MacGui: changed the Preview Window and Picture Panel behaviour to avoid the h...ritsuka2015-04-071-8/+11
* MacGui: convert the mac gui to Objective-C ARC.ritsuka2015-03-171-22/+6
* MacGui: add a preference to toggle the log cleanup. Use NSURL directly where ...ritsuka2015-02-211-37/+58
* MacGui: remove logs older than a month in the EncodeLogs folder.ritsuka2015-02-201-1/+39
* MacGui: refactor the stderr/stdout redirect code to be more modular.ritsuka2015-02-201-1/+0
* MacGui: do not make the output panel textview scroll to the bottom if the win...ritsuka2015-02-181-1/+1
* MacGui: clean up HBCore, add a way to register a block as error handler.ritsuka2015-01-231-23/+6
* MacGui: center the prefs window in the showWindow: method.ritsuka2015-01-221-7/+1
* MacGui: rename HBController and HBQueueController files.ritsuka2015-01-221-1/+1
* MacGui: move the application delegate to its own class. Removed the "Open Sou...ritsuka2015-01-221-0/+482