Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | one dir per subproject | Mattias Andrée | 10 days | 1 | -267/+0 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Add support for specifying hook file | Mattias Andrée | 13 days | 1 | -6/+8 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Misc stuff | Mattias Andrée | 2025-03-22 | 1 | -11/+69 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Refactor | Mattias Andrée | 2025-03-21 | 1 | -3/+6 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Major refactoring and some fixes | Mattias Andrée | 2025-03-16 | 1 | -181/+28 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | misc | Mattias Andrée | 2025-03-08 | 1 | -4/+4 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Misc improvements | Mattias Andrée | 2025-03-07 | 1 | -209/+285 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Update redshift to redshift-ng | Mattias Andrée | 2025-03-06 | 1 | -4/+4 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | style and some minor fixes | Mattias Andrée | 2025-03-06 | 1 | -90/+51 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Fix warnings | Mattias Andrée | 2025-03-05 | 1 | -3/+0 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Style and warnings | Mattias Andrée | 2025-03-05 | 1 | -16/+22 |
| | | | | 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 | 1 | -2/+2 |
| | | | | 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 | 1 | -1/+0 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Cleanup and style update (avoid typedef) | Mattias Andrée | 2025-03-05 | 1 | -36/+14 |
| | | | | 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> | ||||
* | | Fixes #578: Allow hash as comment character | Jon Lund Steffensen | 2018-10-20 | 1 | -2/+2 |
| | | |||||
* | | Fix "Some translated strings are still in English" issue | Masanori Kakura | 2018-08-29 | 1 | -0/+3 |
| | | | | | | | | | | | | 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. | ||||
* | | 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. | ||||
* | | Remove trailing whitespaces | Michael Vetter | 2015-08-04 | 1 | -1/+1 |
|/ | |||||
* | Merge remote-tracking branch 'maandree/leaks' | Jon Lund Steffensen | 2014-03-13 | 1 | -0/+4 |
|\ | |||||
| * | Free resources from config-ini.c on exit | Mattias Andrée | 2014-03-13 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | | config-ini: Simplify file path construction for XDG_CONFIG_DIRS | Jon Lund Steffensen | 2014-03-13 | 1 | -17/+29 |
| | | | | | | | | Add comment pointing to the XDG Base Directory Specification. | ||||
* | | fopen directly instead of stat:ing | Mattias Andrée | 2014-03-13 | 1 | -25/+14 |
| | | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | | Look for configuration file in XDG_CONFIG_DIRS and /etc | Mattias Andrée | 2014-03-11 | 1 | -3/+30 |
| | | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | | When looking for a redshift.conf file do not just check environment variable, also check that the file exists | Mattias Andrée | 2014-03-11 | 1 | -9/+21 |
| | | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | | If even HOME is missing look up the user's home directory from passwd | Mattias Andrée | 2014-03-11 | 1 | -0/+12 |
|/ | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | Load config from %LOCALAPPDATA%\redshift.conf on Windows | TingPing | 2013-12-29 | 1 | -2/+2 |
| | |||||
* | config: Look in %userprofile%/.config/redshift.conf on windows platform. | Jon Lund Steffensen | 2011-03-29 | 1 | -0/+6 |
| | |||||
* | config-ini.c: Fix loading explicitly requested config file. | Jon Lund Steffensen | 2010-10-18 | 1 | -3/+5 |
| | |||||
* | Add configuration file support. | Jon Lund Steffensen | 2010-10-15 | 1 | -0/+235 |