Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Update my e-mail address | Mattias Andrée | 2025-03-05 | 4 | -4/+4 | |
* | | | | | config.mk: make pkg-config replacable and list all pkg-config covered libraries in on macro | Mattias Andrée | 2025-03-05 | 1 | -2/+8 | |
* | | | | | Merge branch 'typo' | Mattias Andrée | 2025-03-04 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | src/redshift.c: Fix typo in error message | nicoo | 2020-12-11 | 1 | -1/+1 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | add definitions needed to enable operation | Mattias Andrée | 2025-03-04 | 1 | -1/+2 | |
* | | | | | Cleanup, fix/update sv.po, begin use of plain make and renaming project to redshift-ng | Mattias Andrée | 2025-03-04 | 4 | -108/+66 | |
|/ / / / | ||||||
* | / / | src/redshift.c: Use localtime_s() on Windows | Masanori Kakura | 2020-06-13 | 1 | -0/+5 | |
| |/ / |/| | | ||||||
* | | | Fix #386: added more suspend durations as requested | hubvu | 2019-03-03 | 1 | -1/+3 | |
* | | | Fixes #578: Allow hash as comment character | Jon Lund Steffensen | 2018-10-20 | 1 | -2/+2 | |
* | | | Merge pull request #673 from clefebvre/symbolic-status-icons | Jon Lund Steffensen | 2018-10-20 | 1 | -10/+21 | |
|\ \ \ | ||||||
| * | | | Status icon: Prefer symbolic icons when available | Clement Lefebvre | 2018-10-02 | 1 | -10/+21 | |
* | | | | Fix "Some translated strings are still in English" issue | Masanori Kakura | 2018-08-29 | 8 | -0/+31 | |
|/ / / | ||||||
* | | | Fix issue where quartz did not mark as unavailable | Jon Lund Steffensen | 2018-05-20 | 1 | -1/+16 | |
* | | | config-ini: Properly respect XDG_CONFIG_HOME base directory specification | Masanori Kakura | 2018-05-04 | 1 | -5/+29 | |
* | | | Fix #335: Set period to none when disabled | Matt Stobo | 2017-10-30 | 1 | -0/+1 | |
* | | | options: Split parse functions | Jon Lund Steffensen | 2017-10-19 | 1 | -276/+277 | |
* | | | Change preserve option to command line switch | Jon Lund Steffensen | 2017-10-13 | 10 | -66/+67 | |
* | | | 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 | 5 | -715/+869 | |
* | | | Move module structures out of headers | Jon Lund Steffensen | 2017-10-13 | 17 | -161/+109 | |
* | | | Allocate module data in init functions | Jon Lund Steffensen | 2017-10-13 | 11 | -121/+138 | |
* | | | Move module struct definitions to separate files | Jon Lund Steffensen | 2017-10-13 | 19 | -305/+237 | |
* | | | add help message to redshift-gtk | Samuel Walladge | 2017-10-13 | 1 | -0/+5 | |
* | | | quartz: Fix incorrect use of display identifier | Jon Lund Steffensen | 2017-10-12 | 1 | -3/+4 | |
* | | | 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 | |
* | | | Fix #523: Retry SetDeviceGammaRamp before giving up | dev7355608 | 2017-09-27 | 1 | -5/+15 | |
* | | | w32gdi: Enable preserve by default | Jon Lund Steffensen | 2017-08-31 | 1 | -1/+1 | |
* | | | vidmode: Enable preserve by default | Jon Lund Steffensen | 2017-08-31 | 1 | -1/+1 | |
* | | | randr: Enable preserve by default | Jon Lund Steffensen | 2017-08-31 | 1 | -1/+1 | |
* | | | quartz: Enable preserve by default | Jon Lund Steffensen | 2017-08-31 | 1 | -1/+1 | |
* | | | redshift: Improve fade implementation | Jon Lund Steffensen | 2017-08-30 | 1 | -117/+164 | |
* | | | Merge pull request #507 from jonls/fade-term | Jon Lund Steffensen | 2017-08-30 | 1 | -20/+19 | |
|\ \ \ | ||||||
| * | | | Change term transition to fade | Jon Lund Steffensen | 2017-08-30 | 1 | -20/+19 | |
* | | | | geoclue2: Show explanation of access denied error | Jon Lund Steffensen | 2017-08-19 | 1 | -0/+22 | |
* | | | | geoclue2: Use existing connection object | Jon Lund Steffensen | 2017-08-19 | 1 | -6/+6 | |
|/ / / | ||||||
* | | | geoclue2: Update continuously | Jon Lund Steffensen | 2017-08-17 | 3 | -100/+209 | |
* | | | corelocation: Update continuously | Jon Lund Steffensen | 2017-08-17 | 3 | -61/+172 | |
* | | | pipeutils: Add utils for pipe signals | Jon Lund Steffensen | 2017-08-17 | 3 | -0/+127 | |
* | | | Change location providers to allow updates | Jon Lund Steffensen | 2017-08-17 | 8 | -182/+382 | |
* | | | Remove deprecated geoclue 1 location provider | Jon Lund Steffensen | 2017-08-16 | 4 | -301/+7 | |
* | | | Fix #492: Correctly import xdg modules | Jon Lund Steffensen | 2017-08-07 | 1 | -9/+11 | |
* | | | Merge pull request #490 from jonls/windows-resources | Jon Lund Steffensen | 2017-08-01 | 4 | -2/+34 | |
|\ \ \ | ||||||
| * | | | Add Windows resources | Jon Lund Steffensen | 2017-07-30 | 4 | -2/+34 | |
* | | | | statusicon: Use GtkWindow to avoid warnings | Jon Lund Steffensen | 2017-07-30 | 1 | -12/+20 | |
* | | | | statusicon: Only add autostart control when supported | Jon Lund Steffensen | 2017-07-30 | 1 | -10/+11 | |
* | | | | controller: Emit signal when stopped | Jon Lund Steffensen | 2017-07-30 | 2 | -2/+9 | |
* | | | | utils: Make xdg module optional | Jon Lund Steffensen | 2017-07-30 | 1 | -7/+25 | |
* | | | | Move RedshiftController to controller.py | Jon Lund Steffensen | 2017-07-30 | 3 | -251/+296 | |
|/ / / |