112 Commits (5cc27f1b3c61df4f048cdac9e0feb31a2dd80c63)

Author SHA1 Message Date
Anselm R. Garbe 5cc27f1b3c introduced tile.c, some refactoring of functions 18 years ago
Anselm R. Garbe 4cff744438 don't resize master if not in tiled mode 18 years ago
Anselm R. Garbe de6695792a well, resize should be called in dofloat anyways ;) 18 years ago
Anselm R. Garbe 6e22ccf7b1 removed ugly ban(), extended resize() that it only resets the size if necessary, added border_width commit to manage() 18 years ago
Anselm R. Garbe 8a5f002c41 removed getnext/getprev, redundant 18 years ago
Anselm R. Garbe 3ce8c9f338 added ban() which takes care than a banned window is not banned again... (this reduces the overall ConfigureNotify's to clients) 18 years ago
Anselm R. Garbe e256afe31e made for/if/else constructs more consistent, some code polishing 18 years ago
Anselm R. Garbe 6ba400ee0f yet another consistency fix of dwm 18 years ago
Anselm R. Garbe 042297b27b applied Sander's drop_bh patch 18 years ago
Anselm R. Garbe 2c1db7ed35 prepared yet another hotfix release 18 years ago
Anselm R. Garbe b233089815 applied Sanders all5.patch (thanks for your weekend session, Sander!) 18 years ago
Anselm R. Garbe 72faa1919e changed restack, to fix undrawed tag indicators 18 years ago
Anselm R. Garbe f8181f64e2 removed drawclient and drawall (they performed useless operations/consumed useless cpu cycles) 18 years ago
Anselm R. Garbe ceea528eff removed mode label stuff 18 years ago
Anselm R. Garbe 6c5dc7017c removed client title bar 18 years ago
Anselm R. Garbe f679125206 removing to allow nmaster=0 18 years ago
Anselm R. Garbe d108cfa7fc allowing nmaster=0 (I think that's a straight idea) 18 years ago
Anselm R. Garbe 5a5851bac2 reorganized 18 years ago
Anselm R. Garbe 1d4a24dae0 implemented nmaster appearance in mode label (using %u) 18 years ago
Anselm R. Garbe 6c767072a3 allowing swap() for first master client 18 years ago
Anselm R. Garbe e9cfae7aba prevent pop() if first sel == nexttiled(clients) 18 years ago
Anselm R. Garbe 7ac0de8350 removed swap(), implemented pop for everything 18 years ago
Anselm R. Garbe 0b7c0f10ee preserving c1->snext and c2->snext in swap() as well. 18 years ago
Anselm R. Garbe 51f6405b0d fixing some minor issues 18 years ago
Anselm R. Garbe d939f301fa adding some prevention that master clients get smaller than bh 18 years ago
Anselm R. Garbe 0faaba04a5 allowing zoom within master area as well 18 years ago
Anselm R. Garbe 06bae9dfb7 added MODKEY-{plus,minus} shortcuts (increasing/decreasing master clients) 18 years ago
Anselm R. Garbe 0b80d1842d experimental version which allows master clients being increased/decreased 18 years ago
arg@mig29 ac24f132db corrections 18 years ago
arg@mig29 cb4aa5bc35 next version will contain updated copyright notice 18 years ago
arg@mig29 7e59c89250 small simplification to dotile() (thx to Ross for this hint) 18 years ago
arg@mig29 7009ebfa69 hotfix of a serious crashing bug 18 years ago
arg@mig29 42fd392e05 removed viewall(), replaced with view(-1); added tag(-1) to tag a client with all tags (new key combo MODKEY-Shift-0) 18 years ago
arg@mig29 3aff96177c togglefloat should only work in dotile mode (thanks to Sander for this hint) 18 years ago
arg@mig29 d2a4952956 applied Szabolcs Nagy's patch (thank you!) 18 years ago
arg@mig29 0c97b21b61 applied patch by Jukka 18 years ago
arg@mig29 46d5f9d1bf added togglefloat to hg tip (i consider this useful for some cases), using MODKEY-Shift-space as shortcut 18 years ago
arg@mig29 321e8d51ed fififif 18 years ago
arg@mig29 b003a35fde applied Gottox' windowarea patch 18 years ago
arg@mig29 f78c16f8c6 applied Jukkas patch 18 years ago
arg@mig29 4b5b3d90af renamed resizecol into resizemaster 18 years ago
arg@mig29 2cce4b95cd applied Gottox patch to simplify the resizing of col, instead of resizing the current area, it only resizes the master area in the future (seems more predictable) 18 years ago
arg@mig29 0f395c1b11 applied sanders try2 patch 18 years ago
arg@mig29 2b13e7466f applied sanders max size fix 18 years ago
Anselm R. Garbe ce9a9934ec hotfix 18 years ago
Anselm R. Garbe 5983c00b95 do* has no Arg arument anymore (never called directly) 18 years ago
Anselm R. Garbe 6651dd7fd9 code polishing, removed unnecessary newlines 18 years ago
Anselm R. Garbe acdea31916 yet another small fix and simplification of dotile 18 years ago
Anselm R. Garbe 10885d349a removed the stack position stuff 18 years ago
Anselm R. Garbe 1c1d09f3e9 small boundary check fix 18 years ago