| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
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 <maandree@kth.se>
|
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Changes each adjustment method to take a preserve parameter when
setting the temperature instead of parsing the preserve option
from the command line/configuration file. This helps resolve the
issues around #513:
- This allows the preserve option to be implemented as a
command-line switch (-P). This switch _disables_ the preservation
of existing gamma ramps. Having a command-line switch makes it
easier to use directly with manual or one-shot mode.
- The preserve options is on by default, so continual mode as well
as other modes will default to applying the color adjustment
on top of the current gamma ramps.
- Preserve is always disabled in reset mode so resetting works
as expected again.
|
| | |
|
|/ |
|
|
|
|
|
|
|
|
| |
Changes all set_temperature function in gamma adjustment methods
to take a color_setting_t pointer with the color settings.
Colorramp functions are similarly changed to take a color settings
struct.
|
|
|
|
| |
Signed-off-by: Mattias Andrée <maandree@operamail.com>
|
| |
|
| |
|
|
This method does not do anything but print the temperature to the terminal.
An external program implementing a color temperature adjustment scheme that
is not supported by redshift can use this method to determine the desired
color temperature. It is also useful for testing other parts of redshift on
systems where neither RandR nor VidMode works.
|