| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2013-12-09 | Constify gamma parameter to set_temperature() methods | Jon Lund Steffensen | 1 | -1/+1 | |
| 2011-04-21 | Allow brightness to be adjusted (between 10% and 100%, the latter being the default). | Jon Lund Steffensen | 1 | -3/+4 | |
| 2011-03-30 | w32gdi: Remember to release the DC handle on error. | Jon Lund Steffensen | 1 | -1/+6 | |
| Add comment on failure of SetDeviceGammaRamp(). | |||||
| 2011-03-27 | w32gdi: Obtain a new DC handle on every adjustment. This fixes a bug | Jon Lund Steffensen | 1 | -12/+31 | |
| where redshift stops updating the screen. | |||||
| 2010-06-13 | gamma-w32gdi.c: Conditionally define WINVER. | Jon Lund Steffensen | 1 | -1/+3 | |
| 2010-06-10 | gamma-w32gdi.c: Fix name of w32gdi_start() function. | Jon Lund Steffensen | 1 | -1/+1 | |
| 2010-05-27 | Split init function of methods and providers into init and start. | Jon Lund Steffensen | 1 | -7/+17 | |
| The set_option function can be called to set options between init and start. | |||||
| 2010-05-27 | Let gamma methods and location providers print help on option parameters. | Jon Lund Steffensen | 1 | -1/+14 | |
| 2010-05-25 | Fix build on mingw | Jon Lund Steffensen | 1 | -1/+1 | |
| 2010-05-24 | Use the prefix 'gamma' for gamma adjustment source files. | Jon Lund Steffensen | 1 | -1/+1 | |
| 2010-05-24 | Pass arguments as string to adjustment methods. | Jon Lund Steffensen | 1 | -1/+1 | |
| 2010-05-24 | Use gamma_method_spec_t struct to control and iterate through different | Jon Lund Steffensen | 1 | -1/+1 | |
| gamma adjustment methods. | |||||
| 2010-05-06 | systemtime.c: Portably read current time on posix and windows. | Jon Lund Steffensen | 1 | -0/+127 | |
| w32gdi.c: Implements gamma ramp method for Windows GDI API. Use double as a cross platform time representation. Add WinGDI as a selectable method (currently limitied to minimum 4500K). Fix a bug where redshift would crash if RANDR failed and VidMode wasn't compiled in. | |||||
