Commits


simplified initfont


reverted setlocale() call


removed artifact from wmii menu


fixed a problem when backporting dwm's drawtext()


abc...


removed the i = textnw... as remarked by Martin Hurton


backported drawtext() simplifications to dmenu


getting rid of setlocale(), it doesn't seem to make sense with Xmb, artifact of Xutf8 times


Added tag 3.8 for changeset 644b0798fccc


similiar change as in dwm


removed compiler warning if XINERAMA is disabled


got rid of compile time xidx, grabbing the mouse pointer instead, falling back to screen 0 if no pointer available


reverted uint/ulong introduction


minor update regarding locale support


removed emalloc, used only once so obsolete


minor fix


Added tag 3.7 for changeset 0508a3a6ee10


minor fix


reusing config.h's color values, note we have to use const char *, instead of const char [] here, because the pointer might change


using xidx


yet another cosmetic change


cosmetic fixes


s/unsigned int/uint/, s/unsigned long/ulong/


foo


added Xinerama support to dmenu, reverted -b behavior, removed -x, -y, -w