summaryrefslogtreecommitdiffstats
path: root/macosx/HBPicture+UIAdditions.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: made some more strings localisable, update Italian locasation.Damiano Galassi2019-02-151-3/+3
* MacGui: make some more strings of HBPicture+UIAdditions accessible for locali...Nomis1012019-01-011-10/+10
* MacGui: load the HandBrakeKit framework localized strings from the framework ...Damiano Galassi2018-10-201-1/+3
* MacGui: improve NSLocalizedString comments.Damiano Galassi2018-06-091-1/+1
* MacGui: remove the source size label from the dimensions panel.Damiano Galassi2017-12-151-14/+0
* Revert "MacGui: show PAR and DAR in the summary panel."Bradley Sepos2017-12-051-29/+1
* MacGui: show PAR and DAR in the summary panel.Damiano Galassi2017-11-271-1/+29
* MacGui: fix some layout issues on older version of macOS.Damiano Galassi2017-11-251-1/+1
* MacGui: use KVO to get a good part of the change notification in the summary ...Damiano Galassi2017-11-241-0/+5
* MacGui: allow crop values to be larger than sourceValue / 2Damiano Galassi2017-07-261-2/+4
* MacGui: Add new anamorphic mode "Automatic".Damiano Galassi2016-10-311-30/+4
* MacGui: split HBPicture KVO dependencies.Damiano Galassi2016-05-241-2/+30
* MacGui: added a new sourceInfo property to retrieve a string with the picture...Damiano Galassi2015-08-291-0/+14
* MacGui: revert part of the previous commit that should have not been committedritsuka2015-08-061-14/+0
* MacGui: switch back another property to assign, 10.7 does not support weak fo...ritsuka2015-08-061-0/+14
* MacGui: remove HBPicture dependency on HBTitle.ritsuka2015-04-171-7/+3
* MacGui: convert the mac gui to Objective-C ARC.ritsuka2015-03-171-1/+1
* MacGui: move more things out of HBController.ritsuka2014-12-281-13/+15
* MacGui: change the queue to work with serialized HBJob objects, remove the NS...ritsuka2014-12-271-0/+19
* MacGui: move the UI helper methods to new categories. Implement NSCoding in m...ritsuka2014-12-231-0/+89