Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | colorramp: Fix slight flicker caused by improper scaling of gamma ramp values | Jon Lund Steffensen | 2013-10-21 | 1 | -3/+3 |
| | | | | | Values generated by colorramp_fill() will be a maximum of i * 256 - 1, due to the use of UINT16_MAX. Simplest fix ought to be using (UINT16_MAX+1), which is safe, as the maximum value (255 * 256) still fits in a uint16. (Thanks to Sean Hildebrand) | ||||
* | Allow brightness to be adjusted (between 10% and 100%, the latter being the default). | Jon Lund Steffensen | 2011-04-21 | 1 | -4/+4 |
| | |||||
* | Change comment in colorramp.c. | Jon Lund Steffensen | 2010-06-21 | 1 | -1/+1 |
| | |||||
* | Don't include gettext headers when NLS is disabled. | Jon Lund Steffensen | 2010-05-24 | 1 | -2/+0 |
| | |||||
* | Add gettext support in redshift. | Jon Lund Steffensen | 2010-02-02 | 1 | -1/+1 |
| | |||||
* | Move source and headers to src dir. | Jon Lund Steffensen | 2009-12-23 | 1 | -0/+150 |