summaryrefslogtreecommitdiffstats
path: root/macosx/HBDistributedArray.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: workaround a issue in 10.15 beta where the queue file modification da...Damiano Galassi2019-08-241-12/+25
* MacGui: make use of some newer NSCoding api to better report decoding failure.Damiano Galassi2019-08-151-11/+12
* MacGui: refactor the preferences keys and autonaming methods; fix the queue w...Damiano Galassi2019-07-291-4/+4
* MacGui: write the queue to disk less often and add some validations when read...Damiano Galassi2019-06-081-1/+12
* MacGui: remove a bunch of unneeded compatibility code.Damiano Galassi2018-07-101-19/+5
* MacGui: do not use NSSecureCoding on 10.8, it crashes.Damiano Galassi2017-04-211-1/+8
* MacGui: initial sandbox support. Added two new scheme RELEASE-SANDBOX and DEB...Damiano Galassi2017-01-201-10/+8
* MacGui: do not call decodeObjectOfClasses:forKey: on 10.7, fix loading queue ...Damiano Galassi2016-12-281-5/+9
* MacGui: enable NSSecureCoding for the queue file.Damiano Galassi2016-12-271-2/+12
* MacGui: added some error logs to the queue.Damiano Galassi2016-01-091-3/+3
* MacGui: annotate the type of some arrays, and check the count of the input jo...Damiano Galassi2015-10-281-2/+2
* MacGui: add a recursive lock to HBDistributedArray.Damiano Galassi2015-10-191-5/+23
* MacGui: run the Xcode "convert to modern objective-c" on the entire project.ritsuka2015-04-091-2/+2
* MacGui: convert the mac gui to Objective-C ARC.ritsuka2015-03-171-19/+6
* MacGui: remove the Queue directory in the Application Support folder, we don'...ritsuka2015-02-201-14/+7
* MacGui: add a protocol HBUniqueObject objects must implements if they are use...ritsuka2015-02-201-1/+1
* MacGui: enable and fix more compiler warnings in the Xcode project.ritsuka2015-01-191-4/+4
* MacGui: moved the queue code from HBController to HBQueueController, reworked...ritsuka2015-01-191-0/+328