| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-03-16 | Major refactoring and some fixes | Mattias Andrée | 1 | -61/+0 | |
| Signed-off-by: Mattias Andrée <m@maandree.se> | |||||
| 2025-03-08 | Misc improvements | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <m@maandree.se> | |||||
| 2025-03-07 | Misc improvements | Mattias Andrée | 1 | -37/+31 | |
| Signed-off-by: Mattias Andrée <m@maandree.se> | |||||
| 2025-03-06 | Update redshift to redshift-ng | Mattias Andrée | 1 | -4/+4 | |
| Signed-off-by: Mattias Andrée <m@maandree.se> | |||||
| 2025-03-06 | Style | Mattias Andrée | 1 | -2/+2 | |
| Signed-off-by: Mattias Andrée <m@maandree.se> | |||||
| 2025-03-05 | cleanup + cast + use pipe2 on linux | Mattias Andrée | 1 | -13/+10 | |
| Signed-off-by: Mattias Andrée <m@maandree.se> | |||||
| 2025-03-05 | Cleanup and style update (avoid typedef) | Mattias Andrée | 1 | -16/+1 | |
| Signed-off-by: Mattias Andrée <m@maandree.se> | |||||
| 2025-03-05 | Unify header files (so far most) | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <m@maandree.se> | |||||
| 2015-02-22 | Fix #174: Use nanosleep() instead of usleep() | Jon Lund Steffensen | 1 | -1/+5 | |
| usleep() cannot sleep for more than 1000000 microseconds on certain platforms. nanosleep() does not have this limitation. | |||||
| 2014-12-28 | systemtime: Add function wrapping platform sleep function | Jon Lund Steffensen | 1 | -0/+11 | |
| Adds systemtime_msleep() which sleeps for a number of milliseconds. This wraps Sleep() on windows and usleep() on other platforms. | |||||
| 2014-12-28 | systemtime: Fix includes and check for _POSIX_TIMERS | Jon Lund Steffensen | 1 | -2/+7 | |
| Fix missing include of windows.h on windows platform. Change check for _POSIX_TIMERS to check that it is greater than 0. On OS X, the POSIX timers are not available and _POSIX_TIMERS is -1. | |||||
| 2014-12-15 | systemtime: Use gettimeofday if POSIX timers not available | Jon Lund Steffensen | 1 | -12/+25 | |
| 2010-05-06 | systemtime.c: Portably read current time on posix and windows. | Jon Lund Steffensen | 1 | -16/+29 | |
| 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-02 | Add gettext support in redshift. | Jon Lund Steffensen | 1 | -1/+1 | |
| 2010-01-07 | Add include of stdint.h in header files. | Jon Lund Steffensen | 1 | -0/+2 | |
| 2010-01-01 | Save and restore ramps with VidMode. | Jon Lund Steffensen | 1 | -0/+2 | |
| 2010-01-01 | Reuse X connection when adjusting gamma ramps. | Jon Lund Steffensen | 1 | -2/+11 | |
| Save gamma ramps when program starts and restore them on exit (only RANDR). Try both RANDR and VidMode if nothing was specified, otherwise try only the specified method. | |||||
| 2009-12-25 | Allow selection of X screen to apply adjustments to. | Jon Lund Steffensen | 1 | -1/+1 | |
| 2009-12-23 | Add setting gamma ramps with the VidMode extension. | Jon Lund Steffensen | 1 | -6/+6 | |
| Allow selection of gamma setting method with program parameter (-m). Fallback to VidMode if RANDR doesn't work. | |||||
| 2009-12-23 | Move source and headers to src dir. | Jon Lund Steffensen | 1 | -0/+0 | |
| 2009-12-23 | Move RandR code to separate file. | Jon Lund Steffensen | 1 | -6/+6 | |
| 2009-11-04 | Add COPYING file (GPLv3). | Jon Lund Steffensen | 1 | -1/+18 | |
| Add copyright and license in file headers. | |||||
| 2009-11-04 | Allow individual adjustment of each gamma channel. | Jon Lund Steffensen | 1 | -1/+1 | |
