Commit Briefs

745b4ddd7b Alexander Arkhipov

update README (main, origin/main, tags/0.3)


66266a6829 Alexander Arkhipov

bump version to 0.3


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.


840c16f685 Alexander Arkhipov

pledge after XOpenDisplay


703f0cd0ff Alexander Arkhipov

redraw on xexpose & bump version to 0.2.1 (tags/0.2.1)


df2d0a797f Alexander Arkhipov

bump version to 0.2 (tags/0.2)


2d5f9ee6f7 Alexander Arkhipov

cleanup on exit


77968eb56b Alexander Arkhipov

switch to Xft rendering


b64495df1a Alexander Arkhipov

improve colour handling


912fd0ccff Alexander Arkhipov

initial documentation and build system (tags/0.1)


f1adc4ca44 Alexander Arkhipov

implement the border colour option


f0265770ee Alexander Arkhipov

try not to place the window outside of the screen bounds


843ffc7908 Alexander Arkhipov

implement keysym-item association


00b627fd46 Alexander Arkhipov

fix comments


6cdc5a3db2 Alexander Arkhipov

add mouse support


15aae8ae5a Alexander Arkhipov

cleanup


7c7bbaee46 Alexander Arkhipov

initial implementation of user options


3dac010d3e Alexander Arkhipov

fix segfault when exiting with no item selected


044328a9d6 Alexander Arkhipov

ensure the menu isn't managed by the WM


cb28fcb80e Alexander Arkhipov

initial version of xitems


96566edeb7 Alexander Arkhipov

initial import