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


Branches

Tags

Tree

CHANGEScommits | blame
COPYINGcommits | blame
Makefilecommits | blame
READMEcommits | blame
version.mkcommits | blame
xitems.1commits | blame
xitems.ccommits | blame

README

xitems is a menu utility for X, it can be controled with keyboard and with
mouse. A list of items, along with an optional list of keys for quick selection
is read on stdin. The chosen item is printed on stdout.

To install, run `make', followed by `make install' (possibly as root):

	$ make
	# make install