summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* m docMattias Andrée2014-03-191-2/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add weather supportMattias Andrée2014-03-191-0/+73
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix data types in documentationMattias Andrée2014-03-191-10/+11
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add store and restoreMattias Andrée2014-03-191-0/+18
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* split ramps_to_function into ramps_to_function and functioniseMattias Andrée2014-03-191-1/+11
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* move translate_to_integers and ramps_to_function to aux.pyMattias Andrée2014-03-193-37/+58
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* bump versionMattias Andrée2014-03-191-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* quite a bit of the text based configuration exampleMattias Andrée2014-03-181-1/+51
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* whoopsMattias Andrée2014-03-181-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* move calculation of correlated colour temperature to the new module blackbodyMattias Andrée2014-03-163-179/+203
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m docMattias Andrée2014-03-161-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* switch overloading sentinel from None to ... and improve sigmoid, manipulate, cie_manipulate and lower_resolutionMattias Andrée2014-03-161-124/+141
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* improve cie_ filters by allowing control over individual subpixelsMattias Andrée2014-03-161-34/+89
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix cie_invertMattias Andrée2014-03-161-5/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* bump versionMattias Andrée2014-03-161-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* derp1.11Mattias Andrée2014-03-161-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix sleep regression buf + improve xmonad example to listen for changesMattias Andrée2014-03-161-8/+9
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* whoopsMattias Andrée2014-03-151-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* bump versionMattias Andrée2014-03-141-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* reduce allocations in drmMattias Andrée2014-03-141-17/+63
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* do less allocations in randr + seal i very minor memory leakMattias Andrée2014-03-141-16/+20
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* reduce allocations in vidmodeMattias Andrée2014-03-143-88/+56
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix sigusr2 handlingMattias Andrée2014-03-141-78/+96
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update distMattias Andrée2014-03-141-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m bug1.9Mattias Andrée2014-03-141-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* bump versionMattias Andrée2014-03-131-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* ttymode variable + document drm supportMattias Andrée2014-03-132-2/+7
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix and demo drm supportMattias Andrée2014-03-131-17/+20
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add function for applying curves with drmMattias Andrée2014-03-132-3/+20
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add drm_getMattias Andrée2014-03-131-22/+39
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* 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-132-4/+63
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add drm connection managerMattias Andrée2014-03-131-0/+97
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + cython side of drmMattias Andrée2014-03-122-5/+313
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* connect to multiple connectors concurrentlyMattias Andrée2014-03-121-2/+12
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* drm: connection to multiple cards concurrentlyMattias Andrée2014-03-121-39/+44
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* make it possible to have many drm connectionsMattias Andrée2014-03-121-50/+81
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* derpMattias Andrée2014-03-1211-11/+11
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* beginning support for having multiple drm connections openMattias Andrée2014-03-121-76/+177
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add blueshift_drm_set_gamma_rampsMattias Andrée2014-03-121-3/+20
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* cause of set gamma failure determinedMattias Andrée2014-03-121-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* read add outputsMattias Andrée2014-03-121-68/+87
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* translate stuff to functionsMattias Andrée2014-03-121-30/+90
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* translate stuff to functionsMattias Andrée2014-03-121-45/+151
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* non-complete implementatation of setting gamma rampsMattias Andrée2014-03-121-1/+11
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* read gamma rampsMattias Andrée2014-03-121-1/+32
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* map to crtcMattias Andrée2014-03-121-1/+10
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-03-121-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* monitor dataMattias Andrée2014-03-121-0/+34
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* gamma size retrievalMattias Andrée2014-03-121-0/+19
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* crtc and connector countMattias Andrée2014-03-121-2/+95
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>