Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | one dir per subproject | Mattias Andrée | 11 days | 1 | -311/+0 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Add support for /etc/geolocation and guessing by timezone | Mattias Andrée | 13 days | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Clean up | Mattias Andrée | 2025-03-23 | 1 | -3/+3 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Refactor | Mattias Andrée | 2025-03-21 | 1 | -6/+46 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Refactor | Mattias Andrée | 2025-03-16 | 1 | -59/+63 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Major refactoring and some fixes | Mattias Andrée | 2025-03-16 | 1 | -11/+10 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | style | Mattias Andrée | 2025-03-08 | 1 | -2/+1 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Misc improvements | Mattias Andrée | 2025-03-07 | 1 | -18/+18 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Update redshift to redshift-ng | Mattias Andrée | 2025-03-06 | 1 | -4/+4 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | style and some minor fixes | Mattias Andrée | 2025-03-06 | 1 | -144/+133 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Just use double, no mixing in float | Mattias Andrée | 2025-03-05 | 1 | -8/+6 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Cleanup and style update (avoid typedef) | Mattias Andrée | 2025-03-05 | 1 | -29/+12 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Fix issue where quartz did not mark as unavailable | Jon Lund Steffensen | 2018-05-20 | 1 | -1/+16 |
| | |||||
* | Move module structures out of headers | Jon Lund Steffensen | 2017-10-13 | 1 | -15/+16 |
| | |||||
* | Allocate module data in init functions | Jon Lund Steffensen | 2017-10-13 | 1 | -1/+4 |
| | |||||
* | Move module struct definitions to separate files | Jon Lund Steffensen | 2017-10-13 | 1 | -7/+20 |
| | |||||
* | corelocation: Update continuously | Jon Lund Steffensen | 2017-08-17 | 1 | -54/+147 |
| | |||||
* | Change location providers to allow updates | Jon Lund Steffensen | 2017-08-17 | 1 | -57/+67 |
| | | | | | | | 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 | -3/+4 |
| | |||||
* | location: Make translated string about recheck shared between all providers | Jon Lund Steffensen | 2014-12-28 | 1 | -3/+3 |
| | |||||
* | corelocation: Fix missing space character in string | Jon Lund Steffensen | 2014-12-28 | 1 | -1/+1 |
| | |||||
* | Add CoreLocation (OSX) location provider | Jon Lund Steffensen | 2014-12-15 | 1 | -0/+163 |
Similarly to the Geoclue provider, the CoreLocation provider only requests the location on startup. |