summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.m
Commit message (Expand)AuthorAgeFilesLines
* MacGUI: Replace deprecated NSBeginCriticalAlertSheet / NSRunAlertPanel / NSRu...ritsuka2014-08-131-100/+158
* MacGui: fixed the validation of the File menu. The validateMenuItem: method w...ritsuka2014-08-111-11/+13
* MacGui: implemented the HBViewValidation protocol in each of the main window ...ritsuka2014-08-101-13/+5
* MacGui: fixed gain validation in the audio panel. Remove the drc validation b...ritsuka2014-08-101-3/+5
* MacGui: removed the “Show Presets Drawer” preference. The state of the dr...ritsuka2014-08-101-0/+9
* MacGui: add a divider in the menu after the last built in preset and make the...ritsuka2014-08-091-1/+20
* MacGui: added the list of the presets at the bottom of the preset menu and a ...ritsuka2014-08-091-23/+75
* MacGui: replaced the few remaining enumerators in Controller.m with fast enum...ritsuka2014-08-081-27/+8
* MacGui: removed the last remaining of the code to load a custom application i...ritsuka2014-08-081-15/+0
* MacGui: removed a old check on the scan count from the era when the MacGui us...ritsuka2014-08-081-70/+25
* MacGui: improved the presets managementritsuka2014-08-071-1010/+193
* MacGui: simplified the way the audio tracks are stored in the queue.ritsuka2014-08-041-37/+56
* MacGui: Adds a new sheet for audio defaults (presets), uses the same preset k...ritsuka2014-08-041-94/+26
* MacGui: Implemented a configuration panel similar to the win/lin gui one for ...ritsuka2014-07-291-250/+158
* MacGui: moved two methods used by the whole app to HBUtilities.m:ritsuka2014-07-161-99/+60
* MacGUI: Refactored the controller code for the video/audio/subtitles/chapters...ritsuka2014-07-151-1650/+179
* MacGUI: Expanded the auto name feature to make it as powerful as the WinGUI c...ritsuka2014-07-111-56/+97
* macui/cli/libhb: cleanupjstebbins2014-06-181-185/+71
* MacGUI: fix line endings after last commit.Rodeo2014-05-111-7/+8
* mux: eliminate 32 track limitjstebbins2014-05-111-8/+7
* libhb: enable burn-in of all supported text subtitle formatsjstebbins2014-03-301-20/+42
* MacGui: generalize x264CqSliderFractional preference to allRodeo2014-03-031-4/+4
* libhb: make encoder options less x264-centric.Rodeo2014-02-131-58/+58
* MacGui: fixy a crash when opening an external SRT file.Rodeo2014-01-191-2/+2
* MacGui: update to the new preset getter API.Rodeo2013-11-081-8/+5
* Denoise (hqdn3d) syntax change: accept settings for individual chroma channels.Rodeo2013-11-081-6/+6
* MacGUI: validate the toolbars items after a scan. This used to be done but go...ritsuka2013-11-051-1/+2
* MacGUI: Refactor HBPreviewController. Rename the actual class to HBPreviewCon...ritsuka2013-11-041-3/+8
* MacGUI: refactor PictureController. kill a bit of dead code (~500 lines), swi...ritsuka2013-11-021-22/+7
* MacGUI: Varius warnings fixes:ritsuka2013-10-251-216/+221
* MacGUI: fixed a number of leaks/null-deferences/dead-code found by clang stat...ritsuka2013-10-151-59/+29
* MacGUI: Replace deprecated NSWorkspace API calls. Patch by Alexander Zautke.ritsuka2013-09-281-26/+27
* MacGui: use FSEvent api to create a FSEventStream to keep track of when a fil...ritsuka2013-08-191-28/+101
* Add hb_video_quality_get_limits and hb_video_quality_get_name to libhb API.Rodeo2013-07-131-51/+74
* MacGui: improve previous commit a bit.Rodeo2013-07-011-2/+13
* MacGui: Fix a silly Logic bug in logging code.sr552013-07-011-6/+1
* libhb: add experimental avformat muxer for mkv and mp4jstebbins2013-06-301-3/+4
* libhb/common: improve fallback mechanism.Rodeo2013-06-031-1/+1
* MacGUI: Patch -Replace some deprecated API Calls https://reviews.handbrake.fr...sr552013-06-011-36/+40
* Don't expose rate, mixdown, dither and encoder arrays to the UIs.Rodeo2013-05-301-166/+194
* Make initialization of vfr filter work as I intended.jstebbins2013-05-281-10/+14
* MacGui: fix a bug where the iPod 5G checkbox would be disabled for x264 in MP4.Rodeo2013-05-121-16/+13
* MacGui: refactor handling on chapter titles.Rodeo2013-05-111-13/+1
* MacGui: harmonize audio configuration code in prepareJob and prepareAudioForJob.Rodeo2013-04-281-21/+25
* MacGui: bugfix: set video framerate mode (vfr, pfr, cfr) when editing queue i...Rodeo2013-04-281-15/+29
* MacGui: simplify queue display code.Rodeo2013-04-121-11/+34
* MacGui: main and queue window improvements.Rodeo2013-04-121-112/+153
* MacGui: rename a variable.Rodeo2013-04-121-13/+13
* MacGui: fix loading preset which specify an advanced options string (rather t...Rodeo2013-04-121-70/+87
* MacGui: when switching from the x264 system to the advanced panel, populate t...Rodeo2013-04-091-11/+17