Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2007-09-15 | renamed drawstatus into drawbar | Anselm R. Garbe | -2/+2 | |
2007-08-22 | removed the _DWM_PROPERTIES handling, reverted ban/unban to XMoveWindow(), ↵ | Anselm R. Garbe | -5/+3 | |
and changed argument of setlayout to layout[N].symbol check | ||||
2007-08-16 | made plural arrays | Anselm R. Garbe | -11/+11 | |
2007-08-16 | made tag/view/toggle{tag,view} work on pointer to tags-array, there was the ↵ | Anselm R. Garbe | -12/+8 | |
need to define Key key[] not static to do this. split focusclient into focusnext/prev, fixed config.*.h's | ||||
2007-08-15 | fififi | Anselm R. Garbe | -2/+3 | |
2007-08-13 | made Layout a static struct in layout.c, added some convenience getters in ↵ | Anselm R. Garbe | -5/+5 | |
layout.c, now lt->arrange accesses are not possible anymore, arrange() is the super-arrange function which sets up all layouts | ||||
2007-08-11 | separated layout-specific stuff into separate .h and .c files which are ↵ | Anselm R. Garbe | -2/+2 | |
included in config.h resp. config.mk - this allows writing layouts for dwm without any need to patch existing code | ||||
2007-08-10 | removed VRATIO, NMASTER, inc*(), renamed HRATIO into MASTER, see mailinglist ↵ | Anselm R. Garbe | -2/+2 | |
for details | ||||
2007-07-28 | changed ban/unban implementation to not move the windows anymore, but ↵ | Anselm R. Garbe | -2/+4 | |
map/unmap them instead - PLEASE TEST THIS | ||||
2007-07-28 | removed shiftview(), if you scroll the views in the tag area, you can also ↵ | Anselm R. Garbe | -10/+2 | |
use Button1 instead removed focusclient([-]1) bound to scroll wheel - if you slightly move the mouse you will focus the first client anways which is in the way | ||||
2007-07-26 | applied Jeroen's {clean,spell}.diff patches, thanks Jeroen! | Anselm R. Garbe | -6/+2 | |
2007-07-24 | applied Jeroen Schot's shiftview patch | Anselm R. Garbe | -0/+4 | |
2007-07-24 | applied dwm-windowscrolling patch | arg@f00b4r | -0/+4 | |
2007-07-12 | restoring tip to be a working dwm again (switching FONT to terminus in ↵ | arg@f00b4r | -2/+1 | |
config.arg.h) | ||||
2007-06-19 | please recheck this patch with Mathematica from Wolfram Research - lemme ↵ | Anselm R. Garbe | -1/+2 | |
know if it fixes the geyish blob window bug | ||||
2007-06-19 | removed crappy createnotify handler | Anselm R. Garbe | -14/+0 | |
2007-06-04 | uncommented creatnotify | Anselm R. Garbe | -1/+1 | |
2007-06-04 | added an creatnotify event handler | Anselm R. Garbe | -0/+14 | |
2007-05-30 | referred to LICENSE file | Anselm R. Garbe | -6/+1 | |
2007-05-30 | Jukka also belongs to Copyright holders after all he has contributed and ↵ | Anselm R. Garbe | -0/+1 | |
done for dwm, updated -v as well | ||||
2007-05-30 | applied Jukkas patch | Anselm R. Garbe | -1/+1 | |
2007-05-29 | added nsz to copyright holders as well, because he did a lot recently | Anselm R. Garbe | -0/+1 | |
2007-05-29 | added anydot to Copyright holders, because he contributed a lot recently | Anselm R. Garbe | -0/+1 | |
2007-05-29 | applied anydot's 3 minor patches, thank you anydot | Anselm R. Garbe | -2/+2 | |
2007-05-24 | fixed issue reported by Christian Garbs | Anselm R. Garbe | -2/+1 | |
2007-05-14 | applied dfenze cleanups, fixed some comments in dwm.h | Anselm R. Garbe | -2/+1 | |
2007-05-09 | applied Maarten Maathuis recenter-patch for floating clients only requesting ↵ | Anselm R. Garbe | -0/+4 | |
new width and height exceeding the screen space | ||||
2007-05-08 | thanks to Juka to check -Wall ;) | Anselm R. Garbe | -2/+0 | |
2007-05-07 | applied patch of Paul Liu to allow onthefly resizing due to xrandr changes | Anselm R. Garbe | -0/+19 | |
2007-04-17 | changed border handling | Anselm R. Garbe | -3/+1 | |
2007-04-13 | changing order of c->border restorage | Anselm R. Garbe | -3/+3 | |
2007-04-13 | yet another fix of copyright compactisition | Anselm R. Garbe | -1/+2 | |
2007-04-13 | making Copyright notices more compact | Anselm R. Garbe | -6/+7 | |
2007-02-22 | renamed untiled into floating, keeping tiled instead of tiling (afaik tiled ↵ | Anselm R. Garbe | -4/+4 | |
sounds more correct) - English speakers convinced me | ||||
2007-02-22 | renamed versatile into untiled | Anselm R. Garbe | -4/+4 | |
2007-02-22 | fixed some issues due to the Arg->const char * transition | Anselm R. Garbe | -9/+9 | |
2007-02-22 | replaced Arg union with const char *arg, seems cleaner to me, even if we ↵ | Anselm R. Garbe | -13/+15 | |
need atoi() in some places | ||||
2007-02-22 | removed button4/5-bindings for incnmaster on mode label - that is misleading | Anselm R. Garbe | -8/+0 | |
2007-02-22 | several changes, made togglemax extern and separated it from zoom() - moved ↵ | Anselm R. Garbe | -10/+10 | |
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 | replaced togglelayout with setlayout | Anselm R. Garbe | -1/+2 | |
2007-02-19 | renamed Client->versatile and Rule->versatile into Client->isversatile resp. ↵ | Anselm R. Garbe | -4/+4 | |
Rule->isversatile | ||||
2007-02-19 | renames swim[ming] into versatile | Anselm R. Garbe | -4/+4 | |
2007-02-19 | renamed floating into swimming (this does not clash with C naming ↵ | Anselm R. Garbe | -4/+4 | |
conventions and fits better the fish symbol) - also in man page | ||||
2007-02-19 | introduced Layout struct | Anselm R. Garbe | -6/+6 | |
2007-02-19 | removed procevent, more refactoring | Anselm R. Garbe | -11/+0 | |
2007-02-19 | draw.c is useless (belongs to main.c now) | Anselm R. Garbe | -0/+8 | |
2007-02-19 | simplified configurerequest to a bare minimum, removed wrong ban() calls | Anselm R. Garbe | -8/+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-16 | removed useless space | Anselm R. Garbe | -1/+1 | |