aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
2007-02-12yet another consistency fix of dwmAnselm R. Garbe-1/+1
2007-02-12I don't see any reason why we should select for input on override-redirect ↵Anselm R. Garbe-4/+1
windows?
2007-02-12bugfix of bugfix (thx to Sander)Anselm R. Garbe-1/+1
2007-02-12fixed a bugAnselm R. Garbe-1/+1
2007-02-12during writing 2wm.1 I noticed some bugs in dwm.1Anselm R. Garbe-3/+3
2007-02-12removing all EnterNotifys after resizeAnselm R. Garbe-0/+1
2007-02-12added pointer warp on drop in resizeAnselm R. Garbe-0/+2
2007-02-09pneubeck pointed out an obvious thing, that a second p = stext + ↵Anselm R. Garbe-1/+1
strlen(stext) - 1 is unnecessary
2007-02-09treating acroread and mplayer floating by defaultAnselm R. Garbe-0/+2
2007-02-09adapting John Grahor's patch to dwm-3.5Anselm R. Garbe-2/+3
2007-02-08fixed copyright notice in MakefileAnselm R. Garbe-1/+1
2007-02-08fixed order of Bool declarationsAnselm R. Garbe-1/+1
2007-02-08added TOPBAR option for making the bar appear what the user likesAnselm R. Garbe-3/+5
2007-02-08next version is 3.5Anselm R. Garbe-1/+1
2007-02-08making the bar appear at bottomAnselm R. Garbe-2/+2
2007-02-07Added tag 3.4 for changeset 9ede7b2d2450Anselm R. Garbe-0/+1
2007-02-07removed debug flagsAnselm R. Garbe-2/+2
2007-02-07replaced getproto with a saner function, now old-school artifacts of WM ↵Anselm R. Garbe-31/+20
times in the early 90s completely disappeared, no punned pointer warning anymore ;)
2007-02-06yet another fixAnselm R. Garbe-1/+1
2007-02-06simplificationAnselm R. Garbe-10/+5
2007-02-06implemented aspect ratio support of windowsAnselm R. Garbe-4/+41
2007-02-05made some changes more concistentAnselm R. Garbe-3/+3
2007-02-05got rid of LD (inspired by JGs patch to wmii)Anselm R. Garbe-4/+2
2007-02-05applied apm's patch proposal, getting rid of XDrawLinesAnselm R. Garbe-14/+4
2007-02-01Added tag 3.3 for changeset 0f91934037b0Anselm R. Garbe-0/+1
2007-01-31applied Sander's drop_bh patchAnselm R. Garbe-5/+5
2007-01-28handling WM_STATE seems to make DnD in gtk/qt apps working, well let's ↵Anselm R. Garbe-1/+11
handle this in dwm as well
2007-01-26regarding to http://plan9.bell-labs.com/sources/contrib/rsc/man.ps the BUGS ↵Anselm R. Garbe-2/+2
section should appear after SEE ALSO section.
2007-01-26renamed CAVEATS into BUGSAnselm R. Garbe-2/+2
2007-01-25Added tag 3.2.2 for changeset d3876aa79292Anselm R. Garbe-0/+1
2007-01-25prepared yet another hotfix releaseAnselm R. Garbe-5/+9
2007-01-24Added tag 3.2.1 for changeset f2cabc83a18fAnselm R. Garbe-0/+1
2007-01-24hotfix release 3.2.1Anselm R. Garbe-1/+1
2007-01-24applied offscreen appearance hotfixAnselm R. Garbe-8/+8
2007-01-24Added tag 3.2 for changeset 4ce65f61f01bAnselm R. Garbe-0/+1
2007-01-23renamed activescreen into selscreenAnselm R. Garbe-6/+6
2007-01-23implemented Sanders remarksAnselm R. Garbe-1/+2
2007-01-23small changesAnselm R. Garbe-9/+11
2007-01-23removed a blank lineAnselm R. Garbe-1/+0
2007-01-23this version should also work with cornercases (like unmanage during !issel, ↵Anselm R. Garbe-7/+7
etc.)
2007-01-23I think this is the best solution of multihead supportAnselm R. Garbe-11/+7
2007-01-22darker borderAnselm R. Garbe-1/+1
2007-01-22this variant is known to work, but focus() is ugly - we need in general a ↵Anselm R. Garbe-9/+13
better way to handle multihead, this issel-stuff looks awkward (maybe it might be a good idea to set sel to NULL but to introduce a Client *revert which is set if a screen is unfocused, have to think about it further).
2007-01-22applied Sanders all5.patch (thanks for your weekend session, Sander!)Anselm R. Garbe-71/+63
2007-01-19leavenotify also don't needs the checkAnselm R. Garbe-5/+2
2007-01-19deciding for focus(NULL);Anselm R. Garbe-2/+2
2007-01-19replaced XSetBorder.../focus()Anselm R. Garbe-1/+1
2007-01-19yet another multihead fix by Christof MusikAnselm R. Garbe-0/+2
2007-01-19I prefer BORDERPX=1Anselm R. Garbe-2/+2
2007-01-18personally I prefer 2px bordersAnselm R. Garbe-1/+1