summaryrefslogtreecommitdiffstats
path: root/macosx/HBCodingUtilities.h
Commit message (Collapse)AuthorAgeFilesLines
* MacGui: set the minimum deployment target to 10.10. Remove Growl and use ↵Damiano Galassi2018-06-081-32/+5
| | | | macOS standard notifications. Remove deprecated API usage and code that doesn't compile anymore (QTKit).
* MacGui: do not load a job from disk if one or more job objects are missing.Damiano Galassi2017-04-211-1/+1
|
* MacGui: improve management of security scoped resources. Fix external SRT in ↵Damiano Galassi2017-01-251-0/+3
| | | | the sandboxed build.
* MacGui: fix NSSecureCoding for the HBSubtitles class.Damiano Galassi2017-01-041-0/+2
|
* MacGui: enable NSSecureCoding for the queue file.Damiano Galassi2016-12-271-0/+5
|
* MacGui: add nullability annotations to the headers and use weak where is ↵ritsuka2015-05-301-1/+5
| | | | | | possible. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7244 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: implemented the NSSecureCoding protocol in HBJob. Added a ↵ritsuka2015-04-221-0/+42
compatibility class to fall back on NSCoding on 10.7 and earlier. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7112 b64f7644-9d1e-0410-96f1-a4d463321fa5