summaryrefslogtreecommitdiffstats
path: root/libdimension/dimension/progress.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove thread-synchronization from arrays, which was way too slow, andTavian Barnes2009-06-291-0/+3
| | | | only really needed for dmnsn_progress anyway.
* 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
progress indication.