Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2007-02-12 | bugfix of bugfix (thx to Sander) | Anselm R. Garbe | -1/+1 | |
2007-02-12 | fixed a bug | Anselm R. Garbe | -1/+1 | |
2007-02-12 | during writing 2wm.1 I noticed some bugs in dwm.1 | Anselm R. Garbe | -3/+3 | |
2007-02-12 | removing all EnterNotifys after resize | Anselm R. Garbe | -0/+1 | |
2007-02-12 | added pointer warp on drop in resize | Anselm R. Garbe | -0/+2 | |
2007-02-09 | pneubeck pointed out an obvious thing, that a second p = stext + ↵ | Anselm R. Garbe | -1/+1 | |
strlen(stext) - 1 is unnecessary | ||||
2007-02-09 | treating acroread and mplayer floating by default | Anselm R. Garbe | -0/+2 | |
2007-02-09 | adapting John Grahor's patch to dwm-3.5 | Anselm R. Garbe | -2/+3 | |
2007-02-08 | fixed copyright notice in Makefile | Anselm R. Garbe | -1/+1 | |
2007-02-08 | fixed order of Bool declarations | Anselm R. Garbe | -1/+1 | |
2007-02-08 | added TOPBAR option for making the bar appear what the user likes | Anselm R. Garbe | -3/+5 | |
2007-02-08 | next version is 3.5 | Anselm R. Garbe | -1/+1 | |
2007-02-08 | making the bar appear at bottom | Anselm R. Garbe | -2/+2 | |
2007-02-07 | Added tag 3.4 for changeset 9ede7b2d2450 | Anselm R. Garbe | -0/+1 | |
2007-02-07 | removed debug flags | Anselm R. Garbe | -2/+2 | |
2007-02-07 | replaced 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-06 | yet another fix | Anselm R. Garbe | -1/+1 | |
2007-02-06 | simplification | Anselm R. Garbe | -10/+5 | |
2007-02-06 | implemented aspect ratio support of windows | Anselm R. Garbe | -4/+41 | |
2007-02-05 | made some changes more concistent | Anselm R. Garbe | -3/+3 | |
2007-02-05 | got rid of LD (inspired by JGs patch to wmii) | Anselm R. Garbe | -4/+2 | |
2007-02-05 | applied apm's patch proposal, getting rid of XDrawLines | Anselm R. Garbe | -14/+4 | |
2007-02-01 | Added tag 3.3 for changeset 0f91934037b0 | Anselm R. Garbe | -0/+1 | |
2007-01-31 | applied Sander's drop_bh patch | Anselm R. Garbe | -5/+5 | |
2007-01-28 | handling 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-26 | regarding 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-26 | renamed CAVEATS into BUGS | Anselm R. Garbe | -2/+2 | |
2007-01-25 | Added tag 3.2.2 for changeset d3876aa79292 | Anselm R. Garbe | -0/+1 | |
2007-01-25 | prepared yet another hotfix release | Anselm R. Garbe | -5/+9 | |
2007-01-24 | Added tag 3.2.1 for changeset f2cabc83a18f | Anselm R. Garbe | -0/+1 | |
2007-01-24 | hotfix release 3.2.1 | Anselm R. Garbe | -1/+1 | |
2007-01-24 | applied offscreen appearance hotfix | Anselm R. Garbe | -8/+8 | |
2007-01-24 | Added tag 3.2 for changeset 4ce65f61f01b | Anselm R. Garbe | -0/+1 | |
2007-01-23 | renamed activescreen into selscreen | Anselm R. Garbe | -6/+6 | |
2007-01-23 | implemented Sanders remarks | Anselm R. Garbe | -1/+2 | |
2007-01-23 | small changes | Anselm R. Garbe | -9/+11 | |
2007-01-23 | removed a blank line | Anselm R. Garbe | -1/+0 | |
2007-01-23 | this version should also work with cornercases (like unmanage during !issel, ↵ | Anselm R. Garbe | -7/+7 | |
etc.) | ||||
2007-01-23 | I think this is the best solution of multihead support | Anselm R. Garbe | -11/+7 | |
2007-01-22 | darker border | Anselm R. Garbe | -1/+1 | |
2007-01-22 | this 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-22 | applied Sanders all5.patch (thanks for your weekend session, Sander!) | Anselm R. Garbe | -71/+63 | |
2007-01-19 | leavenotify also don't needs the check | Anselm R. Garbe | -5/+2 | |
2007-01-19 | deciding for focus(NULL); | Anselm R. Garbe | -2/+2 | |
2007-01-19 | replaced XSetBorder.../focus() | Anselm R. Garbe | -1/+1 | |
2007-01-19 | yet another multihead fix by Christof Musik | Anselm R. Garbe | -0/+2 | |
2007-01-19 | I prefer BORDERPX=1 | Anselm R. Garbe | -2/+2 | |
2007-01-18 | personally I prefer 2px borders | Anselm R. Garbe | -1/+1 | |
2007-01-18 | applied a modified version of Christof Musik's multihead patch (though this ↵ | Anselm R. Garbe | -1/+4 | |
is not sure if it works in all cases, have to wait for an ACK by Christof) | ||||
2007-01-17 | moved BORDERPX to config.*.h | Anselm R. Garbe | -3/+4 | |