summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
...
* MacGui: fix preview HUD initial position if the window size is different than...Damiano Galassi2016-12-241-1/+1
* macgui: Update Info.plist copyright and license.Bradley Sepos2016-12-221-2/+2
* build: Add install, install-strip, and uninstall targets for Darwin/Mac.Bradley Sepos2016-12-222-14/+45
* MacGui: remove NSAppTransportSecurity handbrake.fr http exception, all the mi...Damiano Galassi2016-12-211-13/+0
* MacGui: fix languages cells layout.Damiano Galassi2016-12-211-11/+12
* MacGui: use the right color profile for Bt 2020 primaries.Damiano Galassi2016-12-211-0/+8
* macgui: Tweak queue toolbar icon badge.Bradley Sepos2016-12-211-5/+6
* macgui: Revise preview controller tooltips.Bradley Sepos2016-12-202-27/+27
* macgui: Revise queue tooltips and contextual menu.Bradley Sepos2016-12-201-28/+16
* macgui: Update activity window contextual menu items for consistency.Bradley Sepos2016-12-201-19/+11
* macgui: Update preferences dialogs.Bradley Sepos2016-12-201-71/+75
* macgui: Remove single tooltip from preview picture settings hud.Bradley Sepos2016-12-201-5/+2
* macgui: Revise audio and subtitles tabs contextual menus.Bradley Sepos2016-12-202-23/+23
* macgui: Revise chapters tab tooltips.Bradley Sepos2016-12-201-5/+5
* macgui: Clarify audio DRC tooltips.Bradley Sepos2016-12-202-12/+12
* macgui: Make main menu web links obviously external.Bradley Sepos2016-12-201-2/+2
* macgui: Revise subtitles defaults tooltips.Bradley Sepos2016-12-201-14/+21
* macgui: Revise subtitles tab tooltips.Bradley Sepos2016-12-201-25/+27
* macgui: Revise audio defaults tooltips.Bradley Sepos2016-12-201-11/+34
* macgui: Revise quality and bitrate mode tooltips on main window.Bradley Sepos2016-12-201-3/+6
* macgui: Revise audio tab tooltips.Bradley Sepos2016-12-201-13/+30
* macgui: Revise Open Source toolbar button tooltip.Bradley Sepos2016-12-201-1/+1
* 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