Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sync code-style patch from libsl | 2022-08-08 | 1 | -11/+12 | |
| | |||||
* | die() on calloc failure | 2016-11-05 | 1 | -1/+1 | |
| | | | | thanks Markus Teich and David! | ||||
* | die() consistency: always add newline | 2016-08-12 | 1 | -0/+2 | |
| | |||||
* | sync updated drw code from dmenu | 2015-10-20 | 1 | -5/+21 | |
| | | | | | | important: - drw_rect: didn't use w and h, change the dwm code accordingly. - drw_text: text is NULL is not allowed, use drw_rect(). | ||||
* | continued with draw.c abstraction, also started util.{h,c} implementation, ↵ | 2012-12-08 | 1 | -0/+17 | |
| | | | | that will be used by draw.c as well | ||||
* | micromizing dwm step 1 | 2007-09-15 | 1 | -52/+0 | |
| | |||||
* | referred to LICENSE file | 2007-05-30 | 1 | -6/+1 | |
| | |||||
* | Jukka also belongs to Copyright holders after all he has contributed and ↵ | 2007-05-30 | 1 | -0/+1 | |
| | | | | done for dwm, updated -v as well | ||||
* | added nsz to copyright holders as well, because he did a lot recently | 2007-05-29 | 1 | -0/+1 | |
| | |||||
* | added anydot to Copyright holders, because he contributed a lot recently | 2007-05-29 | 1 | -0/+1 | |
| | |||||
* | yet another fix of copyright compactisition | 2007-04-13 | 1 | -1/+2 | |
| | |||||
* | making Copyright notices more compact | 2007-04-13 | 1 | -3/+2 | |
| | |||||
* | replaced Arg union with const char *arg, seems cleaner to me, even if we ↵ | 2007-02-22 | 1 | -4/+4 | |
| | | | | need atoi() in some places | ||||
* | several changes, made togglemax extern and separated it from zoom() - moved ↵ | 2007-02-22 | 1 | -4/+4 | |
| | | | | 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 | ||||
* | removed erealloc (not used) | 2007-01-16 | 1 | -9/+0 | |
| | |||||
* | corrections | 2007-01-02 | 1 | -1/+1 | |
| | |||||
* | next version will contain updated copyright notice | 2007-01-02 | 1 | -1/+1 | |
| | |||||
* | code polishing, removed unnecessary newlines | 2006-10-06 | 1 | -3/+2 | |
| | |||||
* | reviewed util.c | 2006-09-20 | 1 | -1/+2 | |
| | |||||
* | removed a bunch of lines through making function signatures more consistent ↵ | 2006-09-12 | 1 | -8/+4 | |
| | | | | with my style ( { does not belong to a new line, if function args are single-lined) | ||||
* | added a comment to spawn | 2006-08-28 | 1 | -0/+1 | |
| | |||||
* | eliminated sentinel warning | 2006-08-23 | 1 | -1/+1 | |
| | |||||
* | removed badmalloc (thx for the pointer to Uriel) | 2006-08-22 | 1 | -10/+2 | |
| | |||||
* | small renamings of two static functions | 2006-08-21 | 1 | -3/+3 | |
| | |||||
* | implemented restack behavior (floats are on top in tiled mode) | 2006-08-14 | 1 | -0/+9 | |
| | |||||
* | applied grabbing-- and shell_minimal | 2006-08-07 | 1 | -1/+1 | |
| | |||||
* | using execl now, argv changed, using cmd and const char defs directly in the ↵ | 2006-08-04 | 1 | -4/+7 | |
| | | | | KEYS struct | ||||
* | small stylistic fix | 2006-08-04 | 1 | -1/+2 | |
| | |||||
* | made fullscreen apps working fine in floating mode (there is no sane way to ↵ | 2006-08-02 | 1 | -1/+0 | |
| | | | | make them work in tiled mode, thus I switch to floating mode if I run such kind of app), also fixed the xterm issue reported by Sander | ||||
* | some cleanups/fixes inspired by Jukka Salmi's feedback | 2006-07-21 | 1 | -4/+2 | |
| | |||||
* | cleaned up code | 2006-07-20 | 1 | -0/+3 | |
| | |||||
* | using EXIT_stuff in exit() now | 2006-07-18 | 1 | -3/+3 | |
| | |||||
* | ordered variables in structs and source files alphabetically | 2006-07-17 | 1 | -2/+2 | |
| | |||||
* | proceeded with cleaning up, sorting functions, etc | 2006-07-15 | 1 | -11/+13 | |
| | |||||
* | rearranged several stuff | 2006-07-15 | 1 | -1/+1 | |
| | |||||
* | removed a bunch of lines through swap removal | 2006-07-14 | 1 | -8/+0 | |
| | |||||
* | searching for a better way to discard enter notifies | 2006-07-14 | 1 | -28/+0 | |
| | |||||
* | implemented tagging a client | 2006-07-13 | 1 | -1/+2 | |
| | |||||
* | changed default colors | 2006-07-13 | 1 | -1/+1 | |
| | |||||
* | added logo+description | 2006-07-13 | 1 | -1/+1 | |
| | |||||
* | new stuff (some warning elimination) | 2006-07-13 | 1 | -2/+2 | |
| | |||||
* | removed unnecessary crap | 2006-07-13 | 1 | -49/+2 | |
| | |||||
* | new stuff, fixed several issues | 2006-07-12 | 1 | -2/+3 | |
| | |||||
* | several changes, new stuff | 2006-07-11 | 1 | -1/+1 | |
| | |||||
* | removed unnecessary sel stuff | 2006-07-11 | 1 | -38/+0 | |
| | |||||
* | added bar event timer | 2006-07-11 | 1 | -17/+8 | |
| | |||||
* | added gridsel to gridwm | 2006-07-11 | 1 | -0/+38 | |
| | |||||
* | fixed several stuff (gridwm gets better and better) | 2006-07-11 | 1 | -6/+7 | |
| | |||||
* | implemented pipe_spawn | 2006-07-11 | 1 | -4/+52 | |
| | |||||
* | added several other stuff | 2006-07-10 | 1 | -0/+23 | |
| |