Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2007-02-22 | reusing drawsquare for client title, empty square before title means ↵ | Anselm R. Garbe | -4/+5 | |
versatile window, filled square before title means versatile maximized window. | ||||
2007-02-22 | dwm draws a small caret before the client title if it's a versatile client | Anselm R. Garbe | -5/+6 | |
2007-02-22 | several changes, made togglemax extern and separated it from zoom() - moved ↵ | Anselm R. Garbe | -6/+9 | |
zoom() and togglemax() into layout.c, changed void (*func)(Arg *) into void (*func)(Arg), changed default keybindings of focusnext/focusprev and incmasterw to h/j/k/l accordingly, made keys in config*h appear alphabetically (special keys first), renamed resizemaster into incmasterw, renamed MASTER into MASTERWIDTH | ||||
2007-02-19 | renames swim[ming] into versatile | Anselm R. Garbe | -10/+10 | |
2007-02-19 | renamed floating into swimming (this does not clash with C naming ↵ | Anselm R. Garbe | -10/+10 | |
conventions and fits better the fish symbol) - also in man page | ||||
2007-02-19 | introduced Layout struct | Anselm R. Garbe | -19/+19 | |
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-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 | -1/+1 | |
2007-01-17 | moved BORDERPX to config.*.h | Anselm R. Garbe | -1/+1 | |
2007-01-14 | removed client title bar | Anselm R. Garbe | -1/+0 | |
2007-01-10 | added Button{4,5} description to dwm.1 | Anselm R. Garbe | -0/+6 | |
2007-01-07 | small grammar fix of dwm.1 | Anselm R. Garbe | -2/+2 | |
2007-01-07 | changed a term in dwm.1 | Anselm R. Garbe | -1/+1 | |
2007-01-05 | removed the term clients from dwm.1 | Anselm R. Garbe | -3/+3 | |
2007-01-05 | changed shortcuts to M-i and M-d | Anselm R. Garbe | -2/+2 | |
2007-01-05 | changed plus key to MODKEY-Shift-plus (US-layout restrictions ;) | Anselm R. Garbe | -1/+1 | |
2007-01-05 | added MODKEY-{plus,minus} shortcuts (increasing/decreasing master clients) | Anselm R. Garbe | -0/+6 | |
2006-12-13 | applied Sanders patch | arg@mig29 | -3/+3 | |
2006-12-13 | fixed man page, status bar displays EOF instead of "broken pipe" | arg@mig29 | -1/+1 | |
2006-12-13 | added the java odyssee to CAVEATS section | arg@mig29 | -2/+10 | |
2006-12-07 | we don't use the term clients anymore, windows is the better term | arg@mig29 | -1/+1 | |
2006-12-01 | and the winner is | arg@mig29 | -2/+3 | |
2006-12-01 | less obtrusive indicator (only a top line) | arg@mig29 | -1/+1 | |
2006-12-01 | final2 indicator | arg@mig29 | -1/+1 | |
2006-12-01 | final indicators | arg@mig29 | -2/+1 | |
2006-11-30 | removed viewall(), replaced with view(-1); added tag(-1) to tag a client ↵ | arg@mig29 | -0/+3 | |
with all tags (new key combo MODKEY-Shift-0) | ||||
2006-11-28 | extended dwm.1 with last change | arg@mig29 | -1/+1 | |
2006-11-27 | added man page entry | arg@mig29 | -0/+3 | |
2006-11-25 | applied Manuels patch (thanks to Manuel!) | arg@mig29 | -1/+1 | |
2006-11-24 | small fix of man page | arg@mig29 | -1/+1 | |
2006-11-23 | using the term 'indicated' instead of 'higlighted' | arg@mig29 | -3/+3 | |
2006-11-23 | updated man page with the bottom right corner indicator | arg@mig29 | -2/+4 | |
2006-10-31 | applied Gottox patch to simplify the resizing of col, instead of resizing ↵ | arg@mig29 | -2/+2 | |
the current area, it only resizes the master area in the future (seems more predictable) | ||||
2006-10-05 | removed the stack position stuff | Anselm R. Garbe | -5/+1 | |
2006-10-05 | final fix for man page | Anselm R. Garbe | -3/+3 | |
2006-10-05 | Button3 click on mode label toggles stack position now | Anselm R. Garbe | -2/+3 | |
2006-09-29 | documented the new behavior in man page | Anselm R. Garbe | -0/+3 | |
2006-09-28 | renamed column into area | Anselm R. Garbe | -7/+7 | |
2006-09-22 | man page fix | arg@mmvi | -1/+1 | |
2006-09-22 | fixed issue pointed out by Jukka | arg@mmvi | -1/+1 | |
2006-09-22 | small man page fix | arg@mmvi | -0/+1 | |
2006-09-22 | updated man page | arg@mmvi | -5/+1 | |
2006-09-20 | fixed a nuance in dwm.1 | arg@mmvi | -1/+1 | |
2006-09-08 | really small changes to dwm.1 | Anselm R. Garbe | -4/+3 | |
2006-09-07 | made markups in dwm.1 more consistent | Anselm R. Garbe | -95/+38 | |
2006-09-07 | small addition to dwm.1 | Anselm R. Garbe | -4/+4 | |
2006-09-05 | well ok, added Mod-s to default bindings (however, I don't need it) | Anselm R. Garbe | -0/+6 | |