Age | Commit message (Expand) | Author | Lines |
2007-02-21 | moved focus{next,prev} and nexttiled from client.c to layout.c (because those... | Anselm R. Garbe | -50/+50 |
2007-02-21 | cleaned up and commented the config.*.h | Anselm R. Garbe | -31/+35 |
2007-02-21 | Added tag 3.6 for changeset 75b1b25fe0d7e29400baf30568153f668324928b | Anselm R. Garbe | -0/+1 |
2007-02-21 | fixed quoting and a comment | Anselm R. Garbe | -2/+2 |
2007-02-20 | renamed setfont to initfont, getcolor to initcolor | Anselm R. Garbe | -29/+29 |
2007-02-20 | fixed order | Anselm R. Garbe | -11/+11 |
2007-02-20 | added draw.c again (except getcolor and setfont which are helpers in main.c) | Anselm R. Garbe | -133/+144 |
2007-02-20 | separating drawsquare from drawtext, made drawtext extern | Anselm R. Garbe | -49/+65 |
2007-02-20 | rechecked with OpenBSD | Anselm R. Garbe | -0/+1 |
2007-02-20 | split screen.c into layout.c and tag.c (because the view is an implicit mixtu... | Anselm R. Garbe | -152/+160 |
2007-02-19 | using eprint instead of fputs | Anselm R. Garbe | -6/+3 |
2007-02-19 | replaced togglelayout with setlayout | Anselm R. Garbe | -21/+29 |
2007-02-19 | changed some odering in config*.h | Anselm R. Garbe | -20/+20 |
2007-02-19 | renamed Client->versatile and Rule->versatile into Client->isversatile resp. ... | Anselm R. Garbe | -16/+16 |
2007-02-19 | renames swim[ming] into versatile | Anselm R. Garbe | -64/+64 |
2007-02-19 | renamed floating into swimming (this does not clash with C naming conventions... | Anselm R. Garbe | -96/+96 |
2007-02-19 | removed debug compile flags | Anselm R. Garbe | -2/+2 |
2007-02-19 | introduced Layout struct | Anselm R. Garbe | -82/+115 |
2007-02-19 | some more code polishing | Anselm R. Garbe | -1/+2 |
2007-02-19 | forgot an extern declaration | Anselm R. Garbe | -1/+2 |
2007-02-19 | bugfix of transient handling | Anselm R. Garbe | -8/+8 |
2007-02-19 | removed procevent, more refactoring | Anselm R. Garbe | -14/+6 |
2007-02-19 | draw.c is useless (belongs to main.c now) | Anselm R. Garbe | -195/+178 |
2007-02-19 | renamed view.c into screen.c | Anselm R. Garbe | -69/+67 |
2007-02-19 | renamed manage.c to view.c | Anselm R. Garbe | -92/+92 |
2007-02-19 | renamed Rule members, renamed RReg into Regexps | Anselm R. Garbe | -17/+17 |
2007-02-19 | merged tag.c, view.c and tile.c to manage.c | Anselm R. Garbe | -458/+434 |
2007-02-19 | some more refactoring | Anselm R. Garbe | -47/+47 |
2007-02-19 | added some new convenience functions | Anselm R. Garbe | -30/+40 |
2007-02-19 | some more refactoring | Anselm R. Garbe | -5/+5 |
2007-02-19 | introduced tile.c, some refactoring of functions | Anselm R. Garbe | -141/+150 |
2007-02-19 | simplified configurerequest to a bare minimum, removed wrong ban() calls | Anselm R. Garbe | -16/+1 |
2007-02-19 | fixed configurerequest according to Jukkas complains | Anselm R. Garbe | -8/+9 |
2007-02-19 | fixed configurerequest according to the problem Jukka reported | Anselm R. Garbe | -11/+16 |
2007-02-19 | don't resize master if not in tiled mode | Anselm R. Garbe | -0/+2 |
2007-02-16 | removed useless space | Anselm R. Garbe | -1/+1 |
2007-02-16 | well, resize should be called in dofloat anyways ;) | Anselm R. Garbe | -0/+1 |
2007-02-16 | removed ugly ban(), extended resize() that it only resets the size if necessa... | Anselm R. Garbe | -93/+100 |
2007-02-16 | removed getnext/getprev, redundant | Anselm R. Garbe | -19/+7 |
2007-02-14 | added ban() which takes care than a banned window is not banned again... (thi... | Anselm R. Garbe | -7/+19 |
2007-02-14 | Added tag 3.5 for changeset 63ad05e7f9e1 | Anselm R. Garbe | -0/+1 |
2007-02-14 | simplifying regexps in config samples | Anselm R. Garbe | -7/+7 |
2007-02-14 | made for/if/else constructs more consistent, some code polishing | Anselm R. Garbe | -21/+18 |
2007-02-14 | made configurerequest more tidy | Anselm R. Garbe | -5/+10 |
2007-02-13 | I didn't knew of c->isfixed, that should fix Jukkas issue with gkrellm ;) | Anselm R. Garbe | -6/+8 |
2007-02-13 | making it more sure that transient checks will work in any case | Anselm R. Garbe | -3/+4 |
2007-02-13 | stupid me, one needs to set c->{x,y,w,h} in configurerequest obviously ;) | Anselm R. Garbe | -16/+20 |
2007-02-13 | simplified configurerequest | Anselm R. Garbe | -47/+29 |
2007-02-12 | yet another consistency fix of dwm | Anselm R. Garbe | -1/+1 |
2007-02-12 | I don't see any reason why we should select for input on override-redirect wi... | Anselm R. Garbe | -4/+1 |