Commits


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


no exe should be unquoted, agreed to Peter Hartlich


fixed unquoted dmenu_run $exe-use reported by Jukka


though sticking to |uniq


re-applied Peter Hartlich's and Jukkas dmenu-related patches, for odd reasons they disappeared


Added tag 3.6 for changeset 0bc2751d06e8


fix typo


using limits.h


bugfix of the -0 case in dmenu (thanks to Sander for his hint)


applied Jukkas hotfix