Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MacGUI: add chroma smooth and colorspace filters UI. | Damiano Galassi | 2021-01-23 | 1 | -0/+7 |
| | |||||
* | MacGui: add pad filter ui, move rotate filter to the dimensions tab. | Damiano Galassi | 2020-09-24 | 1 | -3/+0 |
| | |||||
* | MacGui: enable CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER warning and fix ↵ | Damiano Galassi | 2020-06-27 | 1 | -1/+1 |
| | | | | the related warnings. Improved toolbars and alerts when compiling with the macOS 11 sdk. | ||||
* | MacGui: update UI for the new deblock filter. | Damiano Galassi | 2019-05-02 | 1 | -1/+3 |
| | |||||
* | mac: Add support for sharpening filters. (#760) | Bradley Sepos | 2017-06-01 | 1 | -0/+5 |
| | | | Thanks @galad87 for assistance. | ||||
* | MacGui: use hb_preset_job_init instead of custom logic for audio, subtitles ↵ | Damiano Galassi | 2016-10-29 | 1 | -1/+1 |
| | | | | and picture job settings. | ||||
* | MacGui: add interlace detection filter. | Damiano Galassi | 2016-03-12 | 1 | -0/+3 |
| | |||||
* | MacGui: add the rotate filter to the picture tab. | Damiano Galassi | 2016-01-15 | 1 | -1/+4 |
| | |||||
* | MacGui: add rotate filter support to HBJob. | Damiano Galassi | 2016-01-10 | 1 | -0/+1 |
| | |||||
* | MacGui: added undo/redo support to the video, picture, filters, chapters and ↵ | Damiano Galassi | 2015-10-20 | 1 | -0/+2 |
| | | | | range parts of HBJob. | ||||
* | MacGui: use the new deinterlate preset keys | Damiano Galassi | 2015-10-09 | 1 | -5/+1 |
| | |||||
* | MacGui: remove a useless cast for the deblock value. | ritsuka | 2015-05-31 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7251 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: add nullability annotations to the headers and use weak where is ↵ | ritsuka | 2015-05-30 | 1 | -0/+4 |
| | | | | | | possible. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7244 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: use libhb built-in presets and validation functions. Update the ↵ | ritsuka | 2015-05-14 | 1 | -3/+3 |
| | | | | | | format and save the presets in UserPresets.json, the old presets are automatically imported if the new presets file is not found. The mac gui now requires 10.7 or later. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7181 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: implemented the NSSecureCoding protocol in HBJob. Added a ↵ | ritsuka | 2015-04-22 | 1 | -1/+1 |
| | | | | | | compatibility class to fall back on NSCoding on 10.7 and earlier. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7112 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: change the queue to work with serialized HBJob objects, remove the ↵ | ritsuka | 2014-12-27 | 1 | -11/+4 |
| | | | | | | NSDictionary job representation and the duplicate prepareJob method. Implement NSCopying protocol in HBJob. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6655 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: move the UI helper methods to new categories. Implement NSCoding in ↵ | ritsuka | 2014-12-23 | 1 | -33/+0 |
| | | | | | | more classes. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6643 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: implement NSCoding protocol in HBJob. | ritsuka | 2014-12-22 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6638 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: post a notification in HBFilters when a settings is changed. | ritsuka | 2014-12-20 | 1 | -0/+2 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6627 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: added support for NLMeans denoise. Added the HBFilters class to ↵ | ritsuka | 2014-08-19 | 1 | -0/+74 |
store the filters settings, previously they were stored directly in the HBPictureController window controller. Removed the filter tab animations for now, they will be added back later. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6319 b64f7644-9d1e-0410-96f1-a4d463321fa5 |