Improved README
[xmenu] / xmenu.c
2020-05-27 phillbushSeparated getmenuitem into two functions
2020-05-26 phillbushRefactored code, changed resources and config.h
2020-05-24 phillbushRemoved the -w option (it was too buggy)
2020-05-23 phillbushCreating windowed branch for -w
2020-05-19 phillbushMenu windows are recalculated with -w
2020-05-19 phillbushMake xmenu wait for another process to ungrab
2020-05-19 phillbushReferring to the new changes in the manpage.
2020-05-19 phillbushCorrectly setting WM_CLASS.
2020-05-19 phillbushFixed order of function calls
2020-05-19 phillbushAdded xft support (smooth fonts)
2020-05-17 phillbushxmenu now can be operated by keyboard
2020-05-17 phillbushxmenu now supports x resources
2020-05-17 phillbushXmenu now has a man page.
2020-05-16 phillbushThe README file referred to dwm
2020-05-16 phillbushimproved algorithm for mapping/unmapping
2020-05-16 phillbushimproved algorithm that draw menus
2020-05-16 phillbushwidth is now calculated from the font
2020-05-16 phillbushA better triangle
2020-05-16 phillbushusing pixmaps
2020-05-16 phillbushTest
2020-05-16 phillbushAdded separators
2020-05-16 phillbushitem->y is now relative to menu, not to root
2020-05-15 phillbushInitial commit