summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Collapse)AuthorAgeFilesLines
* MacGui: add Russian localization and update the others after the video view ↵Damiano Galassi2019-10-0636-188/+3843
| | | | changes.
* MacGui: rework the way the encoder options views are swapped.Damiano Galassi2019-10-062-396/+389
|
* MacGui: update localizations.Damiano Galassi2019-10-0626-87/+311
|
* Improve preview window sizing.Damiano Galassi2019-10-056-171/+168
|
* MacGui: reorganize Xcode project groups and fix file copyright headers.Damiano Galassi2019-10-0417-90/+78
|
* MacGui: simplify the preview image layout code.Damiano Galassi2019-09-261-35/+21
|
* MacGui: make the track name popover localizable.Damiano Galassi2019-09-262-5/+14
|
* MacGui: Xcode project upgrade check.Damiano Galassi2019-09-265-5/+5
|
* MacGui: add a popover to edit tracks names.Damiano Galassi2019-09-268-39/+254
|
* fix warnings when compiling with clang.Damiano Galassi2019-09-261-4/+1
|
* MacGui: fix defaults windows names.Damiano Galassi2019-09-242-19/+18
|
* MacGui: show localized mixdown names in summary.Damiano Galassi2019-09-241-5/+20
|
* MacGui: fix HBAudioTrackPreset validation when the encoder is set to flac.Damiano Galassi2019-09-231-1/+1
|
* build: make: macosx: Make xcodebuild use number of jobs passed to make.Bradley Sepos2019-09-232-2/+10
| | | | | | Fixes #1648. Previously, it was always using the number of jobs in the makefile created by configure.py, either specified by --launch-jobs or the number of active CPU cores.
* macgui: Update German localizationNomis1012019-09-209-30/+42
| | | | Some new strings, some fixes, some improvements.
* MacGui: update Italian localization.Damiano Galassi2019-09-206-36/+48
|
* macosx: Add libdav1d.a to Xcode build settings.Justin Bull2019-09-171-0/+6
|
* MacGui: remove an unused ivar.Damiano Galassi2019-09-171-7/+5
|
* MacGui: decrease the preview opacity when no title is loaded.Damiano Galassi2019-09-171-0/+2
|
* MacGui: fix a few warnings when building in Xcode 11.Damiano Galassi2019-09-1312-73/+55
|
* Localization support for FPS PFR and FPS CFRNomis1012019-09-121-2/+2
|
* libhb: resolve header conflicts with pango/harfbuzzJohn Stebbins2019-09-1228-31/+31
| | | | | | | Newest versions appear to have a "common.h" somewhere that is interfering with libhb/common.h. move headers into "handbrake" subdirectory
* Resolve conflict with harfbuzz include file hb.hJohn Stebbins2019-09-1021-21/+21
| | | | Rename hb.h to handbrake.h
* Create separate fake iso639 "any" entryJohn Stebbins2019-09-101-11/+2
| | | | | | | Allows us to distinguish a selection of "any" which means match any language from "und" which means the language is not known. Fixes https://github.com/HandBrake/HandBrake/issues/731
* MacGui: add a menu item to show the selected queue item activity log in Finder.Damiano Galassi2019-09-063-14/+45
|
* MacGui: store the job activity log url.Damiano Galassi2019-09-053-2/+11
|
* MacGui: properly remove an observer.Damiano Galassi2019-09-012-1/+6
|
* MacGui: print dlopen error message.Damiano Galassi2019-09-011-0/+15
|
* macOS: add a make notarize target. Usage: make notarize USERNAME=""Damiano Galassi2019-09-014-2/+149
|
* macosx: use the correct entitlements to sign the cli.Damiano Galassi2019-08-312-7/+8
|
* macosx: Minor cleanup of hbsign.Bradley Sepos2019-08-301-10/+9
|
* MacGui: sign with the sandbox entitlements if sandbox is enabled.Damiano Galassi2019-08-301-1/+5
|
* Update hbsign with hardened runtime and sandbox options.Damiano Galassi2019-08-303-29/+106
|
* MacGui: add a preference to not display preview images in the summary tab.Damiano Galassi2019-08-307-34/+95
|
* MacGui: make it possible to resize the columns in the audio and subtitles ↵Damiano Galassi2019-08-302-12/+15
| | | | tables.
* MacGui: do not set the track name if it's one of those we generate.Damiano Galassi2019-08-301-1/+8
|
* MacGui: passthru tracks names.Damiano Galassi2019-08-303-1/+8
|
* Update MacGUI with german mixdown stringsNomis1012019-08-293-4/+57
|
* MacGui: add the needed hardened runtime entitlements.Damiano Galassi2019-08-242-0/+6
|
* MacGui: workaround a issue in 10.15 beta where the queue file modification ↵Damiano Galassi2019-08-241-12/+25
| | | | date is bigger than the date we get after writing it to disk.
* MacGui: update sign script to sign the new xpc service.Damiano Galassi2019-08-221-0/+2
|
* MacGui: fix a warnings and the tests.Damiano Galassi2019-08-223-4/+4
|
* MacGui: make it possible to localize mixdowns.Damiano Galassi2019-08-227-38/+206
|
* make: Move sandbox option into new Security group in configure.py.Nomis1012019-08-211-1/+1
|
* make: Add a configure.py option to enable app sandbox.Nomis1012019-08-211-1/+5
| | | | Currently only implemented for macOS. If it will be implemented on other systems, it can be switched based on the target system, per https://github.com/HandBrake/HandBrake/issues/428#issuecomment-522677832
* MacGui: revert a change that was committed by error.Damiano Galassi2019-08-191-5/+1
|
* MacGui: disable security-scoped bookmarks resolution in the XPC service.Damiano Galassi2019-08-194-1/+34
|
* MacGui: make use of some newer NSCoding api to better report decoding failure.Damiano Galassi2019-08-1511-46/+31
|
* MacGui: add a method to send a NSError to activity log.Damiano Galassi2019-08-152-3/+17
|
* MacGui: fix some truncated text in the picture settings.Damiano Galassi2019-08-151-8/+8
|