| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Mattias Andrée <m@maandree.se>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
I think the suggestion is a bad default, and
furthermore, it may confuse new users as to
whether the software is even working.
Signed-off-by: Mattias Andrée <m@maandree.se>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Mattias Andrée <m@maandree.se>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Mattias Andrée <m@maandree.se>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Mattias Andrée <m@maandree.se>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Mattias Andrée <m@maandree.se>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Mattias Andrée <m@maandree.se>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Mattias Andrée <m@maandree.se>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Mattias Andrée <m@maandree.se>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Mattias Andrée <m@maandree.se>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Mattias Andrée <m@maandree.se>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Mattias Andrée <m@maandree.se>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Mattias Andrée <m@maandree.se>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Mattias Andrée <m@maandree.se>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Mattias Andrée <m@maandree.se>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Mattias Andrée <m@maandree.se>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Mattias Andrée <m@maandree.se>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Not generally useful enough to be included. Can be
accomplised using cg-tools and the upcoming coopgamma
backend (or radharc).
|
|/ / / /
| | | |
| | | |
| | | | |
Signed-off-by: Mattias Andrée <m@maandree.se>
|
| | | | |
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Tweak systemd service files to avoid early startup failures
|
| | | | |
| | | | |
| | | | |
| | | | | |
Fixes #742
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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).
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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).
|
|\ \ \ \ |
|
| | | | | |
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
src/redshift.c: Use localtime_s() on Windows
|
| |/ / /
| | | |
| | | |
| | | |
| | | | |
AppVeyor's GCC no longer supports localtime_r().
We need to use localtime_s() on Windows.
|
|\ \ \ \
| |/ / /
|/| | | |
Fix all CI builds
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
AppVeyor's GCC no longer supports localtime_r().
We need to use localtime_s() on Windows.
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
Fix #386: added more suspend durations as requested
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
Fixes #578: Allow hash as comment character
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
Fixes to documentation on contributing
|
|/ / /
| | |
| | |
| | | |
Fixes #579
|
|\ \ \
| | | |
| | | | |
Status icon: Prefer symbolic icons when available
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
|\ \ \ \
| |/ / /
|/| | | |
Fix "Some translated strings are still in English" issue
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
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.
|
|\ \ \
| | | |
| | | | |
Fix #609: Delete de.mo file
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Add issue templates
|
| |/ / / |
|
|\ \ \ \
| | | | |
| | | | | |
Update dot files
|