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 | -16/+0 |
| | |||||
* | Move module struct definitions to separate files | Jon Lund Steffensen | 2017-10-13 | 1 | -14/+1 |
| | |||||
* | corelocation: Update continuously | Jon Lund Steffensen | 2017-08-17 | 1 | -7/+22 |
| | |||||
* | 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 | -1/+3 |
| | |||||
* | Add CoreLocation (OSX) location provider | Jon Lund Steffensen | 2014-12-15 | 1 | -0/+38 |
Similarly to the Geoclue provider, the CoreLocation provider only requests the location on startup. |