aboutsummaryrefslogtreecommitdiffstats
path: root/src/location-manual.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-03-05Unify header files (so far most)Mattias Andrée1-27/+0
Signed-off-by: Mattias Andrée <m@maandree.se>
2017-10-13Move module structures out of headersJon Lund Steffensen1-9/+0
2017-10-13Move module struct definitions to separate filesJon Lund Steffensen1-11/+1
2017-08-17Change location providers to allow updatesJon Lund Steffensen1-3/+4
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.
2015-01-04Add location_t type with lat/lon fieldsJon Lund Steffensen1-5/+6
2014-03-23Fix #22: remove initial underscore from include guardsJon Lund Steffensen1-3/+3
2010-05-27Split init function of methods and providers into init and start.Jon Lund Steffensen1-1/+8
The set_option function can be called to set options between init and start.
2010-05-27Let gamma methods and location providers print help on option parameters.Jon Lund Steffensen1-0/+1
2010-05-25Provide fundament for more advanced location providers.Jon Lund Steffensen1-14/+12
2010-05-24Use the prefix 'gamma' for gamma adjustment source files.Jon Lund Steffensen1-4/+4
2010-05-24Pass arguments as string to adjustment methods.Jon Lund Steffensen1-1/+1
2010-05-24Move gamma method spec structs to redshift.hJon Lund Steffensen1-0/+1
2010-05-24Use gamma_method_spec_t struct to control and iterate through differentJon Lund Steffensen1-1/+1
gamma adjustment methods.
2010-05-06systemtime.c: Portably read current time on posix and windows.Jon Lund Steffensen1-7/+16
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.
2010-02-02Add gettext support in redshift.Jon Lund Steffensen1-1/+1
2009-12-23Move source and headers to src dir.Jon Lund Steffensen1-0/+0
2009-12-23Move RandR code to separate file.Jon Lund Steffensen1-6/+8
2009-11-04Add COPYING file (GPLv3).Jon Lund Steffensen1-1/+18
Add copyright and license in file headers.
2009-11-04Allow individual adjustment of each gamma channel.Jon Lund Steffensen1-1/+1