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