Commits


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


more cosmetics


cosmetics


made some whitespacing consistent.


removed unused variable nitem.


several performance tweaks


fixed match() to prefer prefix-matches to strstr-matches in the match list, extended the -y handling, next version is 3.6


Added tag 3.5 for changeset 05e5bd706b3b


applied next patch of Sander