summaryrefslogtreecommitdiffstats
path: root/macosx/HBTitle.h
Commit message (Expand)AuthorAgeFilesLines
* MacGui: improve security scoped resources management. Fixes #2566.Damiano Galassi2020-03-301-1/+2
* MacGui: convert the last usage of NSDictionary to a proper class, fix externa...Damiano Galassi2019-08-131-3/+33
* MacGui: fix a warning.Damiano Galassi2018-10-181-1/+1
* Autoname creation dateMatthew Lazarow2018-08-131-0/+17
* MacGui: add a short source description after the source name.Damiano Galassi2017-12-151-0/+1
* MacGui: use hb_preset_job_init instead of custom logic for audio, subtitles a...Damiano Galassi2016-10-291-0/+1
* MacGui: add type parameter to some arrays.Damiano Galassi2015-10-241-3/+5
* MacGui: split HBTitle header to make it easier to test. Added some simple tests.ritsuka2015-06-011-12/+0
* MacGui: add nullability annotations to the headers and use weak where is poss...ritsuka2015-05-301-0/+4
* MacGui: wrap more hb_title properties in HBTitle.ritsuka2015-05-071-0/+13
* MacGui: run the Xcode "convert to modern objective-c" on the entire project.ritsuka2015-04-091-1/+1
* MacGui: expose a isStream and a timeCode properties in HBTitle.ritsuka2015-01-231-1/+5
* MacGui: move the UI helper methods to new categories. Implement NSCoding in m...ritsuka2014-12-231-1/+3
* MacGui: set the chapter titles directly in HBJob. Move more things over to HB...ritsuka2014-12-221-0/+2
* MacGui: small improvements to HBTitle and HBJob.ritsuka2014-12-201-2/+2
* MacGui: added a new HBTitle class to wraps the hb_tltle_t parts used by the m...ritsuka2014-12-031-0/+34