summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* macgui: Revise Picture tab tooltips.Bradley Sepos2016-12-201-52/+106
* macgui: Revise Add Preset dialog tooltips.Bradley Sepos2016-12-201-14/+16
* macgui: Revise presets drawer tooltips.Bradley Sepos2016-12-201-20/+11
* macgui: Revise main window tooltips.Bradley Sepos2016-12-201-30/+34
* macgui: Revise main menu.Bradley Sepos2016-12-201-9/+9
* MacGui: do not display pass info if pass_count is -1. Start the HBCore update...Damiano Galassi2016-12-202-9/+11
* MacGui: return 'und' is the language is unknown.Damiano Galassi2016-12-201-1/+1
* MacGui: restore the NSGraphicsContext after it has been used.Damiano Galassi2016-12-201-0/+2
* macgui: Revise Video tab tooltips.Bradley Sepos2016-12-191-27/+36
* MacGui: Update decomb/deinterlace tooltip to reflect new behavior. Fix some t...Damiano Galassi2016-12-151-17/+18
* MacGui: use the languages from the audio preferences for built-in presets, th...Damiano Galassi2016-12-144-42/+63
* MacGui: restore type select in the defaults languages table.Damiano Galassi2016-12-143-101/+43
* MacGui: fix the stop button to properly stop the encode if libhb state is HBS...Damiano Galassi2016-11-213-3/+3
* MacGui: round up HBTitle frames count.Damiano Galassi2016-11-111-1/+2
* MacGui: set the appropriate colorspace for preview images, and use a gamma va...Damiano Galassi2016-11-101-3/+41
* MacGui: remove a mention of strict anamorphic in the picture size tooltip.Damiano Galassi2016-11-071-6/+6
* MacGui: fix HBJob copy method, plus small performance optimisation in HBAudio...Damiano Galassi2016-11-025-47/+69
* MacGui: do not show "Auto passthru" in the audio panel encoders pop up. Allow...Damiano Galassi2016-11-025-62/+90
* MacGui: Add new anamorphic mode "Automatic".Damiano Galassi2016-10-318-138/+49
* MacGui: made some HBJob properties private.Damiano Galassi2016-10-319-25/+28
* MacGui: add auto before the passthru fallback label.Damiano Galassi2016-10-311-30/+30
* 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