summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.mm
Commit message (Expand)AuthorAgeFilesLines
* MacGui: Change Home Page, Forum, and Wiki links in the help menu to use handb...0.9.2dynaflash2008-02-191-3/+3
* MacGui: As per newer vfr implementation. No longer disable the framerate popu...dynaflash2008-02-191-7/+1
* Sanity check the input codec is AC3 when selecting AC3 pass through to avoid ...eddyg2008-02-181-1/+1
* MacGui: Make sure that mp4's using ac3 passthru whether by itself or in combi...dynaflash2008-02-181-0/+9
* MacGui: Fix DPL2 + AC3 mixdown crash if the input audio source is DTSdynaflash2008-02-171-1/+1
* MacGui: Change aac/ ac3 hybrid to utilize the codecs popup and only offer one...dynaflash2008-02-161-8/+25
* Mcdeint is broken, so avoid using it as a deinterlacer. No more "Slowest," "S...jbrjake2008-02-161-17/+26
* Allow mac gui to select AC-3 + AAC at the same time, still needs CLI work for...eddyg2008-02-161-4/+59
* Allow multiple output audio tracks from a single DVD audio track.eddyg2008-02-151-0/+2
* AC3 from DVD via HB converted to M4V for viewing on ATVeddyg2008-02-141-1/+2
* MacGui: remove the preference to turn off verbose output in the activity window.dynaflash2008-02-131-4/+2
* MacGui: fix picture sizing issue in presets where creating a preset using an ...dynaflash2008-02-071-2/+13
* MacGui: Add the Forced subtitles checkbox to custom user presetsdynaflash2008-02-071-0/+5
* MacGui: Fix bug where switching titles with vfr on changes the framerate from...dynaflash2008-01-231-4/+3
* MacGui: comment out two unused variables from legacy update system to quell b...dynaflash2008-01-221-2/+3
* MacGui: Remove one last section of code which generated the old update alert ...dynaflash2008-01-221-14/+0
* MacGui: Remove deprecated -updateAlertDone method used in the old updating sc...dynaflash2008-01-221-31/+9
* MacGui: Fix issue where selecting the chapter tab can crash the macgui if no ...dynaflash2008-01-221-0/+4
* MacGui: Make Legacy iPod presets truly backwards compatibledynaflash2008-01-221-6/+7
* MacGui: Be Gone x264 (h.264 iPod) encoder drop down!dynaflash2008-01-211-41/+44
* MacGui: small tweak to check for duplicate output file before adding to the q...dynaflash2008-01-171-1/+2
* MacGui: Sparkle Updater initial implementationdynaflash2008-01-161-1/+5
* MacGui: fixes scanning progress bar, still uses indeterminate for single titl...dynaflash2008-01-141-18/+10
* Use weightb=0 for turbo 1st pass x264 options. This prevents frame count disc...jbrjake2008-01-141-1/+1
* MacGui: Warn of duplicate output filenames when adding to the queue.dynaflash2008-01-141-0/+13
* MacGui: Add some activity log messages pertaining to source scan selectiondynaflash2008-01-091-6/+10
* MacGui: Add preset name used (or custom) to the queue and activity logdynaflash2008-01-091-21/+29
* MacGui: establish the source display name in browseSourcesDone instead of sho...dynaflash2008-01-081-28/+35
* MacGui: modify writeToActivityLog to use vargsdynaflash2008-01-081-6/+15
* Macgui: Implement writeToActivityLog method with provides a simple way to sen...dynaflash2008-01-081-5/+12
* Macgui: Change to using stderr to write to the activity window from within th...dynaflash2008-01-071-6/+6
* MacGui: Loose Anamorphic initial implementationdynaflash2008-01-031-53/+54
* Macgui: Enable opening up .eyetv packages directlydynaflash2007-12-311-12/+59
* MacGui: Maintain Picture Filters state across sourcesdynaflash2007-12-261-2/+13
* MacGui: DRC slider modificationsdynaflash2007-12-191-9/+7
* MacGui: add outlets for the DRC descriptive labels and disable/enable along w...dynaflash2007-12-181-1/+2
* MacGui: Queue Update - thanks travistexdynaflash2007-12-171-47/+27
* MacGui: HTTP optimized mp4 implementationdynaflash2007-12-141-18/+34
* MacGui: Presets (code cleanup)dynaflash2007-12-121-254/+248
* MacGui: Presets Drawer improvementsdynaflash2007-12-121-6/+7
* MacGui: Dynamic Range Control implemented in the audio tab of the main window.dynaflash2007-12-121-5/+21
* MacGui: Update Presets to use NSOutlineView and change the associated methods...dynaflash2007-12-101-156/+173
* MacGui: fix a bracket on same line screw up from the last commit.dynaflash2007-12-071-45/+47
* MacGui: fix issue in which picture settings filters in presets would'nt set t...dynaflash2007-12-071-30/+76
* MacGui: Built-In Presets moved to new class: HBPresetsdynaflash2007-12-051-1193/+12
* MacGui: Scanning progress bar now shows as indeterminate (barber pole) as for...dynaflash2007-12-041-13/+13
* MacGui: Increase size of main window by 200 px wide and 50 px high.dynaflash2007-12-031-9/+17
* MacGui: Split Picture settings for new preset up into Size and Filters and ad...dynaflash2007-11-291-49/+112
* MacGui: Fix some warnings for compiling in 10.5dynaflash2007-11-281-6/+6
* MacGui: fix open last used source directory. broken in rev. 1067dynaflash2007-11-211-6/+9