Commits


update README


bump version to 0.3


fix redrawnig when moving mouse pointer over a new item Removed fallthroughs, excepting the simplest cases -- relying on fallthroughs seems like a bad idea.


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.


pledge after XOpenDisplay


redraw on xexpose & bump version to 0.2.1


bump version to 0.2


cleanup on exit


switch to Xft rendering


improve colour handling


initial documentation and build system


implement the border colour option


try not to place the window outside of the screen bounds


implement keysym-item association


fix comments


add mouse support


cleanup


initial implementation of user options


fix segfault when exiting with no item selected


ensure the menu isn't managed by the WM


initial version of xitems


initial import