| Commit message (Expand) | Author | Age | Files | Lines |
* | MacGui: enforce a min value for the picture width/height. | ritsuka | 2015-01-09 | 1 | -8/+4 |
* | MacGui: add a number formatter to the custom anamorphic textfields. | ritsuka | 2015-01-06 | 1 | -2/+5 |
* | MacGui: hide the iPod 5g check box if the codec is not h.264. | ritsuka | 2014-12-30 | 1 | -1/+1 |
* | MacGui: fix a bunch of regressions (various crash when in some textfields, en... | ritsuka | 2014-12-30 | 3 | -42/+52 |
* | MacGui: use bindings to toggle the chapters/seconds/frames UI. | ritsuka | 2014-12-29 | 1 | -3/+31 |
* | MacGui: move more things out of HBController. | ritsuka | 2014-12-28 | 1 | -2/+9 |
* | MacGui: hide turbo two pass checkbox when x264 is not selected. | ritsuka | 2014-12-27 | 1 | -7/+16 |
* | MacGui: remove redundant "enabled" property in a few view controller. Cosmeti... | ritsuka | 2014-12-27 | 3 | -25/+100 |
* | MacGui: change the queue to work with serialized HBJob objects, remove the NS... | ritsuka | 2014-12-27 | 1 | -4/+12 |
* | MacGui: remove some unused #import. Move again more things in HBController to... | ritsuka | 2014-12-23 | 1 | -8/+25 |
* | MacGui: set the chapter titles directly in HBJob. Move more things over to HB... | ritsuka | 2014-12-22 | 1 | -9/+27 |
* | MacGui: fix a warning. | ritsuka | 2014-12-20 | 1 | -3/+3 |
* | MacGui: integrated HBPicture in HBPictureController and started to move thing... | ritsuka | 2014-12-20 | 1 | -57/+180 |
* | MacGui: separate the video settings logic from the view controller. There are... | ritsuka | 2014-12-18 | 1 | -82/+211 |
* | MacGui: added back some tooltips to the toolbar items. Remove the NSToolbarDe... | ritsuka | 2014-12-04 | 1 | -8/+8 |
* | MacGui: moved the main window toolbar to the xib. | ritsuka | 2014-12-03 | 1 | -3/+77 |
* | MacGui: connect the action of the "Presets Drawer" to the HBController toggle... | ritsuka | 2014-11-24 | 1 | -1/+1 |
* | MacGui: switched the Preview window class from NSPanel to NSWindow. | ritsuka | 2014-11-23 | 1 | -6/+6 |
* | MacGui: moved the "add preset" window to its own window controller class. Kee... | ritsuka | 2014-11-23 | 2 | -194/+209 |
* | MacGui: changed the class of the preferences window from NSPanel to NSWindow.... | ritsuka | 2014-11-18 | 2 | -17/+24 |
* | MacGui: fixed another label size due to the Helvetica/Lucida Grande differences. | ritsuka | 2014-11-13 | 1 | -5/+5 |
* | MacGui: revert the picture settings panel appearance to aqua on Yosemite. | ritsuka | 2014-11-13 | 1 | -3/+3 |
* | MacGui: made the x264 unparse label selectable. | ritsuka | 2014-11-03 | 1 | -1/+2 |
* | MacGui: fix another label size. | ritsuka | 2014-11-02 | 1 | -1/+1 |
* | MacGui: made editable the cropping field in the picture panel. | ritsuka | 2014-10-31 | 1 | -14/+27 |
* | MacGui: reordered the options in the advanced preferences tab. | ritsuka | 2014-10-31 | 1 | -63/+82 |
* | MacGui: update the file name when the bitrate is changed and auto naming is e... | ritsuka | 2014-10-24 | 1 | -4/+10 |
* | MacGui: made a bunch of labels bigger to make the whole text visible when com... | ritsuka | 2014-10-23 | 2 | -36/+40 |
* | MacGui: removed the appearanceType attribute in the xib to make them compile ... | ritsuka | 2014-10-06 | 2 | -3/+3 |
* | MacGui: set a min size and aligned the “Done” button in the Subtitles Def... | ritsuka | 2014-09-18 | 1 | -3/+4 |
* | MacGui: realigned the prefs ui a bit. | ritsuka | 2014-09-17 | 1 | -28/+33 |
* | MacGui: hide the “Use advanced options panel” checkbox too when the advan... | ritsuka | 2014-09-17 | 1 | -10/+11 |
* | MacGui: removed some attributes from the xib that might building on 10.8 . | ritsuka | 2014-08-28 | 6 | -15/+15 |
* | MacGui: realigned the video quality options. | ritsuka | 2014-08-28 | 1 | -19/+19 |
* | MacGui: removed unused outlets in PicturePreview.xib. | ritsuka | 2014-08-28 | 1 | -9/+3 |
* | MacGui: corrected a label text in the prefs audio tab. | ritsuka | 2014-08-25 | 1 | -1/+1 |
* | MacGui: added a note in the prefs audio tab about the native languages and cu... | ritsuka | 2014-08-25 | 1 | -5/+14 |
* | MacGui: disable/enable the encoder options label when needed and fix the enco... | ritsuka | 2014-08-25 | 1 | -3/+4 |
* | MacGui: removed a couple of unused preferences keys (CheckForUpdates, Disable... | ritsuka | 2014-08-24 | 1 | -34/+29 |
* | MacGui: fixed the HUD background on Snow Leopard. | ritsuka | 2014-08-24 | 1 | -10/+17 |
* | MacGui: removed the “Large file size” checkbox. | ritsuka | 2014-08-23 | 1 | -13/+0 |
* | MacGui: fixed the preview controller HUD style on the next OS X release. | ritsuka | 2014-08-22 | 1 | -210/+192 |
* | MacGui: removed an unnecessary NSBox in the Advanced tab. | ritsuka | 2014-08-22 | 1 | -14/+3 |
* | MacGui: renamed HB*Settings classes to HB*Defaults. Added a “…” char to... | ritsuka | 2014-08-22 | 3 | -13/+13 |
* | MacGui: generalize video preset/tune/profile/level handling to make it works ... | ritsuka | 2014-08-21 | 2 | -237/+280 |
* | MacGui: removed unneeded outlets from PictureSettings.xib. | ritsuka | 2014-08-21 | 1 | -11/+7 |
* | MacGui: set the tab views directly instead of adding a subview in the main wi... | ritsuka | 2014-08-20 | 1 | -5/+5 |
* | MacGui: made the width and height textfield editable in the picture settings ... | ritsuka | 2014-08-19 | 1 | -19/+24 |
* | MacGui: Removed the code to show/hide the fSrcAngle* UI elements in Controlle... | ritsuka | 2014-08-19 | 1 | -3/+17 |
* | MacGui: added support for NLMeans denoise. Added the HBFilters class to store... | ritsuka | 2014-08-19 | 1 | -157/+214 |