Commit Briefs

4c35dce712 Alexander Arkhipov

fix redrawnig when moving mouse pointer over a new item

Removed fallthroughs, excepting the simplest cases -- relying on fallthroughs seems like a bad idea.


70604d3e5e Alexander Arkhipov

use variables instead of config.mk

config.mk turned out to only make things harder, especially with packaging. From now on it should be possible to type things like `make CFALGS="-some -extra -flags"' and expect them to work.


df2d0a797f Alexander Arkhipov

bump version to 0.2 (tags/0.2)


912fd0ccff Alexander Arkhipov

initial documentation and build system (tags/0.1)