summaryrefslogtreecommitdiffstats
path: root/src/blueshift_vidmode.pyx (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-04-05remove crtc parameter from C and Cython functions for VidModeMattias Andrée1-19/+14
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-05portabilityMattias Andrée1-18/+14
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-05documentMattias Andrée1-0/+26
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-05documentMattias Andrée1-0/+31
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-04fix double free error and sigfault error in multi-display supportMattias Andrée1-6/+6
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-04multi-display support can apply once, then it segfaultsMattias Andrée1-3/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-03add multi-display supportMattias Andrée1-5/+9
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-03-14reduce allocations in vidmodeMattias Andrée1-33/+39
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-03-12derpMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-03-10licenses partially under AGPL3 and partially under GPL3Mattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-02-23fix errors in getting current curves + add getting curent curves to tests + fix multimonitor mistakes in examplesMattias Andrée1-2/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-02-23cython side of reading curvesMattias Andrée1-0/+24
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-02-21add vidmode supportMattias Andrée1-9/+9
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-02-17whitespaceMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-02-17docMattias Andrée1-0/+34
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-02-17fix some minor errorsMattias Andrée1-3/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-02-16use randrMattias Andrée1-0/+0
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-02-16c bindingMattias Andrée1-8/+25
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-02-16beginning c bindingMattias Andrée1-0/+23
Signed-off-by: Mattias Andrée <maandree@operamail.com>