summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Collapse)AuthorAgeFilesLines
* MacGui: Set /docs rather than /docs/en/1.2.0 for the documentation. Better ↵sr552019-07-161-1/+1
| | | | for presenting multiple languages. Fixes #1927
* Fix "Toolbar" issue in german HBNomis1012019-07-091-2/+2
| | | | Closes #2185. It turned out you need to use the exact wording that Apple wants, to make the toggleToolbarShown work correctly.
* MacGui: update german localization.Nomis1012019-07-0815-114/+137
| | | | Bring german strings in sync with Transifex and add new deblock strings.
* MacGui: better placement for the system default touch bar items.Damiano Galassi2019-07-081-1/+1
|
* MacGui: fix start toolbar button tooltip. Fixes #2184.Damiano Galassi2019-07-081-1/+1
|
* [gardening] Clean up old OS X code piecesNomis1012019-06-2216-37/+0
| | | | Remove old PPC/i386 related Mac code and stuff < macOS 10.11
* build: Add --enable-hardening flag to enable stack protection and enhanced ↵Nomis1012019-06-191-0/+6
| | | | | | buffer overflow protection. Prints the hardening status on global init to the log. Closes #2027. Was #2040.
* MacGui: fix build when deployment target is set to 10.14.Damiano Galassi2019-06-091-1/+1
|
* MacGui: make sure System Events is running, if not the permission alert will ↵Damiano Galassi2019-06-091-4/+15
| | | | not be shown.
* MacGui: fix queue sleep and shutdown on 10.14 and under sandbox.Damiano Galassi2019-06-085-2/+79
|
* MacGui: write the queue to disk less often and add some validations when ↵Damiano Galassi2019-06-0814-63/+104
| | | | reading it back from disk.
* MacGui: use HB_VCODEC_X264_MASK to check whether x264 is selected or not.Damiano Galassi2019-06-072-3/+3
|
* MacGui: don't show fast decode checkbox when the encoder is not x264, fixes ↵Damiano Galassi2019-06-072-1/+11
| | | | #2083.
* MacGui: localize the 'None' item in the fallback encoders popup.Damiano Galassi2019-06-073-36/+119
|
* MacGui: disable auto passthru fallback encoder options when fallback is set ↵Damiano Galassi2019-06-071-3/+8
| | | | to none.
* MacGui: fix warnings.Damiano Galassi2019-06-074-6/+6
|
* MacGui: remove an unused class.Damiano Galassi2019-05-022-26/+0
|
* MacGui: update UI for the new deblock filter.Damiano Galassi2019-05-027-78/+357
|
* MacGui: fixes some runtime warnings.Damiano Galassi2019-05-024-7/+7
|
* MacGui: update Italian localization.Damiano Galassi2019-05-024-8/+11
|
* MacGui: fixes encoder tune 'none' localized item.Damiano Galassi2019-05-024-14/+99
|
* MacGui: remove unnecessary USE_X265 definitionJohn Stebbins2019-04-171-5/+0
|
* MacGui: reset destination folder if the current folder is not available.Damiano Galassi2019-04-061-2/+3
|
* MacGui: fail gracefully when trying to encode to a not available disk under ↵Damiano Galassi2019-04-052-8/+12
| | | | the sandbox.
* MacGui: improve localized string formats.Damiano Galassi2019-04-012-5/+6
|
* MacGui: don't allow empty output file names.Damiano Galassi2019-04-011-0/+19
|
* MacGui: don't allow nil chapters titles.Damiano Galassi2019-04-011-1/+8
|
* MacGui: specify is a path is a folder or not when creating an url.Damiano Galassi2019-03-284-8/+8
|
* MacGui: improve localized progress number formats, use a monospace string to ↵Damiano Galassi2019-03-286-32/+38
| | | | avoid numbers jumping around.
* MacGui: add French localization and update Italian and German.Damiano Galassi2019-03-2046-234/+3490
|
* MacGui: don't enable the sandbox by default.Damiano Galassi2019-03-121-3/+3
|
* MacGui: update codesign script.Damiano Galassi2019-03-121-4/+16
|
* MacGui: use ui-separation-and-xpc Sparkle branch.Damiano Galassi2019-03-12238-405/+3896
|
* MacGui: improve main window UI sizing.Damiano Galassi2019-03-101-31/+25
|
* MacGui: show the start/end seconds range as formatted time strings.Damiano Galassi2019-03-063-10/+58
|
* MacGui: fix quality slider granularity prefs when the app is localized.Damiano Galassi2019-03-063-11/+11
|
* MacGui: add options to reset 'When done' action on app launch.Damiano Galassi2019-03-064-26/+49
|
* MacGui: use a stackview instead of constrains in the summary view to ↵Damiano Galassi2019-03-062-245/+312
| | | | simplify hiding UI elements.
* MacGUI: fix building with Xcode new build system.Damiano Galassi2019-03-052-25/+3
|
* MacGui: update German localization (Feb 2019)Nomis1012019-02-289-45/+190
| | | | Latest Transifex sync of german macOS strings. Make HandBrake:master even with Transifex.
* MacGui: upgrade Sparkle to version 1.21.3Damiano Galassi2019-02-1918-15/+25
|
* MacGui: improve view sizing.Damiano Galassi2019-02-171-3/+3
|
* MacGui: made some more strings localisable, update Italian locasation.Damiano Galassi2019-02-157-17/+27
|
* MacGui: disable NSWindow tabbing support.Damiano Galassi2019-02-152-0/+10
|
* MacGui: Use the 00:00:00 format for all the time strings.Damiano Galassi2019-02-151-3/+3
|
* MacGui: add a missing localized resource and fix the build.Damiano Galassi2019-02-152-13/+428
|
* MacGui: add Italian localisation.Damiano Galassi2019-02-1435-23/+3065
|
* MacGui: fix documentation link, some property annotations.Damiano Galassi2019-02-149-29/+21
|
* MacGui: remove two old unused classes, remove some old compatibility hacks, ↵Damiano Galassi2019-02-1316-423/+45
| | | | and fix warnings.
* Add WebM support (#1822)Justin Bull2019-02-135-2/+21
| | | Note that since webm has no official subtitle support, only burned in subtitles can be used with this muxer at this time.