summaryrefslogtreecommitdiffstats
path: root/macosx/HBPicture.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: split HBPicture KVO dependencies.Damiano Galassi2016-05-241-32/+10
* MacGui: added some enum to HBJob model to make things nicer in swift, plus tw...Damiano Galassi2016-03-141-2/+2
* MacGui: move the objc libhb wrapper to a separate framework.Damiano Galassi2016-03-111-2/+8
* MacGui: added undo/redo support to the video, picture, filters, chapters and ...Damiano Galassi2015-10-201-47/+115
* MacGui: save and read the pixel aspect ratio from a presetDamiano Galassi2015-10-131-2/+9
* MacGui: remove some HBPreset -> NSDictionary conversions and add a mutable ve...Damiano Galassi2015-10-131-2/+2
* MacGui: added a new sourceInfo property to retrieve a string with the picture...Damiano Galassi2015-08-291-0/+5
* MacGui: revert part of the previous commit that should have not been committedritsuka2015-08-061-5/+0
* MacGui: switch back another property to assign, 10.7 does not support weak fo...ritsuka2015-08-061-0/+5
* MacGui: use the correct string value for the anamorphic mode "off".ritsuka2015-07-221-2/+2
* MacGui: encode the right type for keepDisplayAspect.ritsuka2015-05-141-2/+2
* MacGui: use libhb built-in presets and validation functions. Update the forma...ritsuka2015-05-141-9/+43
* MacGui: wrap more hb_title properties in HBTitle.ritsuka2015-05-071-12/+10
* MacGui: fix autocrop.ritsuka2015-05-011-6/+13
* MacGui: implemented the NSSecureCoding protocol in HBJob. Added a compatibili...ritsuka2015-04-221-1/+6
* MacGui: fix HBPicture copy method.ritsuka2015-04-171-0/+10
* MacGui: remove HBPicture dependency on HBTitle.ritsuka2015-04-171-44/+71
* MacGui: run the Xcode "convert to modern objective-c" on the entire project.ritsuka2015-04-091-1/+1
* MacGui: add a missing ownership qualifier needed by ARC.ritsuka2015-03-191-6/+6
* MacGui: properly deregister the job observers, and refactor a bit the HBAudio...ritsuka2015-02-041-0/+2
* MacGui: Move the audio/subtitles selection logic out of the view controllers....ritsuka2015-01-131-1/+1
* MacGui: enforce a min value for the picture width/height.ritsuka2015-01-091-1/+8
* MacGui: fix the picture and filters summary in the video tab.ritsuka2014-12-301-1/+1
* MacGui: fix a bunch of regressions (various crash when in some textfields, en...ritsuka2014-12-301-4/+21
* MacGui: change the queue to work with serialized HBJob objects, remove the NS...ritsuka2014-12-271-62/+31
* MacGui: move the UI helper methods to new categories. Implement NSCoding in m...ritsuka2014-12-231-68/+0
* MacGui: implement NSCoding protocol in HBJob.ritsuka2014-12-221-1/+53
* MacGui: implement HBPicture.ritsuka2014-12-201-7/+675
* MacGui: added a new HBTitle class to wraps the hb_tltle_t parts used by the m...ritsuka2014-12-031-0/+5
* MacGui: added support for NLMeans denoise. Added the HBFilters class to store...ritsuka2014-08-191-0/+13