Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-02-21 | changed arrange functions to contain the Monitor as first argument | Anselm R Garbe | 1 | -1/+1 | |
2007-12-22 | proceeded with multihead/Xinerama support | anselm@anselm1 | 1 | -5/+5 | |
2007-12-22 | removed maximize, there will be monocle soon | anselm@anselm1 | 1 | -1/+0 | |
2007-12-22 | fixed wrong tagging stuff | anselm@anselm1 | 1 | -1/+1 | |
2007-12-22 | added dmenu_run to config.h | anselm@anselm1 | 1 | -2/+1 | |
2007-12-09 | simplified Mod-m | Anselm R. Garbe | 1 | -1/+1 | |
2007-12-08 | implemented reapply for re-applying the tagging rules during runtime, Mod-r | Anselm R. Garbe | 1 | -0/+1 | |
2007-11-10 | Using a new tags definition (const char [][MAXTAGLEN] - thanks go to Szabolcs! | Anselm R. Garbe | 1 | -58/+57 | |
2007-11-07 | moved LENGTH to dwm.c, moved prevtags to dwm.c | arg@suckless.org | 1 | -4/+0 | |
2007-11-02 | revival of RESIZEHINTS | Anselm R. Garbe | 1 | -0/+1 | |
2007-10-28 | replaced Nmacros with LENGTH(x) macro | Anselm R. Garbe | 1 | -6/+5 | |
2007-10-28 | replaced ISTILE with domwfact/dozoom bools, removed nrules, nlayouts and ↵ | Anselm R. Garbe | 1 | -1/+3 | |
ltidx, added NRULES, NLAYOUTS and Layout *layout as alternatives, removed isarrange(), checking against layout->arrange instead. | |||||
2007-10-27 | going toward 4.7 | Anselm R. Garbe | 1 | -0/+3 | |
2007-10-24 | removed RESIZEHINTS and enhanced tile for fixed or aspect-ratio'ed clients | arg@suckless.org | 1 | -1/+0 | |
2007-10-10 | added antoszka's viewprev patch with some minor modifications, restored ↵ | Anselm R. Garbe | 1 | -0/+1 | |
Client->tags as Bool *, however kept the static initialization of ntags and seltags (prevtags) - this seems to be the best compromise | |||||
2007-10-05 | removing NULL-terminating **tags definition in config.h | Anselm R. Garbe | 1 | -1/+1 | |
2007-10-01 | s/xterm/uxterm/ | Anselm R. Garbe | 1 | -1/+1 | |
2007-10-01 | fixed font definition | Anselm R. Garbe | 1 | -1/+1 | |
2007-09-30 | applied Peter Hartlich's border collapse patch | Anselm R. Garbe | 1 | -7/+7 | |
2007-09-27 | fixed colors | Anselm R. Garbe | 1 | -3/+3 | |
2007-09-26 | updated with my favorite colorscheme | Anselm R. Garbe | 1 | -7/+6 | |
2007-09-25 | applied colors depend from lavishs proposal | Anselm R. Garbe | 1 | -6/+6 | |
2007-09-23 | switching to white normal bg, renaming tag 9 into www, for static use in ↵ | Anselm R. Garbe | 1 | -9/+9 | |
conjunction with ff | |||||
2007-09-23 | renamed config.h into config.def.h, config.h will be created if not present, ↵ | Anselm R. Garbe | 1 | -0/+0 | |
this seems less annoying after all | |||||
2007-09-22 | introduced ISTILE, which can be easily extended with other layout functions ↵ | Anselm R. Garbe | 1 | -3/+4 | |
to allow reuse of setmwfact() and zoom() | |||||
2007-09-17 | made all stuff non-static - so you can choose wether to use dwm the static ↵ | arg@suckless.org | 1 | -3/+3 | |
or the extern way when extending it | |||||
2007-09-15 | micromizing dwm step 1 | Anselm R. Garbe | 1 | -15/+11 | |
2007-09-15 | new colorscheme (16-bit compliant) | Anselm R. Garbe | 1 | -11/+3 | |
2007-09-15 | renamed config.default.h into config.h | Anselm R. Garbe | 1 | -1/+1 | |
2007-09-15 | removed config.arg.h, only 1 config.h necessary | Anselm R. Garbe | 1 | -12/+22 | |
2007-09-09 | introduced new define RESIZEHINTS, which allows to enable/disable size hint ↵ | Anselm R. Garbe | 1 | -0/+1 | |
handling in tiled resizals | |||||
2007-08-17 | applied Jukka Salmi's setmwfact patch | Anselm R. Garbe | 1 | -2/+2 | |
2007-08-16 | made plural arrays | Anselm R. Garbe | 1 | -3/+3 | |
2007-08-16 | made tag/view/toggle{tag,view} work on pointer to tags-array, there was the ↵ | Anselm R. Garbe | 1 | -39/+39 | |
need to define Key key[] not static to do this. split focusclient into focusnext/prev, fixed config.*.h's | |||||
2007-08-12 | moved floating to layout.c, kept tile.c outside | Anselm R. Garbe | 1 | -1/+0 | |
2007-08-12 | renamed MASTER into MWFACT, master into mwfact, and incmaster into addtomwfact | Anselm R. Garbe | 1 | -3/+3 | |
2007-08-11 | separated layout-specific stuff into separate .h and .c files which are ↵ | Anselm R. Garbe | 1 | -3/+4 | |
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 | 1 | -9/+4 | |
for details | |||||
2007-08-05 | changed shortcuts as described on the mailinglist, added sanity checks for ↵ | Anselm R. Garbe | 1 | -4/+6 | |
ratios during tile (fallback to wah if clients would get too small), documented that new stuff/shortcuts in dwm(1) | |||||
2007-08-04 | I introduced {H,V}RATIO and inc{h,v,}ratio() functions - the default behaves ↵ | Anselm R. Garbe | 1 | -3/+4 | |
like in dwm-4.3, config.arg.h shows how I prefer the ratio being handled (for the future I plan to change const char *arg into ..., and renaming Client into Win.) | |||||
2007-08-03 | implemented ratio tile as described on the mailinglist | Anselm R. Garbe | 1 | -5/+5 | |
2007-05-30 | referred to LICENSE file4.2 | Anselm R. Garbe | 1 | -6/+1 | |
2007-05-30 | Jukka also belongs to Copyright holders after all he has contributed and ↵ | Anselm R. Garbe | 1 | -0/+1 | |
done for dwm, updated -v as well | |||||
2007-05-29 | added nsz to copyright holders as well, because he did a lot recently | Anselm R. Garbe | 1 | -0/+1 | |
2007-05-29 | added anydot to Copyright holders, because he contributed a lot recently | Anselm R. Garbe | 1 | -0/+1 | |
2007-05-15 | made bar togglalble | Anselm R. Garbe | 1 | -1/+2 | |
2007-04-13 | yet another fix of copyright compactisition | Anselm R. Garbe | 1 | -3/+3 | |
2007-02-24 | prepared 3.7, ready to rambo3.7 | Anselm R. Garbe | 1 | -1/+1 | |
2007-02-23 | replacing Mod1-i with Mod1-Shift-j, Mod1-d with Mod1-Shift-k | Anselm R. Garbe | 1 | -2/+2 | |
2007-02-23 | default masterwidth should also be at 600 | Anselm R. Garbe | 1 | -1/+1 | |