summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.h
Commit message (Expand)AuthorAgeFilesLines
* MacGui: integrated HBPicture in HBPictureController and started to move thing...ritsuka2014-12-201-1/+0
* MacGui: remove a unused ivar in HBController.ritsuka2014-12-201-1/+0
* MacGui: merged the two browerFile methods.ritsuka2014-12-041-2/+0
* MacGui: added back part of the drag & drop handling.ritsuka2014-12-041-3/+1
* MacGui: added back some tooltips to the toolbar items. Remove the NSToolbarDe...ritsuka2014-12-041-1/+1
* MacGui: moved the main window toolbar to the xib.ritsuka2014-12-031-1/+0
* MacGui: switched the hb_handle_t references in HBController to HBCore instances.ritsuka2014-12-031-18/+0
* MacGui: removed 4 unneeded AutoCrop* ivars.ritsuka2014-11-231-6/+0
* MacGui: moved the "add preset" window to its own window controller class. Kee...ritsuka2014-11-231-16/+3
* 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