HandBrake/macosx
Damiano Galassi e0a9ee89d9
MacGui: do not crash if the presets file is not a valid utf8 file.
(cherry picked from commit c4ab876310)
2018-09-01 17:25:08 +02:00
..
Assets.xcassets Revise standard resolution open source toolbar icon. 2017-12-13 16:53:08 -05:00
English.lproj MacGUI: Update menu items and tooltips related to Selection Behavior. 2018-08-11 16:04:50 -04:00
Growl.framework Misc. typos 2018-02-20 18:10:44 +00:00
HandBrake.xcodeproj MacGUI: Add Rename Preset dialog. 2018-03-17 17:01:56 -04:00
HandBrakeKit MacGui: move the objc libhb wrapper to a separate framework. 2016-03-11 13:51:17 +01:00
HandBrakeKitTests mac: Add support for sharpening filters. (#760) 2017-06-01 14:20:10 -04:00
Sparkle.framework Misc. typos 2018-02-20 18:10:44 +00:00
i18n MacGUI: Removed some localized strings so the presets work fine in the french localization. 2007-10-05 15:58:43 +00: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
xcconfig MacGui: set the deployment target to 10.7. 2015-05-21 16:57:49 +00:00
DockTextField.h MacGui: cache the text attributes in DockTextField to avoid recreating the same identical object each time the textfield is drawn. 2016-12-30 09:01:21 +01:00
DockTextField.m MacGui: cache the text attributes in DockTextField to avoid recreating the same identical object each time the textfield is drawn. 2016-12-30 09:01:21 +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 MacGui: split HBPicture KVO dependencies. 2016-05-24 10:51:26 +02:00
HBAddCategoryController.h MacGui: add a popup menu to select the category in the add preset sheet. 2017-11-10 13:59:14 +01:00
HBAddCategoryController.m MacGui: add a popup menu to select the category in the add preset sheet. 2017-11-10 13:59:14 +01:00
HBAddPresetController.h MacGui: add a popup menu to select the category in the add preset sheet. 2017-11-10 13:59:14 +01:00
HBAddPresetController.m MacGui: update the docs urls for 1.1.0 2018-04-05 19:31:47 +02:00
HBAdvancedController.h MacGui: add nullability annotations to the headers and use weak where is possible. 2015-05-30 07:17:22 +00:00
HBAdvancedController.m Misc. typos 2018-02-20 18:10:44 +00:00
HBAppDelegate.h MacGui: Add preset reload button. 2018-01-25 17:56:42 -05:00
HBAppDelegate.m MacGui: update the docs urls for 1.1.0 2018-04-05 19:31:47 +02:00
HBApplication.h MacGui: add an alert window to show the exceptions not handled. Hopefully it will make it easier for users to report this kind of issue. 2015-03-24 07:32:31 +00:00
HBApplication.m MacGui: move the objc libhb wrapper to a separate framework. 2016-03-11 13:51:17 +01:00
HBAttributedStringAdditions.h MacGui: move the objc libhb wrapper to a separate framework. 2016-03-11 13:51:17 +01:00
HBAttributedStringAdditions.m MacGui: move the objc libhb wrapper to a separate framework. 2016-03-11 13:51:17 +01:00
HBAudio.h MacGui: use KVO to get a good part of the change notification in the summary view. 2017-11-24 11:27:06 +01:00
HBAudio.m MacGui: use KVO to get a good part of the change notification in the summary view. 2017-11-24 11:27:06 +01:00
HBAudioController.h MacGui: add nullability annotations to the headers and use weak where is possible. 2015-05-30 07:17:22 +00:00
HBAudioController.m MacGui: move the objc libhb wrapper to a separate framework. 2016-03-11 13:51:17 +01:00
HBAudioDefaults.h mac: Update Selection Behavior texts and tooltips. 2017-12-05 07:40:42 -05:00
HBAudioDefaults.m MacGui: add none fallback. 2017-06-12 17:11:15 +02:00
HBAudioDefaultsController.h MacGui: fixed some warnings. 2014-10-30 19:37:50 +00:00
HBAudioDefaultsController.m MacGui: update the docs urls for 1.1.0 2018-04-05 19:31:47 +02:00
HBAudioTrack.h MacGui: rework HBAudioTrack to use less NSDictionary. 2016-09-03 18:11:11 +02:00
HBAudioTrack.m MacGui: short job description in the summary tab. 2017-11-13 14:01:19 +01:00
HBAudioTrackPreset.h mac: Update Selection Behavior texts and tooltips. 2017-12-05 07:40:42 -05:00
HBAudioTrackPreset.m MacGui: add none fallback. 2017-06-12 17:11:15 +02:00
HBAudioTransformers.h MacGui: rework HBAudioTrack to use less NSDictionary. 2016-09-03 18:11:11 +02:00
HBAudioTransformers.m MacGui: rework HBAudioTrack to use less NSDictionary. 2016-09-03 18:11:11 +02:00
HBChapter.h MacGui: add a "Start" column in the chapters tableview. 2017-12-11 14:58:15 +01:00
HBChapter.m MacGui: add a "Start" column in the chapters tableview. 2017-12-11 14:58:15 +01:00
HBChapterTitlesController.h MacGui: add nullability annotations to the headers and use weak where is possible. 2015-05-30 07:17:22 +00:00
HBChapterTitlesController.m MacGui: add a "Start" column in the chapters tableview. 2017-12-11 14:58:15 +01:00
HBCodingUtilities.h MacGui: do not load a job from disk if one or more job objects are missing. 2017-04-21 13:50:48 +02:00
HBCodingUtilities.m MacGui: enable NSSecureCoding for the queue file. 2016-12-27 11:53:11 +01:00
HBController.h MacGUI: Add Rename Preset dialog. 2018-03-17 17:01:56 -04:00
HBController.m MacGUI: Select newly saved preset on creation. 2018-03-17 18:16:20 -04:00
HBCore.h mac: Rename instances of cancelled to canceled. 2017-12-05 07:40:42 -05:00
HBCore.m mac: Rename instances of cancelled to canceled. 2017-12-05 07:40:42 -05:00
HBDVDDetector.h MacGui: add bluray detection to HBDVDDetector. 2016-01-09 13:20:49 +01:00
HBDVDDetector.m MacGui: add bluray detection to HBDVDDetector. 2016-01-09 13:20:49 +01:00
HBDistributedArray.h MacGui: enable NSSecureCoding for the queue file. 2016-12-27 11:53:11 +01:00
HBDistributedArray.m MacGui: do not use NSSecureCoding on 10.8, it crashes. 2017-04-21 15:17:57 +02:00
HBDockTile.h Misc. typos 2018-02-20 18:10:44 +00:00
HBDockTile.m MacGui: move the objc libhb wrapper to a separate framework. 2016-03-11 13:51:17 +01:00
HBEncodingProgressHUDController.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
HBEncodingProgressHUDController.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
HBEncodingProgressHUDController.xib MacGui: set some label color in the HUD to secondaryLabelColor. 2016-06-17 12:08:55 +02:00
HBExceptionAlertController.h MacGui: add an alert window to show the exceptions not handled. Hopefully it will make it easier for users to report this kind of issue. 2015-03-24 07:32:31 +00:00
HBExceptionAlertController.m MacGui: run the Xcode "convert to modern objective-c" on the entire project. 2015-04-09 19:43:33 +00:00
HBFilters+UIAdditions.h mac: Add support for sharpening filters. (#760) 2017-06-01 14:20:10 -04:00
HBFilters+UIAdditions.m mac: Add support for sharpening filters. (#760) 2017-06-01 14:20:10 -04:00
HBFilters.h mac: Add support for sharpening filters. (#760) 2017-06-01 14:20:10 -04:00
HBFilters.m MacGui: short job description in the summary tab. 2017-11-13 14:01:19 +01:00
HBFiltersViewController.h MacGui: move the filters to a separate tab. 2017-09-07 09:40:50 +02:00
HBFiltersViewController.m MacGUI: Disable all labels when no source loaded. 2018-01-25 21:34:23 -05: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 Misc. typos 2018-02-20 18:10:44 +00:00
HBHUDButtonCell.h MacGui: corrected the file header. 2014-08-27 17:04:39 +00:00
HBHUDButtonCell.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
HBHUDView.h MacGui: corrected the file header. 2014-08-27 17:04:39 +00:00
HBHUDView.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
HBImageAndTextCell.h MacGui: run the Xcode "convert to modern objective-c" on the entire project. 2015-04-09 19:43:33 +00:00
HBImageAndTextCell.m MacGui: run the Xcode "convert to modern objective-c" on the entire project. 2015-04-09 19:43:33 +00:00
HBImageUtilities.h MacGui: move the color space code out of HBCore. 2017-08-31 10:04:28 +02:00
HBImageUtilities.m MacGui: add the kCVImageBufferTransferFunction_ITU_R_2100_HLG to copyColorSpace() 2017-12-15 14:40:37 +01:00
HBJob+HBJobConversion.h MacGui: use hb_preset_job_init instead of custom logic for audio, subtitles and picture job settings. 2016-10-29 14:08:19 +02:00
HBJob+HBJobConversion.m mac: Update Selection Behavior texts and tooltips. 2017-12-05 07:40:42 -05:00
HBJob+Private.h MacGui: improve management of security scoped resources. Fix external SRT in the sandboxed build. 2017-01-25 11:03:00 +01:00
HBJob+UIAdditions.h MacGui: short job description in the summary tab. 2017-11-13 14:01:19 +01:00
HBJob+UIAdditions.m MacGUI: Rename Picture to Dimensions and move Destination on Queue jobs. 2018-03-17 17:01:56 -04:00
HBJob.h MacGui: Add checkbox for Legacy A/V alignment behaviour for players that don't support MP4 Edit Lists. #778 2017-06-18 16:11:25 +02:00
HBJob.m MacGui: append "(Modified)" to the preset name. 2017-12-19 12:20:43 +01:00
HBJobOutputFileWriter.h MacGui: check if the log file can be written or not in HBOutputFileWriter init. 2015-07-03 18:57:44 +00:00
HBJobOutputFileWriter.m 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
HBLanguagesSelection.h MacGui: add redo/undo supports to the audio part of HBJob. 2015-10-24 10:50:27 +02:00
HBLanguagesSelection.m MacGui: restore type select in the defaults languages table. 2016-12-14 15:12:11 +01:00
HBMutablePreset.h MacGui: fix HBMutablePreset header 2015-10-13 10:23:10 +02:00
HBMutablePreset.m MacGui: fix HBMutablePreset header 2015-10-13 10:23:10 +02:00
HBOutputFileWriter.h MacGui: check if the log file can be written or not in HBOutputFileWriter init. 2015-07-03 18:57:44 +00:00
HBOutputFileWriter.m MacGui: revert part of the previous commit that should have not been committed 2015-08-06 09:56:13 +00:00
HBOutputPanelController.h MacGui: refactor the stderr/stdout redirect code to be more modular. 2015-02-20 07:59:38 +00:00
HBOutputPanelController.m MacGui: check if the activity log is not nil before adding it to HBOutputRedirect. 2016-01-16 15:06:39 +01:00
HBOutputRedirect.h MacGui: added some enum to HBJob model to make things nicer in swift, plus two methods to convert from iso code to english language. 2016-03-14 09:50:50 +01:00
HBOutputRedirect.m Misc. typos 2018-02-20 18:10:44 +00:00
HBPicture+UIAdditions.h MacGui: remove the source size label from the dimensions panel. 2017-12-15 18:30:42 +01:00
HBPicture+UIAdditions.m MacGui: remove the source size label from the dimensions panel. 2017-12-15 18:30:42 +01:00
HBPicture.h MacGui: Add new anamorphic mode "Automatic". 2016-10-31 18:40:08 +01:00
HBPicture.m MacGui: sanitise modulus values. 2017-08-06 18:36:14 +02:00
HBPictureController.h MacGui: pass the main window undomanager to the preview window. 2016-01-15 19:44:27 +01:00
HBPictureController.m MacGui: Add new anamorphic mode "Automatic". 2016-10-31 18:40:08 +01:00
HBPictureHUDController.h MacGui: enable NSSecureCoding for the queue file. 2016-12-27 11:53:11 +01:00
HBPictureHUDController.m MacGui: fix the label color of two text labels in the preview HUD on 10.9 and earlier. 2016-07-16 12:02:27 +02:00
HBPictureHUDController.xib macgui: Revise preview controller tooltips. 2016-12-20 23:02:48 -05:00
HBPictureViewController.h MacGui: move the filters to a separate tab. 2017-09-07 09:40:50 +02:00
HBPictureViewController.m MacGui: move the filters to a separate tab. 2017-09-07 09:40:50 +02:00
HBPlayer.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
HBPlayerHUDController.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
HBPlayerHUDController.m MacGui: fallback to QTKit if a preview is not playable with AVFoundation. 2016-05-19 13:44:52 +02:00
HBPlayerHUDController.xib macgui: Revise preview controller tooltips. 2016-12-20 23:02:48 -05:00
HBPlayerTrack.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
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: various queue improvements, including: 2015-07-22 07:46:07 +00:00
HBPreferencesController.m MacGui: use the standard macOS icons for the general and advanced preferences tabs. 2017-12-12 09:39:42 +01:00
HBPreset.h MacGui: rename Folder to Category. 2017-11-10 12:41:07 +01:00
HBPreset.m MacGui: rename Folder to Category. 2017-11-10 12:41:07 +01:00
HBPresetCoding.h MacGui: use hb_preset_job_init instead of custom logic for audio, subtitles and picture job settings. 2016-10-29 14:08:19 +02:00
HBPresetsManager.h Misc. typos 2018-02-20 18:10:44 +00:00
HBPresetsManager.m Misc. typos 2018-02-20 18:10:44 +00:00
HBPresetsMenuBuilder.h MacGui: use a popover instead of a drawer on 10.10+ . 2017-11-24 18:44:07 +01:00
HBPresetsMenuBuilder.m MacGui: use a popover instead of a drawer on 10.10+ . 2017-11-24 18:44:07 +01:00
HBPresetsViewController.h MacGUI: Add Make Default Preset item to Presets menu. 2018-03-17 17:01:55 -04:00
HBPresetsViewController.m MacGUI: Update main window preset control when changing the default preset via popover. 2018-03-17 17:01:55 -04:00
HBPreviewController.h MacGui: pass the main window undomanager to the preview window. 2016-01-15 19:44:27 +01:00
HBPreviewController.m MacGui: fix preview HUD initial position if the window size is different than the default one. 2016-12-24 09:02:43 +01:00
HBPreviewGenerator.h MacGui: second part of the previous commit 2015-08-06 09:48:39 +00:00
HBPreviewGenerator.m 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
HBPreviewView.h MacGui: show a preview image in the summary tab. 2017-11-12 12:41:42 +01:00
HBPreviewView.m MacGui: fix build on 10.12 sdk. 2017-12-25 09:05:58 +01:00
HBPreviewViewController.h MacGui: add a next and previous button to the summary panel preview. 2017-12-15 15:13:46 +01:00
HBPreviewViewController.m MacGui: add a next and previous button to the summary panel preview. 2017-12-15 15:13:46 +01:00
HBQTKitPlayer.h MacGui: fix build with 10.12sdk, disable QTKit because is no longer available. 2016-06-17 12:04:22 +02:00
HBQTKitPlayer.m MacGui: fix build with 10.12sdk, disable QTKit because is no longer available. 2016-06-17 12:04:22 +02:00
HBQueueController.h MacGui: annotate the type of some arrays, and check the count of the input jobs in HBQueueController addJobsFromArray:, so we don't add an empty undo command. 2015-10-28 08:15:52 +01:00
HBQueueController.m Misc. typos 2018-02-20 18:10:44 +00:00
HBQueueOutlineView.h Misc. typos 2018-02-20 18:10:44 +00:00
HBQueueOutlineView.m MacGui: move the objc libhb wrapper to a separate framework. 2016-03-11 13:51:17 +01:00
HBRange+UIAdditions.h MacGui: add a "Start" column in the chapters tableview. 2017-12-11 14:58:15 +01:00
HBRange+UIAdditions.m MacGui: add a "Start" column in the chapters tableview. 2017-12-11 14:58:15 +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 MacGui: use hb_preset_job_init instead of custom logic for audio, subtitles and picture job settings. 2016-10-29 14:08:19 +02:00
HBRenamePresetController.h MacGUI: Add Rename Preset dialog. 2018-03-17 17:01:56 -04:00
HBRenamePresetController.m MacGUI: Fix Rename dialog on 10.7. 2018-03-17 17:36:40 -04:00
HBSecurityAccessToken.h MacGui: improve management of security scoped resources. Fix external SRT in the sandboxed build. 2017-01-25 11:03:00 +01:00
HBSecurityAccessToken.m MacGui: improve management of security scoped resources. Fix external SRT in the sandboxed build. 2017-01-25 11:03:00 +01:00
HBStateFormatter+Private.h MacGui: move the objc libhb wrapper to a separate framework. 2016-03-11 13:51:17 +01:00
HBStateFormatter+Private.m MacGui: do not display pass info if pass_count is -1. Start the HBCore update timer only after starting a scan/job. 2016-12-20 12:17:42 +01:00
HBStateFormatter.h MacGui: move the objc libhb wrapper to a separate framework. 2016-03-11 13:51:17 +01:00
HBStateFormatter.m MacGui: move the objc libhb wrapper to a separate framework. 2016-03-11 13:51:17 +01:00
HBSubtitles.h MacGui: fix HBJob copy method, plus small performance optimisation in HBAudio and HBSubtitles. 2016-11-02 20:13:37 +01:00
HBSubtitles.m Misc. typos 2018-02-20 18:10:44 +00:00
HBSubtitlesController.h MacGui: add nullability annotations to the headers and use weak where is possible. 2015-05-30 07:17:22 +00:00
HBSubtitlesController.m MacGui: move the objc libhb wrapper to a separate framework. 2016-03-11 13:51:17 +01:00
HBSubtitlesDefaults.h MacGui: use hb_preset_job_init instead of custom logic for audio, subtitles and picture job settings. 2016-10-29 14:08:19 +02:00
HBSubtitlesDefaults.m MacGui: do not load a job from disk if one or more job objects are missing. 2017-04-21 13:50:48 +02:00
HBSubtitlesDefaultsController.h MacGui: fixed some warnings. 2014-10-30 19:37:50 +00:00
HBSubtitlesDefaultsController.m MacGui: update the docs urls for 1.1.0 2018-04-05 19:31:47 +02:00
HBSubtitlesTrack.h MacGui: made HBSubtitleTrack sourceTrackIdx property readwrite. 2016-09-03 18:14:53 +02:00
HBSubtitlesTrack.m MacGui: improve management of security scoped resources. Fix external SRT in the sandboxed build. 2017-01-25 11:03:00 +01:00
HBSummaryViewController.h MacGui: show a preview image in the summary tab. 2017-11-12 12:41:42 +01:00
HBSummaryViewController.m MacGUI: Use empty strings instead of "None" when Summary items are disabled. 2018-01-25 21:34:30 -05:00
HBTabView.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
HBTabView.m MacGui: fix drag&drop on the main window tab view. 2016-06-17 12:44:28 +02:00
HBTitle+Private.h MacGui: use hb_preset_job_init instead of custom logic for audio, subtitles and picture job settings. 2016-10-29 14:08:19 +02:00
HBTitle.h MacGui: add a short source description after the source name. 2017-12-15 18:21:27 +01:00
HBTitle.m MacGui: add a short source description after the source name. 2017-12-15 18:21:27 +01: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: set a sort descriptor by default in the titles selection table. 2017-02-24 09:26:08 +01:00
HBToolbarBadgedItem.h MacGui: show the queue jobs count on the main window queue toolbar icon. 2016-10-05 10:45:50 +02:00
HBToolbarBadgedItem.m MacGUI: Move toolbar item badge and vary type size with scale factor. 2018-01-25 17:56:43 -05:00
HBTreeNode.h MacGui: use the kvc accessor methods, so that the presets menu will update properly after a change in the presets. 2016-03-09 19:16:40 +01:00
HBTreeNode.m MacGui: make a copy of a preset before showing the export window. 2015-05-17 06:30:22 +00:00
HBUtilities.h MacGui: add a short source description after the source name. 2017-12-15 18:21:27 +01:00
HBUtilities.m MacGui: add a short source description after the source name. 2017-12-15 18:21:27 +01:00
HBVideo+UIAdditions.h MacGui: use the right constant quality label in the video tab, and split HBVideo KVO dependecies. 2016-05-24 11:15:21 +02:00
HBVideo+UIAdditions.m MacGui: made some HBJob properties private. 2016-10-31 17:50:36 +01:00
HBVideo.h MacGui: made some HBJob properties private. 2016-10-31 17:50:36 +01:00
HBVideo.m Misc. typos 2018-02-20 18:10:44 +00:00
HBVideoController.h MacGui: move the picture and filters settings to the main window. 2015-07-27 08:51:30 +00:00
HBVideoController.m MacGui: use accessibilityValueDescription for the slider value description, and check if the method is available so it doesn't crash on 10.9-10.7. 2016-10-21 14:43:00 +02:00
HandBrake.entitlements 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
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 Update copyright dates to 2018. 2018-01-01 00:00:00 +00:00
NSArray+HBAdditions.h MacGui: move the objc libhb wrapper to a separate framework. 2016-03-11 13:51:17 +01:00
NSArray+HBAdditions.m MacGui: move the objc libhb wrapper to a separate framework. 2016-03-11 13:51:17 +01:00
NSDictionary+HBAdditions.h MacGui: rewrite the NSDictionary to NSArray converter using less if. 2016-03-01 09:47:35 +01: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: fix the leaks after using hb_presets_import_json and hb_presets_clean_json, add an extension to NSJSONSerialization to convert a char * directly. 2015-05-30 07:45:00 +00:00
NSJSONSerialization+HBAdditions.m MacGui: do not crash if the presets file is not a valid utf8 file. 2018-09-01 17:25:08 +02:00
NSWindow+HBAdditions.h Misc. typos 2018-02-20 18:10:44 +00:00
NSWindow+HBAdditions.m Misc. typos 2018-02-20 18:10:44 +00:00
archive.plist build: Add support for Xcode Archive feature. 2017-11-27 04:13:06 -05: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
hbsign build: Add sign function to macosx module. 2018-01-10 07:44:29 -05:00
main.mm MacGui: move the application delegate to its own class. Removed the "Open Source (Title Specific)" menu item, now integrated in the standard open panel. 2015-01-22 10:30:26 +00:00
module.defs Misc. typos 2018-02-20 18:10:44 +00:00
module.rules build: Add sign function to macosx module. 2018-01-10 07:44:29 -05:00
module.xcodebuild build: Add sign function to macosx module. 2018-01-10 07:44:29 -05:00