summaryrefslogtreecommitdiffstats
path: root/macosx/English.lproj
Commit message (Expand)AuthorAgeFilesLines
* MacGui: moved the "add preset" window to its own window controller class. Kee...ritsuka2014-11-232-194/+209
* MacGui: changed the class of the preferences window from NSPanel to NSWindow....ritsuka2014-11-182-17/+24
* MacGui: fixed another label size due to the Helvetica/Lucida Grande differences.ritsuka2014-11-131-5/+5
* MacGui: revert the picture settings panel appearance to aqua on Yosemite.ritsuka2014-11-131-3/+3
* MacGui: made the x264 unparse label selectable.ritsuka2014-11-031-1/+2
* MacGui: fix another label size.ritsuka2014-11-021-1/+1
* MacGui: made editable the cropping field in the picture panel.ritsuka2014-10-311-14/+27
* MacGui: reordered the options in the advanced preferences tab.ritsuka2014-10-311-63/+82
* MacGui: update the file name when the bitrate is changed and auto naming is e...ritsuka2014-10-241-4/+10
* MacGui: made a bunch of labels bigger to make the whole text visible when com...ritsuka2014-10-232-36/+40
* MacGui: removed the appearanceType attribute in the xib to make them compile ...ritsuka2014-10-062-3/+3
* MacGui: set a min size and aligned the “Done” button in the Subtitles Def...ritsuka2014-09-181-3/+4
* MacGui: realigned the prefs ui a bit.ritsuka2014-09-171-28/+33
* MacGui: hide the “Use advanced options panel” checkbox too when the advan...ritsuka2014-09-171-10/+11
* MacGui: removed some attributes from the xib that might building on 10.8 .ritsuka2014-08-286-15/+15
* MacGui: realigned the video quality options.ritsuka2014-08-281-19/+19
* MacGui: removed unused outlets in PicturePreview.xib.ritsuka2014-08-281-9/+3
* 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: disable/enable the encoder options label when needed and fix the enco...ritsuka2014-08-251-3/+4
* MacGui: removed a couple of unused preferences keys (CheckForUpdates, Disable...ritsuka2014-08-241-34/+29
* MacGui: fixed the HUD background on Snow Leopard.ritsuka2014-08-241-10/+17
* MacGui: removed the “Large file size” checkbox.ritsuka2014-08-231-13/+0
* MacGui: fixed the preview controller HUD style on the next OS X release.ritsuka2014-08-221-210/+192
* MacGui: removed an unnecessary NSBox in the Advanced tab.ritsuka2014-08-221-14/+3
* MacGui: renamed HB*Settings classes to HB*Defaults. Added a “…” char to...ritsuka2014-08-223-13/+13
* MacGui: generalize video preset/tune/profile/level handling to make it works ...ritsuka2014-08-212-237/+280
* 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-201-5/+5
* MacGui: made the width and height textfield editable in the picture settings ...ritsuka2014-08-191-19/+24
* MacGui: Removed the code to show/hide the fSrcAngle* UI elements in Controlle...ritsuka2014-08-191-3/+17
* MacGui: added support for NLMeans denoise. Added the HBFilters class to store...ritsuka2014-08-191-157/+214
* MacGui: general clean up of HBQueueController: removed unused UI elements and...ritsuka2014-08-181-118/+90
* MacGui: Fixed the languages selection in the built in presets for languages w...ritsuka2014-08-161-335/+5
* MacGui: changed the layout of the UI in the video panel to be similar to the ...ritsuka2014-08-115-124/+125
* MacGui: fixed gain validation in the audio panel. Remove the drc validation b...ritsuka2014-08-102-16/+12
* MacGui: removed the “Show Presets Drawer” preference. The state of the dr...ritsuka2014-08-101-14/+3
* MacGui: added the list of the presets at the bottom of the preset menu and a ...ritsuka2014-08-092-68/+40
* MacGui: removed the last remaining of the code to load a custom application i...ritsuka2014-08-081-1/+1
* MacGui: improved the presets managementritsuka2014-08-072-173/+216
* MacGui: Adds a new sheet for audio defaults (presets), uses the same preset k...ritsuka2014-08-043-140/+670
* MacGui: updated Preferences.xib to the new format.ritsuka2014-08-031-3894/+948
* MacGui: enabled type select in the languages table view.ritsuka2014-08-031-3/+3
* MacGui: set the import/export chapters buttons size to small in an effort to ...ritsuka2014-08-021-12/+12
* MacGui: add drag & drop to rearrange languages in the subtitles default panel.ritsuka2014-08-021-2/+5
* MacGui: upgrade more xib files to the latest version.ritsuka2014-08-024-7711/+1398
* MacGui: corrected the label alignment in the add preset window.ritsuka2014-08-011-32/+30
* MacGui: added some tooltips to the subtitles defaults window and made the def...ritsuka2014-08-012-28/+42
* MacGui: Implemented a configuration panel similar to the win/lin gui one for ...ritsuka2014-07-292-36/+287
* MacGUI: Refactored the controller code for the video/audio/subtitles/chapters...ritsuka2014-07-157-17579/+3013