xmenu/.git
2020-06-29 phillbushSquashed commit of the following:
2020-06-24 phillbushAdding reference to xclickroot.
2020-06-20 phillbushMerge pull request #2 from emanuele6/patch-1
2020-06-16 Emanuele TorreBuild: remove slashes after DESTDIR from commands in...
2020-06-12 phillbushConfiguring height directly by setting the height.
2020-06-05 phillbushTypo
2020-06-01 phillbushUpdating config.mk, manual and README
2020-06-01 phillbushUpdating README
2020-06-01 phillbushReadding the -w option
2020-05-31 phillbushAdding some icons samples
2020-05-31 phillbushMerging icons branch on master branch.
2020-05-30 phillbushRenaming routine and spliting it into subroutines
2020-05-30 phillbushRemoving patches, using branches approach
2020-05-30 phillbushUpdating README to mention patches
2020-05-30 phillbushAdding icons patch
2020-05-30 phillbushtypo
2020-05-30 phillbushcomment
2020-05-30 phillbushMaking geom local to main().
2020-05-30 phillbushMentioning dmenu.gif in the README §Files section
2020-05-30 phillbushFixing segfault in case of empty input
2020-05-30 phillbushSimplifying parsing and data structure building
2020-05-30 phillbushSaving users memory.
2020-05-30 phillbushAdding the demo gif to the repository.
2020-05-30 phillbushUpdated manpage, removed unused variables, etc.
2020-05-28 phillbushFixing calculation of menu position.
2020-05-27 phillbushUpdating install commands in Makefile
2020-05-27 phillbushremoved a goto
2020-05-27 phillbushReordering stuff, removing unused variables
2020-05-27 phillbushGetting rid of some global variables
2020-05-27 phillbushImproved README
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 phillbushtrapping sighup in xmenu.sh
2020-05-19 phillbushMake xmenu wait for another process to ungrab
2020-05-19 phillbushSimplifying the example script.
2020-05-19 phillbushReferring to the new changes in the manpage.
2020-05-19 phillbushCorrectly setting WM_CLASS.
2020-05-19 phillbushThe script now supposes that xmenu is installed
2020-05-19 phillbushsimple tweak on xmenu.sh
2020-05-19 phillbushFixed order of function calls
2020-05-19 phillbushFixed makefile
2020-05-19 phillbushFixed man page installation.
2020-05-19 phillbushAdded xft support (smooth fonts)
2020-05-17 phillbushxmenu now can be operated by keyboard
2020-05-17 phillbush`make install` now install the manpage
2020-05-17 phillbushxmenu now supports x resources
2020-05-17 phillbushconfig.h
2020-05-17 phillbushXmenu now has a man page.
2020-05-16 phillbushThe README file referred to dwm
2020-05-16 phillbushbetter-looking color scheme
2020-05-16 phillbushimproved algorithm for mapping/unmapping
2020-05-16 phillbushimproved algorithm that draw menus
2020-05-16 phillbushNOW IN PUBLIC DOMAIN!
2020-05-16 phillbushwidth is now calculated from the font
2020-05-16 phillbushA better triangle
2020-05-16 phillbushusing pixmaps
2020-05-16 phillbushxmenu now works on tile window managers
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