summaryrefslogtreecommitdiffstats
path: root/macosx/HBSubtitles.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: improve NSLocalizedString comments.Damiano Galassi2018-06-091-2/+2
* Misc. typosluz.paz2018-02-201-1/+1
* MacGui: do not load a job from disk if one or more job objects are missing.Damiano Galassi2017-04-211-1/+4
* MacGui: do not duplicate the subtitle source track each time the job is read ...Damiano Galassi2017-03-171-1/+1
* subtitles: simplify and shorten subtitle descriptions (#591)John Stebbins2017-03-101-22/+1
* MacGui: improve management of security scoped resources. Fix external SRT in ...Damiano Galassi2017-01-251-4/+83
* MacGui: fix NSSecureCoding for the HBSubtitles class.Damiano Galassi2017-01-041-1/+1
* MacGui: enable NSSecureCoding for the queue file.Damiano Galassi2016-12-271-3/+3
* MacGui: fix audio and subtitles tracks when reloading a job from the queue.Damiano Galassi2016-12-271-8/+10
* MacGui: set the subtitles track default key when applying defaults from a pre...Damiano Galassi2016-12-241-0/+1
* MacGui: fix HBJob copy method, plus small performance optimisation in HBAudio...Damiano Galassi2016-11-021-21/+36
* MacGui: made some HBJob properties private.Damiano Galassi2016-10-311-1/+4
* MacGui: use hb_preset_job_init instead of custom logic for audio, subtitles a...Damiano Galassi2016-10-291-117/+28
* MacGui: use an pair of 'OK' and 'Cancel' buttons in the defaults sheets inste...Damiano Galassi2015-10-291-0/+10
* MacGui: improve subtitles defaults undo support.Damiano Galassi2015-10-241-0/+1
* MacGui: rewrote the subtitles tab to use bindings, view-based table view and ...Damiano Galassi2015-10-221-247/+262
* MacGui: remove some HBPreset -> NSDictionary conversions and add a mutable ve...Damiano Galassi2015-10-131-2/+2
* MacGui: split HBTitle header to make it easier to test. Added some simple tests.ritsuka2015-06-011-0/+2
* MacGui: implemented the NSSecureCoding protocol in HBJob. Added a compatibili...ritsuka2015-04-221-5/+10
* 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-26/+7
* MacGui: add Burn-In options to subtitle defaults hopefully similar to the Lin...ritsuka2015-02-171-4/+57
* MacGui: fix an issue where a "none" track could be added to hb_job_t.ritsuka2015-01-311-1/+1
* MacGui: do a mutable copy instead of a copy for the masterTrackArray.ritsuka2015-01-211-1/+1
* MacGui: fix some leaksritsuka2015-01-151-2/+19
* MacGui: fix a crash when editing a queue item.ritsuka2015-01-131-0/+3
* MacGui: Move the audio/subtitles selection logic out of the view controllers....ritsuka2015-01-131-0/+497
* MacGUI: Refactored the controller code for the video/audio/subtitles/chapters...ritsuka2014-07-151-863/+0
* libhb: enable burn-in of all supported text subtitle formatsjstebbins2014-03-301-107/+80
* MacGUI: Varius warnings fixes:ritsuka2013-10-251-4/+4
* MacGUI: fixed a number of leaks/null-deferences/dead-code found by clang stat...ritsuka2013-10-151-66/+65
* MacGui: populate the SRT subtitle language list dynamically from libhb.Rodeo2013-07-131-187/+13
* Don't expose rate, mixdown, dither and encoder arrays to the UIs.Rodeo2013-05-301-1/+1
* MacGui: stop before the last ("None") subtitle track when converting incompat...Rodeo2013-05-121-3/+5
* MacGui: forbid including passthru PGS subtitle streams in MP4.Rodeo2013-03-121-78/+194
* PGS (bluray) subtitle support \o/jstebbins2012-04-261-13/+7
* MacGui: Subtitle tab changesdynaflash2010-11-011-102/+89
* SSA subtitle burn injstebbins2010-09-281-6/+35
* Macgui: Sanity check multiple burned in vobsubs.dynaflash2010-05-261-3/+21
* MacGui: Enable soft vobsubs in mp4dynaflash2010-05-251-51/+5
* MacGui: Queued item editing initial implementation.dynaflash2010-01-211-1/+47
* MacGui: Fix issue with subtitle changes affecting all encodes in the queue by...dynaflash2009-12-101-1/+1
* Macgui: fix issue where choosing an srt subtitle file would fail to autmatica...dynaflash2009-10-071-0/+4
* MacGui: Subtitles - fix bug that prevented being able to select burned in sub...dynaflash2009-07-171-1/+1
* MacGui: remove broken conditional that was errantly included in srt subtitle ...dynaflash2009-07-161-10/+0
* MacGui: srt subtitle support initial implementationdynaflash2009-07-161-71/+547
* MacGui: Subtitles - Fix bug where setting the first track to None ( deleting ...dynaflash2009-06-161-45/+50
* MacGui: Multiple subtitle tracks initial implementationdynaflash2009-06-131-0/+444