summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.mm
Commit message (Expand)AuthorAgeFilesLines
* MacGui: Fix presets when using maximum source picture size and loose anamorph...dynaflash2008-09-261-7/+4
* MacGui: Remove the VFR checkbox in the Picture Settings window.dynaflash2008-09-241-45/+25
* MacGui: implement a slider for deblock.dynaflash2008-09-231-9/+20
* MacGui: upon reloading a previous queue at launch, open up the queue window.dynaflash2008-09-231-0/+1
* MacGui: When reloading a previous queue at launch, as well as pending encode...dynaflash2008-09-231-24/+77
* MacGui: Re-enable deleting encodes with the delete key if hilighted.dynaflash2008-09-221-4/+4
* MacGui: Fix sleep/shutdown warning so it only comes up once right when starti...dynaflash2008-09-221-4/+5
* MacGui: Add encoding status readout to the queue windowdynaflash2008-09-221-3/+14
* MacGui: End of encode/queue alerts and actions changesdynaflash2008-09-211-33/+52
* MacGui: upon launch, if pending items are still in the queue, if you choose t...dynaflash2008-09-211-2/+3
* MacGui: Custom chapter names restored (borked in 1703)dynaflash2008-09-191-5/+49
* MacGui: "Stop" command modificationsdynaflash2008-09-181-11/+32
* MacGui: Queue allow proper deleting of encoding queue items and proper deleti...dynaflash2008-09-181-5/+12
* MacGui: Fix issue from 1703 where once done doing at least one encode, all su...dynaflash2008-09-181-22/+25
* MacGui: fix turbo two pass (thanks beelsebob and jkint for help troubleshooti...dynaflash2008-09-171-3/+9
* MacGui: Add some temporary activity log messages to try to debug the new queuedynaflash2008-09-171-4/+5
* MacGui: Fix crash when selecting between target size and abr.dynaflash2008-09-171-3/+1
* MacGui: fix chapter markers which were borked in 1703dynaflash2008-09-171-1/+1
* MacGui: Fix subtitle scan which I broke in 1703dynaflash2008-09-171-3/+4
* MacGui: Resilient Queue: Initial Implementationdynaflash2008-09-161-440/+1386
* MacGui: Remove legacy preferences since they are now controlled via the presets.dynaflash2008-08-041-21/+5
* MacGui: Don't repopulate fVidRatePopUp in titlePopUpChanged. The framerates a...ritsuka2008-07-301-31/+2
* MacGui: Do not disable the ui if there is no reason to do so. Removed unused ...ritsuka2008-07-291-26/+5
* MacGui: cleanup updateUI methods. Removed white spaces, and an useless variable.ritsuka2008-07-281-38/+32
* MacGui: - Implement automatic extension switching for mp4/m4v.ritsuka2008-07-281-82/+75
* MacGui: Use nil instead of NULL. Patch by blindjimmy. http://handbrake.djgrap...ritsuka2008-07-281-150/+148
* MacGui; Fixed a crash when the chapters tableview is selected and a new sourc...ritsuka2008-07-231-20/+13
* Much improved decomb filter. Totally different algorithm, with a temporal ele...jbrjake2008-07-111-1/+1
* MacGui: Remove scanned source framrate display from "Same as source" in the f...dynaflash2008-07-101-18/+5
* MacGui: Fixed a crash when dismissing the open window.ritsuka2008-07-021-2/+2
* MacGUI: Replace MVMenuButton with standard controls. Thanks blindjimmy.ritsuka2008-06-251-16/+16
* MacGui: Replace valueForKey with objectForKey when accessing the NSDictionary...dynaflash2008-06-251-87/+86
* MacGui: Remove spurious NSString stringWithFormat calls in controller.mm Than...dynaflash2008-06-171-98/+98
* MacGui: fix issues with audio in presetsdynaflash2008-06-061-8/+77
* Macgui: implement constant frame rate encoding for all but same as source.dynaflash2008-06-051-0/+7
* MacGui: Add "Auto" to audio sample rate selectionsdynaflash2008-06-041-16/+26
* MacGUI: Implements a part of the NSTableView delegate in ChapterTitles so tha...ritsuka2008-06-041-0/+1
* - support blu-ray, avchd & dvb x264van2008-05-311-5/+6
* MacGui: Add decomb setting to presetsdynaflash2008-05-291-2/+16
* git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1471 b64f7644-9d1e-0410-96...jbrjake2008-05-291-15/+40
* MacGui: For VFR set the frame rate to the title frame rate (Same as Source) a...dynaflash2008-05-191-1/+6
* MacGUI: Fix toolbar item leaks for main and preferences windows. Patch by bli...ritsuka2008-05-071-3/+2
* MacGUI: Remove the "toolbar" variable from Controller. Patch by blindjimmy.ritsuka2008-04-261-13/+13
* MacGUI: Generate the Application Support path using API calls. Patch by blind...ritsuka2008-04-261-14/+14
* MacGUI: Add a return type to controller's init method. Patch by blindjimmy.ritsuka2008-04-261-1/+6
* MacGUI: Remove last traces of "_" macro and TranslateString. Patch by blindji...ritsuka2008-04-261-38/+20
* MacGui: make sure to strip off any source file extensions from the output fil...dynaflash2008-04-251-19/+20
* MacGui: Audio Tab - Make sure that selecting a subsequent audio track does no...dynaflash2008-04-251-0/+28
* MacGui: only enable audio tracks if the previous tracks have been chosen.dynaflash2008-04-241-3/+34
* MacGui: replace handbrake.m0k.org references with handbrake.fr in the entire ...dynaflash2008-04-151-1/+1