| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Allow setting the time of the dawn and dusk transition periods
directly in the configuration file. If these are specified, the
location provider is not needed and is therefore not initialized.
Based on patch by Martin Nicolay <edelschimmel1@gmx.de>.
|
| |\ \ \ \ \
| |/ / / /
|/| | | | |
Add AppArmor profile
|
| |/ / / / |
|
| |\ \ \ \
| | | | |
| | | | | |
Travis CI: Run brew update on macOS to fix build failure
|
| |/ / / / |
|
| |\ \ \ \
| | | | |
| | | | | |
Fix #523: Retry SetDeviceGammaRamp before giving up
|
| |/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
We have to retry SetDeviceGammaRamp a few times before giving up
because some buggy drivers fail on the first invocation just to
succeed on the second.
|
| |\ \ \ \
| | | | |
| | | | | |
Preserve gamma ramps by default
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| |/ / / / |
|
| |\ \ \ \
| | | | |
| | | | | |
Fix #509: Set screen 0 in sample config
|
| |/ / / / |
|
| |\ \ \ \
| | | | |
| | | | | |
redshift: Improve fade implementation
|
| |/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Simplify implementation of fades in continual mode. A fade is now
applied anytime the change in color temperature, brightness or
gamma is greater than a preset threshold. This means that a fade
is applied if the location provider suddenly updates to a new
location or if the currently time suddenly jumps e.g. after waking
up the computer from sleep. An easing function is applied to the
fade to make it more pleasant.
|
| |\ \ \ \
| | | | |
| | | | | |
Use the term "fade" instead of "transition" for the short (~5s) fade between color temperatures
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Use the term "fade" instead of "transition" for the short (~5s)
fade between color temperatures. The term "transition" is now only
used for the transition phase between daytime and night.
The setting "transition" in the configuration file is now deprecated
and "fade" should be used instead.
|
| |\ \ \ \ \
| |/ / / /
|/| | | | |
GeoClue: better error message when access is denied
|
| | | | | | |
|
| | | | | | |
|
| |/ / / /
| | | |
| | | |
| | | | |
Use existing connection object when creating proxies.
|
| |\ \ \ \
| | | | |
| | | | | |
Continuous location updates
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add pipeutils.c with utility functions for working with pipes as
signals across threads. Using pipes for signals makes it easy for
the main thread to wait on (multiple) file descriptors with or
without a timeout.
|
| |/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Change location provider implementations so it is possible for
location providers to dynamically update the location. This
commit adds the interfaces and infrastructure in redshift.c
but none of the location provides are changed to become dynamic.
|
| |\ \ \ \
| | | | |
| | | | | |
Enable Travis CI on macOS
|
| |/ / / / |
|
| |\ \ \ \
| | | | |
| | | | | |
Remove deprecated GeoClue 1 location provider
|
| |/ / / / |
|
| |\ \ \ \
| | | | |
| | | | | |
Rename HACKING.md to CONTRIBUTING.md
|
| |/ / / / |
|
| |\ \ \ \
| | | | |
| | | | | |
Fix #492: Correctly import xdg modules
|
| |/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Although not named like modules, the BaseDirectory and
DesktopEntry are really submodules of xdg that need to be imported
for them to be available.
|
| |\ \ \ \
| | | | |
| | | | | |
Add icon for Windows build
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This fixes an issue where the configure script would prefer the tools
in c:\msys64\usr\bin instead of the MinGW tools. This specifially
failed when searching for windres while cross-compiling for i686
because the tool found in c:\msys64\usr\bin would generate 64-bit
object files.
|
| |\ \ \ \ \
| |/ / / /
|/| | | | |
Updates to redshift-gtk
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Avoids warnings generated when a GtkDialog is used without a
parent window. Also adds fixes for #220 using a solution provided
by agnivade.
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| |/ / / / |
|
| |\ \ \ \
| | | | |
| | | | | |
Appveyor: Run distcheck and improve zip package
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Renames various text files to .txt extension to make it easier to
open these files on Windows. Also bundles the sample configuration
file.
|
| |/ / / /
| | | |
| | | |
| | | |
| | | | |
This ensures that all files required for Windows build are correctly
bundled in the source archive produced by autotools.
|