HandBrake/macosx
Tim Walker 27dd8b5cd6 build: use documented way of indicating whitespace in regexp for grep
Fixes #5206

Also remove redundant escapes before dashes causing
GNU grep to print warnings about "stray \ before -"

(cherry picked from commit 6a3f34344c)
2023-06-23 15:47:16 +02:00
..
Assets.xcassets Fix toolbar items size on macOS 11. 2020-08-06 09:42:35 +02:00
Base.lproj MacGui: connect the chroma smooth tunes UI to the correct list of tunes. 2023-03-21 08:09:27 +01:00
HandBrake.xcodeproj MacGui: update Sparkle to version 2.3.0. 2022-11-30 09:58:17 +01:00
HandBrakeKit [MacGUI] Update latest localization from Transifex (#4736) 2022-12-16 18:27:08 +01:00
HandBrakeKitTests preset: remove a few unneeded references to the deprecated PictureAutoCrop key. 2022-11-26 10:04:06 +01:00
HandBrakeXPCService [MacGUI] Add ja-JP locale 2022-04-17 16:42:47 +02:00
co.lproj MacGui: do not translate a cocoa binding format string. 2022-12-27 15:23:52 +01:00
de.lproj [MacGUI] Update locale co, de and it 2022-11-02 09:03:21 +01:00
en.lproj MacGui: remove the old advanced x264 options view. 2019-01-30 11:09:02 +01:00
fr.lproj MacGui: do not translate a cocoa binding format string. 2022-12-27 15:23:52 +01:00
icons MacGui: use AVFoundation as the first option for the preview playback. Add volume and tracks controls to the player hud. 2016-05-03 18:47:14 +02:00
it.lproj [MacGUI] Update locale co, de and it 2022-11-02 09:03:21 +01:00
ja_JP.lproj MacGui: update localizations. 2022-11-30 12:46:10 +01:00
pt_BR.lproj [MacGUI] Update latest localization from Transifex (#4736) 2022-12-16 18:27:08 +01:00
ru.lproj MacGui: update localizations. 2022-11-30 12:46:10 +01:00
xcconfig MacGui: set the deployment target to 10.13. 2021-10-15 18:41:40 +02:00
zh.lproj [MacGUI] Update latest localization from Transifex (#4736) 2022-12-16 18:27:08 +01:00
HBAVPlayer.h MacGui: use AVFoundation as the first option for the preview playback. Add volume and tracks controls to the player hud. 2016-05-03 18:47:14 +02:00
HBAVPlayer.m spelling: observer 2021-05-21 11:41:40 +02:00
HBAddCategoryController.h MacGui: enable CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER warning and fix the related warnings. Improved toolbars and alerts when compiling with the macOS 11 sdk. 2020-06-27 14:13:12 +02:00
HBAddCategoryController.m MacGui: enable CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER warning and fix the related warnings. Improved toolbars and alerts when compiling with the macOS 11 sdk. 2020-06-27 14:13:12 +02:00
HBAddPresetController.h MacGui: rename the 'Dimensions' popup to 'Resolution limit' in the add preset sheet, fixed an issue when the source size is bigger than the selected resolution limit. 2020-10-05 13:26:25 +02:00
HBAddPresetController.m MacGUI: make the help menu documentation item point to the initial docs page again. 2022-04-24 09:30:41 +02:00
HBAppDelegate.h MacGui: fix deprecations warnings. 2019-10-13 15:12:48 +02:00
HBAppDelegate.m MacGui: delete a commented out line. 2022-08-28 11:59:35 +02:00
HBApplication.h MacGui: enable and fix more warnings. Review nullability annotations. 2019-08-12 10:19:00 +02:00
HBApplication.m Gardening: Clean up trailing whitespace 2019-11-04 22:41:20 +00:00
HBAttributedStringAdditions.h MacGui: refactor the preferences keys and autonaming methods; fix the queue when running multiple HandBrake instances; fixed a number of bugs. 2019-07-29 07:34:38 +02:00
HBAttributedStringAdditions.m MacGui: add a NSString extension to create monospaced strings. 2019-07-20 10:14:44 +02:00
HBAudio.h MacGui: enable CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER warning and fix the related warnings. Improved toolbars and alerts when compiling with the macOS 11 sdk. 2020-06-27 14:13:12 +02:00
HBAudio.m libhb: resolve header conflicts with pango/harfbuzz 2019-09-12 10:22:07 -07:00
HBAudioController.h MacGui: enable and fix more warnings. Review nullability annotations. 2019-08-12 10:19:00 +02:00
HBAudioController.m MacGui: add a popover to edit tracks names. 2019-09-26 10:45:45 +02:00
HBAudioDefaults.h libhb: ui: add Opus passthru. Enable Opus in MP4. (#4393) 2022-06-07 20:03:33 +02:00
HBAudioDefaults.m libhb: ui: add Opus passthru. Enable Opus in MP4. (#4393) 2022-06-07 20:03:33 +02:00
HBAudioDefaultsController.h MacGui: enable and fix more warnings. Review nullability annotations. 2019-08-12 10:19:00 +02:00
HBAudioDefaultsController.m MacGUI: make the help menu documentation item point to the initial docs page again. 2022-04-24 09:30:41 +02:00
HBAudioTrack.h MacGui: convert the last usage of NSDictionary to a proper class, fix external subtitles tracks when sandboxed. Add initial support to the model to store the track title. 2019-08-13 10:27:05 +02:00
HBAudioTrack.m spelling: sanitize 2021-05-21 11:41:40 +02:00
HBAudioTrackPreset.h mac: Update Selection Behavior texts and tooltips. 2017-12-05 07:40:42 -05:00
HBAudioTrackPreset.m MacGui: set the default mixdown to stereo. 2020-02-20 13:09:24 +01:00
HBAudioTransformers.h MacGui: make it possible to localize mixdowns. 2019-08-22 07:54:46 +02:00
HBAudioTransformers.m libhb: resolve header conflicts with pango/harfbuzz 2019-09-12 10:22:07 -07:00
HBAutoNamer.h MacGui: improve the auto naming to avoid updating the name when unrelated settings change. 2018-11-03 14:22:12 +01:00
HBAutoNamer.m MacGui: clean up the destination url and filename properties names. 2022-01-11 09:18:47 +01:00
HBChapter.h MacGui: add a "Start" column in the chapters tableview. 2017-12-11 14:58:15 +01:00
HBChapter.m MacGui: don't allow nil chapters titles. 2019-04-01 09:13:03 +02:00
HBChapterTitlesController.h MacGui: enable and fix more warnings. Review nullability annotations. 2019-08-12 10:19:00 +02:00
HBChapterTitlesController.m MacGui: clean up the destination url and filename properties names. 2022-01-11 09:18:47 +01:00
HBCodingUtilities.h MacGui: make use of some newer NSCoding api to better report decoding failure. 2019-08-15 07:39:10 +02:00
HBController.h MacGui: enable CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER warning and fix the related warnings. Improved toolbars and alerts when compiling with the macOS 11 sdk. 2020-06-27 14:13:12 +02:00
HBController.m MacGui: rename HBController destinationURL to destinationFolderURL. 2022-01-11 09:36:11 +01:00
HBCore.h MacGui: add avg fps and % of original file size to the queue statistics. 2021-12-22 14:41:00 +01:00
HBCore.m MacGui: expose the new 'Conservative' crop mode. 2022-08-13 09:33:55 +02:00
HBCroppingController.h MacGui: replace the floating dimensions window with a popover with only cropping settings. 2020-10-05 17:45:47 +02:00
HBCroppingController.m MacGui: replace the floating dimensions window with a popover with only cropping settings. 2020-10-05 17:45:47 +02:00
HBDVDDetector.h Gardening: Clean up trailing whitespace 2019-11-04 22:41:20 +00:00
HBDVDDetector.m Gardening: Clean up trailing whitespace 2019-11-04 22:41:20 +00:00
HBDirectUtilities.h MacGui: fix copyright in a number of files. 2021-12-04 13:44:33 +01:00
HBDockTextField.h MacGui: enhance the queue to allow up to 4 simultaneous encodes. Add a preference to set the number of queue workers. 2020-04-11 12:19:17 +02:00
HBDockTextField.m MacGui: enhance the queue to allow up to 4 simultaneous encodes. Add a preference to set the number of queue workers. 2020-04-11 12:19:17 +02:00
HBDockTile.h MacGui: enhance the queue to allow up to 4 simultaneous encodes. Add a preference to set the number of queue workers. 2020-04-11 12:19:17 +02:00
HBDockTile.m MacGui: enhance the queue to allow up to 4 simultaneous encodes. Add a preference to set the number of queue workers. 2020-04-11 12:19:17 +02:00
HBEncodingProgressHUDController.h MacGui: enable and fix more warnings. Review nullability annotations. 2019-08-12 10:19:00 +02:00
HBEncodingProgressHUDController.m MacGui: enable and fix more warnings. Review nullability annotations. 2019-08-12 10:19:00 +02:00
HBExceptionAlertController.h MacGui: enable and fix more warnings. Review nullability annotations. 2019-08-12 10:19:00 +02:00
HBExceptionAlertController.m Gardening: Clean up trailing whitespace 2019-11-04 22:41:20 +00:00
HBFilePromiseProvider.h MacGui: fix copyright in a number of files. 2021-12-04 13:44:33 +01:00
HBFilePromiseProvider.m MacGui: fix copyright in a number of files. 2021-12-04 13:44:33 +01:00
HBFilters+UIAdditions.h MacGui: Expose Bwdif. 2022-03-14 16:07:27 +01:00
HBFilters+UIAdditions.m MacGui: Expose Bwdif. 2022-03-14 16:07:27 +01:00
HBFilters.h MacGUI: add chroma smooth and colorspace filters UI. 2021-01-23 19:00:27 +01:00
HBFilters.m MacGui: connect the chroma smooth tunes UI to the correct list of tunes. 2023-03-21 08:09:27 +01:00
HBFiltersViewController.h MacGui: enable and fix more warnings. Review nullability annotations. 2019-08-12 10:19:00 +02:00
HBFiltersViewController.m MacGui: set the minimum deployment target to 10.10. Remove Growl and use macOS standard notifications. Remove deprecated API usage and code that doesn't compile anymore (QTKit). 2018-06-08 16:59:25 +02:00
HBFlippedClipView.h MacGui: store queue items statistics. 2019-07-25 08:12:35 +02:00
HBFlippedClipView.m MacGui: store queue items statistics. 2019-07-25 08:12:35 +02:00
HBFocusRingView.h MacGui: show a focus ring around the main window when a file is dragged over it, and move the advanced tab at the end. 2015-12-12 12:12:47 +01:00
HBFocusRingView.m MacGui: show a focus ring around the main window when a file is dragged over it, and move the advanced tab at the end. 2015-12-12 12:12:47 +01:00
HBHUD.h MacGui: make use of some newer NSCoding api to better report decoding failure. 2019-08-15 07:39:10 +02:00
HBHUDView.h MacGui: set the minimum deployment target to 10.10. Remove Growl and use macOS standard notifications. Remove deprecated API usage and code that doesn't compile anymore (QTKit). 2018-06-08 16:59:25 +02:00
HBHUDView.m MacGui: set the deployment target to 10.13. 2021-10-15 18:41:40 +02:00
HBImageUtilities.h MacGui: import some additional headers to fix build under Xcode 13. 2021-06-10 18:19:06 +02:00
HBImageUtilities.m MacGui: map Core Video sRGB transfer value to the libhb one. 2022-04-23 13:08:13 +02:00
HBJob+HBAdditions.h MacGui: refactor the preferences keys and autonaming methods; fix the queue when running multiple HandBrake instances; fixed a number of bugs. 2019-07-29 07:34:38 +02:00
HBJob+HBAdditions.m MacGui: make sure HBJob destinationFileName is never nil. This happened when auto naming was enabled and the format was empty. Fallback to the original file name. 2022-12-24 09:54:29 +01:00
HBJob+HBJobConversion.h libhb: resolve header conflicts with pango/harfbuzz 2019-09-12 10:22:07 -07:00
HBJob+HBJobConversion.m libhb: ui: add Opus passthru. Enable Opus in MP4. (#4393) 2022-06-07 20:03:33 +02:00
HBJob+Private.h MacGui: improve security scoped resources management. Fixes #2566. 2020-01-10 14:19:50 +01:00
HBJob+UIAdditions.h MacGui: enable CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER warning and fix the related warnings. Improved toolbars and alerts when compiling with the macOS 11 sdk. 2020-06-27 14:13:12 +02:00
HBJob+UIAdditions.m MacGui: show audio and subtitles tracks titles in the queue description. 2022-12-15 15:11:29 +01:00
HBJob.h MacGui: clean up the destination url and filename properties names. 2022-01-11 09:18:47 +01:00
HBJob.m MacGui: clean up the destination url and filename properties names. 2022-01-11 09:18:47 +01:00
HBJobOutputFileWriter.h MacGui: enable CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER warning and fix the related warnings. Improved toolbars and alerts when compiling with the macOS 11 sdk. 2020-06-27 14:13:12 +02:00
HBJobOutputFileWriter.m MacGui: clean up the destination url and filename properties names. 2022-01-11 09:18:47 +01:00
HBLanguagesSelection.h spelling: dragging 2021-05-21 11:41:40 +02:00
HBLanguagesSelection.m spelling: dragging 2021-05-21 11:41:40 +02:00
HBLocalizationUtilities.h MacGui: reorganize Xcode project groups and fix file copyright headers. 2019-10-04 10:40:04 +02:00
HBMutablePreset.h MacGui: enable CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER warning and fix the related warnings. Improved toolbars and alerts when compiling with the macOS 11 sdk. 2020-06-27 14:13:12 +02:00
HBMutablePreset.m MacGui: add a Save menu item in the presets menu to save the changes to the selected preset. Fix a bunch of presets issues and weird behaviour. 2020-01-20 12:12:27 +01:00
HBOutputFileWriter.h MacGui: move the queue libhb instance to an xpc service. 2019-08-11 09:07:20 +02:00
HBOutputFileWriter.m MacGui: enable CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER warning and fix the related warnings. Improved toolbars and alerts when compiling with the macOS 11 sdk. 2020-06-27 14:13:12 +02:00
HBOutputPanelController.h MacGui: move the queue libhb instance to an xpc service. 2019-08-11 09:07:20 +02:00
HBOutputPanelController.m MacGui: enable CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER warning and fix the related warnings. Improved toolbars and alerts when compiling with the macOS 11 sdk. 2020-06-27 14:13:12 +02:00
HBOutputRedirect.h MacGui: move the queue libhb instance to an xpc service. 2019-08-11 09:07:20 +02:00
HBOutputRedirect.m Gardening: Clean up trailing whitespace 2019-11-04 22:41:20 +00:00
HBPasteboardItem.h MacGui: fix copyright in a number of files. 2021-12-04 13:44:33 +01:00
HBPasteboardItem.m MacGui: fix copyright in a number of files. 2021-12-04 13:44:33 +01:00
HBPicture+UIAdditions.h MacGui: Reworked dimensions tab. 2021-05-02 18:09:35 +02:00
HBPicture+UIAdditions.m MacGui: do not show the display width if the video is not anamorphic. 2022-04-20 11:00:41 +02:00
HBPicture.h MacGui: expose the new 'Conservative' crop mode. 2022-08-13 09:33:55 +02:00
HBPicture.m MacGui: add missing NSCoding and copy code for loose crop properties. 2022-08-13 13:06:08 +02:00
HBPictureHUDController.h MacGui: replace the floating dimensions window with a popover with only cropping settings. 2020-10-05 17:45:47 +02:00
HBPictureHUDController.m MacGui: add a 5 seconds live preview option. 2022-04-23 13:07:26 +02:00
HBPictureViewController.h MacGui: enable and fix more warnings. Review nullability annotations. 2019-08-12 10:19:00 +02:00
HBPictureViewController.m MacGui: remove the modulus popup button. 2020-09-28 14:53:50 +02:00
HBPlayer.h MacGui: enable and fix more warnings. Review nullability annotations. 2019-08-12 10:19:00 +02:00
HBPlayerHUDController.h MacGui: enable and fix more warnings. Review nullability annotations. 2019-08-12 10:19:00 +02:00
HBPlayerHUDController.m MacGui: set the deployment target to 10.13. 2021-10-15 18:41:40 +02:00
HBPlayerTrack.h MacGui: enable and fix more warnings. Review nullability annotations. 2019-08-12 10:19:00 +02:00
HBPlayerTrack.m MacGui: use AVFoundation as the first option for the preview playback. Add volume and tracks controls to the player hud. 2016-05-03 18:47:14 +02:00
HBPreferencesController.h MacGui: refactor the preferences keys and autonaming methods; fix the queue when running multiple HandBrake instances; fixed a number of bugs. 2019-07-29 07:34:38 +02:00
HBPreferencesController.m MacGui: rename HBController destinationURL to destinationFolderURL. 2022-01-11 09:36:11 +01:00
HBPreferencesKeys.h MacGui: Add a "Quit HandBrake" option to the "When done" actions. 2022-03-17 08:14:25 +01:00
HBPreset.h MacGui: disable unsupported hardware presets. 2021-01-04 18:19:19 +01:00
HBPreset.m MacGui: set the deployment target to 10.13. 2021-10-15 18:41:40 +02:00
HBPresetCoding.h MacGui: gracefully handle the case in which hb_preset_job_init() fails to apply a preset. 2021-09-22 11:47:15 +02:00
HBPresetsManager.h MacGui: add a Save menu item in the presets menu to save the changes to the selected preset. Fix a bunch of presets issues and weird behaviour. 2020-01-20 12:12:27 +01:00
HBPresetsManager.m spelling: set 2021-05-21 11:41:40 +02:00
HBPresetsMenuBuilder.h MacGui: enable and fix more warnings. Review nullability annotations. 2019-08-12 10:19:00 +02:00
HBPresetsMenuBuilder.m MacGui: disable unsupported hardware presets in the menu. 2021-08-06 16:34:53 +02:00
HBPresetsViewController.h MacGui: remove unused code. 2020-01-20 16:19:08 +01:00
HBPresetsViewController.m MacGui: set the deployment target to 10.13. 2021-10-15 18:41:40 +02:00
HBPreviewController.h MacGui: enable and fix more warnings. Review nullability annotations. 2019-08-12 10:19:00 +02:00
HBPreviewController.m MacGui: align the queue row action button, and make sure there is only one crop popover in the preview window. 2022-09-30 10:24:55 +02:00
HBPreviewGenerator.h MacGui: import some additional headers to fix build under Xcode 13. 2021-06-10 18:19:06 +02:00
HBPreviewGenerator.m MacGui: clean up the destination url and filename properties names. 2022-01-11 09:18:47 +01:00
HBPreviewView.h spelling: whether 2021-05-21 11:41:40 +02:00
HBPreviewView.m MacGui: remove an outdated comment. 2020-06-12 18:27:47 +02:00
HBPreviewViewController.h MacGui: reorganize Xcode project groups and fix file copyright headers. 2019-10-04 10:40:04 +02:00
HBPreviewViewController.m MacGui: use new api hb_get_preview3 for previews. 2021-04-13 09:17:52 +02:00
HBQueue.h MacGui: show a stop row in the queue when 'Stop after current job' option is selected. 2020-09-11 18:02:23 +02:00
HBQueue.m MacGui: clean up the destination url and filename properties names. 2022-01-11 09:18:47 +01:00
HBQueueActionItem.h MacGui: show a stop row in the queue when 'Stop after current job' option is selected. 2020-09-11 18:02:23 +02:00
HBQueueActionItem.m MacGui: add Quick Look to the queue. 2022-01-11 09:22:48 +01:00
HBQueueController.h MacGui: recover when the xpc service crashes. 2019-08-11 09:58:32 +02:00
HBQueueController.m MacGui: Add a "Quit HandBrake" option to the "When done" actions. 2022-03-17 08:14:25 +01:00
HBQueueDetailsViewController.h MacGui: refactor the preferences keys and autonaming methods; fix the queue when running multiple HandBrake instances; fixed a number of bugs. 2019-07-29 07:34:38 +02:00
HBQueueDetailsViewController.m MacGui: refactor the preferences keys and autonaming methods; fix the queue when running multiple HandBrake instances; fixed a number of bugs. 2019-07-29 07:34:38 +02:00
HBQueueDetailsViewController.xib MacGui: improve queue labels when multiple jobs are selected; fix some bugs. 2019-07-27 13:15:37 +02:00
HBQueueDockTileController.h MacGui: fix copyright in a number of files. 2021-12-04 13:44:33 +01:00
HBQueueDockTileController.m MacGui: fix copyright in a number of files. 2021-12-04 13:44:33 +01:00
HBQueueInfoViewController.h MacGui: show a stop row in the queue when 'Stop after current job' option is selected. 2020-09-11 18:02:23 +02:00
HBQueueInfoViewController.m MacGui: show a stop row in the queue when 'Stop after current job' option is selected. 2020-09-11 18:02:23 +02:00
HBQueueItem.h MacGui: add Quick Look to the queue. 2022-01-11 09:22:48 +01:00
HBQueueItemView.h MacGui: show a stop row in the queue when 'Stop after current job' option is selected. 2020-09-11 18:02:23 +02:00
HBQueueItemView.m MacGUI: add back a missing assigment to a voice over label. Improve the track name textfield voice over label. 2020-09-14 20:43:51 +02:00
HBQueueItemWorkingView.h MacGui: enhance the queue to allow up to 4 simultaneous encodes. Add a preference to set the number of queue workers. 2020-04-11 12:19:17 +02:00
HBQueueItemWorkingView.m MacGui: show a stop row in the queue when 'Stop after current job' option is selected. 2020-09-11 18:02:23 +02:00
HBQueueJobItem.h MacGui: clean up the destination url and filename properties names. 2022-01-11 09:18:47 +01:00
HBQueueJobItem.m MacGui: do not display the percentage of the original file size in the queue if the file size couldn't be read. Avoid display a +infinite value. 2023-04-27 09:44:45 +02:00
HBQueueMultiSelectionViewController.h MacGui: refactor the preferences keys and autonaming methods; fix the queue when running multiple HandBrake instances; fixed a number of bugs. 2019-07-29 07:34:38 +02:00
HBQueueMultiSelectionViewController.m MacGui: enable CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER warning and fix the related warnings. Improved toolbars and alerts when compiling with the macOS 11 sdk. 2020-06-27 14:13:12 +02:00
HBQueueMultiSelectionViewController.xib MacGui: improve queue labels when multiple jobs are selected; fix some bugs. 2019-07-27 13:15:37 +02:00
HBQueueTableViewController.h MacGui: show a stop row in the queue when 'Stop after current job' option is selected. 2020-09-11 18:02:23 +02:00
HBQueueTableViewController.m MacGui: move the queue items before the first ready item when using the "Move to top" feature. 2022-03-02 10:09:48 +01:00
HBQueueWorker.h MacGui: show a stop row in the queue when 'Stop after current job' option is selected. 2020-09-11 18:02:23 +02:00
HBQueueWorker.m MacGui: add avg fps and % of original file size to the queue statistics. 2021-12-22 14:41:00 +01:00
HBRange+UIAdditions.h MacGui: enable CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER warning and fix the related warnings. Improved toolbars and alerts when compiling with the macOS 11 sdk. 2020-06-27 14:13:12 +02:00
HBRange+UIAdditions.m MacGui: show the start/end seconds range as formatted time strings. 2019-03-06 10:14:02 +01:00
HBRange.h MacGui: added undo/redo support to the video, picture, filters, chapters and range parts of HBJob. 2015-10-20 18:55:08 +02:00
HBRange.m Gardening: Clean up trailing whitespace 2019-11-04 22:41:20 +00:00
HBRedirect.h MacGui: move the queue libhb instance to an xpc service. 2019-08-11 09:07:20 +02:00
HBRedirect.m MacGui: import some additional headers to fix build under Xcode 13. 2021-06-10 18:19:06 +02:00
HBRemoteCore.h MacGui: enhance the queue to allow up to 4 simultaneous encodes. Add a preference to set the number of queue workers. 2020-04-11 12:19:17 +02:00
HBRemoteCore.m MacGui: clean up the destination url and filename properties names. 2022-01-11 09:18:47 +01:00
HBRenamePresetController.h MacGui: enable CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER warning and fix the related warnings. Improved toolbars and alerts when compiling with the macOS 11 sdk. 2020-06-27 14:13:12 +02:00
HBRenamePresetController.m MacGui: enable CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER warning and fix the related warnings. Improved toolbars and alerts when compiling with the macOS 11 sdk. 2020-06-27 14:13:12 +02:00
HBSecurityAccessToken.h MacGui: improve security scoped resources management. Fixes #2566. 2020-01-10 14:19:50 +01:00
HBSecurityAccessToken.m MacGui: enable and fix more warnings. Review nullability annotations. 2019-08-12 10:19:00 +02:00
HBStateFormatter+Private.h MacGui: reorganize Xcode project groups and fix file copyright headers. 2019-10-04 10:40:04 +02:00
HBStateFormatter.h spelling: convert 2021-05-21 11:41:40 +02:00
HBStateFormatter.m MacGui: do not show ETA when not available. 2022-11-08 12:50:57 +01:00
HBSubtitles.h MacGui: enable CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER warning and fix the related warnings. Improved toolbars and alerts when compiling with the macOS 11 sdk. 2020-06-27 14:13:12 +02:00
HBSubtitles.m MacGui: improve security scoped resources management. Fixes #2566. 2020-01-10 14:19:50 +01:00
HBSubtitlesController.h MacGui: enable and fix more warnings. Review nullability annotations. 2019-08-12 10:19:00 +02:00
HBSubtitlesController.m MacGui: allow multiple external subtitles selection. 2022-04-11 08:50:40 +02:00
HBSubtitlesDefaults.h MacGui: gracefully handle the case in which hb_preset_job_init() fails to apply a preset. 2021-09-22 11:47:15 +02:00
HBSubtitlesDefaults.m MacGui: gracefully handle the case in which hb_preset_job_init() fails to apply a preset. 2021-09-22 11:47:15 +02:00
HBSubtitlesDefaultsController.h MacGui: enable and fix more warnings. Review nullability annotations. 2019-08-12 10:19:00 +02:00
HBSubtitlesDefaultsController.m MacGUI: make the help menu documentation item point to the initial docs page again. 2022-04-24 09:30:41 +02:00
HBSubtitlesTrack.h MacGui: convert the last usage of NSDictionary to a proper class, fix external subtitles tracks when sandboxed. Add initial support to the model to store the track title. 2019-08-13 10:27:05 +02:00
HBSubtitlesTrack.m MacGui: do not validate settings of the 'None' subtitles track. 2021-03-05 18:47:22 +01:00
HBSummaryViewController.h MacGui: show a preview image in the summary tab. 2017-11-12 12:41:42 +01:00
HBSummaryViewController.m MacGui: Reworked dimensions tab. 2021-05-02 18:09:35 +02:00
HBTableView.h MacGui: use a view-based table view in the queue window. 2019-02-05 14:03:27 +01:00
HBTableView.m MacGui: use a view-based table view in the queue window. 2019-02-05 14:03:27 +01:00
HBThumbnailItemView.h Gardening: Clean up trailing whitespace 2019-11-04 22:41:20 +00:00
HBThumbnailItemView.m Gardening: Clean up trailing whitespace 2019-11-04 22:41:20 +00:00
HBTitle+Private.h MacGui: gracefully handle the case in which hb_preset_job_init() fails to apply a preset. 2021-09-22 11:47:15 +02:00
HBTitle.h MacGui: expose the new 'Conservative' crop mode. 2022-08-13 09:33:55 +02:00
HBTitle.m MacGui: expose the new 'Conservative' crop mode. 2022-08-13 09:33:55 +02:00
HBTitleSelectionController.h MacGui: allow to sort by title/name/duration in the title selections sheet. 2017-02-04 14:04:37 +01:00
HBTitleSelectionController.m MacGui: enable and fix more warnings. Review nullability annotations. 2019-08-12 10:19:00 +02:00
HBToolbarBadgedItem.h MacGui: enable and fix more warnings. Review nullability annotations. 2019-08-12 10:19:00 +02:00
HBToolbarBadgedItem.m MacGui: fix queue toolbar icon not being updated. 2018-08-13 08:20:50 +02:00
HBTrackTitleViewController.h MacGui: reorganize Xcode project groups and fix file copyright headers. 2019-10-04 10:40:04 +02:00
HBTrackTitleViewController.m MacGui: reorganize Xcode project groups and fix file copyright headers. 2019-10-04 10:40:04 +02:00
HBTreeNode.h MacGui: add a Save menu item in the presets menu to save the changes to the selected preset. Fix a bunch of presets issues and weird behaviour. 2020-01-20 12:12:27 +01:00
HBTreeNode.m MacGui: add a Save menu item in the presets menu to save the changes to the selected preset. Fix a bunch of presets issues and weird behaviour. 2020-01-20 12:12:27 +01:00
HBUtilities.h MacGUI: make the help menu documentation item point to the initial docs page again. 2022-04-24 09:30:41 +02:00
HBUtilities.m MacGUI: make the help menu documentation item point to the initial docs page again. 2022-04-24 09:30:41 +02:00
HBVideo+UIAdditions.h MacGui: enable CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER warning and fix the related warnings. Improved toolbars and alerts when compiling with the macOS 11 sdk. 2020-06-27 14:13:12 +02:00
HBVideo+UIAdditions.m libhb: split HB_VCODEC_ defines into a mask and a codec part, to free space to define new codecs. 2022-09-30 09:12:19 +02:00
HBVideo.h MacGui: enable CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER warning and fix the related warnings. Improved toolbars and alerts when compiling with the macOS 11 sdk. 2020-06-27 14:13:12 +02:00
HBVideo.m MacGui: preserve the current rf/cq value when switching between different encoder. Rescaling it doesn't make sense, so it's better to do nothing at all. 2023-01-22 08:13:06 +01:00
HBVideoController.h MacGui: enable and fix more warnings. Review nullability annotations. 2019-08-12 10:19:00 +02:00
HBVideoController.m MacGui: rework the way the encoder options views are swapped. 2019-10-06 13:23:54 +02:00
HandBrake-RuntimeOnly.entitlements Update hbsign with hardened runtime and sandbox options. 2019-08-30 18:15:19 +02:00
HandBrake.entitlements MacGui: remove the Sparkle submodule, and switch to the Swift Package Manager distribution of Sparkle. 2022-01-11 19:24:13 +01:00
HandBrake.icns MacGui: Use new dock icon created by Matt Johnson (mattdog.100 [at] gmail.com) 2012-09-27 18:50:34 +00:00
Info.plist.m4 MacGui: update Sparkle to version 2.2.1, add public EdDSA key to Info.plist. 2022-08-28 11:58:43 +02:00
NSArray+HBAdditions.h MacGui: add a prefix to the NSArray and NSIndexSet categories. 2020-09-12 11:27:19 +02:00
NSArray+HBAdditions.m MacGui: add a prefix to the NSArray and NSIndexSet categories. 2020-09-12 11:27:19 +02:00
NSDictionary+HBAdditions.h libhb: resolve header conflicts with pango/harfbuzz 2019-09-12 10:22:07 -07:00
NSDictionary+HBAdditions.m MacGui: rewrite the NSDictionary to NSArray converter using less if. 2016-03-01 09:47:35 +01:00
NSJSONSerialization+HBAdditions.h MacGui: enable and fix more warnings. Review nullability annotations. 2019-08-12 10:19:00 +02:00
NSJSONSerialization+HBAdditions.m MacGui: enable and fix more warnings. Review nullability annotations. 2019-08-12 10:19:00 +02:00
NSWindow+HBAdditions.h Improve preview window sizing. 2019-10-05 19:00:30 +02:00
NSWindow+HBAdditions.m Gardening: Clean up trailing whitespace 2019-11-04 22:41:20 +00:00
container-migration.plist MacGui: initial sandbox support. Added two new scheme RELEASE-SANDBOX and DEBUG-SANDBOX to build HandBrake with sandbox enabled. 2017-01-20 18:52:22 +01:00
dsa_pub.pem MacGui: update sparkle to version 1.13.1. 2016-02-11 09:23:08 +01:00
hbnotarize hbnotarize: switch to the new notarytool, altool is deprecated and will stop working next year. 2022-06-10 13:12:18 +02:00
hbsign MacGui: update Sparkle to version 2.2.1, add public EdDSA key to Info.plist. 2022-08-28 11:58:43 +02:00
main.m MacGui: enable and fix more warnings. Review nullability annotations. 2019-08-12 10:19:00 +02:00
module.defs build: contrib: Add configuration option to specify link time optimization. 2022-11-30 20:01:37 -05:00
module.rules MacGui: Xcode 11.5 project check, remove unneeded archive make target. 2020-06-12 18:27:21 +02:00
module.xcodebuild build: use documented way of indicating whitespace in regexp for grep 2023-06-23 15:47:16 +02:00
org.sparkle-project.Downloader.entitlements MacGui: remove the Sparkle submodule, and switch to the Swift Package Manager distribution of Sparkle. 2022-01-11 19:24:13 +01:00