| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-03-08 | misc | Mattias Andrée | 9 | -96/+141 | |
| Signed-off-by: Mattias Andrée <m@maandree.se> | |||||
| 2025-03-08 | Use eprintf rather than deferring exit | Mattias Andrée | 1 | -51/+25 | |
| Signed-off-by: Mattias Andrée <m@maandree.se> | |||||
| 2025-03-08 | Misc improvements | Mattias Andrée | 6 | -108/+121 | |
| Signed-off-by: Mattias Andrée <m@maandree.se> | |||||
| 2025-03-07 | Update LIST_RAMPS_STOP_VALUE_TYPES macro to reflect eariler changes in colorramp.c | Mattias Andrée | 3 | -14/+14 | |
| Signed-off-by: Mattias Andrée <m@maandree.se> | |||||
| 2025-03-07 | Use libred to calculate the solar elevation | Mattias Andrée | 6 | -248/+13 | |
| Signed-off-by: Mattias Andrée <m@maandree.se> | |||||
| 2025-03-07 | Remove unused code | Mattias Andrée | 2 | -134/+0 | |
| Signed-off-by: Mattias Andrée <m@maandree.se> | |||||
| 2025-03-07 | misc minor improvements | Mattias Andrée | 2 | -31/+33 | |
| Signed-off-by: Mattias Andrée <m@maandree.se> | |||||
| 2025-03-07 | Misc improvements | Mattias Andrée | 21 | -742/+784 | |
| Signed-off-by: Mattias Andrée <m@maandree.se> | |||||
| 2025-03-06 | style | Mattias Andrée | 3 | -187/+105 | |
| Signed-off-by: Mattias Andrée <m@maandree.se> | |||||
| 2025-03-06 | Update redshift to redshift-ng | Mattias Andrée | 21 | -84/+84 | |
| Signed-off-by: Mattias Andrée <m@maandree.se> | |||||
| 2025-03-06 | style and some minor fixes | Mattias Andrée | 18 | -656/+481 | |
| Signed-off-by: Mattias Andrée <m@maandree.se> | |||||
| 2025-03-06 | Style | Mattias Andrée | 18 | -890/+554 | |
| Signed-off-by: Mattias Andrée <m@maandree.se> | |||||
| 2025-03-05 | Fix warning | Mattias Andrée | 1 | -0/+1 | |
| Signed-off-by: Mattias Andrée <m@maandree.se> | |||||
| 2025-03-05 | Fix warnings | Mattias Andrée | 12 | -22/+79 | |
| Signed-off-by: Mattias Andrée <m@maandree.se> | |||||
| 2025-03-05 | Mention after fork that SIGCHLD is ignored | Mattias Andrée | 1 | -0/+1 | |
| Signed-off-by: Mattias Andrée <m@maandree.se> | |||||
| 2025-03-05 | Style and warnings | Mattias Andrée | 10 | -215/+285 | |
| Signed-off-by: Mattias Andrée <m@maandree.se> | |||||
| 2025-03-05 | Just use double, no mixing in float | Mattias Andrée | 6 | -37/+32 | |
| Signed-off-by: Mattias Andrée <m@maandree.se> | |||||
| 2025-03-05 | Consistently use (locally defined) WINDOWS macro over mixing __WIN32__ and _WIN32 | Mattias Andrée | 5 | -12/+12 | |
| Signed-off-by: Mattias Andrée <m@maandree.se> | |||||
| 2025-03-05 | Merge config-ini.h and options.h into common.h | Mattias Andrée | 7 | -116/+61 | |
| Signed-off-by: Mattias Andrée <m@maandree.se> | |||||
| 2025-03-05 | cleanup + cast + use pipe2 on linux | Mattias Andrée | 4 | -46/+52 | |
| Signed-off-by: Mattias Andrée <m@maandree.se> | |||||
| 2025-03-05 | Nicer X macros | Mattias Andrée | 3 | -16/+15 | |
| Signed-off-by: Mattias Andrée <m@maandree.se> | |||||
| 2025-03-05 | Cleanup and style update (avoid typedef) | Mattias Andrée | 24 | -718/+450 | |
| Signed-off-by: Mattias Andrée <m@maandree.se> | |||||
| 2025-03-05 | Merge redshift.h into common.h | Mattias Andrée | 6 | -162/+131 | |
| Signed-off-by: Mattias Andrée <m@maandree.se> | |||||
| 2025-03-05 | Remove old #include | Mattias Andrée | 1 | -2/+0 | |
| Signed-off-by: Mattias Andrée <m@maandree.se> | |||||
| 2025-03-05 | Move redshift-gtk/ to root | Mattias Andrée | 7 | -812/+0 | |
| Signed-off-by: Mattias Andrée <m@maandree.se> | |||||
| 2025-03-05 | Unify header files (so far most) | Mattias Andrée | 28 | -516/+138 | |
| Signed-off-by: Mattias Andrée <m@maandree.se> | |||||
| 2025-03-05 | Use colour temperature table from libred | Mattias Andrée | 3 | -276/+13 | |
| Signed-off-by: Mattias Andrée <m@maandree.se> | |||||
| 2025-03-05 | Resolve redshift/issues/223: redshift-gtk: fix title of window to Redshift | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <m@maandree.se> | |||||
| 2025-03-05 | Update my e-mail address | Mattias Andrée | 4 | -4/+4 | |
| Signed-off-by: Mattias Andrée <m@maandree.se> | |||||
| 2025-03-05 | config.mk: make pkg-config replacable and list all pkg-config covered libraries in on macro | Mattias Andrée | 1 | -2/+8 | |
| Signed-off-by: Mattias Andrée <m@maandree.se> | |||||
| 2025-03-04 | add definitions needed to enable operation | Mattias Andrée | 1 | -1/+2 | |
| Signed-off-by: Mattias Andrée <m@maandree.se> | |||||
| 2025-03-04 | Cleanup, fix/update sv.po, begin use of plain make and renaming project to redshift-ng | Mattias Andrée | 4 | -108/+66 | |
| Signed-off-by: Mattias Andrée <m@maandree.se> | |||||
| 2021-06-23 | Add signal exit handler for SIGQUIT | Webkadiz | 1 | -0/+6 | |
| 2020-12-11 | src/redshift.c: Fix typo in error message | nicoo | 1 | -1/+1 | |
| 2020-06-13 | src/redshift.c: Use localtime_s() on Windows | Masanori Kakura | 1 | -0/+5 | |
| AppVeyor's GCC no longer supports localtime_r(). We need to use localtime_s() on Windows. | |||||
| 2019-10-02 | src/redshift.c: Use localtime_s() on Windows | Masanori Kakura | 1 | -0/+5 | |
| AppVeyor's GCC no longer supports localtime_r(). We need to use localtime_s() on Windows. | |||||
| 2019-04-29 | Add preserve-gamma configuration option | Matúš Honěk | 1 | -0/+4 | |
| To be able to convey the same information the '-P' command line option currently does, but using configuration file. | |||||
| 2019-03-03 | Fix #386: added more suspend durations as requested | hubvu | 1 | -1/+3 | |
| 2018-10-20 | Fixes #578: Allow hash as comment character | Jon Lund Steffensen | 1 | -2/+2 | |
| 2018-10-02 | Status icon: Prefer symbolic icons when available | Clement Lefebvre | 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. | |||||
| 2018-08-29 | Fix "Some translated strings are still in English" issue | Masanori Kakura | 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. | |||||
| 2018-05-20 | Fix issue where quartz did not mark as unavailable | Jon Lund Steffensen | 1 | -1/+16 | |
| 2018-05-04 | config-ini: Properly respect XDG_CONFIG_HOME base directory specification | Masanori Kakura | 1 | -5/+29 | |
| If redshift.conf is not found, fall back to formerly used path. | |||||
| 2017-10-30 | Fix #335: Set period to none when disabled | Matt Stobo | 1 | -0/+1 | |
| This allows for hooks to be run when redshift is disabled | |||||
| 2017-10-19 | options: Split parse functions | Jon Lund Steffensen | 1 | -276/+277 | |
| 2017-10-13 | Change preserve option to command line switch | Jon Lund Steffensen | 10 | -66/+67 | |
| Changes each adjustment method to take a preserve parameter when setting the temperature instead of parsing the preserve option from the command line/configuration file. This helps resolve the issues around #513: - This allows the preserve option to be implemented as a command-line switch (-P). This switch _disables_ the preservation of existing gamma ramps. Having a command-line switch makes it easier to use directly with manual or one-shot mode. - The preserve options is on by default, so continual mode as well as other modes will default to applying the color adjustment on top of the current gamma ramps. - Preserve is always disabled in reset mode so resetting works as expected again. | |||||
| 2017-10-13 | Add function for resetting color_setting_t | Jon Lund Steffensen | 1 | -11/+20 | |
| 2017-10-13 | Move options handling to separate file | Jon Lund Steffensen | 5 | -715/+869 | |
| Create options.c which contains functions for initializing and parsing options from the command line and the configuration file. Program options that were previously local variables in main() are moved to the options_t struct. | |||||
| 2017-10-13 | Move module structures out of headers | Jon Lund Steffensen | 17 | -161/+109 | |
| 2017-10-13 | Allocate module data in init functions | Jon Lund Steffensen | 11 | -121/+138 | |
