Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unify header files (so far most) | Mattias Andrée | 2025-03-05 | 1 | -27/+0 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Move module structures out of headers | Jon Lund Steffensen | 2017-10-13 | 1 | -15/+0 |
| | |||||
* | Move module struct definitions to separate files | Jon Lund Steffensen | 2017-10-13 | 1 | -12/+2 |
| | |||||
* | vidmode: Add preserve option to VidMode method | Jon Lund Steffensen | 2015-01-04 | 1 | -0/+1 |
| | |||||
* | redshift: Simplify set_temperature by passing color_setting_t | Jon Lund Steffensen | 2014-12-27 | 1 | -3/+5 |
| | | | | | | | | 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. | ||||
* | Fix #22: remove initial underscore from include guards | Jon Lund Steffensen | 2014-03-23 | 1 | -3/+3 |
| | |||||
* | 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 | -1/+2 |
| | |||||
* | Split init function of methods and providers into init and start. | Jon Lund Steffensen | 2010-05-27 | 1 | -1/+7 |
| | | | | | 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/+2 |
| | |||||
* | Use the prefix 'gamma' for gamma adjustment source files. | Jon Lund Steffensen | 2010-05-24 | 1 | -0/+40 |