summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* MacGui: Queue update adds auto wrap to detail lines so that detail does not g...dynaflash2007-09-2426-1352/+808
* MacGUI: Remove not used icons from xcode projectritsuka2007-09-231-41/+9
* MacGUI: Various little code cleanup and small alignment fixes in the nib.ritsuka2007-09-234-143/+87
* MacGUI: don't reset codecs popup when changing format, if the new format supp...ritsuka2007-09-221-0/+6
* MacGui: Keep track of the state of the keep aspect ratio checkbox when turnin...dynaflash2007-09-192-10/+27
* MacGui: Add conditional to 6 channel vorbis to remove < 192 bitrates from po...dynaflash2007-09-181-0/+11
* MacGui: Enable 6-channel Vorbis audiodynaflash2007-09-181-1/+2
* MacGui: Auto resize picture window to reflect proper anamorphic size in the P...dynaflash2007-09-181-33/+51
* MacGui: Hawman fix for the HawkPack toolbar icons. Fixes nasty alpha issue wi...dynaflash2007-09-172-0/+0
* MacGui: Queue improvements from travistexdynaflash2007-09-174-36/+466
* MacGui: Scale > 720 or > 480 Picture Previews and the Picture Settings window...dynaflash2007-09-165-11/+140
* MacGui: Use the parent folder if VIDEO_TS is chosen as a source for display a...dynaflash2007-09-142-31/+37
* MacGui: New Queue Enhancements courtesy of travistexdynaflash2007-09-149-74/+719
* MacGui: Update Toolbar icons with the HawkPackdynaflash2007-09-1314-6/+42
* MacGui: Fix the target size crash for real, and autovalidate the open source ...ritsuka2007-09-121-5/+1
* MacGui: Add warning if "Sleep" or "Shutdown" is going to occur after encoding...dynaflash2007-09-122-0/+35
* MacGui: Fix Quit command, especially during encodingdynaflash2007-09-122-45/+70
* MacGui: Fix a crash in calculateBitrate:ritsuka2007-09-121-1/+1
* MacGui: fix deinterlace setting for the Picture Preview window which as broke...dynaflash2007-09-111-0/+12
* MacGui: Reorganized prefs window. Re-added pref-general.png to copy bundle re...ritsuka2007-09-114-7/+13
* MacGui: Fix starting an encode when nothing is in the queue bug which was int...dynaflash2007-09-111-1/+7
* MacGui: New queue enhancementsdynaflash2007-09-1118-1560/+1329
* MacGui: Fixed a memory leak in picturecontroller.mm added in #936ritsuka2007-09-111-2/+1
* MacGui: Fix build, there is no pref-advanced.png at the moment.ritsuka2007-09-111-4/+0
* MacGui: Added two not-so-good icons made by me for the prefs window toolbar.ritsuka2007-09-115-8/+20
* Added buffer management and changed fifo sizes. Changed job->subtitle_scan to...eddyg2007-09-111-4/+3
* MacGui: better looking plus and minus icons for the presets drawerritsuka2007-09-106-2/+11
* MacGui: New preferences window. We need some new icons for the toolbar.ritsuka2007-09-109-40/+175
* MacGui: Fixed bitrate calculation for target size.ritsuka2007-09-094-10/+5
* MacGui: Fixed main window not showing updated filters settings after closing ...ritsuka2007-09-093-20/+29
* MacGui: ritsuka2007-09-085-40/+40
* MacGui: Fixed two stupid alignment problems in the main window, I should real...ritsuka2007-09-083-1/+1
* MacGui: Use validateMenuItem to autovalidate menu items. Plus small gui align...ritsuka2007-09-086-100/+73
* MacGui:ritsuka2007-09-0811-334/+387
* MacGui: Queue improvementdynaflash2007-09-071-150/+151
* MacGui: Move x264 advanced options code to a new class (HBAdvancedController)...ritsuka2007-09-0711-1096/+1332
* MacGui: Queue Improvements from travistexdynaflash2007-09-0714-666/+1223
* MacGui: Remove unused QueueController files which were deprecated when the ne...dynaflash2007-09-062-345/+0
* MacGui: Ritsuka patch to remove a ton of booleans for the toolbar. Makes the ...dynaflash2007-09-062-298/+197
* MacGui: New Active Queue implementation courtesy of travistexdynaflash2007-09-0517-53/+5103
* MacGui: Fix Auto Naming to use the titile->index value instead of indexOfSele...dynaflash2007-09-041-1/+1
* MacGui:sr552007-09-041-0/+3
* Macgui: Jack the min pic limits on picturecontroller up to 64 to prevent cras...dynaflash2007-09-011-3/+3
* MacGui: version the dhlib target in Xcode to 0.9.1dynaflash2007-08-311-4/+4
* MacGui: Versioning changes to 0.9.1 and build number 2007083100dynaflash2007-08-313-9/+13
* MacGui: Fixes a minor typo in the x264 options for the QuickTime presetjbrjake2007-08-311-1/+1
* MacGui: hide and disable the checkbox to use native subtitles or dubbed audio...dynaflash2007-08-301-0/+0
* Back out the GUI handling code for native language prefs.eddyg2007-08-301-30/+0
* MacGui: minor widget label changesdynaflash2007-08-303-1/+1
* MacGui: Fix Picture Preview crash when sizing below 16 pixels width or height.dynaflash2007-08-291-2/+10