summaryrefslogtreecommitdiffstats
path: root/macosx/HBPreferencesController.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: use auto layout in the preferences window.Damiano Galassi2016-08-061-24/+41
* MacGui: update the default preset name and remove an uneeded pref key.Damiano Galassi2016-07-011-2/+0
* MacGui: remove the daily and monthly update check option.Damiano Galassi2015-10-251-1/+6
* MacGui: rename the 'send to app' preference keys and removed the default app.Damiano Galassi2015-10-191-2/+1
* MacGui: various queue improvements, including:ritsuka2015-07-221-1/+1
* MacGui: remove the built in presets update alert.ritsuka2015-05-141-1/+0
* MacGui: convert the mac gui to Objective-C ARC.ritsuka2015-03-171-14/+8
* MacGui: add a preference to toggle the log cleanup. Use NSURL directly where ...ritsuka2015-02-211-0/+1
* MacGui: center the prefs window in the showWindow: method.ritsuka2015-01-221-2/+11
* MacGui: enable and fix more compiler warnings in the Xcode project.ritsuka2015-01-191-9/+8
* MacGui: remove a deprecated api call.ritsuka2015-01-101-1/+1
* MacGui: remove some NSString -> NSURL conversions. Added a default size value...ritsuka2015-01-091-6/+10
* MacGui: fixed an issue where the preset drawer would not open if the "Preset ...ritsuka2014-11-111-1/+1
* MacGui: removed a couple of unused preferences keys (CheckForUpdates, Disable...ritsuka2014-08-241-59/+46
* MacGui: initialize the languages list before the window in the prefsControlle...ritsuka2014-08-181-2/+1
* MacGui: forgot a file in rev 6300 commit.ritsuka2014-08-161-0/+12
* MacGUI: Expanded the auto name feature to make it as powerful as the WinGUI c...ritsuka2014-07-111-3/+78
* MacGUI: Varius warnings fixes:ritsuka2013-10-251-5/+4
* MacGui: get rid of now obsolete @"UseCoreAudio" preference and related widgetsRodeo2013-06-201-1/+0
* MacGUI: Patch -Replace some deprecated API Calls https://reviews.handbrake.fr...sr552013-06-011-4/+4
* Update the in-app icons to the new graphicssr552013-03-181-4/+4
* MacGui: add Auto Passthru support.Rodeo2012-01-241-0/+1
* MacGui: Make AAC and MP3 passthru fall back to the AAC and MP3 encoders, resp...Rodeo2011-08-181-1/+0
* MacGui: In Preferences, Instead of the old "Use iTunes / iPod friendly file e...dynaflash2011-01-191-1/+1
* MacGui: Use libhb for mixdown limits as well as defaults.dynaflash2010-11-171-1/+0
* MacGui: Use libhb for audio limits as well as defaults.dynaflash2010-10-081-0/+2
* Add Bluray supportjstebbins2010-09-081-0/+1
* MacGui: Rework how we get encode and queue done alerts.dynaflash2010-07-261-0/+1
* MacGui: Make .m4v (Use iTunes Friendly Naming) default in preferences.dynaflash2010-07-071-1/+1
* MacGui: Add the ability to send the finished encode to any application the us...dynaflash2010-01-121-3/+48
* MacGui: make crf default for x264dynaflash2009-10-191-1/+0
* MacGui: Use libdvdnav by default.dynaflash2009-10-131-1/+1
* MacGUI: Disabled the Picture panel in the preferences window, some minor alig...ritsuka2009-06-191-1/+1
* MacGui: Add Preference to use CoreAudio in place of FAAC when choosing a preset.dynaflash2009-05-291-0/+1
* MacGui: Preset Import / Export initial implementation and auto updating of bu...dynaflash2009-05-081-1/+2
* add libdvdnav supportjstebbins2009-04-271-0/+1
* MacGui: Constant Quality Slider now QP/RF based.dynaflash2009-02-101-0/+1
* MacGui: save the size of the presets drawer in the preferences.ritsuka2009-01-141-2/+3
* MacGui: Add a preference so we can specify what we do at launch, choices are:dynaflash2008-12-121-0/+1
* MacGui: Remove custome decomb option from preferences and Picture Settingsdynaflash2008-11-301-1/+0
* MacGui: Implement variable number of preview framesdynaflash2008-11-301-0/+1
* MacGui: Cleanup HBPreferncesController and the preferences nib a little. Orig...ritsuka2008-11-261-34/+53
* MacGui: Acivity Logs for individual encodes initial implementationdynaflash2008-10-301-0/+1
* MacGui: Logging Level - set to "1" in prefs.dynaflash2008-10-201-0/+1
* MacGui: Use fast numerators in HBPreferencesController, remove an hard tab an...ritsuka2008-08-081-12/+10
* MacGui: Remove legacy preferences since they are now controlled via the presets.dynaflash2008-08-041-3/+0
* MacGui: FIx a memory leak.ritsuka2008-07-161-1/+1
* git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1471 b64f7644-9d1e-0410-96...jbrjake2008-05-291-0/+1
* MacGUI: Fix toolbar item leaks for main and preferences windows. Patch by bli...ritsuka2008-05-071-2/+1
* MacGUI: Clean up HBPreferencesController, remove an unused method, and use st...ritsuka2008-04-301-19/+10