summaryrefslogtreecommitdiffstats
path: root/macosx/HBPicture.h
Commit message (Expand)AuthorAgeFilesLines
* MacGui: revert part of the previous commit that should have not been committedritsuka2015-08-061-1/+0
* MacGui: switch back another property to assign, 10.7 does not support weak fo...ritsuka2015-08-061-0/+1
* MacGui: add nullability annotations to the headers and use weak where is poss...ritsuka2015-05-301-0/+3
* MacGui: use libhb built-in presets and validation functions. Update the forma...ritsuka2015-05-141-1/+1
* MacGui: implemented the NSSecureCoding protocol in HBJob. Added a compatibili...ritsuka2015-04-221-1/+1
* MacGui: remove HBPicture dependency on HBTitle.ritsuka2015-04-171-1/+5
* MacGui: convert the mac gui to Objective-C ARC.ritsuka2015-03-171-1/+1
* MacGui: change the queue to work with serialized HBJob objects, remove the NS...ritsuka2014-12-271-7/+2
* MacGui: move the UI helper methods to new categories. Implement NSCoding in m...ritsuka2014-12-231-18/+1
* MacGui: implement NSCoding protocol in HBJob.ritsuka2014-12-221-2/+2
* MacGui: implement HBPicture.ritsuka2014-12-201-24/+54
* json: add json APIsjstebbins2014-12-161-4/+8
* MacGui: added a new HBTitle class to wraps the hb_tltle_t parts used by the m...ritsuka2014-12-031-5/+10
* MacGui: added support for NLMeans denoise. Added the HBFilters class to store...ritsuka2014-08-191-0/+30