summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.h
Commit message (Expand)AuthorAgeFilesLines
* MacGui: moved the queue code from HBController to HBQueueController, reworked...ritsuka2015-01-191-67/+18
* MacGui: use NSURL where possible, replace a api call not available on 10.6.ritsuka2015-01-071-2/+2
* MacGui: fix a bunch of regressions (various crash when in some textfields, en...ritsuka2014-12-301-1/+0
* MacGui: use bindings to toggle the chapters/seconds/frames UI.ritsuka2014-12-291-3/+0
* MacGui: clean up headers and imports.ritsuka2014-12-271-10/+9
* MacGui: remove redundant "enabled" property in a few view controller. Cosmeti...ritsuka2014-12-271-8/+2
* MacGui: rename PictureController.* to HBPictureController.* .ritsuka2014-12-271-1/+1
* MacGui: change the queue to work with serialized HBJob objects, remove the NS...ritsuka2014-12-271-15/+1
* MacGui: remove some unused #import. Move again more things in HBController to...ritsuka2014-12-231-6/+0
* MacGui: remove the last usage of title->job.ritsuka2014-12-211-1/+0
* MacGui: refactor a bit of HBController to remove dependency on hb_title_t.ritsuka2014-12-211-2/+0
* MacGui: use HBJob when possible.ritsuka2014-12-211-8/+0
* 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