Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | redshift: Simplify set_temperature by passing color_setting_t | Jon Lund Steffensen | 2014-12-27 | 1 | -9/+9 |
| | | | | | | | | 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. | ||||
* | Do not allow NULL keys when setting options | Jon Lund Steffensen | 2013-12-09 | 1 | -6/+0 |
| | | | | | | | This should fix a bug where command line options for the "manual" location provider cannot override the config file. To keep compatability with previous versions the command line parser will still special case parsing "-l LAT:LON" and set the correct options in "manual". | ||||
* | Constify gamma parameter to set_temperature() methods | Jon Lund Steffensen | 2013-12-09 | 1 | -2/+2 |
| | |||||
* | Fix randr version check (Alisdair Tullo). | Jon Lund Steffensen | 2011-07-04 | 1 | -1/+1 |
| | |||||
* | Allow brightness to be adjusted (between 10% and 100%, the latter being the default). | Jon Lund Steffensen | 2011-04-21 | 1 | -5/+7 |
| | |||||
* | gamma-randr.c: Apparently error and ver_reply can both be NULL. Check both to | Jon Lund Steffensen | 2010-08-18 | 1 | -2/+5 |
| | | | | avoid seg faults. | ||||
* | Add comments about certain substring which must not be translated. | Jon Lund Steffensen | 2010-06-10 | 1 | -0/+2 |
| | | | | Fix help text that refered to the wrong command line parameter. | ||||
* | Split init function of methods and providers into init and start. | Jon Lund Steffensen | 2010-05-27 | 1 | -48/+41 |
| | | | | | 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 | -0/+11 |
| | |||||
* | Use the prefix 'gamma' for gamma adjustment source files. | Jon Lund Steffensen | 2010-05-24 | 1 | -0/+367 |