aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite gamma-quartz.c to use libgammaMattias Andrée13 days1-157/+7
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Rewrite gamma-w32gdi to use libgammaMattias Andrée13 days1-153/+7
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Rewrite gamma-randr.c and gamma-vidmode.c to use libgammaMattias Andrée13 days8-531/+716
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Add -e, -E, and +EMattias Andrée13 days3-10/+81
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Fix documentationMattias Andrée13 days1-1/+1
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Misc stuffMattias Andrée13 days10-70/+434
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* minor fixes + add option to start in disabled modeMattias Andrée14 days2-24/+101
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* misc stuffMattias Andrée2025-03-218-47/+196
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Remove dependency on libsimple since it's not portableMattias Andrée2025-03-219-13/+611
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* mMattias Andrée2025-03-213-1/+6
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* RefactorMattias Andrée2025-03-2121-416/+619
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* RefactorMattias Andrée2025-03-1617-583/+799
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Major refactoring and some fixesMattias Andrée2025-03-1625-1634/+2234
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* whitespace fixMattias Andrée2025-03-081-1/+1
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* styleMattias Andrée2025-03-0813-90/+81
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* .lat{ => itude}, .lon{ => gitude}Mattias Andrée2025-03-084-19/+19
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* minor misc improvementsMattias Andrée2025-03-083-119/+157
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Fix warningsMattias Andrée2025-03-084-7/+22
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* miscMattias Andrée2025-03-089-96/+141
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Use eprintf rather than deferring exitMattias Andrée2025-03-081-51/+25
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Misc improvementsMattias Andrée2025-03-086-108/+121
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Update LIST_RAMPS_STOP_VALUE_TYPES macro to reflect eariler changes in colorramp.cMattias Andrée2025-03-073-15/+15
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Use libred to calculate the solar elevationMattias Andrée2025-03-076-248/+13
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Remove unused codeMattias Andrée2025-03-072-134/+0
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* misc minor improvementsMattias Andrée2025-03-072-31/+33
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Misc improvementsMattias Andrée2025-03-0721-749/+791
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* styleMattias Andrée2025-03-063-187/+105
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Update redshift to redshift-ngMattias Andrée2025-03-0621-84/+84
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* style and some minor fixesMattias Andrée2025-03-0618-664/+489
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* StyleMattias Andrée2025-03-0618-892/+556
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Fix warningMattias Andrée2025-03-051-0/+1
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Fix warningsMattias Andrée2025-03-0512-22/+79
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Mention after fork that SIGCHLD is ignoredMattias Andrée2025-03-051-0/+1
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Style and warningsMattias Andrée2025-03-0510-216/+286
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Just use double, no mixing in floatMattias Andrée2025-03-056-37/+32
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Consistently use (locally defined) WINDOWS macro over mixing __WIN32__ and _WIN32Mattias Andrée2025-03-055-12/+12
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Merge config-ini.h and options.h into common.hMattias Andrée2025-03-057-116/+61
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* cleanup + cast + use pipe2 on linuxMattias Andrée2025-03-054-46/+52
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Nicer X macrosMattias Andrée2025-03-053-16/+15
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Cleanup and style update (avoid typedef)Mattias Andrée2025-03-0524-720/+452
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Merge redshift.h into common.hMattias Andrée2025-03-056-162/+131
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Remove old #includeMattias Andrée2025-03-051-2/+0
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Move redshift-gtk/ to rootMattias Andrée2025-03-057-812/+0
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Unify header files (so far most)Mattias Andrée2025-03-0528-516/+138
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Use colour temperature table from libredMattias Andrée2025-03-053-276/+13
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Resolve redshift/issues/223: redshift-gtk: fix title of window to RedshiftMattias Andrée2025-03-051-1/+1
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Merge branch 'homeless-users-and-nonusers' of https://github.com/maandree/redshiftMattias Andrée2025-03-051-9/+23
|\
| * Improve error messages that are printed when the user's home directory cannot be determineMattias Andrée2015-05-051-2/+4
| | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
| * Support (but warn) that the user does not have an passwd entry or a home set in the passwd entry. Also, getpwent can fail: handle that.Mattias Andrée2015-05-051-4/+16
| | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* | Merge branch 'master' of https://github.com/webkadiz/redshiftMattias Andrée2025-03-051-0/+6
|\ \