| Commit message (Expand) | Author | Age | Files | Lines |
* | die() on calloc failure | Hiltjo Posthuma | 2016-11-05 | 1 | -1/+1 |
* | die() consistency: always add newline | Hiltjo Posthuma | 2016-08-12 | 1 | -0/+2 |
* | sync updated drw code from dmenu | Hiltjo Posthuma | 2015-10-20 | 1 | -5/+21 |
* | continued with draw.c abstraction, also started util.{h,c} implementation, th... | Anselm R Garbe | 2012-12-08 | 1 | -0/+17 |
* | micromizing dwm step 1 | Anselm R. Garbe | 2007-09-15 | 1 | -52/+0 |
* | referred to LICENSE file | 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 |
* | 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 |
* | 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 | -3/+2 |
* | replaced Arg union with const char *arg, seems cleaner to me, even if we need... | Anselm R. Garbe | 2007-02-22 | 1 | -4/+4 |
* | several changes, made togglemax extern and separated it from zoom() - moved z... | Anselm R. Garbe | 2007-02-22 | 1 | -4/+4 |
* | removed erealloc (not used) | Anselm R. Garbe | 2007-01-16 | 1 | -9/+0 |
* | corrections | arg@mig29 | 2007-01-02 | 1 | -1/+1 |
* | next version will contain updated copyright notice | arg@mig29 | 2007-01-02 | 1 | -1/+1 |
* | code polishing, removed unnecessary newlines | Anselm R. Garbe | 2006-10-06 | 1 | -3/+2 |
* | reviewed util.c | arg@mmvi | 2006-09-20 | 1 | -1/+2 |
* | removed a bunch of lines through making function signatures more consistent w... | Anselm R. Garbe | 2006-09-12 | 1 | -8/+4 |
* | added a comment to spawn | Anselm R. Garbe | 2006-08-28 | 1 | -0/+1 |
* | eliminated sentinel warning | Anselm R. Garbe | 2006-08-23 | 1 | -1/+1 |
* | removed badmalloc (thx for the pointer to Uriel) | Anselm R. Garbe | 2006-08-22 | 1 | -10/+2 |
* | small renamings of two static functions | Anselm R.Garbe | 2006-08-21 | 1 | -3/+3 |
* | implemented restack behavior (floats are on top in tiled mode) | Anselm R.Garbe | 2006-08-14 | 1 | -0/+9 |
* | applied grabbing-- and shell_minimal | arg@10ksloc.org | 2006-08-07 | 1 | -1/+1 |
* | using execl now, argv changed, using cmd and const char defs directly in the ... | arg@10ksloc.org | 2006-08-04 | 1 | -4/+7 |
* | small stylistic fix | arg@10ksloc.org | 2006-08-04 | 1 | -1/+2 |
* | made fullscreen apps working fine in floating mode (there is no sane way to m... | arg@10ksloc.org | 2006-08-02 | 1 | -1/+0 |
* | some cleanups/fixes inspired by Jukka Salmi's feedback | arg@10ksloc.org | 2006-07-21 | 1 | -4/+2 |
* | cleaned up code | arg@10ksloc.org | 2006-07-20 | 1 | -0/+3 |
* | using EXIT_stuff in exit() now | Anselm R. Garbe | 2006-07-18 | 1 | -3/+3 |
* | ordered variables in structs and source files alphabetically | Anselm R. Garbe | 2006-07-17 | 1 | -2/+2 |
* | proceeded with cleaning up, sorting functions, etc | Anselm R. Garbe | 2006-07-15 | 1 | -11/+13 |
* | rearranged several stuff | Anselm R. Garbe | 2006-07-15 | 1 | -1/+1 |
* | removed a bunch of lines through swap removal | Anselm R. Garbe | 2006-07-14 | 1 | -8/+0 |
* | searching for a better way to discard enter notifies | Anselm R. Garbe | 2006-07-14 | 1 | -28/+0 |
* | implemented tagging a client | Anselm R. Garbe | 2006-07-13 | 1 | -1/+2 |
* | changed default colors | Anselm R. Garbe | 2006-07-13 | 1 | -1/+1 |
* | added logo+description | Anselm R. Garbe | 2006-07-13 | 1 | -1/+1 |
* | new stuff (some warning elimination) | Anselm R. Garbe | 2006-07-13 | 1 | -2/+2 |
* | removed unnecessary crap | Anselm R. Garbe | 2006-07-13 | 1 | -49/+2 |
* | new stuff, fixed several issues | Anselm R. Garbe | 2006-07-12 | 1 | -2/+3 |
* | several changes, new stuff | Anselm R. Garbe | 2006-07-11 | 1 | -1/+1 |
* | removed unnecessary sel stuff | Anselm R. Garbe | 2006-07-11 | 1 | -38/+0 |
* | added bar event timer | Anselm R. Garbe | 2006-07-11 | 1 | -17/+8 |
* | added gridsel to gridwm | Anselm R. Garbe | 2006-07-11 | 1 | -0/+38 |
* | fixed several stuff (gridwm gets better and better) | Anselm R. Garbe | 2006-07-11 | 1 | -6/+7 |
* | implemented pipe_spawn | Anselm R. Garbe | 2006-07-11 | 1 | -4/+52 |
* | added several other stuff | Anselm R. Garbe | 2006-07-10 | 1 | -0/+23 |
* | several new changes, made gridmenu working | Anselm R. Garbe | 2006-07-10 | 1 | -0/+59 |