summaryrefslogtreecommitdiffstats
path: root/libdimension/dimension/progress.h
Commit message (Expand)AuthorAgeFilesLines
* Rename progress objects to future objects.Tavian Barnes2011-10-191-59/+0
* Update copyright years.Tavian Barnes2011-08-311-1/+1
* Support thread cancelation, and handle ^C in the client.Tavian Barnes2011-08-191-0/+6
* Get rid of include guards on sub-headers.Tavian Barnes2011-05-161-5/+0
* Update email address.Tavian Barnes2011-03-081-1/+1
* End sentences with periods.Tavian Barnes2010-11-151-1/+1
* Document libdimension with Doxygen.Tavian Barnes2010-11-141-5/+21
* Make parts of the progress API internal.Tavian Barnes2010-09-291-13/+1
* Fix some -W{strict,missing}-prototypes warnings.Tavian Barnes2010-07-311-1/+1
* Don't expose the contents of struct dmnsn_progress.Tavian Barnes2010-07-141-23/+1
* Fix some copyright dates.Tavian Barnes2010-05-101-1/+1
* Fix up license blurbs and copyright year.Tavian Barnes2010-01-271-1/+1
* Update license copyrights to 2009.Tavian Barnes2009-07-081-1/+1
* Comments and style adjustments, and a couple fixes.Tavian Barnes2009-07-081-2/+4
* Remove thread-synchronization from arrays, which was way too slow, andTavian Barnes2009-06-291-0/+3
* Add lots of comments, and some code fixes discovered in the process.Tavian Barnes2009-06-261-1/+13
* Fix const-correctness issues with dmnsn_progress*.Tavian Barnes2009-06-241-5/+4
* Finish asynchronous PNG interface, and test it in png test.Tavian Barnes2009-06-221-2/+9
* Add interface for performing long tasks in background, while giving aTavian Barnes2009-06-221-0/+53