aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add signal exit handler for SIGQUITWebkadiz2021-06-231-0/+6
|
* README: Explain gamma ramps and why integrated features should be preferredJon Lund Steffensen2020-06-141-1/+24
|
* README: Fix headingJon Lund Steffensen2020-06-141-2/+1
|
* Minor updates to README formattingJon Lund Steffensen2020-06-141-14/+16
|
* Merge pull request #753 from WhyNotHugo/systemd-tweaksJon Lund Steffensen2020-06-143-4/+16
|\ | | | | Tweak systemd service files to avoid early startup failures
| * Add a FAQ entry on issues with running via systemdHugo Osvaldo Barrera2020-06-141-0/+12
| | | | | | | | Fixes #742
| * Change services to by wanted by graphical-sessionHugo Osvaldo Barrera2020-06-142-2/+2
| | | | | | | | | | | | | | | | | | | | | | The previous value (`default.target`) meant that redshift got started when a user session began, at which point we can't expect a graphic session to be up and running (eg: Xorg or Wayland may have not even been invoked yet). Setting `WantedBy=graphical-session.target` ensures that, when the service is enable, it'll only get run when starting a graphical session (again, either Xorg or Wayland, whatever DE's may be used).
| * Set redshift to run after graphical-sesion.targetHugo Osvaldo Barrera2020-06-142-2/+2
|/ | | | | | | | | | | | | | The previous reference (`display-manager.service`) is not something that's included with systemd. While it may be present on some user's system (because they created it, or some specific package includes it), it can't be expected to be present. On the other hand, `graphical-session.target` is included with systemd, and can be expected to be there, and be triggered when starting a graphical session. This guarantees that redshift will only run AFTER a graphic session is up (eg: either Xorg or Wayland are up).
* Merge branch 'pull/751'Jon Lund Steffensen2020-06-131-12/+17
|\
| * Use real 3rd-level headers in README so that you can link to themariasuni2020-06-131-12/+12
| |
| * List some alternatives to Redshift on Waylandariasuni2020-06-131-0/+5
|/
* Merge pull request #740 from kakurasan/appveyor_localtime_sJon Lund Steffensen2020-06-130-0/+0
|\ | | | | src/redshift.c: Use localtime_s() on Windows
| * src/redshift.c: Use localtime_s() on WindowsMasanori Kakura2019-10-021-0/+5
| | | | | | | | | | AppVeyor's GCC no longer supports localtime_r(). We need to use localtime_s() on Windows.
* | Merge pull request #761 from jonls/jonls/remove-travis-macos-workaroundJon Lund Steffensen2020-06-132-8/+5
|\ \ | |/ |/| Fix all CI builds
| * Try to remove brew upgrade pythonJon Lund Steffensen2020-06-131-1/+0
| |
| * src/redshift.c: Use localtime_s() on WindowsMasanori Kakura2020-06-131-0/+5
| | | | | | | | | | AppVeyor's GCC no longer supports localtime_r(). We need to use localtime_s() on Windows.
| * Remove Travis macOS workaroundJon Lund Steffensen2020-06-131-7/+0
|/
* Merge pull request #710 from hubvu/suspend-featureJon Lund Steffensen2019-03-041-1/+3
|\ | | | | Fix #386: added more suspend durations as requested
| * Fix #386: added more suspend durations as requestedhubvu2019-03-031-1/+3
|/
* Merge pull request #679 from jonls/ini-hash-commentJon Lund Steffensen2018-10-201-2/+2
|\ | | | | Fixes #578: Allow hash as comment character
| * Fixes #578: Allow hash as comment characterJon Lund Steffensen2018-10-201-2/+2
|/
* Merge pull request #678 from jonls/contributing-docsJon Lund Steffensen2018-10-202-12/+23
|\ | | | | Fixes to documentation on contributing
| * Fixes to documentation on contributingJon Lund Steffensen2018-10-202-12/+23
|/ | | | Fixes #579
* Merge pull request #673 from clefebvre/symbolic-status-iconsJon Lund Steffensen2018-10-201-10/+21
|\ | | | | Status icon: Prefer symbolic icons when available
| * Status icon: Prefer symbolic icons when availableClement Lefebvre2018-10-021-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.
* | Merge pull request #661 from kakurasan/nls_config_hJon Lund Steffensen2018-10-138-0/+31
|\ \ | |/ |/| Fix "Some translated strings are still in English" issue
| * Fix "Some translated strings are still in English" issueMasanori Kakura2018-08-298-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.
* Merge pull request #641 from jonls/delete-de-moJon Lund Steffensen2018-08-121-0/+0
|\ | | | | Fix #609: Delete de.mo file
| * Fix #609: Delete de.mo fileJon Lund Steffensen2018-08-121-0/+0
| |
* | Merge pull request #648 from jonls/issue-templatesJon Lund Steffensen2018-08-122-0/+46
|\ \ | | | | | | Add issue templates
| * | Add issue templatesJon Lund Steffensen2018-08-122-0/+46
| |/
* | Merge pull request #649 from jonls/update-dot-filesJon Lund Steffensen2018-08-122-30/+98
|\ \ | | | | | | Update dot files
| * | Add .editorconfigJon Lund Steffensen2018-08-121-0/+13
| | |
| * | Update gitignoreJon Lund Steffensen2018-08-121-30/+85
| |/
* | Merge pull request #634 from benvdh/masterJon Lund Steffensen2018-08-121-1/+3
|\ \ | |/ |/| Update rpm spec file to version 1.12
| * Update rpm spec file to version 1.12Ben2018-07-081-1/+3
| |
* | Merge pull request #644 from kakurasan/travis_automake_macJon Lund Steffensen2018-08-121-0/+7
|\ \ | |/ |/| Travis: Fix automake on macOS
| * Travis: Fix automake on macOSMasanori Kakura2018-08-121-0/+7
|/ | | | Temporary workaround for distuninstallcheck error.
* Merge pull request #610 from kakurasan/xdg-spec-dataJon Lund Steffensen2018-07-053-3/+5
|\ | | | | README, man, apparmor: Update configuration file path
| * README, man, apparmor: Update configuration file pathMasanori Kakura2018-05-073-3/+5
| | | | | | | | Because of commit 9ff0501.
* | Merge branch 'release-1.12'Jon Lund Steffensen2018-05-2040-2391/+5931
|\ \
| * | Update NEWSJon Lund Steffensen2018-05-201-0/+28
| | |
| * | Bump version to 1.12Jon Lund Steffensen2018-05-201-1/+1
| | |
| * | Import translations from launchpadJon Lund Steffensen2018-05-2038-2390/+5902
|/ /
* / Fix issue where quartz did not mark as unavailableJon Lund Steffensen2018-05-201-1/+16
|/
* Merge pull request #608 from kakurasan/xdg-specJon Lund Steffensen2018-05-061-5/+29
|\ | | | | Fix #606
| * config-ini: Properly respect XDG_CONFIG_HOME base directory specificationMasanori Kakura2018-05-041-5/+29
|/ | | | If redshift.conf is not found, fall back to formerly used path.
* Merge pull request #600 from kakurasan/travis_python3_macJon Lund Steffensen2018-04-261-1/+1
|\ | | | | Travis: Run "brew upgrade python" to install Python 3 on macOS
| * Travis: Run "brew upgrade python" to install Python 3 on macOSMasanori Kakura2018-03-231-1/+1
|/ | | | | | | | | As of March 2018, Travis CI fails on macOS: Error: python 2.7.14 is already installed To upgrade to 3.6.4_4, run `brew upgrade python` This commit fixes the issue.
* Merge pull request #550 from mwstobo/enable-disable-hooksJon Lund Steffensen2017-12-121-0/+1
|\ | | | | Fix #335: Set period to none when disabled