Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use // comments when possible. | Tavian Barnes | 2014-06-07 | 1 | -4/+4 |
| | |||||
* | pigment: Use pool. | Tavian Barnes | 2014-05-31 | 1 | -23/+3 |
| | |||||
* | map: Use pool. | Tavian Barnes | 2014-05-30 | 1 | -3/+2 |
| | |||||
* | pattern: Use pool. | Tavian Barnes | 2014-05-30 | 1 | -1/+0 |
| | |||||
* | pigment: Kill ->ptr field. | Tavian Barnes | 2014-05-27 | 1 | -24/+25 |
| | |||||
* | malloc: New DMNSN_MALLOC() macro to save a sizeof(). | Tavian Barnes | 2014-05-06 | 1 | -3/+2 |
| | |||||
* | Re-think colors. | Tavian Barnes | 2011-12-14 | 1 | -14/+7 |
| | | | | | | | | | Color is a property of light, and thus doesn't include information about transparency. But canvas pixels and object pigments represent a color and a degree of transparency. The new type dmnsn_tcolor/ TColor encapsulates that information. Also, fix the transparent shadow implementation. | ||||
* | Make API more consistent. | Tavian Barnes | 2011-10-30 | 1 | -5/+5 |
| | | | | Object methods should be dmnsn_<object>_<fn>(). | ||||
* | Update copyright years. | Tavian Barnes | 2011-08-31 | 1 | -1/+1 |
| | |||||
* | Make the checker pattern a singleton. | Tavian Barnes | 2011-07-28 | 1 | -1/+0 |
| | |||||
* | Remove color_maps. | Tavian Barnes | 2011-07-28 | 1 | -0/+7 |
| | |||||
* | Vast libdimension API and internals improvements. | Tavian Barnes | 2011-06-13 | 1 | -4/+2 |
| | | | | | Couldn't really do these while I was trying to be POV-Ray compatible, 'cause they would've broken compatibility. | ||||
* | Handle sRGB gamma correctly. | Tavian Barnes | 2011-05-28 | 1 | -2/+15 |
| | |||||
* | Don't use awkward (*fptr)() syntax. | Tavian Barnes | 2011-04-03 | 1 | -7/+7 |
| | |||||
* | Update email address. | Tavian Barnes | 2011-03-08 | 1 | -1/+1 |
| | |||||
* | Make some empty parameter lists explicit. | Tavian Barnes | 2010-11-30 | 1 | -1/+1 |
| | |||||
* | Missing pigment_map.c. | Tavian Barnes | 2010-11-23 | 1 | -0/+108 |