summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* MacGui: small UI tweaks.Damiano Galassi2016-08-063-152/+231
* MacGui: use auto layout in the preferences window.Damiano Galassi2016-08-062-571/+727
* MacGui: convert more xibs to Auto Layout.Damiano Galassi2016-07-306-306/+517
* MacGui: realign AddPreset.xib UI with Auto LayoutDamiano Galassi2016-07-301-61/+102
* MacGui: update the UI after a failed queue scan.Damiano Galassi2016-07-291-8/+20
* MacGui: update the drc value immediately when the slider is moved.Damiano Galassi2016-07-271-35/+17
* MacGui: use CQ label in the constant quality slider for VP9.Damiano Galassi2016-07-271-1/+2
* MacGui: fix subtitles offset undo and add kvp dependencies for the 'isForcedS...Damiano Galassi2016-07-251-3/+3
* MacGui: made the framerate radio button strings localizable.Damiano Galassi2016-07-211-2/+2
* MacGui: disable the 'forced' checkbox for subtitles track if forced is not su...Damiano Galassi2016-07-213-30/+11
* MacGui: fix the label color of two text labels in the preview HUD on 10.9 and...Damiano Galassi2016-07-162-3/+19
* MacGui: fix the audio defaults tracks delete button, the selection index was ...Damiano Galassi2016-07-161-5/+4
* MacGui: update the default preset name and remove an uneeded pref key.Damiano Galassi2016-07-012-3/+1
* MacGui: fix drag&drop on the main window tab view.Damiano Galassi2016-06-172-1/+12
* MacGui: set some label color in the HUD to secondaryLabelColor.Damiano Galassi2016-06-173-13/+16
* MacGui: fix build with 10.12sdk, disable QTKit because is no longer available.Damiano Galassi2016-06-173-0/+13
* build: Add xclean make target to macosx.Bradley Sepos2016-06-042-0/+12
* MacGui: add an help button to quickly open the docs in the add preset, audio ...Damiano Galassi2016-05-296-39/+90
* MacGui: select the feature title instead of the first title after a scan.Damiano Galassi2016-05-271-13/+13
* contrib: Update to libass 0.13.2 and add HarfBuzz 1.2.6.Bradley Sepos2016-05-251-0/+6
* MacGui: copy the HBChapter index property when making a instance copy.Damiano Galassi2016-05-251-1/+2
* MacGui: make a submenu for each preset folder in the Presets menu.Damiano Galassi2016-05-251-37/+45
* MacGui: use the right constant quality label in the video tab, and split HBVi...Damiano Galassi2016-05-244-43/+68
* MacGui: split HBPicture KVO dependencies.Damiano Galassi2016-05-244-39/+47
* MacGui: show the encode progress when paused too.Damiano Galassi2016-05-242-1/+2
* MacGui: fix HBAVPlayer loaded state.Damiano Galassi2016-05-191-2/+5
* MacGui: fallback to QTKit if a preview is not playable with AVFoundation.Damiano Galassi2016-05-194-77/+74
* MacGui: fix build on 10.10 sdk.Damiano Galassi2016-05-043-4/+15
* MacGui: delete an unused patch.Damiano Galassi2016-05-041-18/+0
* MacGui: disable code signing, it had been inadvertently enabled some commits ...Damiano Galassi2016-05-031-2/+0
* MacGui: use AVFoundation as the first option for the preview playback. Add vo...Damiano Galassi2016-05-0333-948/+2389
* MacGui: do not stop the preview encoding when the showWindow: is called and t...Damiano Galassi2016-04-221-1/+3
* MacGui: do not set the preview window frame origin to a value outside the scr...Damiano Galassi2016-04-091-4/+1
* MacGui: do not update the preview window layer if the image is nil or the siz...Damiano Galassi2016-04-071-47/+50
* MacGui: rename 'layout' in HBPreviewView so it doesn't override NSView layout...Damiano Galassi2016-04-071-5/+5
* macosx: fix incorrect assumption that video quality is always positive.Tim Walker2016-03-311-1/+1
* MacGui: allow negative value in the quality slider.Damiano Galassi2016-03-301-0/+2
* MacGui: fix the "encoding (null)" string that was shown when encoding a preview.Damiano Galassi2016-03-261-0/+2
* MacGui: fix the 'scan only title' option.Damiano Galassi2016-03-262-4/+12
* MacGui: Remove unnecessary libltdl.a dependency.Bradley Sepos2016-03-251-4/+0
* MacGui: added some enum to HBJob model to make things nicer in swift, plus tw...Damiano Galassi2016-03-149-14/+52
* MacGui: move some kvo helpers to the UIAdditions category.Damiano Galassi2016-03-144-41/+29
* Remove the CLI / LibHB Update Checker. It's been broken since we switched to ...sr552016-03-121-1/+1
* MacGui: add interlace detection filter.Damiano Galassi2016-03-126-4/+193
* MacGui: move the objc libhb wrapper to a separate framework.Damiano Galassi2016-03-1158-594/+1180
* MacGui: remove an unused var.Damiano Galassi2016-03-101-3/+0
* MacGui: remove the NSString check for the PictureRotate key because we are su...Damiano Galassi2016-03-101-9/+6
* macui support for filter dict settingsJohn Stebbins2016-03-092-53/+41
* MacGui: use the kvc accessor methods, so that the presets menu will update pr...Damiano Galassi2016-03-092-3/+3
* MacGui: rewrite the NSDictionary to NSArray converter using less if.Damiano Galassi2016-03-012-84/+85