aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* I didn't knew of c->isfixed, that should fix Jukkas issue with gkrellm ;)Anselm R. Garbe2007-02-13
|
* making it more sure that transient checks will work in any caseAnselm R. Garbe2007-02-13
|
* stupid me, one needs to set c->{x,y,w,h} in configurerequest obviously ;)Anselm R. Garbe2007-02-13
|
* simplified configurerequestAnselm R. Garbe2007-02-13
|
* yet another consistency fix of dwmAnselm R. Garbe2007-02-12
|
* I don't see any reason why we should select for input on override-redirect ↵Anselm R. Garbe2007-02-12
| | | | windows?
* bugfix of bugfix (thx to Sander)Anselm R. Garbe2007-02-12
|
* fixed a bugAnselm R. Garbe2007-02-12
|
* during writing 2wm.1 I noticed some bugs in dwm.1Anselm R. Garbe2007-02-12
|
* removing all EnterNotifys after resizeAnselm R. Garbe2007-02-12
|
* added pointer warp on drop in resizeAnselm R. Garbe2007-02-12
|
* pneubeck pointed out an obvious thing, that a second p = stext + ↵Anselm R. Garbe2007-02-09
| | | | strlen(stext) - 1 is unnecessary
* treating acroread and mplayer floating by defaultAnselm R. Garbe2007-02-09
|
* adapting John Grahor's patch to dwm-3.5Anselm R. Garbe2007-02-09
|
* fixed copyright notice in MakefileAnselm R. Garbe2007-02-08
|
* fixed order of Bool declarationsAnselm R. Garbe2007-02-08
|
* added TOPBAR option for making the bar appear what the user likesAnselm R. Garbe2007-02-08
|
* next version is 3.5Anselm R. Garbe2007-02-08
|
* making the bar appear at bottomAnselm R. Garbe2007-02-08
|
* Added tag 3.4 for changeset 9ede7b2d2450Anselm R. Garbe2007-02-07
|
* removed debug flagsAnselm R. Garbe2007-02-07
|
* replaced getproto with a saner function, now old-school artifacts of WM ↵Anselm R. Garbe2007-02-07
| | | | times in the early 90s completely disappeared, no punned pointer warning anymore ;)
* yet another fixAnselm R. Garbe2007-02-06
|
* simplificationAnselm R. Garbe2007-02-06
|
* implemented aspect ratio support of windowsAnselm R. Garbe2007-02-06
|
* made some changes more concistentAnselm R. Garbe2007-02-05
|
* got rid of LD (inspired by JGs patch to wmii)Anselm R. Garbe2007-02-05
|
* applied apm's patch proposal, getting rid of XDrawLinesAnselm R. Garbe2007-02-05
|
* Added tag 3.3 for changeset 0f91934037b0Anselm R. Garbe2007-02-01
|
* applied Sander's drop_bh patchAnselm R. Garbe2007-01-31
|
* handling WM_STATE seems to make DnD in gtk/qt apps working, well let's ↵Anselm R. Garbe2007-01-28
| | | | handle this in dwm as well
* regarding to http://plan9.bell-labs.com/sources/contrib/rsc/man.ps the BUGS ↵Anselm R. Garbe2007-01-26
| | | | section should appear after SEE ALSO section.
* renamed CAVEATS into BUGSAnselm R. Garbe2007-01-26
|
* Added tag 3.2.2 for changeset d3876aa79292Anselm R. Garbe2007-01-25
|
* prepared yet another hotfix releaseAnselm R. Garbe2007-01-25
|
* Added tag 3.2.1 for changeset f2cabc83a18fAnselm R. Garbe2007-01-24
|
* hotfix release 3.2.1Anselm R. Garbe2007-01-24
|
* applied offscreen appearance hotfixAnselm R. Garbe2007-01-24
|
* Added tag 3.2 for changeset 4ce65f61f01bAnselm R. Garbe2007-01-24
|
* renamed activescreen into selscreenAnselm R. Garbe2007-01-23
|
* implemented Sanders remarksAnselm R. Garbe2007-01-23
|
* small changesAnselm R. Garbe2007-01-23
|
* removed a blank lineAnselm R. Garbe2007-01-23
|
* this version should also work with cornercases (like unmanage during !issel, ↵Anselm R. Garbe2007-01-23
| | | | etc.)
* I think this is the best solution of multihead supportAnselm R. Garbe2007-01-23
|
* darker borderAnselm R. Garbe2007-01-22
|
* this variant is known to work, but focus() is ugly - we need in general a ↵Anselm R. Garbe2007-01-22
| | | | 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).
* applied Sanders all5.patch (thanks for your weekend session, Sander!)Anselm R. Garbe2007-01-22
|
* leavenotify also don't needs the checkAnselm R. Garbe2007-01-19
|
* deciding for focus(NULL);Anselm R. Garbe2007-01-19
|