| Commit message (Expand) | Author | Age | Files | Lines |
* | MacGui: Remove the /macosx/localize.sh file from the make build process as it... | dynaflash | 2008-01-17 | 1 | -58/+0 |
* | MacGui: small tweak to check for duplicate output file before adding to the q... | dynaflash | 2008-01-17 | 1 | -1/+2 |
* | MacGui: Fix funky preview image colors in the Picture Preview window on PPC, ... | dynaflash | 2008-01-17 | 1 | -0/+8 |
* | MacGui: Sparkle Updater initial implementation | dynaflash | 2008-01-16 | 212 | -4317/+6613 |
* | IHB: Now it's possible to choose where the converted files will be saved. Yay! | ritsuka | 2008-01-15 | 3 | -909/+959 |
* | MacGui: fixes scanning progress bar, still uses indeterminate for single titl... | dynaflash | 2008-01-14 | 2 | -1980/+1972 |
* | IHB: Interface beautifications, and an appletv preset. | ritsuka | 2008-01-14 | 9 | -1192/+1207 |
* | Use weightb=0 for turbo 1st pass x264 options. This prevents frame count disc... | jbrjake | 2008-01-14 | 1 | -1/+1 |
* | MacGui: Warn of duplicate output filenames when adding to the queue. | dynaflash | 2008-01-14 | 4 | -8/+44 |
* | Macgui: Remove now defunct PictureGLView .h and .mm as they are no longer nec... | dynaflash | 2008-01-13 | 3 | -491/+0 |
* | MacGui: Switch PicturePreview to use NSImageView instead of the openGL view. | dynaflash | 2008-01-12 | 3 | -3104/+3189 |
* | MacGUI: Make a copy of HBCore in macosx folder. | ritsuka | 2008-01-11 | 2 | -0/+322 |
* | IHB: A new xcode project file, plus some experimental changes to test HBCore. | ritsuka | 2008-01-11 | 12 | -293/+6965 |
* | MacGUI: move IHB source code to his own folder. | ritsuka | 2008-01-11 | 11 | -262/+0 |
* | MacGui: False Update notices BE GONE! | dynaflash | 2008-01-10 | 1 | -4/+6 |
* | MacGui: Fix issue where presets were not applying their filters properly the ... | dynaflash | 2008-01-10 | 1 | -3/+7 |
* | MacGui: Add some activity log messages pertaining to source scan selection | dynaflash | 2008-01-09 | 1 | -6/+10 |
* | MacGui: Add preset name used (or custom) to the queue and activity log | dynaflash | 2008-01-09 | 3 | -309/+436 |
* | MacGui: Be gone useless IB notices! | dynaflash | 2008-01-08 | 1 | -0/+2 |
* | MacGui: establish the source display name in browseSourcesDone instead of sho... | dynaflash | 2008-01-08 | 3 | -28/+38 |
* | MacGui: modify writeToActivityLog to use vargs | dynaflash | 2008-01-08 | 2 | -7/+16 |
* | MacGui: HandBrake.app xib nib conversion | dynaflash | 2008-01-08 | 25 | -1485/+24302 |
* | Macgui: Implement writeToActivityLog method with provides a simple way to sen... | dynaflash | 2008-01-08 | 2 | -6/+13 |
* | Macgui: Change to using stderr to write to the activity window from within th... | dynaflash | 2008-01-07 | 1 | -6/+6 |
* | MacGUI: Fixed "Alert Window And Growl" option (thanks travistex) and small al... | ritsuka | 2008-01-06 | 6 | -49/+84 |
* | MacGui: Loose Anamorphic initial implementation | dynaflash | 2008-01-03 | 10 | -211/+325 |
* | Macgui: Enable opening up .eyetv packages directly | dynaflash | 2007-12-31 | 1 | -12/+59 |
* | MacGui: Maintain Picture Filters state across sources | dynaflash | 2007-12-26 | 3 | -22/+36 |
* | Adds a bunch of code comments to the x264 option controller, in order to make... | jbrjake | 2007-12-21 | 1 | -27/+147 |
* | MacGui: DRC slider modifications | dynaflash | 2007-12-19 | 1 | -9/+7 |
* | MacGui: add outlets for the DRC descriptive labels and disable/enable along w... | dynaflash | 2007-12-18 | 5 | -2/+15 |
* | MacGui: Add Preset Window | dynaflash | 2007-12-18 | 2 | -1/+1 |
* | MacGui: Queue Update - thanks travistex | dynaflash | 2007-12-17 | 5 | -306/+437 |
* | MacGui: HTTP optimized mp4 implementation | dynaflash | 2007-12-14 | 5 | -22/+46 |
* | MacGui: DRC Slider minor visual fix | dynaflash | 2007-12-13 | 2 | -3/+1 |
* | MacGui: DRC Slider Enhancements | dynaflash | 2007-12-13 | 2 | -1/+1 |
* | MacGui: Presets (code cleanup) | dynaflash | 2007-12-12 | 1 | -254/+248 |
* | MacGui: Presets Drawer improvements | dynaflash | 2007-12-12 | 3 | -7/+8 |
* | MacGui: Dynamic Range Control implemented in the audio tab of the main window. | dynaflash | 2007-12-12 | 5 | -7/+38 |
* | MacGui: Update Presets to use NSOutlineView and change the associated methods... | dynaflash | 2007-12-10 | 5 | -177/+206 |
* | MacGui: cosmetic changes for the advanced x264opts controller source code. Re... | jbrjake | 2007-12-09 | 1 | -595/+598 |
* | Cosmetic changes for the presets. Alphabetical sorting, no more hard tabs, an... | jbrjake | 2007-12-09 | 2 | -1242/+1412 |
* | Adds a preset for the 360, accounts for filters in the presets, updates manic... | jbrjake | 2007-12-08 | 2 | -23/+237 |
* | MacGui: fix a bracket on same line screw up from the last commit. | dynaflash | 2007-12-07 | 1 | -45/+47 |
* | MacGui: fix issue in which picture settings filters in presets would'nt set t... | dynaflash | 2007-12-07 | 1 | -30/+76 |
* | MacGui: Increase Presets Drawer width to 200 px to make room for nested presets. | dynaflash | 2007-12-06 | 2 | -1/+2 |
* | MacGui: Built-In Presets moved to new class: HBPresets | dynaflash | 2007-12-05 | 5 | -1213/+1280 |
* | MacGui: Scanning progress bar now shows as indeterminate (barber pole) as for... | dynaflash | 2007-12-04 | 2 | -13/+13 |
* | MacGui: Increase size of main window by 200 px wide and 50 px high. | dynaflash | 2007-12-03 | 6 | -88/+158 |
* | Mac: Change the default configuration to Deployment, was switched to Developm... | ritsuka | 2007-11-30 | 1 | -9/+9 |