Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MacGui: rename the 'Dimensions' popup to 'Resolution limit' in the add ↵ | Damiano Galassi | 2020-10-05 | 1 | -8/+5 |
| | | | | preset sheet, fixed an issue when the source size is bigger than the selected resolution limit. | ||||
* | MacGui: add the 'allow upscaling' and 'use maximum size' checkbox to the ↵ | Damiano Galassi | 2020-10-02 | 1 | -14/+86 |
| | | | | dimensions tab. | ||||
* | MacGui: remove the modulus popup button. | Damiano Galassi | 2020-09-28 | 1 | -32/+5 |
| | |||||
* | MacGui: add pad filter ui, move rotate filter to the dimensions tab. | Damiano Galassi | 2020-09-24 | 1 | -32/+425 |
| | |||||
* | MacGui: enable CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER warning and fix ↵ | Damiano Galassi | 2020-06-27 | 1 | -4/+4 |
| | | | | the related warnings. Improved toolbars and alerts when compiling with the macOS 11 sdk. | ||||
* | MacGui: fix a few warnings when building in Xcode 11. | Damiano Galassi | 2019-09-13 | 1 | -2/+2 |
| | |||||
* | libhb: resolve header conflicts with pango/harfbuzz | John Stebbins | 2019-09-12 | 1 | -1/+1 |
| | | | | | | | Newest versions appear to have a "common.h" somewhere that is interfering with libhb/common.h. move headers into "handbrake" subdirectory | ||||
* | Resolve conflict with harfbuzz include file hb.h | John Stebbins | 2019-09-10 | 1 | -1/+1 |
| | | | | Rename hb.h to handbrake.h | ||||
* | MacGui: write the queue to disk less often and add some validations when ↵ | Damiano Galassi | 2019-06-08 | 1 | -20/+28 |
| | | | | reading it back from disk. | ||||
* | MacGui: fix warnings. | Damiano Galassi | 2019-06-07 | 1 | -2/+2 |
| | |||||
* | MacGui: sanitise modulus values. | Damiano Galassi | 2017-08-06 | 1 | -0/+5 |
| | |||||
* | MacGui: allow crop values to be larger than sourceValue / 2 | Damiano Galassi | 2017-07-26 | 1 | -27/+41 |
| | |||||
* | MacGui: Add new anamorphic mode "Automatic". | Damiano Galassi | 2016-10-31 | 1 | -5/+5 |
| | |||||
* | MacGui: use hb_preset_job_init instead of custom logic for audio, subtitles ↵ | Damiano Galassi | 2016-10-29 | 1 | -97/+36 |
| | | | | and picture job settings. | ||||
* | MacGui: split HBPicture KVO dependencies. | Damiano Galassi | 2016-05-24 | 1 | -32/+10 |
| | |||||
* | MacGui: added some enum to HBJob model to make things nicer in swift, plus ↵ | Damiano Galassi | 2016-03-14 | 1 | -2/+2 |
| | | | | two methods to convert from iso code to english language. | ||||
* | MacGui: move the objc libhb wrapper to a separate framework. | Damiano Galassi | 2016-03-11 | 1 | -2/+8 |
| | |||||
* | MacGui: added undo/redo support to the video, picture, filters, chapters and ↵ | Damiano Galassi | 2015-10-20 | 1 | -47/+115 |
| | | | | range parts of HBJob. | ||||
* | MacGui: save and read the pixel aspect ratio from a preset | Damiano Galassi | 2015-10-13 | 1 | -2/+9 |
| | |||||
* | MacGui: remove some HBPreset -> NSDictionary conversions and add a mutable ↵ | Damiano Galassi | 2015-10-13 | 1 | -2/+2 |
| | | | | version of HBPreset. | ||||
* | MacGui: added a new sourceInfo property to retrieve a string with the ↵ | Damiano Galassi | 2015-08-29 | 1 | -0/+5 |
| | | | | picture size info of the source | ||||
* | MacGui: revert part of the previous commit that should have not been committed | ritsuka | 2015-08-06 | 1 | -5/+0 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7394 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: switch back another property to assign, 10.7 does not support weak ↵ | ritsuka | 2015-08-06 | 1 | -0/+5 |
| | | | | | | for NSWindowController and NSViewController classes git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7393 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: use the correct string value for the anamorphic mode "off". | ritsuka | 2015-07-22 | 1 | -2/+2 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7361 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: encode the right type for keepDisplayAspect. | ritsuka | 2015-05-14 | 1 | -2/+2 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7183 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: use libhb built-in presets and validation functions. Update the ↵ | ritsuka | 2015-05-14 | 1 | -9/+43 |
| | | | | | | 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: wrap more hb_title properties in HBTitle. | ritsuka | 2015-05-07 | 1 | -12/+10 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7162 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: fix autocrop. | ritsuka | 2015-05-01 | 1 | -6/+13 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7144 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: implemented the NSSecureCoding protocol in HBJob. Added a ↵ | ritsuka | 2015-04-22 | 1 | -1/+6 |
| | | | | | | 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: fix HBPicture copy method. | ritsuka | 2015-04-17 | 1 | -0/+10 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7092 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: remove HBPicture dependency on HBTitle. | ritsuka | 2015-04-17 | 1 | -44/+71 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7091 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: run the Xcode "convert to modern objective-c" on the entire project. | ritsuka | 2015-04-09 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7075 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: add a missing ownership qualifier needed by ARC. | ritsuka | 2015-03-19 | 1 | -6/+6 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7005 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: properly deregister the job observers, and refactor a bit the ↵ | ritsuka | 2015-02-04 | 1 | -0/+2 |
| | | | | | | HBAudioTrack notification. Refactored HBPreviewController to take a single HBPreviewGenerator instance in input. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6869 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: Move the audio/subtitles selection logic out of the view ↵ | ritsuka | 2015-01-13 | 1 | -1/+1 |
| | | | | | | controllers. Now it's possible to create a HBJob and apply a preset to without the UI classes help. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6741 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: enforce a min value for the picture width/height. | ritsuka | 2015-01-09 | 1 | -1/+8 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6697 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: fix the picture and filters summary in the video tab. | ritsuka | 2014-12-30 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6677 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: fix a bunch of regressions (various crash when in some textfields, ↵ | ritsuka | 2014-12-30 | 1 | -4/+21 |
| | | | | | | encode log going to the wrong directory). git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6676 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: change the queue to work with serialized HBJob objects, remove the ↵ | ritsuka | 2014-12-27 | 1 | -62/+31 |
| | | | | | | 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 | -68/+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/+53 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6638 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: implement HBPicture. | ritsuka | 2014-12-20 | 1 | -7/+675 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6626 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: added a new HBTitle class to wraps the hb_tltle_t parts used by the ↵ | ritsuka | 2014-12-03 | 1 | -0/+5 |
| | | | | | | mac gui. Small improvements to the HBCore related classes. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6576 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: added support for NLMeans denoise. Added the HBFilters class to ↵ | ritsuka | 2014-08-19 | 1 | -0/+13 |
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 |