aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix double free bugMattias Andrée14 days1-2/+1
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Add ; as option delimiterMattias Andrée14 days3-10/+10
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Clean upMattias Andrée2025-03-2313-74/+68
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Add ability to select multiple screensMattias Andrée2025-03-231-21/+42
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Add ability to select screen in crtc optionMattias Andrée2025-03-231-13/+73
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Add support for output selection by EDIDMattias Andrée2025-03-232-6/+160
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Restore support for preserve-gamma, with corrected order of applicationMattias Andrée2025-03-234-5/+24
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* add display option + update doc about all screens being the defaultMattias Andrée2025-03-232-7/+80
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Clearify that N is an ordinal rather than any type of numberMattias Andrée2025-03-231-1/+1
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Exclude unavailable adjustment methods when listing and tryingMattias Andrée2025-03-2310-1/+61
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* m fixMattias Andrée2025-03-231-3/+4
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Let translates translate "N" in adjustment method option tablesMattias Andrée2025-03-231-3/+4
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Do not left translators translate left column of adjustment method option tableMattias Andrée2025-03-231-14/+9
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Use libgamma to determine available adjustment method configuration optionsMattias Andrée2025-03-237-111/+98
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Relay on libgamma for selecting adjustment method supportMattias Andrée2025-03-236-22/+7
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Rewrite gamma-drm.c to use libgammaMattias Andrée2025-03-232-247/+10
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Rewrite gamma-quartz.c to use libgammaMattias Andrée2025-03-231-157/+7
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Rewrite gamma-w32gdi to use libgammaMattias Andrée2025-03-231-153/+7
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Rewrite gamma-randr.c and gamma-vidmode.c to use libgammaMattias Andrée2025-03-238-531/+716
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Add -e, -E, and +EMattias Andrée2025-03-223-10/+81
| | | | 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>
* Misc stuffMattias Andrée2025-03-2210-70/+434
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* minor fixes + add option to start in disabled modeMattias Andrée2025-03-222-24/+101
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* misc stuffMattias Andrée2025-03-218-47/+196
| | | | 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-2121-416/+619
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* RefactorMattias Andrée2025-03-1617-583/+799
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Major refactoring and some fixesMattias Andrée2025-03-1625-1634/+2234
| | | | 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-083-119/+157
| | | | 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>
* miscMattias Andrée2025-03-089-96/+141
| | | | 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>
* Misc improvementsMattias Andrée2025-03-086-108/+121
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Update LIST_RAMPS_STOP_VALUE_TYPES macro to reflect eariler changes in colorramp.cMattias Andrée2025-03-073-15/+15
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Use libred to calculate the solar elevationMattias Andrée2025-03-076-248/+13
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Remove unused codeMattias Andrée2025-03-072-134/+0
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* misc minor improvementsMattias Andrée2025-03-072-31/+33
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Misc improvementsMattias Andrée2025-03-0721-749/+791
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* styleMattias Andrée2025-03-063-187/+105
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Update redshift to redshift-ngMattias Andrée2025-03-0621-84/+84
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* style and some minor fixesMattias Andrée2025-03-0618-664/+489
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* StyleMattias Andrée2025-03-0618-892/+556
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Fix warningMattias Andrée2025-03-051-0/+1
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Fix warningsMattias Andrée2025-03-0512-22/+79
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Mention after fork that SIGCHLD is ignoredMattias Andrée2025-03-051-0/+1
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Style and warningsMattias Andrée2025-03-0510-216/+286
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>