aboutsummaryrefslogtreecommitdiffstats
path: root/src/backend-direct.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* one dir per subprojectMattias Andrée10 days1-941/+0
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Fix double free bugMattias Andrée14 days1-2/+1
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Clean upMattias Andrée14 days1-9/+9
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Add ability to select multiple screensMattias Andrée14 days1-21/+42
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Add ability to select screen in crtc optionMattias Andrée14 days1-13/+73
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Add support for output selection by EDIDMattias Andrée14 days1-6/+150
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Restore support for preserve-gamma, with corrected order of applicationMattias Andrée14 days1-1/+4
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* add display option + update doc about all screens being the defaultMattias Andrée14 days1-7/+70
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Clearify that N is an ordinal rather than any type of numberMattias Andrée14 days1-1/+1
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* m fixMattias Andrée14 days1-3/+4
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Let translates translate "N" in adjustment method option tablesMattias Andrée14 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ée14 days1-14/+9
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Use libgamma to determine available adjustment method configuration optionsMattias Andrée14 days1-0/+46
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Rewrite gamma-randr.c and gamma-vidmode.c to use libgammaMattias Andrée14 days1-0/+608
Signed-off-by: Mattias Andrée <m@maandree.se>