aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-13Move module struct definitions to separate filesJon Lund Steffensen19-305/+237
2017-10-13add help message to redshift-gtkSamuel Walladge1-0/+5
2017-10-12quartz: Fix incorrect use of display identifierJon Lund Steffensen1-3/+4
2017-10-12Fix bug where error code was not handledJon Lund Steffensen1-1/+1
2017-10-12Fix missing checks and verbose outputJon Lund Steffensen1-12/+17
2017-10-11Time-based configurationJon Lund Steffensen1-78/+274
2017-09-27Fix #523: Retry SetDeviceGammaRamp before giving updev73556081-5/+15
2017-08-31w32gdi: Enable preserve by defaultJon Lund Steffensen1-1/+1
2017-08-31vidmode: Enable preserve by defaultJon Lund Steffensen1-1/+1
2017-08-31randr: Enable preserve by defaultJon Lund Steffensen1-1/+1
2017-08-31quartz: Enable preserve by defaultJon Lund Steffensen1-1/+1
2017-08-30redshift: Improve fade implementationJon Lund Steffensen1-117/+164
2017-08-30Change term transition to fadeJon Lund Steffensen1-20/+19
2017-08-19geoclue2: Show explanation of access denied errorJon Lund Steffensen1-0/+22
2017-08-19geoclue2: Use existing connection objectJon Lund Steffensen1-6/+6
2017-08-17geoclue2: Update continuouslyJon Lund Steffensen3-99/+208
2017-08-17corelocation: Update continuouslyJon Lund Steffensen3-61/+172
2017-08-17pipeutils: Add utils for pipe signalsJon Lund Steffensen3-0/+127
2017-08-17Change location providers to allow updatesJon Lund Steffensen8-180/+380
2017-08-16Remove deprecated geoclue 1 location providerJon Lund Steffensen4-301/+7
2017-08-07Fix #492: Correctly import xdg modulesJon Lund Steffensen1-9/+11
2017-07-30statusicon: Use GtkWindow to avoid warningsJon Lund Steffensen1-12/+20
2017-07-30statusicon: Only add autostart control when supportedJon Lund Steffensen1-10/+11
2017-07-30controller: Emit signal when stoppedJon Lund Steffensen2-2/+9
2017-07-30utils: Make xdg module optionalJon Lund Steffensen1-7/+25
2017-07-30Move RedshiftController to controller.pyJon Lund Steffensen3-251/+296
2017-07-30Add Windows resourcesJon Lund Steffensen4-2/+34
2017-07-29Limit lines to 80 charsFaheel Ahmad1-4/+4
2017-07-27Fix #474: Format help text paragraph to 80 chars maxFaheel Ahmad1-4/+3
2017-01-08XRandR: Allow multiple but not all CRTCs to be redshiftedLennart Sauerbeck2-9/+59
2017-01-08redshift.c: Use 6500K and 4500K by defaultJon Lund Steffensen1-2/+2
2016-12-19Add coopgamma backendMattias Andrée19-81/+697
2016-10-19Fix Windows build after e0a617fcada616a8112f7d9df51ac10bd58130afArne Janbu2-2/+7
2016-10-15add display of color temperature and period in the tooltip status iconAndreev Alexander1-0/+8
2016-10-15drm: Avoid using alloca()Jon Lund Steffensen1-2/+3
2016-01-02 redshift-gtk: Make sure that child process is closed after signalsJon Lund Steffensen1-27/+30
2015-12-28Move signal processing functions and sigaction calls to signals from redshift.cMattias Andrée4-72/+152
2015-11-15Fallback if AppIndicator3 req. version unavailableJavier Cantero1-1/+1
2015-11-14Also specify required AppIndicator3 versionJavier Cantero1-0/+1
2015-11-03Specify required Gtk versionChristian Stadelmann1-0/+3
2015-08-04Remove trailing whitespacesMichael Vetter5-8/+8
2015-05-07remove unnecessary null-checks, it is safe to pass NULL to free (per documentation)Mattias Andrée3-6/+5
2015-05-05Improve error messages that are printed when the user's home directory cannot be determineMattias Andrée1-2/+4
2015-05-05Support (but warn) that the user does not have an passwd entry or a home set in the passwd entry. Also, getpwent can fail: handle that.Mattias Andrée1-4/+16
2015-05-02Fix CLAMP macro overwritten by glib headersJordan Klassen1-7/+3
2015-02-22Fix #174: Use nanosleep() instead of usleep()Jon Lund Steffensen1-1/+5
2015-01-15Fix #162: Ensure that interpolation alpha is in [0;1]Jon Lund Steffensen1-3/+5
2015-01-10fixes jonls/redshift#157 introduced by jonls/redshift@f9c2a1568c308ec69970662a8f5ceb8726e8d8ccChristian Burger1-2/+2
2015-01-04redshift: Add print_location() functionJon Lund Steffensen1-17/+22
2015-01-04w32gdi: Add preserve option to windows GDI methodJon Lund Steffensen2-7/+30