Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | renamed view.c into screen.c | 2007-02-19 | 4 | -69/+67 | |
| | |||||
* | renamed manage.c to view.c | 2007-02-19 | 3 | -92/+92 | |
| | |||||
* | renamed Rule members, renamed RReg into Regexps | 2007-02-19 | 1 | -17/+17 | |
| | |||||
* | merged tag.c, view.c and tile.c to manage.c | 2007-02-19 | 6 | -458/+434 | |
| | |||||
* | some more refactoring | 2007-02-19 | 3 | -47/+47 | |
| | |||||
* | added some new convenience functions | 2007-02-19 | 4 | -30/+40 | |
| | |||||
* | some more refactoring | 2007-02-19 | 2 | -5/+5 | |
| | |||||
* | introduced tile.c, some refactoring of functions | 2007-02-19 | 8 | -141/+150 | |
| | |||||
* | simplified configurerequest to a bare minimum, removed wrong ban() calls | 2007-02-19 | 2 | -16/+1 | |
| | |||||
* | fixed configurerequest according to Jukkas complains | 2007-02-19 | 1 | -8/+9 | |
| | |||||
* | fixed configurerequest according to the problem Jukka reported | 2007-02-19 | 1 | -11/+16 | |
| | |||||
* | don't resize master if not in tiled mode | 2007-02-19 | 1 | -0/+2 | |
| | |||||
* | removed useless space | 2007-02-16 | 1 | -1/+1 | |
| | |||||
* | well, resize should be called in dofloat anyways ;) | 2007-02-16 | 1 | -0/+1 | |
| | |||||
* | removed ugly ban(), extended resize() that it only resets the size if ↵ | 2007-02-16 | 5 | -93/+100 | |
| | | | | necessary, added border_width commit to manage() | ||||
* | removed getnext/getprev, redundant | 2007-02-16 | 3 | -19/+7 | |
| | |||||
* | added ban() which takes care than a banned window is not banned again... ↵ | 2007-02-14 | 5 | -7/+19 | |
| | | | | (this reduces the overall ConfigureNotify's to clients) | ||||
* | Added tag 3.5 for changeset 63ad05e7f9e1 | 2007-02-14 | 1 | -0/+1 | |
| | |||||
* | simplifying regexps in config samples | 2007-02-14 | 2 | -7/+7 | |
| | |||||
* | made for/if/else constructs more consistent, some code polishing | 2007-02-14 | 5 | -21/+18 | |
| | |||||
* | made configurerequest more tidy | 2007-02-14 | 1 | -5/+10 | |
| | |||||
* | I didn't knew of c->isfixed, that should fix Jukkas issue with gkrellm ;) | 2007-02-13 | 1 | -6/+8 | |
| | |||||
* | making it more sure that transient checks will work in any case | 2007-02-13 | 1 | -3/+4 | |
| | |||||
* | stupid me, one needs to set c->{x,y,w,h} in configurerequest obviously ;) | 2007-02-13 | 1 | -16/+20 | |
| | |||||
* | simplified configurerequest | 2007-02-13 | 2 | -47/+29 | |
| | |||||
* | yet another consistency fix of dwm | 2007-02-12 | 1 | -1/+1 | |
| | |||||
* | I don't see any reason why we should select for input on override-redirect ↵ | 2007-02-12 | 1 | -4/+1 | |
| | | | | windows? | ||||
* | bugfix of bugfix (thx to Sander) | 2007-02-12 | 1 | -1/+1 | |
| | |||||
* | fixed a bug | 2007-02-12 | 1 | -1/+1 | |
| | |||||
* | during writing 2wm.1 I noticed some bugs in dwm.1 | 2007-02-12 | 1 | -3/+3 | |
| | |||||
* | removing all EnterNotifys after resize | 2007-02-12 | 1 | -0/+1 | |
| | |||||
* | added pointer warp on drop in resize | 2007-02-12 | 1 | -0/+2 | |
| | |||||
* | pneubeck pointed out an obvious thing, that a second p = stext + ↵ | 2007-02-09 | 1 | -1/+1 | |
| | | | | strlen(stext) - 1 is unnecessary | ||||
* | treating acroread and mplayer floating by default | 2007-02-09 | 1 | -0/+2 | |
| | |||||
* | adapting John Grahor's patch to dwm-3.5 | 2007-02-09 | 1 | -2/+3 | |
| | |||||
* | fixed copyright notice in Makefile | 2007-02-08 | 1 | -1/+1 | |
| | |||||
* | fixed order of Bool declarations | 2007-02-08 | 1 | -1/+1 | |
| | |||||
* | added TOPBAR option for making the bar appear what the user likes | 2007-02-08 | 3 | -3/+5 | |
| | |||||
* | next version is 3.5 | 2007-02-08 | 1 | -1/+1 | |
| | |||||
* | making the bar appear at bottom | 2007-02-08 | 1 | -2/+2 | |
| | |||||
* | Added tag 3.4 for changeset 9ede7b2d2450 | 2007-02-07 | 1 | -0/+1 | |
| | |||||
* | removed debug flags | 2007-02-07 | 1 | -2/+2 | |
| | |||||
* | replaced getproto with a saner function, now old-school artifacts of WM ↵ | 2007-02-07 | 5 | -31/+20 | |
| | | | | times in the early 90s completely disappeared, no punned pointer warning anymore ;) | ||||
* | yet another fix | 2007-02-06 | 1 | -1/+1 | |
| | |||||
* | simplification | 2007-02-06 | 1 | -10/+5 | |
| | |||||
* | implemented aspect ratio support of windows | 2007-02-06 | 2 | -4/+41 | |
| | |||||
* | made some changes more concistent | 2007-02-05 | 2 | -3/+3 | |
| | |||||
* | got rid of LD (inspired by JGs patch to wmii) | 2007-02-05 | 2 | -4/+2 | |
| | |||||
* | applied apm's patch proposal, getting rid of XDrawLines | 2007-02-05 | 1 | -14/+4 | |
| | |||||
* | Added tag 3.3 for changeset 0f91934037b0 | 2007-02-01 | 1 | -0/+1 | |
| |