aboutsummaryrefslogtreecommitdiffstats
path: root/src/location-manual.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* one dir per subprojectMattias Andrée9 days1-118/+0
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Add support for /etc/geolocation and guessing by timezoneMattias Andrée11 days1-1/+1
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Clean upMattias Andrée13 days1-11/+12
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* RefactorMattias Andrée2025-03-211-11/+19
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* RefactorMattias Andrée2025-03-161-22/+13
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Major refactoring and some fixesMattias Andrée2025-03-161-5/+4
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* .lat{ => itude}, .lon{ => gitude}Mattias Andrée2025-03-081-5/+5
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* miscMattias Andrée2025-03-081-0/+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-10/+6
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* StyleMattias Andrée2025-03-061-11/+5
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Fix warningsMattias Andrée2025-03-051-0/+1
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Style and warningsMattias Andrée2025-03-051-5/+6
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Just use double, no mixing in floatMattias Andrée2025-03-051-1/+1
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Cleanup and style update (avoid typedef)Mattias Andrée2025-03-051-37/+20
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Unify header files (so far most)Mattias Andrée2025-03-051-1/+1
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Fix "Some translated strings are still in English" issueMasanori Kakura2018-08-291-0/+4
| | | | | | ENABLE_NLS is always undefined in some files and some translatable messages in these files are always displayed in English. This commit fixes the issue.
* Move module structures out of headersJon Lund Steffensen2017-10-131-0/+5
|
* Allocate module data in init functionsJon Lund Steffensen2017-10-131-3/+8
|
* Move module struct definitions to separate filesJon Lund Steffensen2017-10-131-7/+19
|
* Change location providers to allow updatesJon Lund Steffensen2017-08-171-4/+11
| | | | | | | 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-10/+9
|
* Do not allow NULL keys when setting optionsJon Lund Steffensen2013-12-091-7/+2
| | | | | | | This should fix a bug where command line options for the "manual" location provider cannot override the config file. To keep compatability with previous versions the command line parser will still special case parsing "-l LAT:LON" and set the correct options in "manual".
* Add various documentation updates: DESIGN and HACKING document, and various small comments int the source (Christian Jaeger).Jon Lund Steffensen2011-10-181-0/+3
| | | | Update man page with information on configuration file.
* Add comments about certain substring which must not be translated.Jon Lund Steffensen2010-06-101-0/+2
| | | | Fix help text that refered to the wrong command line parameter.
* Split init function of methods and providers into init and start.Jon Lund Steffensen2010-05-271-31/+38
| | | | | 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 Steffensen2010-05-271-0/+11
|
* Provide fundament for more advanced location providers.Jon Lund Steffensen2010-05-251-0/+93