Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | one dir per subproject | Mattias Andrée | 8 days | 1 | -543/+0 |
* | Add support for specifying hook file | Mattias Andrée | 11 days | 1 | -0/+1 |
* | Add -e, -E, and +E | Mattias Andrée | 12 days | 1 | -0/+1 |
* | Misc stuff | Mattias Andrée | 13 days | 1 | -4/+60 |
* | misc stuff | Mattias Andrée | 13 days | 1 | -10/+26 |
* | Remove dependency on libsimple since it's not portable | Mattias Andrée | 14 days | 1 | -0/+3 |
* | m | Mattias Andrée | 14 days | 1 | -0/+5 |
* | Refactor | Mattias Andrée | 14 days | 1 | -223/+203 |
* | Refactor | Mattias Andrée | 2025-03-16 | 1 | -142/+64 |
* | Major refactoring and some fixes | Mattias Andrée | 2025-03-16 | 1 | -519/+138 |
* | style | Mattias Andrée | 2025-03-08 | 1 | -35/+35 |
* | .lat{ => itude}, .lon{ => gitude} | Mattias Andrée | 2025-03-08 | 1 | -8/+8 |
* | minor misc improvements | Mattias Andrée | 2025-03-08 | 1 | -22/+10 |
* | misc | Mattias Andrée | 2025-03-08 | 1 | -58/+31 |
* | Misc improvements | Mattias Andrée | 2025-03-08 | 1 | -57/+55 |
* | Use libred to calculate the solar elevation | Mattias Andrée | 2025-03-07 | 1 | -3/+6 |
* | misc minor improvements | Mattias Andrée | 2025-03-07 | 1 | -31/+10 |
* | Misc improvements | Mattias Andrée | 2025-03-07 | 1 | -164/+88 |
* | style | Mattias Andrée | 2025-03-06 | 1 | -160/+84 |
* | Update redshift to redshift-ng | Mattias Andrée | 2025-03-06 | 1 | -4/+4 |
* | style and some minor fixes | Mattias Andrée | 2025-03-06 | 1 | -4/+4 |
* | Style | Mattias Andrée | 2025-03-06 | 1 | -288/+147 |
* | Fix warnings | Mattias Andrée | 2025-03-05 | 1 | -7/+19 |
* | Style and warnings | Mattias Andrée | 2025-03-05 | 1 | -71/+90 |
* | Just use double, no mixing in float | Mattias Andrée | 2025-03-05 | 1 | -13/+10 |
* | Consistently use (locally defined) WINDOWS macro over mixing __WIN32__ and _WIN32 | Mattias Andrée | 2025-03-05 | 1 | -3/+3 |
* | Merge config-ini.h and options.h into common.h | Mattias Andrée | 2025-03-05 | 1 | -2/+0 |
* | Cleanup and style update (avoid typedef) | Mattias Andrée | 2025-03-05 | 1 | -88/+60 |
* | Unify header files (so far most) | Mattias Andrée | 2025-03-05 | 1 | -41/+1 |
* | Merge branch 'coopgamma' of https://github.com/maandree/redshift | Mattias Andrée | 2025-03-05 | 1 | -6/+12 |
|\ | |||||
| * | Add coopgamma backend | Mattias Andrée | 2016-12-19 | 1 | -16/+27 |
* | | src/redshift.c: Fix typo in error message | nicoo | 2020-12-11 | 1 | -1/+1 |
* | | src/redshift.c: Use localtime_s() on Windows | Masanori Kakura | 2020-06-13 | 1 | -0/+5 |
* | | Fix #335: Set period to none when disabled | Matt Stobo | 2017-10-30 | 1 | -0/+1 |
* | | Change preserve option to command line switch | Jon Lund Steffensen | 2017-10-13 | 1 | -6/+9 |
* | | Add function for resetting color_setting_t | Jon Lund Steffensen | 2017-10-13 | 1 | -11/+20 |
* | | Move options handling to separate file | Jon Lund Steffensen | 2017-10-13 | 1 | -715/+103 |
* | | Allocate module data in init functions | Jon Lund Steffensen | 2017-10-13 | 1 | -68/+38 |
* | | Move module struct definitions to separate files | Jon Lund Steffensen | 2017-10-13 | 1 | -131/+46 |
* | | Fix bug where error code was not handled | Jon Lund Steffensen | 2017-10-12 | 1 | -1/+1 |
* | | Fix missing checks and verbose output | Jon Lund Steffensen | 2017-10-12 | 1 | -12/+17 |
* | | Time-based configuration | Jon Lund Steffensen | 2017-10-11 | 1 | -78/+274 |
* | | redshift: Improve fade implementation | Jon Lund Steffensen | 2017-08-30 | 1 | -117/+164 |
* | | Change term transition to fade | Jon Lund Steffensen | 2017-08-30 | 1 | -20/+19 |
* | | geoclue2: Update continuously | Jon Lund Steffensen | 2017-08-17 | 1 | -0/+3 |
* | | corelocation: Update continuously | Jon Lund Steffensen | 2017-08-17 | 1 | -0/+3 |
* | | Change location providers to allow updates | Jon Lund Steffensen | 2017-08-17 | 1 | -65/+233 |
* | | Remove deprecated geoclue 1 location provider | Jon Lund Steffensen | 2017-08-16 | 1 | -21/+0 |
* | | Limit lines to 80 chars | Faheel Ahmad | 2017-07-29 | 1 | -4/+4 |
* | | Fix #474: Format help text paragraph to 80 chars max | Faheel Ahmad | 2017-07-27 | 1 | -4/+3 |