summaryrefslogtreecommitdiffstats
path: root/macosx/HBFilters.m
Commit message (Expand)AuthorAgeFilesLines
* 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