Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change location providers to allow updates | Jon Lund Steffensen | 2017-08-17 | 1 | -3/+4 |
| | | | | | | | Change location provider implementations so it is possible for location providers to dynamically update the location. This commit adds the interfaces and infrastructure in redshift.c but none of the location provides are changed to become dynamic. | ||||
* | Add location_t type with lat/lon fields | Jon Lund Steffensen | 2015-01-04 | 1 | -5/+6 |
| | |||||
* | Fix #22: remove initial underscore from include guards | Jon Lund Steffensen | 2014-03-23 | 1 | -3/+3 |
| | |||||
* | Split init function of methods and providers into init and start. | Jon Lund Steffensen | 2010-05-27 | 1 | -1/+8 |
| | | | | | 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/+1 |
| | |||||
* | Provide fundament for more advanced location providers. | Jon Lund Steffensen | 2010-05-25 | 1 | -0/+36 |