aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Do not left translators translate left column of adjustment method option tableMattias Andrée13 days36-235/+160
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Use libgamma to determine available adjustment method configuration optionsMattias Andrée13 days7-111/+98
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Update documentation reflect that the drm method now supports CRTC listMattias Andrée13 days2-8/+10
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Relay on libgamma for selecting adjustment method supportMattias Andrée13 days6-22/+7
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Rewrite gamma-drm.c to use libgammaMattias Andrée13 days37-479/+99
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Rewrite gamma-quartz.c to use libgammaMattias Andrée13 days1-157/+7
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Rewrite gamma-w32gdi to use libgammaMattias Andrée13 days1-153/+7
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Rewrite gamma-randr.c and gamma-vidmode.c to use libgammaMattias Andrée13 days44-962/+944
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Update todo listMattias Andrée14 days1-0/+1
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* organise todo listMattias Andrée14 days1-8/+4
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* update todo listMattias Andrée14 days1-13/+7
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Add -e, -E, and +EMattias Andrée2025-03-226-13/+144
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Fix documentationMattias Andrée2025-03-221-1/+1
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* organise todo listMattias Andrée2025-03-221-1/+1
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Unlist redshift/issues/160: rejected: use multiple instancesMattias Andrée2025-03-221-1/+0
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* organise todo listMattias Andrée2025-03-221-1/+1
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* organise todo listMattias Andrée2025-03-221-4/+4
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Unlist redshift/issues/868: rejectedMattias Andrée2025-03-221-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>
* Update todo listMattias Andrée2025-03-221-3/+0
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Unlist redshift/issues/785: use coopgammaMattias Andrée2025-03-221-1/+0
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* organise todo listMattias Andrée2025-03-221-1/+1
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Unlist redshift/issues/767: rejected: use multiple instancesMattias Andrée2025-03-221-1/+0
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Unlist jonls/redshift/issues/758: no response from reporterMattias Andrée2025-03-221-1/+0
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* todo-list updateMattias Andrée2025-03-221-8/+4
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Unlist redshift/issues/248: user errorMattias Andrée2025-03-221-1/+0
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Unlist redshift/issues/733: rejected (let us not complicate things)Mattias Andrée2025-03-221-1/+0
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Unlist redshift/issues/698Mattias Andrée2025-03-221-1/+0
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Unlist: redshift/issues/604: signals works just fineMattias Andrée2025-03-221-1/+0
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Misc stuffMattias Andrée2025-03-2214-369/+1931
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Unlist redshift/issues/807: expected behaviourMattias Andrée2025-03-221-1/+0
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* minor fixes + add option to start in disabled modeMattias Andrée2025-03-225-39/+132
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Unlist redshift/issues/721Mattias Andrée2025-03-221-1/+0
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* whitespace fixMattias Andrée2025-03-211-2/+2
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* misc stuffMattias Andrée2025-03-2111-75/+423
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Remove dependency on libsimple since it's not portableMattias Andrée2025-03-219-13/+611
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* mMattias Andrée2025-03-213-1/+6
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* RefactorMattias Andrée2025-03-2123-418/+645
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* RefactorMattias Andrée2025-03-1618-584/+799
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Major refactoring and some fixesMattias Andrée2025-03-1661-2428/+2782
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Unlist redshift/issues/846: rejected on technical groundsMattias Andrée2025-03-091-1/+0
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* whitespace fixMattias Andrée2025-03-081-1/+1
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* styleMattias Andrée2025-03-0813-90/+81
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* .lat{ => itude}, .lon{ => gitude}Mattias Andrée2025-03-084-19/+19
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* minor misc improvementsMattias Andrée2025-03-0838-168/+206
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Fix warningsMattias Andrée2025-03-084-7/+22
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Remove near empty translation setsMattias Andrée2025-03-083-1580/+0
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Remove empty translation setsMattias Andrée2025-03-083-1580/+0
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* miscMattias Andrée2025-03-0848-552/+597
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Unlist redshift/issues/291: rejected: will not break backwards compatibilityMattias Andrée2025-03-081-1/+0
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Use eprintf rather than deferring exitMattias Andrée2025-03-081-51/+25
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>