aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-08-29simplified initfont3.9Anselm R Garbe1-4/+1
2008-08-25reverted setlocale() callAnselm R Garbe1-1/+2
2008-08-23removed artifact from wmii menuAnselm R Garbe1-2/+0
2008-08-18fixed a problem when backporting dwm's drawtext()Anselm R Garbe1-1/+1
2008-08-18abc...Anselm R Garbe1-1/+1
2008-08-18removed the i = textnw... as remarked by Martin HurtonAnselm R Garbe1-1/+1
2008-08-18backported drawtext() simplifications to dmenuAnselm R Garbe2-22/+11
2008-08-18getting rid of setlocale(), it doesn't seem to make sense with Xmb, artifact ...Anselm R Garbe1-2/+1
2008-07-29Added tag 3.8 for changeset 644b0798fcccAnselm R Garbe1-0/+1
2008-07-18similiar change as in dwm3.8Anselm R Garbe1-5/+4
2008-07-17removed compiler warning if XINERAMA is disabledAnselm R Garbe1-1/+2
2008-07-16got rid of compile time xidx, grabbing the mouse pointer instead, falling bac...Anselm R Garbe2-11/+17
2008-07-16reverted uint/ulong introductionAnselm R Garbe2-22/+20
2008-06-30minor update regarding locale supportAnselm R Garbe1-1/+3
2008-06-21removed emalloc, used only once so obsoleteAnselm R Garbe1-11/+2
2008-06-19minor fixAnselm R Garbe2-3/+3
2008-06-18Added tag 3.7 for changeset 0508a3a6ee10Anselm R Garbe1-0/+1
2008-06-18minor fix3.7Anselm R Garbe1-1/+0
2008-06-14reusing config.h's color values, note we have to use const char *, instead of...Anselm R Garbe2-20/+15
2008-06-13using xidxAnselm R Garbe1-3/+3
2008-06-13yet another cosmetic changeAnselm R Garbe1-6/+10
2008-06-13cosmetic fixesAnselm R Garbe4-82/+74
2008-05-22s/unsigned int/uint/, s/unsigned long/ulong/Anselm R Garbe1-25/+27
2008-05-20fooAnselm R Garbe1-2/+1
2008-05-19added Xinerama support to dmenu, reverted -b behavior, removed -x, -y, -wanselm@anselm13-44/+43
2008-04-10no exe should be unquoted, agreed to Peter HartlichAnselm R Garbe1-1/+1
2008-04-10fixed unquoted dmenu_run $exe-use reported by JukkaAnselm R Garbe1-1/+1
2008-04-09though sticking to |uniqAnselm R Garbe1-1/+1
2008-04-09re-applied Peter Hartlich's and Jukkas dmenu-related patches, for odd reasons...Anselm R Garbe3-10/+10
2008-04-03Added tag 3.6 for changeset 0bc2751d06e8anselm@anselm11-0/+1
2008-03-25fix typo3.6Sander van Dijk1-1/+1
2008-03-25using limits.hAnselm R Garbe1-2/+3
2008-03-25bugfix of the -0 case in dmenu (thanks to Sander for his hint)Anselm R Garbe1-2/+2
2008-03-24applied Jukkas hotfixAnselm R Garbe1-1/+1
2008-03-23more cosmeticsSander van Dijk1-2/+1
2008-03-23cosmeticsSander van Dijk1-5/+3
2008-03-23made some whitespacing consistent.Sander van Dijk1-3/+3
2008-03-23removed unused variable nitem.sander@localhost1-11/+3
2008-03-22several performance tweaksanselm@anselm12-19/+44
2008-03-18fixed match() to prefer prefix-matches to strstr-matches in the match list, e...Anselm R Garbe3-30/+46
2008-03-13Added tag 3.5 for changeset 05e5bd706b3bAnselm R Garbe1-0/+1
2008-03-13applied next patch of Sander3.5Anselm R Garbe1-3/+2
2008-03-12applied Sanders patchanselm@anselm12-9/+7
2008-03-12removed ido-matching, changed behavior of -i meaning case insensitive matchin...Anselm R Garbe4-36/+37
2008-02-12removed setAnselm R Garbe1-1/+1
2008-02-11updatedanselm@aab1-1/+1
2007-12-22added dmenu runanselm@anselm13-3/+7
2007-10-25Added tag 3.4 for changeset 9ab649b3b3e5Anselm R. Garbe1-0/+1
2007-10-10adapted c99 for pedantic checks, even if those checks are somewhat broken3.4Anselm R. Garbe1-1/+1
2007-10-01implemented strcasestr for dmenu (I call it cistrstr) for portability issues ...Anselm R. Garbe1-1/+25