Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MacGui: call [super layout] in the preview view layout. It's required and ↵ | Damiano Galassi | 2020-05-16 | 1 | -0/+1 |
| | | | | | | not calling it breaks the layout on 10.11. (cherry picked from commit 20cb33eb66fb4160d57444996877c4d9783e34ed) | ||||
* | MacGui: update copyright year. Fixes #2830. | Damiano Galassi | 2020-05-08 | 1 | -1/+1 |
| | |||||
* | MacGui: improve security scoped resources management. Fixes #2566. | Damiano Galassi | 2020-03-30 | 11 | -40/+97 |
| | | | | (cherry picked from commit 073c2fb84b3ead86d2f2b28cbd737bb936cc0696) | ||||
* | MacGui: set the default mixdown to stereo. | Damiano Galassi | 2020-03-30 | 2 | -2/+2 |
| | | | | (cherry picked from commit f93881c4cd048aeada6b23199c23404e0be6a8c1) | ||||
* | MacGui: update localizations. | Damiano Galassi | 2020-01-02 | 6 | -12/+12 |
| | | | | (cherry picked from commit f63e7b79c83d62055f96f0a1a687cffae208a9c8) | ||||
* | MacGui: move sleep prevention to the main process, so we keep the sleep ↵ | Damiano Galassi | 2020-01-02 | 4 | -33/+53 |
| | | | | | | assertion if the XPC service crashes. (cherry picked from commit f7228c0e67aafe557fc91d49ef547ebcf7734674) | ||||
* | MacGui: fix HBSubtitlesTrack unarchiver when the track is an external ssa file. | Damiano Galassi | 2019-12-09 | 1 | -1/+1 |
| | | | | (cherry picked from commit 820d2643071919db35a17bff257e0ce9295793d7) | ||||
* | MacGui: always update queue stats after a job is done. | Damiano Galassi | 2019-11-12 | 1 | -2/+2 |
| | | | | (cherry picked from commit d9a502fc23d7d27a51da3a982a58da835507eb1d) | ||||
* | MacGui: update documentation url. | Damiano Galassi | 2019-11-11 | 1 | -1/+1 |
| | |||||
* | MacGUI: update german localization | Nomis101 | 2019-11-07 | 4 | -6/+9 |
| | |||||
* | MacGui: update Italian localization. | Damiano Galassi | 2019-11-07 | 2 | -5/+8 |
| | |||||
* | MacGui: make any and unknown language localizable. | Damiano Galassi | 2019-11-07 | 1 | -2/+14 |
| | |||||
* | Gardening: Clean up trailing whitespace | Nomis101 | 2019-11-04 | 29 | -51/+51 |
| | | | | Remove trailing whitespace in "*.c", "*.m", "*.h" and "*.cpp" files. | ||||
* | MacGui: fix an aligmented issue in the width and height textfields. | Damiano Galassi | 2019-10-23 | 2 | -91/+91 |
| | |||||
* | MacGUI: Update locales (#2375) | Nomis101 | 2019-10-22 | 2 | -4/+4 |
| | | | | * MacGUI: Update locales | ||||
* | MacGui: enlarge the presets popover width. | Damiano Galassi | 2019-10-16 | 1 | -1/+1 |
| | |||||
* | MacGui: update localization. | Damiano Galassi | 2019-10-13 | 14 | -88/+88 |
| | |||||
* | MacGui: fix deprecations warnings. | Damiano Galassi | 2019-10-13 | 2 | -5/+4 |
| | |||||
* | MacGui: decrease the minimum height of the unparse label. | Damiano Galassi | 2019-10-11 | 1 | -2/+2 |
| | |||||
* | MacGui: add Russian localization and update the others after the video view ↵ | Damiano Galassi | 2019-10-06 | 36 | -188/+3843 |
| | | | | changes. | ||||
* | MacGui: rework the way the encoder options views are swapped. | Damiano Galassi | 2019-10-06 | 2 | -396/+389 |
| | |||||
* | MacGui: update localizations. | Damiano Galassi | 2019-10-06 | 26 | -87/+311 |
| | |||||
* | Improve preview window sizing. | Damiano Galassi | 2019-10-05 | 6 | -171/+168 |
| | |||||
* | MacGui: reorganize Xcode project groups and fix file copyright headers. | Damiano Galassi | 2019-10-04 | 17 | -90/+78 |
| | |||||
* | MacGui: simplify the preview image layout code. | Damiano Galassi | 2019-09-26 | 1 | -35/+21 |
| | |||||
* | MacGui: make the track name popover localizable. | Damiano Galassi | 2019-09-26 | 2 | -5/+14 |
| | |||||
* | MacGui: Xcode project upgrade check. | Damiano Galassi | 2019-09-26 | 5 | -5/+5 |
| | |||||
* | MacGui: add a popover to edit tracks names. | Damiano Galassi | 2019-09-26 | 8 | -39/+254 |
| | |||||
* | fix warnings when compiling with clang. | Damiano Galassi | 2019-09-26 | 1 | -4/+1 |
| | |||||
* | MacGui: fix defaults windows names. | Damiano Galassi | 2019-09-24 | 2 | -19/+18 |
| | |||||
* | MacGui: show localized mixdown names in summary. | Damiano Galassi | 2019-09-24 | 1 | -5/+20 |
| | |||||
* | MacGui: fix HBAudioTrackPreset validation when the encoder is set to flac. | Damiano Galassi | 2019-09-23 | 1 | -1/+1 |
| | |||||
* | build: make: macosx: Make xcodebuild use number of jobs passed to make. | Bradley Sepos | 2019-09-23 | 2 | -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 localization | Nomis101 | 2019-09-20 | 9 | -30/+42 |
| | | | | Some new strings, some fixes, some improvements. | ||||
* | MacGui: update Italian localization. | Damiano Galassi | 2019-09-20 | 6 | -36/+48 |
| | |||||
* | macosx: Add libdav1d.a to Xcode build settings. | Justin Bull | 2019-09-17 | 1 | -0/+6 |
| | |||||
* | MacGui: remove an unused ivar. | Damiano Galassi | 2019-09-17 | 1 | -7/+5 |
| | |||||
* | MacGui: decrease the preview opacity when no title is loaded. | Damiano Galassi | 2019-09-17 | 1 | -0/+2 |
| | |||||
* | MacGui: fix a few warnings when building in Xcode 11. | Damiano Galassi | 2019-09-13 | 12 | -73/+55 |
| | |||||
* | Localization support for FPS PFR and FPS CFR | Nomis101 | 2019-09-12 | 1 | -2/+2 |
| | |||||
* | libhb: resolve header conflicts with pango/harfbuzz | John Stebbins | 2019-09-12 | 28 | -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.h | John Stebbins | 2019-09-10 | 21 | -21/+21 |
| | | | | Rename hb.h to handbrake.h | ||||
* | Create separate fake iso639 "any" entry | John Stebbins | 2019-09-10 | 1 | -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 Galassi | 2019-09-06 | 3 | -14/+45 |
| | |||||
* | MacGui: store the job activity log url. | Damiano Galassi | 2019-09-05 | 3 | -2/+11 |
| | |||||
* | MacGui: properly remove an observer. | Damiano Galassi | 2019-09-01 | 2 | -1/+6 |
| | |||||
* | MacGui: print dlopen error message. | Damiano Galassi | 2019-09-01 | 1 | -0/+15 |
| | |||||
* | macOS: add a make notarize target. Usage: make notarize USERNAME="" | Damiano Galassi | 2019-09-01 | 4 | -2/+149 |
| | |||||
* | macosx: use the correct entitlements to sign the cli. | Damiano Galassi | 2019-08-31 | 2 | -7/+8 |
| | |||||
* | macosx: Minor cleanup of hbsign. | Bradley Sepos | 2019-08-30 | 1 | -10/+9 |
| |