summaryrefslogtreecommitdiffstats
path: root/src/backlight.py (unfollow)
Commit message (Expand)AuthorFilesLines
2014-03-19add weather supportMattias Andrée4-3/+79
2014-03-19doc _ICC_PROFILEMattias Andrée2-1/+7
2014-03-19demo make_icc_interpolationMattias Andrée2-12/+9
2014-03-19add sigmoid to exampleMattias Andrée2-1/+13
2014-03-19docMattias Andrée4-25/+30
2014-03-19update todoMattias Andrée1-0/+1
2014-03-19update manualMattias Andrée2-4/+52
2014-03-19update todoMattias Andrée1-0/+2
2014-03-19fix data types in documentationMattias Andrée1-10/+11
2014-03-19update todoMattias Andrée1-0/+1
2014-03-19add store and restoreMattias Andrée2-2/+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ée4-38/+60
2014-03-19add modes exampleMattias Andrée3-2/+64
2014-03-19bump versionMattias Andrée1-1/+1
2014-03-19update distMattias Andrée1-2/+2
2014-03-19install textconf example1.12Mattias Andrée1-1/+1
2014-03-19mMattias Andrée1-1/+2
2014-03-19document textconf.confMattias Andrée1-39/+180
2014-03-19editoMattias Andrée4-4/+4
2014-03-19typoMattias Andrée4-4/+4
2014-03-19allow comments on lines with meaning and fix spawn command parse so that brackets can be usedMattias Andrée1-7/+40
2014-03-19fix time/solar elevation to dayness mappingMattias Andrée1-1/+1
2014-03-19fix errorsMattias Andrée1-18/+22
2014-03-18update readmeMattias Andrée1-7/+8
2014-03-18update todoMattias Andrée1-0/+5
2014-03-18Add todo: Make it possible to have settings depend on sky condicitionsMattias Andrée1-1/+3
2014-03-18update todoMattias Andrée1-0/+2
2014-03-18finish textconf (two a few todos left), not testedMattias Andrée2-8/+97
2014-03-18update todoMattias Andrée1-0/+1
2014-03-18todosMattias Andrée1-0/+2
2014-03-18add missed returnMattias Andrée1-1/+1
2014-03-18quite a bit of the text based configuration exampleMattias Andrée5-2/+502
2014-03-18whoopsMattias Andrée1-1/+1
2014-03-17typoMattias Andrée1-1/+1
2014-03-17update todoMattias Andrée1-0/+1
2014-03-17m + implement _brightness, _contrast, _gamma and _pgammaMattias Andrée1-29/+163
2014-03-17add todo for _sigmoidMattias Andrée1-0/+1
2014-03-17m + _clipMattias Andrée1-1/+14
2014-03-17...Mattias Andrée1-1/+4
2014-03-17implement _standardise, _manipulate, _linearise and _sigmoidMattias Andrée1-10/+38
2014-03-17update makefile to install darkroom exampleMattias Andrée1-1/+1
2014-03-17fix installation of licensesMattias Andrée1-1/+2
2014-03-17update todoMattias Andrée1-0/+2
2014-03-16I wanted Big Ben as a better reference for a correct latitude–longitude-pair (everyone knows Big Ben), but I could not figure out how to use (if ...Mattias Andrée5-9/+21
2014-03-16move calculation of correlated colour temperature to the new module blackbodyMattias Andrée4-180/+204
2014-03-16m docMattias Andrée1-1/+1
2014-03-16copyoMattias Andrée1-1/+1
2014-03-16update info manual according to the previous commitMattias Andrée1-23/+40
2014-03-16switch overloading sentinel from None to ... and improve sigmoid, manipulate, cie_manipulate and lower_resolutionMattias Andrée2-125/+144