summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Collapse)AuthorAgeFilesLines
* MacGui: load the HandBrakeKit framework localized strings from the framework ↵Damiano Galassi2018-10-2014-140/+219
| | | | bundle.
* build: revert to the legacy Xcode build system until until we found a way to ↵Damiano Galassi2018-10-202-2/+3
| | | | make it work when called from make. Remove fontconfig from the Xcode project.
* build: use a better workaround for the new Xcode build system.Damiano Galassi2018-10-196-52/+110
|
* build: add a workaround to the Xcode project to make it work with the new ↵Damiano Galassi2018-10-182-6/+44
| | | | Xcode build system
* MacGui: fix a warning.Damiano Galassi2018-10-181-1/+1
|
* MacGui: improve touch bar support, add touch bars to the add titles to queue ↵Damiano Galassi2018-10-166-5/+122
| | | | and add preset sheets.
* MacGui: add touch bars in the preview window, improve touch bars in the main ↵Damiano Galassi2018-10-1017-104/+736
| | | | and queue windows.
* MacGui: add touch bars to main and queue windows.Damiano Galassi2018-10-089-176/+517
|
* MacGui: add a missing [super init]Damiano Galassi2018-10-081-1/+5
|
* MacGui: add a dark mode toolbar icons set.Damiano Galassi2018-09-2446-123/+225
|
* MacGui: improve the preview border alignment on retina screens.Damiano Galassi2018-08-311-5/+13
|
* MacGui: Implement "Show Source in Finder" in the queue contextual menu.Damiano Galassi2018-08-312-10/+31
|
* MacGui: make the available format tokens textfield highier, and cache the ↵Damiano Galassi2018-08-312-55/+61
| | | | NSDateFormatter.
* Set the macOS deployment target to 10.10 when building from the cli.Damiano Galassi2018-08-233-0/+7
|
* contrib: gtk: libhb: macosx: test: Remove remaining traces of libavresample.Bradley Sepos2018-08-161-6/+0
| | | | Extension of and closes #1422.
* Autoname creation dateMatthew Lazarow2018-08-135-8/+89
| | | | | Adds {creation-date} and {creation-time} templates to autoname preference option.
* MacGui: fix queue toolbar icon not being updated.Damiano Galassi2018-08-131-89/+86
|
* MacGui: simplify the toolbar badge drawing code, redraw the icon when ↵Damiano Galassi2018-08-121-103/+58
| | | | switching between dark and light mode.
* MacGUI: Update menu items and tooltips related to Selection Behavior.Bradley Sepos2018-08-112-14/+16
| | | | A few of these were missed previously.
* MacGui: fix closing the add catagery window when presented as modal.Damiano Galassi2018-08-091-2/+18
|
* fix race in getting sequence_id of completed jobJohn Stebbins2018-08-071-1/+1
| | | | | | | | | The sequence_id was only available for the WORKING state and not the WORKDONE state. But frontends poll for status periodically and can miss all status updates for the WORKING state if the file is very short or an error occurs early during transcoding. When WORKING status is missed, there was no way to know the sequence_id associated with the WORKDONE status.
* MacGui: fix progress report textfield height on 10.14Damiano Galassi2018-08-062-60/+59
|
* MacGui: corrently display the presets popover on 10.14 dark mode.Damiano Galassi2018-08-041-2/+2
|
* MacGui: fix a number of static analyser warnings.Damiano Galassi2018-08-041-43/+58
|
* MacGui: update Sparkle to version 1.20.Damiano Galassi2018-07-1922-29/+63
|
* MacGui: validate the custom filters settings in the GUI.Damiano Galassi2018-07-182-31/+232
|
* MacGui: add missing Localizable.strings file.Damiano Galassi2018-07-122-7/+673
|
* MacGui: remove two non existing files from the Xcode project.Damiano Galassi2018-07-121-24/+0
|
* MacGui: fix the presets view that was broken a few days ago.Damiano Galassi2018-07-121-1/+1
|
* MacGui: add German localisation by Nomis101.Damiano Galassi2018-07-1227-0/+2859
|
* MacGui: make it possible to localise the default chapters titles.Damiano Galassi2018-07-111-1/+1
|
* MacGui: remove a bunch of unneeded compatibility code.Damiano Galassi2018-07-1014-102/+48
|
* MacGui: made possible to localise more UI strings.Damiano Galassi2018-07-103-64/+90
|
* MacGui: do not play a sound for notification if alerts are disabled in prefs.Damiano Galassi2018-06-131-7/+5
|
* MacGui: fix x264 unparsed string and advanced panel.Damiano Galassi2018-06-131-3/+3
|
* MacGui: do not use NSMatrix for radio buttons, fix some layout issues.Damiano Galassi2018-06-113-118/+98
|
* MacGui: remove unused localization files.Damiano Galassi2018-06-1010-183/+0
|
* MacGui: Change the "Picture Size" label to "Dimensions" to avoid confusion ↵Damiano Galassi2018-06-101-10/+8
| | | | on the Add Preset View. #1309
* MacGui: update Sparkle to 1.19.0.Damiano Galassi2018-06-1030-295/+703
|
* MacGui: fix another round of deprecation warnings. Remove drawer code.Damiano Galassi2018-06-1016-55/+36
|
* MacGui: improve UI layout when localised.Damiano Galassi2018-06-0912-170/+277
|
* MacGui: convert HBPictureViewController.xib to autolayout.Damiano Galassi2018-06-091-89/+172
|
* MacGui: avoid calling boolForKey on NSUserDefaults values.Damiano Galassi2018-06-092-4/+4
|
* MacGui: use auto layout in the filters xib.Damiano Galassi2018-06-091-120/+232
|
* MacGui: enable some additional static analyser options, made two header ↵Damiano Galassi2018-06-091-4/+20
| | | | files public.
* MacGui: add a few more comments.Damiano Galassi2018-06-092-3/+3
|
* Fix: fix another deprecation warning and add a missing alloc message.Damiano Galassi2018-06-093-10/+11
|
* MacGui: improve NSLocalizedString comments.Damiano Galassi2018-06-0926-223/+217
|
* MacGui: show the copy protection alert at most once each time HandBrake is run.Damiano Galassi2018-06-091-6/+6
|
* MacGui: forgot to add back a xib in the previous commit.Damiano Galassi2018-06-081-12/+12
|