| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
Hooks are executable scripts in ~/.config/redshift/hooks/ that
are run when a certain event happens. The first parameter to the
script indicates the event and further parameters may indicate
more details about the event.
The event "period-changed" is indicated when the period changes
("night", "daytime", "transition"). The second parameter is the old
period and the third is the new period. The event is signaled when
Redshift starts up with the old period set to "none".
|
|
|
|
|
| |
Similarly to the Geoclue provider, the CoreLocation provider only
requests the location on startup.
|
| |
|
|
|
|
|
|
|
| |
This simply runs a GLib main loop when the location is requested
and tries to get the location from GeoClue2. We need to run a
main loop since the location is not immediately available, instead
it becomes available through a signal.
|
|
|
|
|
| |
Add checks in configure.ac for Glib and pull in through Makefile.am when
Geoclue support is enabled.
|
|\
| |
| | |
Support for running Redshift outside X using libdrm
|
| |
| |
| |
| | |
Signed-off-by: Mattias Andrée <maandree@operamail.com>
|
|/ |
|
|
|
|
|
|
|
|
| |
This was basically a hack that happened to work because the Gnome Clock
applet could store the current location of the user, and Redshift was able
to fetch this location through GConf. Since Redshift for some time now has
supported a config file where the location can be set, there is not really
any reason to use an external, fragile solution to do the same.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
This is primarily for improved discovery. Some users report that they didn't know about redshift-gtk, but had it been available on tab completion they would have noticed. Also, I think it is in general good practice that closely related programs have the same prefix.
|
|\ |
|
|/
|
|
| |
and dbus-glib.
|
| |
|
|
|
|
| |
Fix detection of GUI dependencies in configure.ac.
|
|
|
|
|
| |
with the GNOME Clock applet. The implementation is rather simplistic as
it only reads the location once on init but that'll have to do for now.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
w32gdi.c: Implements gamma ramp method for Windows GDI API.
Use double as a cross platform time representation.
Add WinGDI as a selectable method (currently limitied to minimum 4500K).
Fix a bug where redshift would crash if RANDR failed and VidMode wasn't
compiled in.
|
|
distcheck happy :(
|