summaryrefslogtreecommitdiffstats
path: root/macosx/HBSubtitles.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: improve security scoped resources management. Fixes #2566.Damiano Galassi2020-03-301-21/+12
* libhb: resolve header conflicts with pango/harfbuzzJohn Stebbins2019-09-121-1/+1
* MacGui: make use of some newer NSCoding api to better report decoding failure.Damiano Galassi2019-08-151-4/+3
* MacGui: fix an exception when reading an HBJob from disk; do not store previe...Damiano Galassi2019-08-141-0/+2
* MacGui: convert the last usage of NSDictionary to a proper class, fix externa...Damiano Galassi2019-08-131-65/+16
* MacGui: enable and fix more warnings. Review nullability annotations.Damiano Galassi2019-08-121-3/+3
* MacGui: move the queue libhb instance to an xpc service.Damiano Galassi2019-08-111-1/+1
* Fix some typos (#2202)Nomis1012019-07-311-1/+1
* MacGui: write the queue to disk less often and add some validations when read...Damiano Galassi2019-06-081-2/+5
* MacGui: support SSA file import.Damiano Galassi2019-01-151-16/+18
* MacGui: load the HandBrakeKit framework localized strings from the framework ...Damiano Galassi2018-10-201-2/+3
* 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