Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | w32gdi: Enable preserve by default | Jon Lund Steffensen | 2017-08-31 | 1 | -1/+1 |
| | |||||
* | w32gdi: Add preserve option to windows GDI method | Jon Lund Steffensen | 2015-01-04 | 1 | -7/+29 |
| | |||||
* | colorramp: Use supplied gamma ramps as initial value | Jon Lund Steffensen | 2015-01-04 | 1 | -0/+8 |
| | | | | | | | | | This changes colorramp_fill() to base the ramp calculations on the existing values in the supplied tables, instead of basing it on a pure `i/size` value computed on the fly. All gamma adjustment methods are changed to explicitly initialize the ramps to the `i/size` value before calls to colorramp_fill(). | ||||
* | redshift: Simplify set_temperature by passing color_setting_t | Jon Lund Steffensen | 2014-12-27 | 1 | -4/+4 |
| | | | | | | | | Changes all set_temperature function in gamma adjustment methods to take a color_setting_t pointer with the color settings. Colorramp functions are similarly changed to take a color settings struct. | ||||
* | Constify gamma parameter to set_temperature() methods | Jon Lund Steffensen | 2013-12-09 | 1 | -1/+1 |
| | |||||
* | Allow brightness to be adjusted (between 10% and 100%, the latter being the default). | Jon Lund Steffensen | 2011-04-21 | 1 | -3/+4 |
| | |||||
* | w32gdi: Remember to release the DC handle on error. | Jon Lund Steffensen | 2011-03-30 | 1 | -1/+6 |
| | | | | Add comment on failure of SetDeviceGammaRamp(). | ||||
* | w32gdi: Obtain a new DC handle on every adjustment. This fixes a bug | Jon Lund Steffensen | 2011-03-27 | 1 | -12/+31 |
| | | | | where redshift stops updating the screen. | ||||
* | gamma-w32gdi.c: Conditionally define WINVER. | Jon Lund Steffensen | 2010-06-13 | 1 | -1/+3 |
| | |||||
* | gamma-w32gdi.c: Fix name of w32gdi_start() function. | Jon Lund Steffensen | 2010-06-10 | 1 | -1/+1 |
| | |||||
* | Split init function of methods and providers into init and start. | Jon Lund Steffensen | 2010-05-27 | 1 | -7/+17 |
| | | | | | The set_option function can be called to set options between init and start. | ||||
* | Let gamma methods and location providers print help on option parameters. | Jon Lund Steffensen | 2010-05-27 | 1 | -1/+14 |
| | |||||
* | Fix build on mingw | Jon Lund Steffensen | 2010-05-25 | 1 | -1/+1 |
| | |||||
* | Use the prefix 'gamma' for gamma adjustment source files. | Jon Lund Steffensen | 2010-05-24 | 1 | -0/+127 |