summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.mm
Commit message (Expand)AuthorAgeFilesLines
* MacGui: include the exact dylib name in the VLC check to pick up out of date ...dynaflash2009-01-061-2/+2
* MacGui: Fix issue where switching formats causes the video encoder drop down ...dynaflash2008-12-161-1/+13
* MacGui: Picture window now uses a subclass of HBController to access the main...dynaflash2008-12-151-5/+10
* MacGui: Add to queue fix so that it not only checks that a file does not alre...dynaflash2008-12-121-11/+44
* MacGui: Add "Picture Settings" toolbar item to main window toolbardynaflash2008-12-121-4/+23
* MacGui: Add a preference so we can specify what we do at launch, choices are:dynaflash2008-12-121-5/+19
* MacGui: Fix destination path so that last one used in the destination choice ...dynaflash2008-12-111-7/+8
* MacGui: Live Preview fixesdynaflash2008-12-051-13/+8
* MacGui: Fix a built error introduced in 2003dynaflash2008-12-041-1/+0
* MacGui: Remove legacy preset codedynaflash2008-12-041-400/+118
* MacGui: Picture Settings window - fix issue with freezing when resizing with ...dynaflash2008-12-031-6/+2
* MacGui: Fix the deblock filter for live previews.dynaflash2008-12-011-1/+7
* MacGui: Remove custome decomb option from preferences and Picture Settingsdynaflash2008-11-301-13/+12
* MacGui: Implement variable number of preview framesdynaflash2008-11-301-3/+7
* MacGui: Live Preview Initial Implementationdynaflash2008-11-241-18/+320
* MacGui: Fix issue with queue where cancelling a two pass job during the first...dynaflash2008-11-201-40/+53
* MacGui: Fix multibyte character issue for Chapter Namesdynaflash2008-11-071-1/+1
* MacGui: Remove check on web optimized and ac3 passthru.ritsuka2008-11-021-12/+0
* MacGui: Add the preset used log message back indynaflash2008-10-301-1/+1
* MacGui: Acivity Logs for individual encodes initial implementationdynaflash2008-10-301-6/+11
* MacGui: Fix Target Size mode for Video Quality.dynaflash2008-10-241-25/+99
* MacGui: Logging Level - set to "1" in prefs.dynaflash2008-10-201-2/+3
* MacGui: Presets - Auto Crop/Custom Crop is now independent of "Use Max Source...dynaflash2008-10-201-31/+28
* MacGui: Finally!! Nested Presets - Initial implementationdynaflash2008-10-141-222/+501
* MacGui: Remove some of the debug messages in prepareJob for the queue process...dynaflash2008-09-301-9/+2
* MacGui: Fix warning windows when shutting down HandBrake during encoding or i...dynaflash2008-09-291-9/+9
* 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