summaryrefslogtreecommitdiffstats
path: root/src/monitor.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* change quartz functions to utilize that quarts expects floats rather than uint16_tMattias Andrée2014-04-161-3/+1
* add python code for quartzMattias Andrée2014-04-161-2/+63
* Python side of W32 GDI support, W32 GDI works on GNU/Linux under XMattias Andrée2014-04-151-11/+72
* demo EDID parsingMattias Andrée2014-04-141-1/+1
* document EDIDMattias Andrée2014-04-141-3/+26
* whitespaceMattias Andrée2014-04-131-1/+0
* mMattias Andrée2014-04-131-1/+1
* add a little edid parsing, can get physical dimensions and gammaMattias Andrée2014-04-131-0/+27
* support more than 64 monitors with randrMattias Andrée2014-04-051-1/+1
* remove crtc parameter from C and Cython functions for VidModeMattias Andrée2014-04-051-7/+4
* multi-display support can apply once, then it segfaultsMattias Andrée2014-04-041-4/+4
* typoMattias Andrée2014-04-041-1/+1
* add display to print_curves for compatibilityMattias Andrée2014-04-041-1/+2
* add multi-display support when listing moditors and getting icc profileMattias Andrée2014-04-031-8/+14
* add multi-display supportMattias Andrée2014-04-031-43/+50
* documentMattias Andrée2014-03-301-10/+88
* documentMattias Andrée2014-03-301-2/+25
* documentMattias Andrée2014-03-301-10/+60
* document and reduce codeMattias Andrée2014-03-301-70/+64
* raise more exceptionsMattias Andrée2014-03-301-5/+7
* m doc + do not exit on randr_get or vidmode_get failure, but throw exceptionMattias Andrée2014-03-301-8/+16
* document and code reductionMattias Andrée2014-03-291-6/+22
* docMattias Andrée2014-03-271-0/+3
* move translate_to_integers and ramps_to_function to aux.pyMattias Andrée2014-03-191-37/+1
* reduce allocations in vidmodeMattias Andrée2014-03-141-2/+2
* fix and demo drm supportMattias Andrée2014-03-131-17/+20
* add function for applying curves with drmMattias Andrée2014-03-131-0/+15
* add drm_getMattias Andrée2014-03-131-22/+39
* m + add list_screens_drm, rename list_screens to list_screens_randr and make list_screens run eiher list_screens_randr or list_screens_drmMattias Andrée2014-03-131-1/+60
* add drm connection managerMattias Andrée2014-03-131-0/+97
* derpMattias Andrée2014-03-121-1/+1
* raise exception if blueshift_idcrtc failsMattias Andrée2014-03-101-0/+4
* licenses partially under AGPL3 and partially under GPL3Mattias Andrée2014-03-101-2/+2
* add EDID supportMattias Andrée2014-03-101-3/+32
* buf cause by typo + add example: crtc-searchingMattias Andrée2014-02-251-2/+2
* m bug + add example with output listingMattias Andrée2014-02-251-2/+2
* m + info: add section: hardware detectionMattias Andrée2014-02-241-0/+1
* improve print_curves with compact parameters + fix lower_resolutionMattias Andrée2014-02-241-6/+22
* m docMattias Andrée2014-02-241-4/+4
* list screens outputs and crtcs1.6Mattias Andrée2014-02-241-14/+200
* prototype list_monitorsMattias Andrée2014-02-241-0/+38
* fix errors in getting current curves + add getting curent curves to tests + fix multimonitor mistakes in examplesMattias Andrée2014-02-231-4/+10
* python side of reading curvesMattias Andrée2014-02-231-6/+60
* add vidmode supportMattias Andrée2014-02-211-1/+34
* add support for selecting screenMattias Andrée2014-02-211-9/+15
* do not load blueshift_randr before usedMattias Andrée2014-02-201-1/+2
* m doc + applying adjustmentsMattias Andrée2014-02-201-1/+2
* fix minor bufs + add reset functionMattias Andrée2014-02-171-1/+1
* docMattias Andrée2014-02-171-0/+3
* fix some minor errorsMattias Andrée2014-02-171-2/+5