summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.m
Commit message (Expand)AuthorAgeFilesLines
* MacGUI: Refactor HBPreviewController. Rename the actual class to HBPreviewCon...ritsuka2013-11-041-3/+8
* MacGUI: refactor PictureController. kill a bit of dead code (~500 lines), swi...ritsuka2013-11-021-22/+7
* MacGUI: Varius warnings fixes:ritsuka2013-10-251-216/+221
* MacGUI: fixed a number of leaks/null-deferences/dead-code found by clang stat...ritsuka2013-10-151-59/+29
* MacGUI: Replace deprecated NSWorkspace API calls. Patch by Alexander Zautke.ritsuka2013-09-281-26/+27
* MacGui: use FSEvent api to create a FSEventStream to keep track of when a fil...ritsuka2013-08-191-28/+101
* Add hb_video_quality_get_limits and hb_video_quality_get_name to libhb API.Rodeo2013-07-131-51/+74
* MacGui: improve previous commit a bit.Rodeo2013-07-011-2/+13
* MacGui: Fix a silly Logic bug in logging code.sr552013-07-011-6/+1
* libhb: add experimental avformat muxer for mkv and mp4jstebbins2013-06-301-3/+4
* libhb/common: improve fallback mechanism.Rodeo2013-06-031-1/+1
* MacGUI: Patch -Replace some deprecated API Calls https://reviews.handbrake.fr...sr552013-06-011-36/+40
* Don't expose rate, mixdown, dither and encoder arrays to the UIs.Rodeo2013-05-301-166/+194
* Make initialization of vfr filter work as I intended.jstebbins2013-05-281-10/+14
* MacGui: fix a bug where the iPod 5G checkbox would be disabled for x264 in MP4.Rodeo2013-05-121-16/+13
* MacGui: refactor handling on chapter titles.Rodeo2013-05-111-13/+1
* MacGui: harmonize audio configuration code in prepareJob and prepareAudioForJob.Rodeo2013-04-281-21/+25
* MacGui: bugfix: set video framerate mode (vfr, pfr, cfr) when editing queue i...Rodeo2013-04-281-15/+29
* MacGui: simplify queue display code.Rodeo2013-04-121-11/+34
* MacGui: main and queue window improvements.Rodeo2013-04-121-112/+153
* MacGui: rename a variable.Rodeo2013-04-121-13/+13
* MacGui: fix loading preset which specify an advanced options string (rather t...Rodeo2013-04-121-70/+87
* MacGui: when switching from the x264 system to the advanced panel, populate t...Rodeo2013-04-091-11/+17
* MacGui: fix a bug when saving a preset, the x264 system is used but the unpar...Rodeo2013-04-091-2/+9
* MacGui: fix an issue where the advanced panel's widgets were not being popula...Rodeo2013-04-071-0/+3
* Update the in-app icons to the new graphicssr552013-03-181-15/+15
* hb_system_sleep: refactoring.Rodeo2013-03-181-9/+9
* MacGui: improve hb_system_sleep support.Rodeo2013-03-181-22/+44
* hb_system_sleep: allow/prevent sleep from the UI rather than libhb.Rodeo2013-03-181-0/+3
* MacGui: fix external SRT subtitles after last commit.Rodeo2013-03-131-2/+2
* MacGui: only show the global default preset in bold.Rodeo2013-03-041-3/+3
* MacGui: add a TODO.Rodeo2013-03-041-0/+2
* CLI, MacGui: cosmetics.Rodeo2013-03-011-11/+22
* Improve scan progress granularityjstebbins2013-03-011-11/+30
* MacGui: open the URL to a specific, known version of libdvdcss.Rodeo2013-02-271-1/+1
* MacGui: re enable deinterlaced still preview images when deinterlace is selec...dynaflash2013-02-041-1/+1
* x264 preset system: miscellaneous improvements.Rodeo2013-01-301-21/+18
* MacGui: Remove extra space in encoding status line string for 1 pass encodes.dynaflash2013-01-281-1/+9
* MacGui: Add missing tooltips . Align and fix issues.dynaflash2013-01-271-0/+5
* MacGui: Fix a null placeholder upon launch in the x264 unparse string.dynaflash2013-01-271-3/+10
* Only show the warning about copy proteciton once.sr552013-01-271-52/+13
* MacGui: sync built-in presets with the other UIs.Rodeo2013-01-261-22/+48
* MacGui: cosmetics: re-indent.Rodeo2013-01-231-5/+5
* MacUI: Fix crash caused by double free of advanced_optsjstebbins2013-01-231-1/+1
* MacGui: retain the current storage width and height and use it when unparsing...Rodeo2013-01-161-6/+15
* MacGui: free(NULL) is perfectly safe.Rodeo2013-01-061-10/+7
* MacGui: fix queue editing after adding the x264 preset system.Rodeo2013-01-031-5/+24
* MacGui: cosmetics.Rodeo2013-01-031-6/+6
* MacGui: add getters and setter for x264 preset system.Rodeo2013-01-031-213/+255
* MacGui: fix memory leak, more refactoring, bugfixes.Rodeo2013-01-021-72/+86