summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* 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
* MacGui: add a NSDictionary extension to convert from and to hb_dict_t.Damiano Galassi2016-02-263-0/+216
* MacGui: make HBCore titles ivar always non null.Damiano Galassi2016-02-262-3/+5
* MacGui: the 'default' as the standard deinterlace filter value.Damiano Galassi2016-02-261-8/+4
* MacGui: check if there is at least one character in the string before trying ...Damiano Galassi2016-02-231-14/+16
* MacGui: write the right minor and micro version in the presets. They were swa...Damiano Galassi2016-02-161-2/+2
* macui: change "Deinterlace" to "Yadif"John Stebbins2016-02-151-2/+2
* MacGui: show what preset will be used in the 'Add titles to queue' panel. Use...Damiano Galassi2016-02-154-36/+60
* MacGui: add a tooltip to the video encoders popup.Damiano Galassi2016-02-121-41/+5
* Move png icons into an asset cataloganongitter2016-02-1196-250/+701
* MacGui: update sparkle to version 1.13.1.Damiano Galassi2016-02-1195-928/+828
* MacGui: fix the 'add preset' panel minimum size.Damiano Galassi2016-02-101-2/+2
* Move "Frameworks (bundled)" into "Frameworks" anongitter2016-02-081-3/+3
* MacGui: add a way to edit the audio/defaults in the 'add preset' sheet, so ho...Damiano Galassi2016-02-032-78/+167
* MacGui: fix HBSubtitlesTrack copy, it missed the container ivar.Damiano Galassi2016-01-301-0/+1
* MacGui: fix some static anaylizer warnings.Damiano Galassi2016-01-283-9/+14
* MacGui: switch the defaults languages to view based tables, and a little proj...Damiano Galassi2016-01-264-152/+172