summaryrefslogtreecommitdiffstats
path: root/macosx/HBAudioTrack.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: switch the audio table to a view-based one.Damiano Galassi2015-10-251-2/+14
* MacGui: add redo/undo supports to the audio part of HBJob.Damiano Galassi2015-10-241-67/+143
* MacGui: better samplerate validation.Rodeo2015-05-191-16/+40
* MacGui: implemented the NSSecureCoding protocol in HBJob. Added a compatibili...ritsuka2015-04-221-13/+18
* MacGui: run the Xcode "convert to modern objective-c" on the entire project.ritsuka2015-04-091-1/+1
* MacGui: add a missing ownership qualifier needed by ARC.ritsuka2015-03-191-1/+1
* MacGui: convert the mac gui to Objective-C ARC.ritsuka2015-03-171-28/+5
* MacGui: properly deregister the job observers, and refactor a bit the HBAudio...ritsuka2015-02-041-3/+3
* MacGui: add a HBAudioTrackDataSource protocol to simplify HBAudio interface.ritsuka2015-01-311-7/+7
* MacGui: rename HBAudio class to HBAudioTrack.ritsuka2015-01-091-0/+653