aboutsummaryrefslogtreecommitdiffstats
path: root/src/gamma-quartz.c (unfollow)
Commit message (Collapse)AuthorFilesLines
10 daysgo through todo listMattias Andrée2-10/+4
Signed-off-by: Mattias Andrée <m@maandree.se>
10 daysone dir per subprojectMattias Andrée31-2/+2
Signed-off-by: Mattias Andrée <m@maandree.se>
11 daystodo list housekeepingMattias Andrée1-5/+2
Signed-off-by: Mattias Andrée <m@maandree.se>
11 daysorganise todo listMattias Andrée1-6/+4
Signed-off-by: Mattias Andrée <m@maandree.se>
12 daysAdd support for /etc/geolocation and guessing by timezoneMattias Andrée10-7/+240
Signed-off-by: Mattias Andrée <m@maandree.se>
12 daysRemove pointless inclusion guardMattias Andrée1-7/+0
Signed-off-by: Mattias Andrée <m@maandree.se>
13 daysAdd support for specifying hook fileMattias Andrée8-41/+230
Signed-off-by: Mattias Andrée <m@maandree.se>
14 daysCleanupMattias Andrée3-41/+0
systemd services are removed as they are fundamentally flawed Signed-off-by: Mattias Andrée <m@maandree.se>
14 daysChange w32gdi to wingdi to reflect what the method is called for the userMattias Andrée4-12/+12
Signed-off-by: Mattias Andrée <m@maandree.se>
14 daysmMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <m@maandree.se>
14 daysUpdate LICENSE to reflect that some ISC code is presentMattias Andrée2-1/+21
Signed-off-by: Mattias Andrée <m@maandree.se>
14 daysconfig.c: clean up print_help()Mattias Andrée4-76/+74
Signed-off-by: Mattias Andrée <m@maandree.se>
14 daysupdate todo listMattias Andrée1-16/+2
Signed-off-by: Mattias Andrée <m@maandree.se>
14 daysFix Swedish translationMattias Andrée2-5/+4
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-03-23Fix Swedish translationMattias Andrée1-89/+110
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-03-23Unlist redshift/issues/887: user is using waylandMattias Andrée1-1/+0
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-03-23organise todo listMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-03-23Unlist redshift/issues/863: expected behaviourMattias Andrée1-1/+0
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-03-23Unlist redshift/issues/183: solvedMattias Andrée1-1/+0
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-03-23Fix double free bugMattias Andrée1-2/+1
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-03-23Add ; as option delimiterMattias Andrée6-19/+90
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-03-23Clean upMattias Andrée14-75/+68
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-03-23Add ability to select multiple screensMattias Andrée4-48/+97
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-03-23Add ability to select screen in crtc optionMattias Andrée4-30/+119
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-03-23Add support for output selection by EDIDMattias Andrée5-8/+243
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-03-23Restore support for preserve-gamma, with corrected order of applicationMattias Andrée4-5/+24
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-03-23add display option + update doc about all screens being the defaultMattias Andrée4-15/+104
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-03-23Clearify that N is an ordinal rather than any type of numberMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-03-23Exclude unavailable adjustment methods when listing and tryingMattias Andrée10-1/+61
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-03-23m fixMattias Andrée1-3/+4
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-03-23Let translates translate "N" in adjustment method option tablesMattias Andrée1-3/+4
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-03-23Do not left translators translate left column of adjustment method option tableMattias Andrée36-235/+160
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-03-23Use libgamma to determine available adjustment method configuration optionsMattias Andrée7-111/+98
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-03-23Update documentation reflect that the drm method now supports CRTC listMattias Andrée2-8/+10
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-03-23Relay on libgamma for selecting adjustment method supportMattias Andrée6-22/+7
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-03-23Rewrite gamma-drm.c to use libgammaMattias Andrée37-479/+99
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-03-23Rewrite gamma-quartz.c to use libgammaMattias Andrée1-157/+7
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-03-23Rewrite gamma-w32gdi to use libgammaMattias Andrée1-153/+7
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-03-23Rewrite gamma-randr.c and gamma-vidmode.c to use libgammaMattias Andrée44-962/+944
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-03-23Update todo listMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-03-23organise todo listMattias Andrée1-8/+4
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-03-23update todo listMattias Andrée1-13/+7
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-03-22Add -e, -E, and +EMattias Andrée6-13/+144
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-03-22Fix documentationMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-03-22organise todo listMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-03-22Unlist redshift/issues/160: rejected: use multiple instancesMattias Andrée1-1/+0
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-03-22organise todo listMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-03-22organise todo listMattias Andrée1-4/+4
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-03-22Unlist redshift/issues/868: rejectedMattias Andrée1-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>
2025-03-22Update todo listMattias Andrée1-3/+0
Signed-off-by: Mattias Andrée <m@maandree.se>