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