summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* MacGui: aligns the time/start textfield in the main window.ritsuka2014-08-251-5/+12
* MacGui: store the audio and subtitles defaults in each queue item so they can...ritsuka2014-08-258-44/+46
* MacGui: fix build with 10.8 sdk.ritsuka2014-08-251-4/+1
* MacGui: corrected a label text in the prefs audio tab.ritsuka2014-08-251-1/+1
* MacGui: added a note in the prefs audio tab about the native languages and cu...ritsuka2014-08-251-5/+14
* MacGui: toggle the Advanced tab when the prefs setting changes.ritsuka2014-08-251-0/+33
* MacGui: disable/enable the encoder options label when needed and fix the enco...ritsuka2014-08-252-6/+10
* MacGui: removed a couple of unused preferences keys (CheckForUpdates, Disable...ritsuka2014-08-243-102/+76
* MacGui: fixed the HUD background on Snow Leopard.ritsuka2014-08-242-46/+34
* MacGui: fixed two small leaks.ritsuka2014-08-232-0/+2
* MacGui: replaced the last two NSBeginCriticalAlertSheet calls, and two NSEnum...ritsuka2014-08-231-42/+39
* MacGui: removed the “Large file size” checkbox.ritsuka2014-08-233-37/+5
* MacGui: fixed the preview controller HUD style on the next OS X release.ritsuka2014-08-225-229/+381
* MacGui: fixed auto naming for dvd sources.ritsuka2014-08-221-1/+13
* MacGui: removed an unnecessary NSBox in the Advanced tab.ritsuka2014-08-223-20/+11
* MacGui: renamed HB*Settings classes to HB*Defaults. Added a “…” char to...ritsuka2014-08-2216-69/+67
* MacGui: load the old lavcOption format too is preset in the preset.ritsuka2014-08-211-2/+9
* MacGui: remapped lavcOption to VideoOptionExtra.ritsuka2014-08-214-31/+27
* MacGui: load the lavcOption from preset and fixed the encoder selection when ...ritsuka2014-08-211-0/+10
* MacGui: generalize video preset/tune/profile/level handling to make it works ...ritsuka2014-08-219-716/+754
* MacGui: removed unneeded outlets from PictureSettings.xib.ritsuka2014-08-211-11/+7
* MacGui: set the tab views directly instead of adding a subview in the main wi...ritsuka2014-08-204-36/+13
* MacGui: added a HBDockTile class to manage the dock tile.ritsuka2014-08-205-97/+170
* MacGui: made the width and height textfield editable in the picture settings ...ritsuka2014-08-192-23/+44
* MacGui: Fixed a crash in HBFilters caused by a missing boxing of a bool.ritsuka2014-08-191-1/+1
* MacGui: Removed the code to show/hide the fSrcAngle* UI elements in Controlle...ritsuka2014-08-192-25/+23
* MacGui: added support for NLMeans denoise. Added the HBFilters class to store...ritsuka2014-08-1917-888/+1476
* build: remove mp4v2 and libmkv dependenciesjstebbins2014-08-183-7/+1
* MacGui: general clean up of HBQueueController: removed unused UI elements and...ritsuka2014-08-183-513/+270
* MacGui: initialize the languages list before the window in the prefsControlle...ritsuka2014-08-181-2/+1
* MacGui: changed the preset selection code a little bit again.ritsuka2014-08-173-16/+16
* MacGui: fixed the bitrates popup in the audio default panel, it didn’t upda...ritsuka2014-08-162-1/+12
* MacGui: forgot a file in rev 6300 commit.ritsuka2014-08-161-0/+12
* MacGui: select the default preset in the presets drawer at start up. Added a ...ritsuka2014-08-162-7/+15
* MacGui: Fixed the languages selection in the built in presets for languages w...ritsuka2014-08-164-340/+54
* MacGUI: Replace deprecated NSBeginCriticalAlertSheet / NSRunAlertPanel / NSRu...ritsuka2014-08-131-100/+158
* MacGui: changed the layout of the UI in the video panel to be similar to the ...ritsuka2014-08-115-124/+125
* MacGui: fixed the validation of the File menu. The validateMenuItem: method w...ritsuka2014-08-111-11/+13
* MacGui: implemented the HBViewValidation protocol in each of the main window ...ritsuka2014-08-1013-65/+52
* MacGui: fixed gain validation in the audio panel. Remove the drc validation b...ritsuka2014-08-105-61/+30
* MacGui: fixed some audio presets key: AudioSamplerate -> string, AudioTrackDR...ritsuka2014-08-102-6/+20
* MacGui: removed the “Show Presets Drawer” preference. The state of the dr...ritsuka2014-08-102-14/+12
* MacGui: don’t allow to drop a preset before the built in ones.ritsuka2014-08-091-2/+10
* MacGui: add a divider in the menu after the last built in preset and make the...ritsuka2014-08-092-1/+22
* MacGui: added the list of the presets at the bottom of the preset menu and a ...ritsuka2014-08-0913-252/+360
* MacGui: replaced the few remaining enumerators in Controller.m with fast enum...ritsuka2014-08-081-27/+8
* MacGui: removed the last remaining of the code to load a custom application i...ritsuka2014-08-083-18/+1
* MacGui: use a shorter NSString method to remove the prefix from the bsdName, ...ritsuka2014-08-081-2/+2
* MacGui: removed a old check on the scan count from the era when the MacGui us...ritsuka2014-08-082-72/+25
* MacGui: improved the presets managementritsuka2014-08-0714-2709/+2890