| Commit message (Expand) | Author | Age | Files | Lines |
* | MacGui: rename the 'Dimensions' popup to 'Resolution limit' in the add preset... | Damiano Galassi | 2020-10-05 | 1 | -8/+5 |
* | MacGui: add the 'allow upscaling' and 'use maximum size' checkbox to the dime... | Damiano Galassi | 2020-10-02 | 1 | -14/+86 |
* | 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 |
* | 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 |
* | Resolve conflict with harfbuzz include file hb.h | John Stebbins | 2019-09-10 | 1 | -1/+1 |
* | MacGui: write the queue to disk less often and add some validations when read... | Damiano Galassi | 2019-06-08 | 1 | -20/+28 |
* | 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 a... | Damiano Galassi | 2016-10-29 | 1 | -97/+36 |
* | 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 tw... | Damiano Galassi | 2016-03-14 | 1 | -2/+2 |
* | 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 |
* | 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 ve... | Damiano Galassi | 2015-10-13 | 1 | -2/+2 |
* | MacGui: added a new sourceInfo property to retrieve a string with the picture... | Damiano Galassi | 2015-08-29 | 1 | -0/+5 |
* | MacGui: revert part of the previous commit that should have not been committed | ritsuka | 2015-08-06 | 1 | -5/+0 |
* | MacGui: switch back another property to assign, 10.7 does not support weak fo... | ritsuka | 2015-08-06 | 1 | -0/+5 |
* | MacGui: use the correct string value for the anamorphic mode "off". | ritsuka | 2015-07-22 | 1 | -2/+2 |
* | MacGui: encode the right type for keepDisplayAspect. | ritsuka | 2015-05-14 | 1 | -2/+2 |
* | MacGui: use libhb built-in presets and validation functions. Update the forma... | ritsuka | 2015-05-14 | 1 | -9/+43 |
* | MacGui: wrap more hb_title properties in HBTitle. | ritsuka | 2015-05-07 | 1 | -12/+10 |
* | MacGui: fix autocrop. | ritsuka | 2015-05-01 | 1 | -6/+13 |
* | MacGui: implemented the NSSecureCoding protocol in HBJob. Added a compatibili... | ritsuka | 2015-04-22 | 1 | -1/+6 |
* | MacGui: fix HBPicture copy method. | ritsuka | 2015-04-17 | 1 | -0/+10 |
* | MacGui: remove HBPicture dependency on HBTitle. | ritsuka | 2015-04-17 | 1 | -44/+71 |
* | MacGui: run the Xcode "convert to modern objective-c" on the entire project. | ritsuka | 2015-04-09 | 1 | -1/+1 |
* | MacGui: add a missing ownership qualifier needed by ARC. | ritsuka | 2015-03-19 | 1 | -6/+6 |
* | MacGui: properly deregister the job observers, and refactor a bit the HBAudio... | ritsuka | 2015-02-04 | 1 | -0/+2 |
* | MacGui: Move the audio/subtitles selection logic out of the view controllers.... | ritsuka | 2015-01-13 | 1 | -1/+1 |
* | MacGui: enforce a min value for the picture width/height. | ritsuka | 2015-01-09 | 1 | -1/+8 |
* | MacGui: fix the picture and filters summary in the video tab. | ritsuka | 2014-12-30 | 1 | -1/+1 |
* | MacGui: fix a bunch of regressions (various crash when in some textfields, en... | ritsuka | 2014-12-30 | 1 | -4/+21 |
* | MacGui: change the queue to work with serialized HBJob objects, remove the NS... | ritsuka | 2014-12-27 | 1 | -62/+31 |
* | MacGui: move the UI helper methods to new categories. Implement NSCoding in m... | ritsuka | 2014-12-23 | 1 | -68/+0 |
* | MacGui: implement NSCoding protocol in HBJob. | ritsuka | 2014-12-22 | 1 | -1/+53 |
* | MacGui: implement HBPicture. | ritsuka | 2014-12-20 | 1 | -7/+675 |
* | MacGui: added a new HBTitle class to wraps the hb_tltle_t parts used by the m... | ritsuka | 2014-12-03 | 1 | -0/+5 |
* | MacGui: added support for NLMeans denoise. Added the HBFilters class to store... | ritsuka | 2014-08-19 | 1 | -0/+13 |