aboutsummaryrefslogtreecommitdiffstats
path: root/src/location-corelocation.m (follow)
Commit message (Collapse)AuthorAgeFilesLines
* one dir per subprojectMattias Andrée11 days1-311/+0
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Add support for /etc/geolocation and guessing by timezoneMattias Andrée13 days1-1/+1
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Clean upMattias Andrée2025-03-231-3/+3
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* RefactorMattias Andrée2025-03-211-6/+46
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* RefactorMattias Andrée2025-03-161-59/+63
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Major refactoring and some fixesMattias Andrée2025-03-161-11/+10
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* styleMattias Andrée2025-03-081-2/+1
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Misc improvementsMattias Andrée2025-03-071-18/+18
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Update redshift to redshift-ngMattias Andrée2025-03-061-4/+4
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* style and some minor fixesMattias Andrée2025-03-061-144/+133
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Just use double, no mixing in floatMattias Andrée2025-03-051-8/+6
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Cleanup and style update (avoid typedef)Mattias Andrée2025-03-051-29/+12
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Fix issue where quartz did not mark as unavailableJon Lund Steffensen2018-05-201-1/+16
|
* Move module structures out of headersJon Lund Steffensen2017-10-131-15/+16
|
* Allocate module data in init functionsJon Lund Steffensen2017-10-131-1/+4
|
* Move module struct definitions to separate filesJon Lund Steffensen2017-10-131-7/+20
|
* corelocation: Update continuouslyJon Lund Steffensen2017-08-171-54/+147
|
* Change location providers to allow updatesJon Lund Steffensen2017-08-171-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 fieldsJon Lund Steffensen2015-01-041-3/+4
|
* location: Make translated string about recheck shared between all providersJon Lund Steffensen2014-12-281-3/+3
|
* corelocation: Fix missing space character in stringJon Lund Steffensen2014-12-281-1/+1
|
* Add CoreLocation (OSX) location providerJon Lund Steffensen2014-12-151-0/+163
Similarly to the Geoclue provider, the CoreLocation provider only requests the location on startup.