summaryrefslogtreecommitdiffstats
path: root/src/blueshift_vidmode.pyx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove crtc parameter from C and Cython functions for VidModeMattias Andrée2014-04-051-19/+14
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* portabilityMattias Andrée2014-04-051-18/+14
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* documentMattias Andrée2014-04-051-0/+26
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* documentMattias Andrée2014-04-051-0/+31
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix double free error and sigfault error in multi-display supportMattias Andrée2014-04-041-6/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* multi-display support can apply once, then it segfaultsMattias Andrée2014-04-041-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add multi-display supportMattias Andrée2014-04-031-5/+9
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* reduce allocations in vidmodeMattias Andrée2014-03-141-33/+39
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* derpMattias Andrée2014-03-121-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* licenses partially under AGPL3 and partially under GPL3Mattias Andrée2014-03-101-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix errors in getting current curves + add getting curent curves to tests + fix multimonitor mistakes in examplesMattias Andrée2014-02-231-2/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* cython side of reading curvesMattias Andrée2014-02-231-0/+24
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add vidmode supportMattias Andrée2014-02-211-0/+74
Signed-off-by: Mattias Andrée <maandree@operamail.com>