| Commit message (Expand) | Author | Age | Files | Lines |
* | removed the _DWM_PROPERTIES handling, reverted ban/unban to XMoveWindow(), an... | Anselm R. Garbe | 2007-08-22 | 1 | -5/+3 |
* | made plural arrays | Anselm R. Garbe | 2007-08-16 | 1 | -11/+11 |
* | made tag/view/toggle{tag,view} work on pointer to tags-array, there was the n... | Anselm R. Garbe | 2007-08-16 | 1 | -12/+8 |
* | fififi | Anselm R. Garbe | 2007-08-15 | 1 | -2/+3 |
* | made Layout a static struct in layout.c, added some convenience getters in la... | Anselm R. Garbe | 2007-08-13 | 1 | -5/+5 |
* | separated layout-specific stuff into separate .h and .c files which are inclu... | Anselm R. Garbe | 2007-08-11 | 1 | -2/+2 |
* | removed VRATIO, NMASTER, inc*(), renamed HRATIO into MASTER, see mailinglist ... | Anselm R. Garbe | 2007-08-10 | 1 | -2/+2 |
* | changed ban/unban implementation to not move the windows anymore, but map/unm... | Anselm R. Garbe | 2007-07-28 | 1 | -2/+4 |
* | removed shiftview(), if you scroll the views in the tag area, you can also us... | Anselm R. Garbe | 2007-07-28 | 1 | -10/+2 |
* | applied Jeroen's {clean,spell}.diff patches, thanks Jeroen! | Anselm R. Garbe | 2007-07-26 | 1 | -6/+2 |
* | applied Jeroen Schot's shiftview patch | Anselm R. Garbe | 2007-07-24 | 1 | -0/+4 |
* | applied dwm-windowscrolling patch | arg@f00b4r | 2007-07-24 | 1 | -0/+4 |
* | restoring tip to be a working dwm again (switching FONT to terminus in config... 4.3 | arg@f00b4r | 2007-07-12 | 1 | -2/+1 |
* | please recheck this patch with Mathematica from Wolfram Research - lemme know... | Anselm R. Garbe | 2007-06-19 | 1 | -1/+2 |
* | removed crappy createnotify handler | Anselm R. Garbe | 2007-06-19 | 1 | -14/+0 |
* | uncommented creatnotify | Anselm R. Garbe | 2007-06-04 | 1 | -1/+1 |
* | added an creatnotify event handler | Anselm R. Garbe | 2007-06-04 | 1 | -0/+14 |
* | referred to LICENSE file 4.2 | Anselm R. Garbe | 2007-05-30 | 1 | -6/+1 |
* | Jukka also belongs to Copyright holders after all he has contributed and done... | Anselm R. Garbe | 2007-05-30 | 1 | -0/+1 |
* | applied Jukkas patch | Anselm R. Garbe | 2007-05-30 | 1 | -1/+1 |
* | added nsz to copyright holders as well, because he did a lot recently | Anselm R. Garbe | 2007-05-29 | 1 | -0/+1 |
* | added anydot to Copyright holders, because he contributed a lot recently | Anselm R. Garbe | 2007-05-29 | 1 | -0/+1 |
* | applied anydot's 3 minor patches, thank you anydot | Anselm R. Garbe | 2007-05-29 | 1 | -2/+2 |
* | fixed issue reported by Christian Garbs | Anselm R. Garbe | 2007-05-24 | 1 | -2/+1 |
* | applied dfenze cleanups, fixed some comments in dwm.h | Anselm R. Garbe | 2007-05-14 | 1 | -2/+1 |
* | applied Maarten Maathuis recenter-patch for floating clients only requesting ... | Anselm R. Garbe | 2007-05-09 | 1 | -0/+4 |
* | thanks to Juka to check -Wall ;) | Anselm R. Garbe | 2007-05-08 | 1 | -2/+0 |
* | applied patch of Paul Liu to allow onthefly resizing due to xrandr changes | Anselm R. Garbe | 2007-05-07 | 1 | -0/+19 |
* | changed border handling | Anselm R. Garbe | 2007-04-17 | 1 | -3/+1 |
* | changing order of c->border restorage | Anselm R. Garbe | 2007-04-13 | 1 | -3/+3 |
* | yet another fix of copyright compactisition | Anselm R. Garbe | 2007-04-13 | 1 | -1/+2 |
* | making Copyright notices more compact | Anselm R. Garbe | 2007-04-13 | 1 | -6/+7 |
* | renamed untiled into floating, keeping tiled instead of tiling (afaik tiled s... | Anselm R. Garbe | 2007-02-22 | 1 | -4/+4 |
* | renamed versatile into untiled | Anselm R. Garbe | 2007-02-22 | 1 | -4/+4 |
* | fixed some issues due to the Arg->const char * transition | Anselm R. Garbe | 2007-02-22 | 1 | -9/+9 |
* | replaced Arg union with const char *arg, seems cleaner to me, even if we need... | Anselm R. Garbe | 2007-02-22 | 1 | -13/+15 |
* | removed button4/5-bindings for incnmaster on mode label - that is misleading | Anselm R. Garbe | 2007-02-22 | 1 | -8/+0 |
* | several changes, made togglemax extern and separated it from zoom() - moved z... | Anselm R. Garbe | 2007-02-22 | 1 | -10/+10 |
* | replaced togglelayout with setlayout | Anselm R. Garbe | 2007-02-19 | 1 | -1/+2 |
* | renamed Client->versatile and Rule->versatile into Client->isversatile resp. ... | Anselm R. Garbe | 2007-02-19 | 1 | -4/+4 |
* | renames swim[ming] into versatile | Anselm R. Garbe | 2007-02-19 | 1 | -4/+4 |
* | renamed floating into swimming (this does not clash with C naming conventions... | Anselm R. Garbe | 2007-02-19 | 1 | -4/+4 |
* | introduced Layout struct | Anselm R. Garbe | 2007-02-19 | 1 | -6/+6 |
* | removed procevent, more refactoring | Anselm R. Garbe | 2007-02-19 | 1 | -11/+0 |
* | draw.c is useless (belongs to main.c now) | Anselm R. Garbe | 2007-02-19 | 1 | -0/+8 |
* | simplified configurerequest to a bare minimum, removed wrong ban() calls | Anselm R. Garbe | 2007-02-19 | 1 | -8/+1 |
* | fixed configurerequest according to Jukkas complains | Anselm R. Garbe | 2007-02-19 | 1 | -8/+9 |
* | fixed configurerequest according to the problem Jukka reported | Anselm R. Garbe | 2007-02-19 | 1 | -11/+16 |
* | removed useless space | Anselm R. Garbe | 2007-02-16 | 1 | -1/+1 |
* | removed ugly ban(), extended resize() that it only resets the size if necessa... | Anselm R. Garbe | 2007-02-16 | 1 | -22/+20 |