summaryrefslogtreecommitdiffstats
path: root/macosx/HBTitle.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: split HBTitle header to make it easier to test. Added some simple tests.ritsuka2015-06-011-0/+8
* MacGui: wrap more hb_title properties in HBTitle.ritsuka2015-05-071-1/+47
* MacGui: fix a couple nasty rounding errors.Rodeo2015-05-031-1/+1
* MacGui: convert the mac gui to Objective-C ARC.ritsuka2015-03-171-15/+1
* MacGui: expose a isStream and a timeCode properties in HBTitle.ritsuka2015-01-231-4/+21
* MacGui: change the queue to work with serialized HBJob objects, remove the NS...ritsuka2014-12-271-37/+11
* MacGui: move the UI helper methods to new categories. Implement NSCoding in m...ritsuka2014-12-231-1/+11
* MacGui: set the chapter titles directly in HBJob. Move more things over to HB...ritsuka2014-12-221-0/+5
* MacGui: fixed a number of memory leaks. Do not set some deprecated hb_job fie...ritsuka2014-12-221-0/+9
* MacGui: use HBJob when possible.ritsuka2014-12-211-1/+1
* MacGui: small improvements to HBTitle and HBJob.ritsuka2014-12-201-19/+23
* MacGui: added a new HBTitle class to wraps the hb_tltle_t parts used by the m...ritsuka2014-12-031-0/+218