Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | yet another fix of copyright compactisition | Anselm R. Garbe | 2007-04-13 | 11 | -16/+24 | |
| | ||||||
* | making Copyright notices more compact | Anselm R. Garbe | 2007-04-13 | 8 | -28/+22 | |
| | ||||||
* | next version will be 4.0, so don't expect it within the next days | Anselm R. Garbe | 2007-04-11 | 1 | -1/+1 | |
| | ||||||
* | make also transients floating when we do not know the main window | Anselm R. Garbe | 2007-04-11 | 1 | -4/+5 | |
| | ||||||
* | Added tag 3.9 for changeset 55478328b242 | Anselm R. Garbe | 2007-04-02 | 1 | -0/+1 | |
| | ||||||
* | next version will be 3.9, but don't expect it this week | Anselm R. Garbe | 2007-03-29 | 1 | -1/+1 | |
| | ||||||
* | add an additional check in resize() to prevent a crash of dwm | Anselm R. Garbe | 2007-03-29 | 1 | -1/+3 | |
| | ||||||
* | Added tag 3.8 for changeset 2ea201354cf0 | Anselm R. Garbe | 2007-03-05 | 1 | -0/+1 | |
| | ||||||
* | we don't need to set the font all the time | Anselm R. Garbe | 2007-03-02 | 2 | -9/+5 | |
| | ||||||
* | some changes to updatesizehints, I don't change the aspect ratio algorithm ↵ | Anselm R. Garbe | 2007-03-01 | 2 | -17/+24 | |
| | | | | now - I can't think, it is a mess | |||||
* | removed sendevent | Anselm R. Garbe | 2007-02-26 | 3 | -17/+11 | |
| | ||||||
* | Escape -s in dwm.1 | Anselm R. Garbe | 2007-02-26 | 2 | -26/+26 | |
| | ||||||
* | Added tag 3.7 for changeset baee494346e5 | Anselm R. Garbe | 2007-02-24 | 1 | -0/+1 | |
| | ||||||
* | prepared 3.7, ready to rambo | Anselm R. Garbe | 2007-02-24 | 2 | -2/+2 | |
| | ||||||
* | removed an unnecessary newline | Anselm R. Garbe | 2007-02-24 | 1 | -1/+0 | |
| | ||||||
* | removed superfluous externs (except for tags, because tags is defined in the ↵ | Anselm R. Garbe | 2007-02-24 | 1 | -53/+53 | |
| | | | | source) | |||||
* | replacing Mod1-i with Mod1-Shift-j, Mod1-d with Mod1-Shift-k | Anselm R. Garbe | 2007-02-23 | 3 | -10/+10 | |
| | ||||||
* | oops, small bugfix in my config | Anselm R. Garbe | 2007-02-23 | 1 | -1/+1 | |
| | ||||||
* | default masterwidth should also be at 600 | Anselm R. Garbe | 2007-02-23 | 1 | -1/+1 | |
| | ||||||
* | changed order if h/l | Anselm R. Garbe | 2007-02-23 | 1 | -1/+1 | |
| | ||||||
* | well I agree to several people claiming h/j/k/l is the better default than ↵ | Anselm R. Garbe | 2007-02-23 | 3 | -13/+13 | |
| | | | | Tab/S-Tab/g/s for focus and master resizing | |||||
* | renamed untiled into floating, keeping tiled instead of tiling (afaik tiled ↵ | Anselm R. Garbe | 2007-02-22 | 9 | -63/+63 | |
| | | | | sounds more correct) - English speakers convinced me | |||||
* | hahaha, untiled and non-untiled sounded really cumbersome | Anselm R. Garbe | 2007-02-22 | 1 | -1/+1 | |
| | ||||||
* | made Fnt an anonymous inner struct | Anselm R. Garbe | 2007-02-22 | 1 | -15/+15 | |
| | ||||||
* | made Fnt an anonymous inner struct | Anselm R. Garbe | 2007-02-22 | 1 | -9/+7 | |
| | ||||||
* | nah, I don't want 640 as MASTERWIDTH | Anselm R. Garbe | 2007-02-22 | 2 | -3/+3 | |
| | ||||||
* | using MASTERWIDTH=640 and 32px steps by default (incmasterw()) | Anselm R. Garbe | 2007-02-22 | 2 | -6/+6 | |
| | ||||||
* | simplified focusclient() | Anselm R. Garbe | 2007-02-22 | 1 | -10/+6 | |
| | ||||||
* | renamed versatile into untiled | Anselm R. Garbe | 2007-02-22 | 9 | -51/+51 | |
| | ||||||
* | merged focus{prev.next} into focusclient(1/-1) | Anselm R. Garbe | 2007-02-22 | 4 | -26/+21 | |
| | ||||||
* | made dwm.h more tidy (thx Jukka for the zoom() hint) | Anselm R. Garbe | 2007-02-22 | 1 | -12/+11 | |
| | ||||||
* | oops | Anselm R. Garbe | 2007-02-22 | 1 | -2/+2 | |
| | ||||||
* | small bugfix | Anselm R. Garbe | 2007-02-22 | 2 | -9/+15 | |
| | ||||||
* | fixed some issues due to the Arg->const char * transition | Anselm R. Garbe | 2007-02-22 | 2 | -9/+10 | |
| | ||||||
* | restoring default keybindings as Sander complained | Anselm R. Garbe | 2007-02-22 | 2 | -8/+8 | |
| | ||||||
* | replaced Arg union with const char *arg, seems cleaner to me, even if we ↵ | Anselm R. Garbe | 2007-02-22 | 9 | -185/+190 | |
| | | | | need atoi() in some places | |||||
* | re-added xterm to config.default.h | Anselm R. Garbe | 2007-02-22 | 1 | -0/+1 | |
| | ||||||
* | removed button4/5-bindings for incnmaster on mode label - that is misleading | Anselm R. Garbe | 2007-02-22 | 2 | -14/+0 | |
| | ||||||
* | fixed order of key bindings described in dwm.1 | Anselm R. Garbe | 2007-02-22 | 1 | -5/+5 | |
| | ||||||
* | status needs update even in togglemax() - since we got an indicator for this | Anselm R. Garbe | 2007-02-22 | 1 | -0/+1 | |
| | ||||||
* | reusing drawsquare for client title, empty square before title means ↵ | Anselm R. Garbe | 2007-02-22 | 2 | -24/+6 | |
| | | | | versatile window, filled square before title means versatile maximized window. | |||||
* | dwm draws a small caret before the client title if it's a versatile client | Anselm R. Garbe | 2007-02-22 | 2 | -6/+31 | |
| | ||||||
* | nah grouped keybindings by context | Anselm R. Garbe | 2007-02-22 | 2 | -47/+46 | |
| | ||||||
* | fixed exit condition in togglemax() | Anselm R. Garbe | 2007-02-22 | 1 | -1/+1 | |
| | ||||||
* | fixing missing extern declars in dwm.h for {de,at}tach() | Anselm R. Garbe | 2007-02-22 | 1 | -0/+2 | |
| | ||||||
* | several changes, made togglemax extern and separated it from zoom() - moved ↵ | Anselm R. Garbe | 2007-02-22 | 10 | -183/+184 | |
| | | | | 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 | |||||
* | just ignore the FD_ISSET check in main.c of xfd, just call XPending (which ↵ | Anselm R. Garbe | 2007-02-21 | 1 | -6/+5 | |
| | | | | does the same afair) | |||||
* | optimizing background color of terminals | Anselm R. Garbe | 2007-02-21 | 1 | -1/+1 | |
| | ||||||
* | using 333 as background, hey proggyclean is really good | Anselm R. Garbe | 2007-02-21 | 1 | -1/+1 | |
| | ||||||
* | switching to 13pt proggyclean (this fits better my 1920x1200 resolution than ↵ | Anselm R. Garbe | 2007-02-21 | 1 | -1/+1 | |
| | | | | 12pt terminus which is too small or 14pt terminus which is too fat) |