Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Misc improvements | Mattias Andrée | 2025-03-08 | 6 | -108/+121 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Update LIST_RAMPS_STOP_VALUE_TYPES macro to reflect eariler changes in colorramp.c | Mattias Andrée | 2025-03-07 | 3 | -15/+15 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Use libred to calculate the solar elevation | Mattias Andrée | 2025-03-07 | 6 | -248/+13 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Remove unused code | Mattias Andrée | 2025-03-07 | 2 | -134/+0 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | misc minor improvements | Mattias Andrée | 2025-03-07 | 2 | -31/+33 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Misc improvements | Mattias Andrée | 2025-03-07 | 21 | -749/+791 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | style | Mattias Andrée | 2025-03-06 | 3 | -187/+105 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Update redshift to redshift-ng | Mattias Andrée | 2025-03-06 | 21 | -84/+84 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | style and some minor fixes | Mattias Andrée | 2025-03-06 | 18 | -664/+489 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Style | Mattias Andrée | 2025-03-06 | 18 | -892/+556 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Fix warning | Mattias Andrée | 2025-03-05 | 1 | -0/+1 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Fix warnings | Mattias Andrée | 2025-03-05 | 12 | -22/+79 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Mention after fork that SIGCHLD is ignored | 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 | 10 | -216/+286 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Just use double, no mixing in float | Mattias Andrée | 2025-03-05 | 6 | -37/+32 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Consistently use (locally defined) WINDOWS macro over mixing __WIN32__ and _WIN32 | Mattias Andrée | 2025-03-05 | 5 | -12/+12 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Merge config-ini.h and options.h into common.h | Mattias Andrée | 2025-03-05 | 7 | -116/+61 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | cleanup + cast + use pipe2 on linux | Mattias Andrée | 2025-03-05 | 4 | -46/+52 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Nicer X macros | Mattias Andrée | 2025-03-05 | 3 | -16/+15 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Cleanup and style update (avoid typedef) | Mattias Andrée | 2025-03-05 | 24 | -720/+452 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Merge redshift.h into common.h | Mattias Andrée | 2025-03-05 | 6 | -162/+131 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Remove old #include | Mattias Andrée | 2025-03-05 | 1 | -2/+0 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Move redshift-gtk/ to root | Mattias Andrée | 2025-03-05 | 7 | -812/+0 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Unify header files (so far most) | Mattias Andrée | 2025-03-05 | 28 | -516/+138 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Use colour temperature table from libred | Mattias Andrée | 2025-03-05 | 3 | -276/+13 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Resolve redshift/issues/223: redshift-gtk: fix title of window to Redshift | Mattias Andrée | 2025-03-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Merge branch 'homeless-users-and-nonusers' of https://github.com/maandree/redshift | Mattias Andrée | 2025-03-05 | 1 | -9/+23 |
|\ | |||||
| * | Improve error messages that are printed when the user's home directory cannot be determine | Mattias Andrée | 2015-05-05 | 1 | -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ée | 2015-05-05 | 1 | -4/+16 |
| | | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | | Merge branch 'master' of https://github.com/webkadiz/redshift | Mattias Andrée | 2025-03-05 | 1 | -0/+6 |
|\ \ | |||||
| * | | Add signal exit handler for SIGQUIT | Webkadiz | 2021-06-23 | 1 | -0/+6 |
| | | | |||||
* | | | Merge branch 'add-preserve-gamma-config-option' of https://github.com/kenoh/redshift | Mattias Andrée | 2025-03-05 | 1 | -0/+4 |
|\ \ \ | |||||
| * | | | Add preserve-gamma configuration option | Matúš Honěk | 2019-04-29 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | To be able to convey the same information the '-P' command line option currently does, but using configuration file. | ||||
* | | | | Merge branch 'coopgamma' of https://github.com/maandree/redshift | Mattias Andrée | 2025-03-05 | 14 | -66/+671 |
|\ \ \ \ | |||||
| * | | | | Add coopgamma backend | Mattias Andrée | 2016-12-19 | 19 | -81/+697 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | | | | | Update my e-mail address | Mattias Andrée | 2025-03-05 | 4 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | | | | | config.mk: make pkg-config replacable and list all pkg-config covered libraries in on macro | Mattias Andrée | 2025-03-05 | 1 | -2/+8 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | | | | | Merge branch 'typo' | Mattias Andrée | 2025-03-04 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | src/redshift.c: Fix typo in error message | nicoo | 2020-12-11 | 1 | -1/+1 |
| | |_|/ / | |/| | | | |||||
* | | | | | add definitions needed to enable operation | Mattias Andrée | 2025-03-04 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | | | | | Cleanup, fix/update sv.po, begin use of plain make and renaming project to redshift-ng | Mattias Andrée | 2025-03-04 | 4 | -108/+66 |
|/ / / / | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | / / | src/redshift.c: Use localtime_s() on Windows | Masanori Kakura | 2020-06-13 | 1 | -0/+5 |
| |/ / |/| | | | | | | | | | | | AppVeyor's GCC no longer supports localtime_r(). We need to use localtime_s() on Windows. | ||||
* | | | Fix #386: added more suspend durations as requested | hubvu | 2019-03-03 | 1 | -1/+3 |
| | | | |||||
* | | | Fixes #578: Allow hash as comment character | Jon Lund Steffensen | 2018-10-20 | 1 | -2/+2 |
| | | | |||||
* | | | Merge pull request #673 from clefebvre/symbolic-status-icons | Jon Lund Steffensen | 2018-10-20 | 1 | -10/+21 |
|\ \ \ | | | | | | | | | Status icon: Prefer symbolic icons when available | ||||
| * | | | Status icon: Prefer symbolic icons when available | Clement Lefebvre | 2018-10-02 | 1 | -10/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use 'redshift-status-on-symbolic' and 'redshift-statys-off-symbolic' if available. If these icons are not present in the icon theme, fallback to 'redshift-status-on' and 'redshift-status-off'. Symbolic icons are the only way for themes to properly support both light and dark panels with grey icons. If the icon name ends with -symbolic, GTK renders the foreground color of the icon based on the color of the panel behind it. | ||||
* | | | | Fix "Some translated strings are still in English" issue | Masanori Kakura | 2018-08-29 | 8 | -0/+31 |
|/ / / | | | | | | | | | | | | | | | | 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. | ||||
* | | | Fix issue where quartz did not mark as unavailable | Jon Lund Steffensen | 2018-05-20 | 1 | -1/+16 |
| | | | |||||
* | | | config-ini: Properly respect XDG_CONFIG_HOME base directory specification | Masanori Kakura | 2018-05-04 | 1 | -5/+29 |
| | | | | | | | | | | | | If redshift.conf is not found, fall back to formerly used path. | ||||
* | | | Fix #335: Set period to none when disabled | Matt Stobo | 2017-10-30 | 1 | -0/+1 |
| | | | | | | | | | | | | This allows for hooks to be run when redshift is disabled |