summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* MacGui: update the file name when the bitrate is changed and auto naming is e...ritsuka2014-10-242-4/+15
* MacGui: updated the Xcode project with the Xcode 6 recommended settings.ritsuka2014-10-233-7/+35
* MacGui: workaround for a bug in [[NSApplication sharedApplication] applicatio...ritsuka2014-10-231-1/+7
* MacGui: fixed another numbers of warnings.ritsuka2014-10-235-5/+6
* MacGui: made a bunch of labels bigger to make the whole text visible when com...ritsuka2014-10-232-36/+40
* MacGui: replaced a deprecated compositeToPoint: call.ritsuka2014-10-231-2/+2
* MacGui: fixed a warning in HBTreeNode.ritsuka2014-10-232-2/+2
* MacGui: removed the appearanceType attribute in the xib to make them compile ...ritsuka2014-10-062-3/+3
* MacGui: reset the decomb/deinterlace settings using their setters methods so ...ritsuka2014-10-041-2/+2
* MacGui: when a live preview is cancelled, wait for libhb to end its work befo...ritsuka2014-09-193-2/+14
* 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-172-23/+70
* MacGui: removed an unused var in HBAdvancedController.ritsuka2014-09-171-2/+0
* MacGui: fix preview deinterlace display. The new deinterlace setting was set ...ritsuka2014-09-122-5/+5
* MacGui: fixed the denoise custom options string.ritsuka2014-09-021-2/+2
* MacGui: fix denies in preview jobs.ritsuka2014-09-011-1/+1
* MacGui: use the menu item tag to select the item of the format popup button.ritsuka2014-08-291-10/+9
* MacGui: set the NSOnState on the selected preset menu item.ritsuka2014-08-291-15/+17
* 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 the file header.ritsuka2014-08-274-28/+20
* MacGui: removed the PresetIndexNum from the queue job dict.ritsuka2014-08-271-17/+4
* 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