| 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 <m@maandree.se>
|
|\ |
|
| |
| |
| |
| | |
Signed-off-by: Mattias Andrée <maandree@kth.se>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
The quartz (macOS) adjustment method incorrectly used the display
index instead of the associated CGDirectDisplayID. Incidentally this
happened to work too but was incorrect.
|
|/ |
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change adds the preserve option to the quartz method which makes it
base the temperature adjustments on the existing gamma ramps when set. This
requires that the existing gamma ramps are saved at start-up which this
commit also adds.
One drawback is that the list of displays is enumerated at start-up now which
means that Redshift will likely not affect displays that are connected after
start-up. This could be fixed in the future by listening to reconfiguration
events.
|
|
|
|
|
|
|
|
|
| |
This changes colorramp_fill() to base the ramp calculations on the
existing values in the supplied tables, instead of basing it on a pure
`i/size` value computed on the fly.
All gamma adjustment methods are changed to explicitly initialize the ramps
to the `i/size` value before calls to colorramp_fill().
|
|
|
|
|
|
|
|
| |
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.
|
|
|