summaryrefslogtreecommitdiffstats
path: root/macosx/HBController.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: use a segmented control for the presets popover action buttons.Damiano Galassi2020-10-081-1/+1
* MacGui: rename the 'Dimensions' popup to 'Resolution limit' in the add preset...Damiano Galassi2020-10-051-7/+4
* MacGui: mark another 'Overwrite' button as destructive action.Damiano Galassi2020-09-121-0/+6
* MacGui: mark the overwrite button in modals as destructive actions.Damiano Galassi2020-09-111-2/+14
* MacGui: show a stop row in the queue when 'Stop after current job' option is ...Damiano Galassi2020-09-111-2/+2
* MacGui: fix a couple layout issues on macOS 11.Damiano Galassi2020-08-031-2/+2
* MacGui: bring the main window to front before starting a scan.Damiano Galassi2020-08-031-0/+2
* MacGui: enable CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER warning and fix ...Damiano Galassi2020-06-271-3/+7
* MacGui: simplify main window progress info.Damiano Galassi2020-04-141-116/+105
* MacGui: improve some NSNotificationCenter calls to avoid listening to unwante...Damiano Galassi2020-04-121-2/+5
* MacGui: clear main window progress info when the queue is done.Damiano Galassi2020-04-111-3/+3
* MacGui: enhance the queue to allow up to 4 simultaneous encodes. Add a prefer...Damiano Galassi2020-04-111-33/+92
* MacGui: fix unsandboxed build.Damiano Galassi2020-01-291-1/+1
* MacGui: ask the user only for the destination folder when exporting multiple ...Damiano Galassi2020-01-271-1/+2
* MacGui: remove all the undo actions after saving a preset, because undoing af...Damiano Galassi2020-01-211-7/+13
* MacGui: add a Save menu item in the presets menu to save the changes to the s...Damiano Galassi2020-01-201-59/+70
* MacGui: improve security scoped resources management. Fixes #2566.Damiano Galassi2020-01-101-0/+1
* MacGui: enlarge the presets popover width.Damiano Galassi2019-10-161-1/+1
* MacGui: fix deprecations warnings.Damiano Galassi2019-10-131-4/+4
* MacGui: fix an exception when reading an HBJob from disk; do not store previe...Damiano Galassi2019-08-141-1/+14
* MacGui: fix some UI syncronization issues caused by moving things to another ...Damiano Galassi2019-08-121-4/+5
* MacGui: enable and fix more warnings. Review nullability annotations.Damiano Galassi2019-08-121-5/+5
* MacGui: recover when the xpc service crashes.Damiano Galassi2019-08-111-1/+1
* MacGui: move the queue libhb instance to an xpc service.Damiano Galassi2019-08-111-20/+16
* Fix some typos (#2202)Nomis1012019-07-311-2/+2
* MacGui: set the progress labels to a monospaced digit font.Damiano Galassi2019-07-301-4/+5
* MacGui: refactor the preferences keys and autonaming methods; fix the queue w...Damiano Galassi2019-07-291-32/+30
* MacGui: fix file menu validation. Closes #2200.Damiano Galassi2019-07-201-2/+2
* MacGui: fix a number of queue regressions.Damiano Galassi2019-07-201-2/+4
* MacGui: add inline progress status and bar in the queue.Damiano Galassi2019-07-201-4/+13
* MacGui: refactor the queue and implement part of the new queue ui.Damiano Galassi2019-07-191-86/+68
* MacGui: fix start toolbar button tooltip. Fixes #2184.Damiano Galassi2019-07-081-1/+1
* MacGui: fixes some runtime warnings.Damiano Galassi2019-05-021-1/+1
* MacGui: reset destination folder if the current folder is not available.Damiano Galassi2019-04-061-2/+3
* MacGui: improve localized progress number formats, use a monospace string to ...Damiano Galassi2019-03-281-4/+4
* MacGui: disable NSWindow tabbing support.Damiano Galassi2019-02-151-0/+5
* MacGui: send integerForKey: instead of [objectForKey:] intValue]Damiano Galassi2019-02-121-3/+3
* MacGui: set the minimum macOS version to 10.11Damiano Galassi2019-01-241-7/+3
* Fix a few warnings.Damiano Galassi2019-01-231-0/+1
* MacGui: fix file extension when setting a preset.Damiano Galassi2018-12-221-2/+4
* MacGui: improve preview window touch bar.Damiano Galassi2018-11-111-0/+1
* MacGui: improve the auto naming to avoid updating the name when unrelated set...Damiano Galassi2018-11-031-48/+7
* MacGui: move the advanced x264 panel to the 'Additional options' text field c...Damiano Galassi2018-10-271-30/+15
* MacGui: improve touch bar support, add touch bars to the add titles to queue ...Damiano Galassi2018-10-161-4/+13
* MacGui: add touch bars in the preview window, improve touch bars in the main ...Damiano Galassi2018-10-101-31/+24
* MacGui: add touch bars to main and queue windows.Damiano Galassi2018-10-081-92/+277
* MacGui: fix the presets view that was broken a few days ago.Damiano Galassi2018-07-121-1/+1
* MacGui: remove a bunch of unneeded compatibility code.Damiano Galassi2018-07-101-1/+1
* MacGui: fix another round of deprecation warnings. Remove drawer code.Damiano Galassi2018-06-101-25/+6
* MacGui: improve NSLocalizedString comments.Damiano Galassi2018-06-091-47/+47