aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Unlist redshift/issues/560: duplicated of unlisted issueMattias Andrée2025-03-041-1/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* | | | | Unlist redshift/issues/825: not an issueMattias Andrée2025-03-041-1/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* | | | | Unlist redshift/issues/477: expected behaviour, will become out of date with coopgamma backendMattias Andrée2025-03-041-1/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* | | | | Unlist redshift/issues/454: reporter did not respondMattias Andrée2025-03-041-1/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* | | | | Unlist redshift/pull/832: no longer applicableMattias Andrée2025-03-041-1/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* | | | | Unlist redshift/issues/778: not an issueMattias Andrée2025-03-041-1/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* | | | | Unlist redshift/issues/865: request for Android portMattias Andrée2025-03-041-1/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* | | | | Unlist redshift/issues/255: technical question, not an issueMattias Andrée2025-03-041-1/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* | | | | Unlist redshift/issues/800 and add launchpad bug listMattias Andrée2025-03-041-1/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* | | | | Unlist redshift/issues/564: unrelated to redshiftMattias Andrée2025-03-041-1/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* | | | | Unlist redshift/issues/71 and redshift/issues/123Mattias Andrée2025-03-041-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not generally useful enough to be included. Can be accomplised using cg-tools and the upcoming coopgamma backend (or radharc).
* | | | | Cleanup, fix/update sv.po, begin use of plain make and renaming project to redshift-ngMattias Andrée2025-03-0459-2108/+377
|/ / / / | | | | | | | | | | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* | | | 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