aboutsummaryrefslogtreecommitdiffstats
path: root/src/solar.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use libred to calculate the solar elevationMattias Andrée2025-03-071-209/+0
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Remove unused codeMattias Andrée2025-03-071-113/+0
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Misc improvementsMattias Andrée2025-03-071-21/+21
| | | | 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>
* StyleMattias Andrée2025-03-061-2/+1
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Cleanup and style update (avoid typedef)Mattias Andrée2025-03-051-3/+1
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* systemtime.c: Portably read current time on posix and windows.Jon Lund Steffensen2010-05-061-20/+22
| | | | | | | | w32gdi.c: Implements gamma ramp method for Windows GDI API. Use double as a cross platform time representation. Add WinGDI as a selectable method (currently limitied to minimum 4500K). Fix a bug where redshift would crash if RANDR failed and VidMode wasn't compiled in.
* Add gettext support in redshift.Jon Lund Steffensen2010-02-021-1/+1
|
* Use struct timespec instead of time_t for increased time precision.Jon Lund Steffensen2009-12-281-12/+17
|
* Move source and headers to src dir.Jon Lund Steffensen2009-12-231-0/+318