Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2007-08-10 | removed VRATIO, NMASTER, inc*(), renamed HRATIO into MASTER, see mailinglist ↵ | Anselm R. Garbe | -17/+5 | |
for details | ||||
2007-08-05 | applied Jukka's dwm.1 patch | Anselm R. Garbe | -6/+6 | |
2007-08-05 | changed shortcuts as described on the mailinglist, added sanity checks for ↵ | Anselm R. Garbe | -6/+12 | |
ratios during tile (fallback to wah if clients would get too small), documented that new stuff/shortcuts in dwm(1) | ||||
2007-05-15 | added new Mod1-b functionality to dwm(1) | Anselm R. Garbe | -0/+3 | |
2007-05-14 | added the GTK Save-As bug report to BUGS section of dwm(1) | Anselm R. Garbe | -0/+8 | |
2007-02-26 | Escape -s in dwm.1 | Anselm R. Garbe | -25/+25 | |
2007-02-23 | replacing Mod1-i with Mod1-Shift-j, Mod1-d with Mod1-Shift-k | Anselm R. Garbe | -6/+6 | |
2007-02-23 | well I agree to several people claiming h/j/k/l is the better default than ↵ | Anselm R. Garbe | -5/+5 | |
Tab/S-Tab/g/s for focus and master resizing | ||||
2007-02-22 | renamed untiled into floating, keeping tiled instead of tiling (afaik tiled ↵ | Anselm R. Garbe | -11/+11 | |
sounds more correct) - English speakers convinced me | ||||
2007-02-22 | hahaha, untiled and non-untiled sounded really cumbersome | Anselm R. Garbe | -1/+1 | |
2007-02-22 | renamed versatile into untiled | Anselm R. Garbe | -19/+19 | |
2007-02-22 | restoring default keybindings as Sander complained | Anselm R. Garbe | -4/+4 | |
2007-02-22 | removed button4/5-bindings for incnmaster on mode label - that is misleading | Anselm R. Garbe | -6/+0 | |
2007-02-22 | fixed order of key bindings described in dwm.1 | Anselm R. Garbe | -5/+5 | |
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) |