aboutsummaryrefslogtreecommitdiffstats
path: root/src/solar.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-03-07Use libred to calculate the solar elevationMattias Andrée1-27/+0
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-03-07Remove unused codeMattias Andrée1-21/+0
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-03-07Misc improvementsMattias Andrée1-18/+17
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-03-06Update redshift to redshift-ngMattias Andrée1-4/+4
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-03-05Cleanup and style update (avoid typedef)Mattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-03-05Remove old #includeMattias Andrée1-2/+0
Signed-off-by: Mattias Andrée <m@maandree.se>
2014-03-23Fix #22: remove initial underscore from include guardsJon Lund Steffensen1-3/+3
2010-05-06systemtime.c: Portably read current time on posix and windows.Jon Lund Steffensen1-4/+4
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.
2010-02-02Add gettext support in redshift.Jon Lund Steffensen1-1/+1
2009-12-28Use struct timespec instead of time_t for increased time precision.Jon Lund Steffensen1-2/+3
2009-12-23Move source and headers to src dir.Jon Lund Steffensen1-0/+0
2009-11-04Add COPYING file (GPLv3).Jon Lund Steffensen1-1/+18
Add copyright and license in file headers.