summaryrefslogtreecommitdiffstats
path: root/macosx/HBFilters.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: implemented the NSSecureCoding protocol in HBJob. Added a compatibili...ritsuka2015-04-221-8/+13
* MacGui: use the new the filter preset/tune lookup and setting validation func...ritsuka2015-04-171-38/+6
* MacGui: run the Xcode "convert to modern objective-c" on the entire project.ritsuka2015-04-091-1/+1
* MacGui: convert the mac gui to Objective-C ARC.ritsuka2015-03-171-20/+6
* MacGui: better validation for denoise settings.ritsuka2015-02-131-4/+21
* MacGui: check whether the denoise preset is valid or not.ritsuka2015-02-131-2/+8
* MacGui: guard against nil denoise values. ritsuka2015-02-081-3/+27
* MacGui: enable and fix more compiler warnings in the Xcode project.ritsuka2015-01-191-1/+1
* MacGui: fix the picture and filters summary in the video tab.ritsuka2014-12-301-0/+13
* MacGui: change the queue to work with serialized HBJob objects, remove the NS...ritsuka2014-12-271-118/+33
* MacGui: move the UI helper methods to new categories. Implement NSCoding in m...ritsuka2014-12-231-123/+11
* MacGui: implement NSCoding protocol in HBJob.ritsuka2014-12-221-0/+61
* MacGui: post a notification in HBFilters when a settings is changed.ritsuka2014-12-201-43/+154
* MacGui: reset the decomb/deinterlace settings using their setters methods so ...ritsuka2014-10-041-2/+2
* MacGui: fix preview deinterlace display. The new deinterlace setting was set ...ritsuka2014-09-121-2/+2
* MacGui: Fixed a crash in HBFilters caused by a missing boxing of a bool.ritsuka2014-08-191-1/+1
* MacGui: added support for NLMeans denoise. Added the HBFilters class to store...ritsuka2014-08-191-0/+453