summaryrefslogtreecommitdiff
path: root/src/display.c
AgeCommit message (Collapse)Author
2020-02-20Remove command line and attribute stuff from UIThomas White
It will come back, in some form, later...
2020-02-18Add basic Guile stuffThomas White
2019-07-17Redraw the main window periodically anywayThomas White
2019-07-16Initial crossfade stuffThomas White
2019-07-16Put all attribute values in a structThomas White
2019-07-03Change F-key attributesThomas White
2019-07-02Attribute bar at bottom of screenThomas White
2019-07-02Rename "struct nanolight" to "struct lightctx"Thomas White
2019-06-30Tweak mouse sensitivityThomas White
2019-06-30Gobo selection and rotationThomas White
2019-06-28Fix direction of tilt movement on screenThomas White
2019-06-28Add more attributes, and add separate properties for RGB vs CMY colourThomas White
2019-06-27New way of doing attributesThomas White
The program now has its own view of what it wants ("this position", "this gobo" etc), and the fixture class contains instructions on how to turn that view into DMX values.
2019-06-17Prevent auto-repeat on playback keysThomas White
2019-06-17Move UI stuff to a separate fileThomas White