summaryrefslogtreecommitdiffstats
path: root/macosx/HBAudioTrack.h
Commit message (Expand)AuthorAgeFilesLines
* MacGui: convert the last usage of NSDictionary to a proper class, fix externa...Damiano Galassi2019-08-131-13/+4
* MacGui: rework HBAudioTrack to use less NSDictionary.Damiano Galassi2016-09-031-33/+32
* MacGui: fix some static anaylizer warnings.Damiano Galassi2016-01-281-4/+4
* MacGui: add redo/undo supports to the audio part of HBJob.Damiano Galassi2015-10-241-19/+20
* MacGui: add more nullability annotations.ritsuka2015-06-011-3/+7
* MacGui: add nullability annotations to the headers and use weak where is poss...ritsuka2015-05-301-2/+2
* MacGui: implemented the NSSecureCoding protocol in HBJob. Added a compatibili...ritsuka2015-04-221-1/+1
* MacGui: convert the mac gui to Objective-C ARC.ritsuka2015-03-171-13/+13
* MacGui: properly deregister the job observers, and refactor a bit the HBAudio...ritsuka2015-02-041-0/+5
* MacGui: add a HBAudioTrackDataSource protocol to simplify HBAudio interface.ritsuka2015-01-311-1/+10
* MacGui: Move the audio/subtitles selection logic out of the view controllers....ritsuka2015-01-131-2/+2
* MacGui: rename HBAudio class to HBAudioTrack.ritsuka2015-01-091-0/+56