summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.h
Commit message (Expand)AuthorAgeFilesLines
* MacGui: removed the “Large file size” checkbox.ritsuka2014-08-231-2/+0
* MacGui: removed an unnecessary NSBox in the Advanced tab.ritsuka2014-08-221-5/+7
* MacGui: set the tab views directly instead of adding a subview in the main wi...ritsuka2014-08-201-4/+4
* MacGui: added a HBDockTile class to manage the dock tile.ritsuka2014-08-201-6/+3
* MacGui: added support for NLMeans denoise. Added the HBFilters class to store...ritsuka2014-08-191-1/+0
* MacGui: select the default preset in the presets drawer at start up. Added a ...ritsuka2014-08-161-2/+0
* MacGui: added the list of the presets at the bottom of the preset menu and a ...ritsuka2014-08-091-2/+2
* MacGui: removed the last remaining of the code to load a custom application i...ritsuka2014-08-081-2/+0
* MacGui: removed a old check on the scan count from the era when the MacGui us...ritsuka2014-08-081-2/+0
* MacGui: improved the presets managementritsuka2014-08-071-67/+8
* MacGui: simplified the way the audio tracks are stored in the queue.ritsuka2014-08-041-2/+0
* MacGui: moved two methods used by the whole app to HBUtilities.m:ritsuka2014-07-161-2/+0
* MacGUI: Refactored the controller code for the video/audio/subtitles/chapters...ritsuka2014-07-151-139/+27
* MacGUI: Refactor HBPreviewController. Rename the actual class to HBPreviewCon...ritsuka2013-11-041-1/+1
* MacGUI: refactor PictureController. kill a bit of dead code (~500 lines), swi...ritsuka2013-11-021-3/+2
* MacGUI: Varius warnings fixes:ritsuka2013-10-251-11/+11
* MacGui: use FSEvent api to create a FSEventStream to keep track of when a fil...ritsuka2013-08-191-0/+4
* MacGui: simplify queue display code.Rodeo2013-04-121-0/+1
* MacGui: main and queue window improvements.Rodeo2013-04-121-6/+7
* MacGui: rename a variable.Rodeo2013-04-121-1/+1
* MacGui: Add missing tooltips . Align and fix issues.dynaflash2013-01-271-1/+3
* MacGui: retain the current storage width and height and use it when unparsing...Rodeo2013-01-161-0/+2
* MacGui: fAudioFallbackPopUp should be an NSPopUpButton.Rodeo2013-01-061-1/+1
* MacGui: fX264MediumPresetIndex is an index, not a pointer.Rodeo2013-01-061-1/+1
* MacGui: add getters and setter for x264 preset system.Rodeo2013-01-031-8/+18
* MacGui: fix memory leak, more refactoring, bugfixes.Rodeo2013-01-021-0/+1
* MacGui: more refactoring, bugfixes.Rodeo2013-01-021-1/+0
* MacGui: fix fx264UseAdvancedOptionsCheck (hopefully).Rodeo2013-01-021-2/+3
* MacGui: code refactoring (x264 preset system).Rodeo2013-01-021-1/+3
* MacGui: Initial x264 presets implementation.dynaflash2013-01-011-0/+28
* MacGui: miscellaneous cosmetics and consistency adjustments.Rodeo2012-09-221-5/+5
* MacGui: Add the drag & drop features on both DockIcon and Handbrake Main WindowRodeo2012-09-211-1/+8
* MacGui: New dock icon progess behavior with percent & ETA "badges".dynaflash2012-09-151-0/+7
* MacGui: add Auto Passthru support.Rodeo2012-01-241-1/+11
* MacGui: Behold that which is hidden ... Batch Queueing Support.dynaflash2011-09-021-0/+8
* MacGui: Add -selectedPreset helper methoddynaflash2011-05-261-2/+4
* MacGui: Fix some compile time warnings.dynaflash2011-05-261-1/+0
* MacGui: Don't assign nil to ints (duh)dynaflash2011-05-191-1/+0
* MacGui: implement Frame Rate Mode as per the Lingui.dynaflash2011-04-151-1/+7
* MacGui: Remove Target Size as a rate control option as it doesn't really work...dynaflash2011-03-011-2/+0
* MacGui: Audio Fixes and Enhancements ... patch by circleone.dynaflash2010-09-201-2/+1
* MacGui: Audio ... Add an "Add All Tracks" button to the audio tab.dynaflash2010-09-161-0/+3
* MacGui: Audio ... Allow more than 4 audio tracks.dynaflash2010-09-151-64/+11
* MacGui: Store live previews in a sub directory in "~/Library/Application Supp...dynaflash2010-08-061-1/+1
* MacGui: Remove unused method declaration.dynaflash2010-08-021-1/+0
* MacGui: Fix how we get the current instances pid number since NSRunningApplic...dynaflash2010-07-191-2/+2
* MacGui: Initial implementation of new queue sync code which allows multi-inst...dynaflash2010-07-171-2/+5
* MacGui: Presets - Add abliity to modify width and height on a preset independ...dynaflash2010-06-281-0/+5
* MacGui: Peak Framerate initial implementationdynaflash2010-06-181-0/+2
* MacGui: Chapter Title import/export functionalitydynaflash2010-05-061-2/+11