summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Collapse)AuthorAgeFilesLines
* MacGui: use a segmented control for the presets popover action buttons.Damiano Galassi2020-10-083-60/+60
|
* MacGui: fix a truncated label in the preferences.Damiano Galassi2020-10-051-52/+52
|
* MacGui: replace the floating dimensions window with a popover with only ↵Damiano Galassi2020-10-0516-797/+344
| | | | cropping settings.
* MacGui: rename the 'Dimensions' popup to 'Resolution limit' in the add ↵Damiano Galassi2020-10-058-120/+127
| | | | preset sheet, fixed an issue when the source size is bigger than the selected resolution limit.
* MacGui: fix a compiler warning.Damiano Galassi2020-10-051-1/+1
|
* MacGui: use a non deprecated api for table views drag & drop.Damiano Galassi2020-10-056-68/+119
|
* MacGui: add the 'allow upscaling' and 'use maximum size' checkbox to the ↵Damiano Galassi2020-10-024-30/+148
| | | | dimensions tab.
* MacGui: map more transfer functions to CGColorSpaceRef, simplify ↵Damiano Galassi2020-10-024-33/+54
| | | | copyImageAtIndex: method.
* MacGui: remove the modulus popup button.Damiano Galassi2020-09-287-194/+49
|
* MacGui: add pad filter ui, move rotate filter to the dimensions tab.Damiano Galassi2020-09-2411-901/+1879
|
* MacGui: run the Xcode 12.2 project check.Damiano Galassi2020-09-245-5/+5
|
* MacGUI: add back a missing assigment to a voice over label. Improve the ↵Damiano Galassi2020-09-142-4/+5
| | | | track name textfield voice over label.
* MacGui: remove an unneeded file.Damiano Galassi2020-09-131-4/+0
|
* MacGui: move a localization file to the right place.Damiano Galassi2020-09-131-12/+2
|
* MacGui: use sf symbols images for the preferences on macOS 11.Damiano Galassi2020-09-131-11/+25
|
* MacGui: mark another 'Overwrite' button as destructive action.Damiano Galassi2020-09-121-0/+6
|
* MacGui: always show a separator line between the queue titlebar and the ↵Damiano Galassi2020-09-121-0/+1
| | | | content on macOS 11.
* MacGui: add a prefix to the NSArray and NSIndexSet categories.Damiano Galassi2020-09-126-26/+26
|
* MacGui: improve queue contextual menu items validation.Damiano Galassi2020-09-123-8/+52
|
* MacGui: remove an unneeded iboutlet.Damiano Galassi2020-09-111-1/+0
|
* MacGui: remove the pointless 'show all' button in the selection behaviours ↵Damiano Galassi2020-09-114-216/+100
| | | | sheets.
* 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-1121-179/+376
| | | | selected.
* MacGui: add a 1000000 limit to the average bitrate field.Damiano Galassi2020-09-032-37/+38
|
* MacGui: fix quality type validation.Damiano Galassi2020-08-251-10/+2
|
* libhb: improve videotoolbox detection and add support for constant quality ↵Damiano Galassi2020-08-232-2/+2
| | | | encoding mode when available.
* [macOS] Fix two minor InfoPlist.strings issuesNomis1012020-08-182-1/+4
|
* Fix toolbar items size on macOS 11.Damiano Galassi2020-08-0613-164/+257
|
* MacGui: use a submodule for Sparkle.Damiano Galassi2020-08-06212-5060/+413
|
* MacGui: fix a couple layout issues on macOS 11.Damiano Galassi2020-08-038-242/+253
|
* MacGui: bring the main window to front before starting a scan.Damiano Galassi2020-08-031-0/+2
|
* MacGUi: fix build.Damiano Galassi2020-07-062-13/+7
|
* [macOS] Initial support of Portuguese (Brazil) localeNomis1012020-07-0633-0/+3627
|
* macosx: hbsign: Refactor signing script.Bradley Sepos2020-07-041-63/+69
| | | | | | | | | | | | | | | | | | | | | | Fixes some minor issues, de-duplicates a lot of code and messages, and should require fewer changes in the future (e.g. adding additional XPC services is free). macosx: hbsign: Remove unnecessary code. macosx: hbsign: Sort results of find and fix redirection. macosx: hbsign: Reorder Framework signing. macosx: hbsign: Refactor. macosx: hbsign: Fix typo causing parsing error. macosx: hbsign: Fix another typo causing parsing error. macosx: hbsign: Fix array handling. macosx: hbsign: Update signing order and do not sign individual headers, etc. macosx: hbsign: Cosmetics.
* MacGui: sign all the xpc services.Damiano Galassi2020-06-291-0/+6
|
* MacGui: enable CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER warning and fix ↵Damiano Galassi2020-06-2746-134/+115
| | | | the related warnings. Improved toolbars and alerts when compiling with the macOS 11 sdk.
* gtk: libhb: macosx: test: Only link libturbojpeg and not libjpeg.Bradley Sepos2020-06-151-6/+0
| | | | Implementation in #2696 only requires the former.
* contrib: gtk: libhb: macosx: make: test: Add libjpeg-turbo.Bradley Sepos2020-06-151-0/+12
|
* MacGui: remove an outdated comment.Damiano Galassi2020-06-121-1/+1
|
* MacGui: Xcode 11.5 project check, remove unneeded archive make target.Damiano Galassi2020-06-1210-146/+7
|
* MacGui: call [super layout] in the preview view layout. It's required and ↵Damiano Galassi2020-05-161-0/+1
| | | | not calling it breaks the layout on 10.11.
* MacGui: add a new queue item state to handle the case when a job is being ↵Damiano Galassi2020-05-087-22/+37
| | | | sent back to the main window. Before we could check if it was the current item being encoded, but now with multiple encoding items we need ad additional state to handle this case correctly.
* MacGui: handle all KVO messages, fixes #2796 .Damiano Galassi2020-04-261-2/+5
|
* MacGui: start encoding a new job is the queue is running and the worker ↵Damiano Galassi2020-04-251-3/+25
| | | | count is incremented. Pause queue if there is a job running, or stop the queue if no job is running, if disk space is low.
* MacGui: deduplicate some code.Damiano Galassi2020-04-151-6/+1
|
* MacGui: there is no need to update the core state each progress update.Damiano Galassi2020-04-151-1/+0
|
* MacGui: simplify main window progress info.Damiano Galassi2020-04-143-128/+125
|
* MacGui: improve some NSNotificationCenter calls to avoid listening to ↵Damiano Galassi2020-04-126-12/+22
| | | | unwanted notifications.
* MacGui: set the "show all" button state properly when the view is loaded.Damiano Galassi2020-04-122-2/+2
|
* MacGui: clear main window progress info when the queue is done.Damiano Galassi2020-04-111-3/+3
|