summaryrefslogtreecommitdiffstats
path: root/src/monitor.py (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-05support more than 64 monitors with randrMattias Andrée1-1/+1
2014-04-05remove crtc parameter from C and Cython functions for VidModeMattias Andrée1-7/+4
2014-04-04multi-display support can apply once, then it segfaultsMattias Andrée1-4/+4
2014-04-04typoMattias Andrée1-1/+1
2014-04-04add display to print_curves for compatibilityMattias Andrée1-1/+2
2014-04-03add multi-display support when listing moditors and getting icc profileMattias Andrée1-8/+14
2014-04-03add multi-display supportMattias Andrée1-43/+50
2014-03-30documentMattias Andrée1-10/+88
2014-03-30documentMattias Andrée1-2/+25
2014-03-30documentMattias Andrée1-10/+60
2014-03-30document and reduce codeMattias Andrée1-70/+64
2014-03-30raise more exceptionsMattias Andrée1-5/+7
2014-03-30m doc + do not exit on randr_get or vidmode_get failure, but throw exceptionMattias Andrée1-8/+16
2014-03-29document and code reductionMattias Andrée1-6/+22
2014-03-27docMattias Andrée1-0/+3
2014-03-19move translate_to_integers and ramps_to_function to aux.pyMattias Andrée1-37/+1
2014-03-14reduce allocations in vidmodeMattias Andrée1-2/+2
2014-03-13fix and demo drm supportMattias Andrée1-17/+20
2014-03-13add function for applying curves with drmMattias Andrée1-0/+15
2014-03-13add drm_getMattias Andrée1-22/+39
2014-03-13m + 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ée1-1/+60
2014-03-13add drm connection managerMattias Andrée1-0/+97
2014-03-12derpMattias Andrée1-1/+1
2014-03-10raise exception if blueshift_idcrtc failsMattias Andrée1-0/+4
2014-03-10licenses partially under AGPL3 and partially under GPL3Mattias Andrée1-2/+2
2014-03-10add EDID supportMattias Andrée1-3/+32
2014-02-25buf cause by typo + add example: crtc-searchingMattias Andrée1-2/+2
2014-02-25m bug + add example with output listingMattias Andrée1-2/+2
2014-02-24m + info: add section: hardware detectionMattias Andrée1-0/+1
2014-02-24improve print_curves with compact parameters + fix lower_resolutionMattias Andrée1-6/+22
2014-02-24m docMattias Andrée1-4/+4
2014-02-24list screens outputs and crtcs1.6Mattias Andrée1-14/+200
2014-02-24prototype list_monitorsMattias Andrée1-0/+38
2014-02-23fix errors in getting current curves + add getting curent curves to tests + fix multimonitor mistakes in examplesMattias Andrée1-4/+10
2014-02-23python side of reading curvesMattias Andrée1-6/+60
2014-02-21add vidmode supportMattias Andrée1-1/+34
2014-02-21add support for selecting screenMattias Andrée1-9/+15
2014-02-20do not load blueshift_randr before usedMattias Andrée1-1/+2
2014-02-20m doc + applying adjustmentsMattias Andrée1-1/+2
2014-02-17fix minor bufs + add reset functionMattias Andrée1-1/+1
2014-02-17docMattias Andrée1-0/+3
2014-02-17fix some minor errorsMattias Andrée1-2/+5
2014-02-16working with some exceptionsMattias Andrée1-0/+3
2014-02-16use randrMattias Andrée1-0/+23
2014-02-14add monitor control without native bindingMattias Andrée1-0/+55