Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-06-13 | List some alternatives to Redshift on Wayland | ariasuni | 1 | -0/+5 | |
2020-06-13 | Try to remove brew upgrade python | Jon Lund Steffensen | 1 | -1/+0 | |
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. | |||||
2020-06-13 | Remove Travis macOS workaround | Jon Lund Steffensen | 1 | -7/+0 | |
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-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-20 | Fixes to documentation on contributing | Jon Lund Steffensen | 2 | -12/+23 | |
Fixes #579 | |||||
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-08-12 | Fix #609: Delete de.mo file | Jon Lund Steffensen | 1 | -0/+0 | |
2018-08-12 | Add issue templates | Jon Lund Steffensen | 2 | -0/+46 | |