Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MacGui: use a segmented control for the presets popover action buttons. | Damiano Galassi | 2020-10-08 | 3 | -60/+60 |
| | |||||
* | MacGui: fix a truncated label in the preferences. | Damiano Galassi | 2020-10-05 | 1 | -52/+52 |
| | |||||
* | MacGui: replace the floating dimensions window with a popover with only ↵ | Damiano Galassi | 2020-10-05 | 16 | -797/+344 |
| | | | | cropping settings. | ||||
* | MacGui: rename the 'Dimensions' popup to 'Resolution limit' in the add ↵ | Damiano Galassi | 2020-10-05 | 8 | -120/+127 |
| | | | | preset sheet, fixed an issue when the source size is bigger than the selected resolution limit. | ||||
* | MacGui: fix a compiler warning. | Damiano Galassi | 2020-10-05 | 1 | -1/+1 |
| | |||||
* | MacGui: use a non deprecated api for table views drag & drop. | Damiano Galassi | 2020-10-05 | 6 | -68/+119 |
| | |||||
* | MacGui: add the 'allow upscaling' and 'use maximum size' checkbox to the ↵ | Damiano Galassi | 2020-10-02 | 4 | -30/+148 |
| | | | | dimensions tab. | ||||
* | MacGui: map more transfer functions to CGColorSpaceRef, simplify ↵ | Damiano Galassi | 2020-10-02 | 4 | -33/+54 |
| | | | | copyImageAtIndex: method. | ||||
* | MacGui: remove the modulus popup button. | Damiano Galassi | 2020-09-28 | 7 | -194/+49 |
| | |||||
* | MacGui: add pad filter ui, move rotate filter to the dimensions tab. | Damiano Galassi | 2020-09-24 | 11 | -901/+1879 |
| | |||||
* | MacGui: run the Xcode 12.2 project check. | Damiano Galassi | 2020-09-24 | 5 | -5/+5 |
| | |||||
* | MacGUI: add back a missing assigment to a voice over label. Improve the ↵ | Damiano Galassi | 2020-09-14 | 2 | -4/+5 |
| | | | | track name textfield voice over label. | ||||
* | MacGui: remove an unneeded file. | Damiano Galassi | 2020-09-13 | 1 | -4/+0 |
| | |||||
* | MacGui: move a localization file to the right place. | Damiano Galassi | 2020-09-13 | 1 | -12/+2 |
| | |||||
* | MacGui: use sf symbols images for the preferences on macOS 11. | Damiano Galassi | 2020-09-13 | 1 | -11/+25 |
| | |||||
* | MacGui: mark another 'Overwrite' button as destructive action. | Damiano Galassi | 2020-09-12 | 1 | -0/+6 |
| | |||||
* | MacGui: always show a separator line between the queue titlebar and the ↵ | Damiano Galassi | 2020-09-12 | 1 | -0/+1 |
| | | | | content on macOS 11. | ||||
* | MacGui: add a prefix to the NSArray and NSIndexSet categories. | Damiano Galassi | 2020-09-12 | 6 | -26/+26 |
| | |||||
* | MacGui: improve queue contextual menu items validation. | Damiano Galassi | 2020-09-12 | 3 | -8/+52 |
| | |||||
* | MacGui: remove an unneeded iboutlet. | Damiano Galassi | 2020-09-11 | 1 | -1/+0 |
| | |||||
* | MacGui: remove the pointless 'show all' button in the selection behaviours ↵ | Damiano Galassi | 2020-09-11 | 4 | -216/+100 |
| | | | | sheets. | ||||
* | MacGui: mark the overwrite button in modals as destructive actions. | Damiano Galassi | 2020-09-11 | 1 | -2/+14 |
| | |||||
* | MacGui: show a stop row in the queue when 'Stop after current job' option is ↵ | Damiano Galassi | 2020-09-11 | 21 | -179/+376 |
| | | | | selected. | ||||
* | MacGui: add a 1000000 limit to the average bitrate field. | Damiano Galassi | 2020-09-03 | 2 | -37/+38 |
| | |||||
* | MacGui: fix quality type validation. | Damiano Galassi | 2020-08-25 | 1 | -10/+2 |
| | |||||
* | libhb: improve videotoolbox detection and add support for constant quality ↵ | Damiano Galassi | 2020-08-23 | 2 | -2/+2 |
| | | | | encoding mode when available. | ||||
* | [macOS] Fix two minor InfoPlist.strings issues | Nomis101 | 2020-08-18 | 2 | -1/+4 |
| | |||||
* | Fix toolbar items size on macOS 11. | Damiano Galassi | 2020-08-06 | 13 | -164/+257 |
| | |||||
* | MacGui: use a submodule for Sparkle. | Damiano Galassi | 2020-08-06 | 212 | -5060/+413 |
| | |||||
* | MacGui: fix a couple layout issues on macOS 11. | Damiano Galassi | 2020-08-03 | 8 | -242/+253 |
| | |||||
* | MacGui: bring the main window to front before starting a scan. | Damiano Galassi | 2020-08-03 | 1 | -0/+2 |
| | |||||
* | MacGUi: fix build. | Damiano Galassi | 2020-07-06 | 2 | -13/+7 |
| | |||||
* | [macOS] Initial support of Portuguese (Brazil) locale | Nomis101 | 2020-07-06 | 33 | -0/+3627 |
| | |||||
* | macosx: hbsign: Refactor signing script. | Bradley Sepos | 2020-07-04 | 1 | -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 Galassi | 2020-06-29 | 1 | -0/+6 |
| | |||||
* | MacGui: enable CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER warning and fix ↵ | Damiano Galassi | 2020-06-27 | 46 | -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 Sepos | 2020-06-15 | 1 | -6/+0 |
| | | | | Implementation in #2696 only requires the former. | ||||
* | contrib: gtk: libhb: macosx: make: test: Add libjpeg-turbo. | Bradley Sepos | 2020-06-15 | 1 | -0/+12 |
| | |||||
* | MacGui: remove an outdated comment. | Damiano Galassi | 2020-06-12 | 1 | -1/+1 |
| | |||||
* | MacGui: Xcode 11.5 project check, remove unneeded archive make target. | Damiano Galassi | 2020-06-12 | 10 | -146/+7 |
| | |||||
* | 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. | ||||
* | MacGui: add a new queue item state to handle the case when a job is being ↵ | Damiano Galassi | 2020-05-08 | 7 | -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 Galassi | 2020-04-26 | 1 | -2/+5 |
| | |||||
* | MacGui: start encoding a new job is the queue is running and the worker ↵ | Damiano Galassi | 2020-04-25 | 1 | -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 Galassi | 2020-04-15 | 1 | -6/+1 |
| | |||||
* | MacGui: there is no need to update the core state each progress update. | Damiano Galassi | 2020-04-15 | 1 | -1/+0 |
| | |||||
* | MacGui: simplify main window progress info. | Damiano Galassi | 2020-04-14 | 3 | -128/+125 |
| | |||||
* | MacGui: improve some NSNotificationCenter calls to avoid listening to ↵ | Damiano Galassi | 2020-04-12 | 6 | -12/+22 |
| | | | | unwanted notifications. | ||||
* | MacGui: set the "show all" button state properly when the view is loaded. | Damiano Galassi | 2020-04-12 | 2 | -2/+2 |
| | |||||
* | MacGui: clear main window progress info when the queue is done. | Damiano Galassi | 2020-04-11 | 1 | -3/+3 |
| |