summaryrefslogtreecommitdiffstats
path: root/macosx/HBSubtitlesDefaults.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: do not load a job from disk if one or more job objects are missing.Damiano Galassi2017-04-211-1/+4
* MacGui: use hb_preset_job_init instead of custom logic for audio, subtitles a...Damiano Galassi2016-10-291-0/+5
* MacGui: move the objc libhb wrapper to a separate framework.Damiano Galassi2016-03-111-0/+1
* MacGui: partial undo/redo support in the defaults sheets.Damiano Galassi2015-10-221-0/+67
* MacGui: remove some HBPreset -> NSDictionary conversions and add a mutable ve...Damiano Galassi2015-10-131-2/+2
* MacGui: implemented the NSSecureCoding protocol in HBJob. Added a compatibili...ritsuka2015-04-221-2/+7
* MacGui: run the Xcode "convert to modern objective-c" on the entire project.ritsuka2015-04-091-1/+1
* MacGui: convert the mac gui to Objective-C ARC.ritsuka2015-03-171-7/+1
* MacGui: fix typo.ritsuka2015-02-181-2/+2
* MacGui: add Burn-In options to subtitle defaults hopefully similar to the Lin...ritsuka2015-02-171-2/+56
* MacGui: change the queue to work with serialized HBJob objects, remove the NS...ritsuka2014-12-271-2/+22
* MacGui: implement NSCoding protocol in HBJob.ritsuka2014-12-221-0/+29
* MacGui: removed two useless array creation and made a copy of the trackSelect...ritsuka2014-11-021-1/+2
* MacGui: store the audio and subtitles defaults in each queue item so they can...ritsuka2014-08-251-1/+1
* MacGui: renamed HB*Settings classes to HB*Defaults. Added a “…” char to...ritsuka2014-08-221-0/+67