Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up | Mattias Andrée | 13 days | 1 | -11/+12 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Refactor | Mattias Andrée | 2025-03-21 | 1 | -11/+19 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Refactor | Mattias Andrée | 2025-03-16 | 1 | -22/+13 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Major refactoring and some fixes | Mattias Andrée | 2025-03-16 | 1 | -5/+4 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | .lat{ => itude}, .lon{ => gitude} | Mattias Andrée | 2025-03-08 | 1 | -5/+5 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | misc | Mattias Andrée | 2025-03-08 | 1 | -0/+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 | -10/+6 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Style | Mattias Andrée | 2025-03-06 | 1 | -11/+5 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Fix warnings | Mattias Andrée | 2025-03-05 | 1 | -0/+1 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Style and warnings | Mattias Andrée | 2025-03-05 | 1 | -5/+6 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Just use double, no mixing in float | Mattias Andrée | 2025-03-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Cleanup and style update (avoid typedef) | Mattias Andrée | 2025-03-05 | 1 | -37/+20 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Unify header files (so far most) | Mattias Andrée | 2025-03-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Fix "Some translated strings are still in English" issue | Masanori Kakura | 2018-08-29 | 1 | -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 headers | Jon Lund Steffensen | 2017-10-13 | 1 | -0/+5 |
| | |||||
* | Allocate module data in init functions | Jon Lund Steffensen | 2017-10-13 | 1 | -3/+8 |
| | |||||
* | Move module struct definitions to separate files | Jon Lund Steffensen | 2017-10-13 | 1 | -7/+19 |
| | |||||
* | Change location providers to allow updates | Jon Lund Steffensen | 2017-08-17 | 1 | -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 fields | Jon Lund Steffensen | 2015-01-04 | 1 | -10/+9 |
| | |||||
* | Do not allow NULL keys when setting options | Jon Lund Steffensen | 2013-12-09 | 1 | -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 Steffensen | 2011-10-18 | 1 | -0/+3 |
| | | | | Update man page with information on configuration file. | ||||
* | Add comments about certain substring which must not be translated. | Jon Lund Steffensen | 2010-06-10 | 1 | -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 Steffensen | 2010-05-27 | 1 | -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 Steffensen | 2010-05-27 | 1 | -0/+11 |
| | |||||
* | Provide fundament for more advanced location providers. | Jon Lund Steffensen | 2010-05-25 | 1 | -0/+93 |