summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* MacGui: make it possible to set a audio defaults track settings when the sele...Damiano Galassi2016-10-291-17/+56
* MacGui: use hb_preset_job_init instead of custom logic for audio, subtitles a...Damiano Galassi2016-10-2928-383/+251
* MacGui: use HB_ERROR_CANCELED status rather than tracking canceled in HBCoreDamiano Galassi2016-10-271-35/+22
* MacGui: add some accessibility labels to the preview window buttons.Damiano Galassi2016-10-212-10/+25
* MacGui: use accessibilityValueDescription for the slider value description, a...Damiano Galassi2016-10-211-1/+12
* MacGui: give VoiceOver the right accessibility value for the video quality sl...Damiano Galassi2016-10-211-0/+5
* MacGui: better UI accessibility.Damiano Galassi2016-10-219-49/+90
* MacGui: fix test build.Damiano Galassi2016-10-182-3/+1
* MacGui: fix the queue toolbar icon badge quality on hi-dpi screens, and try t...Damiano Galassi2016-10-171-23/+27
* MacGui: fix a small memory leak in the NSColor -> CGColor conversion.Damiano Galassi2016-10-051-2/+4
* MacGui: show the queue jobs count on the main window queue toolbar icon.Damiano Galassi2016-10-059-36/+256
* MacGui: higher max width for the constant quality value text field, avoid wra...Damiano Galassi2016-09-211-8/+5
* MacGui: Xcode 8 project check.Damiano Galassi2016-09-211-3/+9
* MacGui: fix a crash in the preferences format field.Damiano Galassi2016-09-211-1/+1
* MacGui: link to the new documentation.Damiano Galassi2016-09-151-3/+3
* MacGui: stop the queue and show an alert if disk space is less than 5 GBDamiano Galassi2016-09-071-1/+29
* MacGui: show a failed notification when an encode fails.Damiano Galassi2016-09-071-2/+17
* MacGui: show the encoded file in Finder when a done notification is clicked.Damiano Galassi2016-09-071-12/+24
* MacGui: made HBSubtitleTrack sourceTrackIdx property readwrite.Damiano Galassi2016-09-031-1/+1
* MacGui: fix an ambiguous autolayout contrains in the subtitles defaults window.Damiano Galassi2016-09-031-11/+7
* MacGui: rework HBAudioTrack to use less NSDictionary.Damiano Galassi2016-09-0312-992/+866
* MacGui: add libopus to Xcode project link phase.Damiano Galassi2016-09-033-4/+10
* MacGui: follow CSV format for imported/exported chapters.Damiano Galassi2016-08-221-57/+204
* 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