Hiltjo Posthuma
|
24849acada
die() on calloc failure
|
8 лет назад |
Hiltjo Posthuma
|
ab9571bbc5
die() consistency: always add newline
|
8 лет назад |
Hiltjo Posthuma
|
646b351cc7
sync updated drw code from dmenu
|
9 лет назад |
Anselm R Garbe
|
f21d46ea7d
continued with draw.c abstraction, also started util.{h,c} implementation, that will be used by draw.c as well
|
12 лет назад |
Anselm R. Garbe
|
0235a84ef2
micromizing dwm step 1
|
17 лет назад |
Anselm R. Garbe
|
2c6be7239f
referred to LICENSE file
|
17 лет назад |
Anselm R. Garbe
|
d934296476
Jukka also belongs to Copyright holders after all he has contributed and done for dwm, updated -v as well
|
17 лет назад |
Anselm R. Garbe
|
9fdd2cd1a9
added nsz to copyright holders as well, because he did a lot recently
|
17 лет назад |
Anselm R. Garbe
|
e1deda9e04
added anydot to Copyright holders, because he contributed a lot recently
|
17 лет назад |
Anselm R. Garbe
|
a730213c3b
yet another fix of copyright compactisition
|
18 лет назад |
Anselm R. Garbe
|
399993c6b5
making Copyright notices more compact
|
18 лет назад |
Anselm R. Garbe
|
2c477cf661
replaced Arg union with const char *arg, seems cleaner to me, even if we need atoi() in some places
|
18 лет назад |
Anselm R. Garbe
|
352cae4380
several changes, made togglemax extern and separated it from zoom() - moved 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
|
18 лет назад |
Anselm R. Garbe
|
9715ba82aa
removed erealloc (not used)
|
18 лет назад |
arg@mig29
|
ac24f132db
corrections
|
18 лет назад |
arg@mig29
|
cb4aa5bc35
next version will contain updated copyright notice
|
18 лет назад |
Anselm R. Garbe
|
6651dd7fd9
code polishing, removed unnecessary newlines
|
18 лет назад |
arg@mmvi
|
4230932563
reviewed util.c
|
18 лет назад |
Anselm R. Garbe
|
ca65478c89
removed a bunch of lines through making function signatures more consistent with my style ( { does not belong to a new line, if function args are single-lined)
|
18 лет назад |
Anselm R. Garbe
|
a50b15a9e9
added a comment to spawn
|
18 лет назад |
Anselm R. Garbe
|
7711ab6707
eliminated sentinel warning
|
18 лет назад |
Anselm R. Garbe
|
6a3ae5e26a
removed badmalloc (thx for the pointer to Uriel)
|
18 лет назад |
Anselm R.Garbe
|
08d85d6d66
small renamings of two static functions
|
18 лет назад |
Anselm R.Garbe
|
d4b7a9a373
implemented restack behavior (floats are on top in tiled mode)
|
18 лет назад |
arg@10ksloc.org
|
e48de30516
applied grabbing-- and shell_minimal
|
18 лет назад |
arg@10ksloc.org
|
9955ddc978
using execl now, argv changed, using cmd and const char defs directly in the KEYS struct
|
18 лет назад |
arg@10ksloc.org
|
8f698bd4cc
small stylistic fix
|
18 лет назад |
arg@10ksloc.org
|
95e8d12b71
made fullscreen apps working fine in floating mode (there is no sane way to 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
|
18 лет назад |
arg@10ksloc.org
|
0464e42231
some cleanups/fixes inspired by Jukka Salmi's feedback
|
18 лет назад |
arg@10ksloc.org
|
dc5d967ee6
cleaned up code
|
18 лет назад |