Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license copyrights to 2009. | Tavian Barnes | 2009-07-08 | 1 | -1/+1 |
| | |||||
* | Comments and style adjustments, and a couple fixes. | Tavian Barnes | 2009-07-08 | 1 | -4/+4 |
| | |||||
* | Fix progress leak. | Tavian Barnes | 2009-07-01 | 1 | -0/+1 |
| | |||||
* | Remove thread-synchronization from arrays, which was way too slow, and | Tavian Barnes | 2009-06-29 | 1 | -11/+73 |
| | | | | only really needed for dmnsn_progress anyway. | ||||
* | Add lots of comments, and some code fixes discovered in the process. | Tavian Barnes | 2009-06-26 | 1 | -14/+17 |
| | |||||
* | Fix const-correctness issues with dmnsn_progress*. | Tavian Barnes | 2009-06-24 | 1 | -30/+58 |
| | |||||
* | New dmnsn_array_size() thread-safe function. | Tavian Barnes | 2009-06-23 | 1 | -14/+23 |
| | |||||
* | Finish asynchronous PNG interface, and test it in png test. | Tavian Barnes | 2009-06-22 | 1 | -9/+75 |
| | |||||
* | Add interface for performing long tasks in background, while giving a | Tavian Barnes | 2009-06-22 | 1 | -0/+103 |
progress indication. |