aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove apparmor configHEADmasterMattias Andrée47 hours2-46/+0
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* go through todo listMattias Andrée6 days2-10/+4
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* one dir per subprojectMattias Andrée6 days31-2/+2
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* todo list housekeepingMattias Andrée7 days1-5/+2
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* organise todo listMattias Andrée7 days1-6/+4
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Add support for /etc/geolocation and guessing by timezoneMattias Andrée8 days10-7/+240
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Remove pointless inclusion guardMattias Andrée8 days1-7/+0
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Add support for specifying hook fileMattias Andrée9 days8-41/+230
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* CleanupMattias Andrée9 days3-41/+0
| | | | | | systemd services are removed as they are fundamentally flawed Signed-off-by: Mattias Andrée <m@maandree.se>
* Change w32gdi to wingdi to reflect what the method is called for the userMattias Andrée10 days4-12/+12
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* mMattias Andrée10 days1-1/+1
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Update LICENSE to reflect that some ISC code is presentMattias Andrée10 days2-1/+21
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* config.c: clean up print_help()Mattias Andrée10 days4-76/+74
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* update todo listMattias Andrée10 days1-16/+2
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Fix Swedish translationMattias Andrée10 days2-5/+4
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Fix Swedish translationMattias Andrée10 days1-89/+110
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Unlist redshift/issues/887: user is using waylandMattias Andrée10 days1-1/+0
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* organise todo listMattias Andrée10 days1-1/+1
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Unlist redshift/issues/863: expected behaviourMattias Andrée10 days1-1/+0
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Unlist redshift/issues/183: solvedMattias Andrée10 days1-1/+0
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Fix double free bugMattias Andrée10 days1-2/+1
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Add ; as option delimiterMattias Andrée10 days6-19/+90
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Clean upMattias Andrée10 days14-75/+68
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Add ability to select multiple screensMattias Andrée10 days4-48/+97
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Add ability to select screen in crtc optionMattias Andrée10 days4-30/+119
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Add support for output selection by EDIDMattias Andrée10 days5-8/+243
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Restore support for preserve-gamma, with corrected order of applicationMattias Andrée10 days4-5/+24
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* add display option + update doc about all screens being the defaultMattias Andrée10 days4-15/+104
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Clearify that N is an ordinal rather than any type of numberMattias Andrée10 days1-1/+1
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Exclude unavailable adjustment methods when listing and tryingMattias Andrée10 days10-1/+61
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* m fixMattias Andrée10 days1-3/+4
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Let translates translate "N" in adjustment method option tablesMattias Andrée10 days1-3/+4
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Do not left translators translate left column of adjustment method option tableMattias Andrée10 days36-235/+160
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Use libgamma to determine available adjustment method configuration optionsMattias Andrée10 days7-111/+98
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Update documentation reflect that the drm method now supports CRTC listMattias Andrée10 days2-8/+10
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Relay on libgamma for selecting adjustment method supportMattias Andrée10 days6-22/+7
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Rewrite gamma-drm.c to use libgammaMattias Andrée10 days37-479/+99
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Rewrite gamma-quartz.c to use libgammaMattias Andrée10 days1-157/+7
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Rewrite gamma-w32gdi to use libgammaMattias Andrée10 days1-153/+7
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Rewrite gamma-randr.c and gamma-vidmode.c to use libgammaMattias Andrée10 days44-962/+944
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Update todo listMattias Andrée10 days1-0/+1
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* organise todo listMattias Andrée11 days1-8/+4
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* update todo listMattias Andrée11 days1-13/+7
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Add -e, -E, and +EMattias Andrée11 days6-13/+144
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Fix documentationMattias Andrée11 days1-1/+1
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* organise todo listMattias Andrée11 days1-1/+1
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Unlist redshift/issues/160: rejected: use multiple instancesMattias Andrée11 days1-1/+0
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* organise todo listMattias Andrée11 days1-1/+1
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* organise todo listMattias Andrée11 days1-4/+4
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Unlist redshift/issues/868: rejectedMattias Andrée11 days1-1/+0
| | | | | | | | | Uee coopgamma and multiple instances of cg-brilliance (or any other colour calibration utility such as cg-icc, cg-gamma, or cg-limits). If not enough, run multiple instances of redshift. Signed-off-by: Mattias Andrée <m@maandree.se>