graph
- applied endless loop prevention on zoom()2006-08-07, by arg
- updated man page2006-08-07, by arg
- small fix of the last commit2006-08-05, by arg
- using -Os again, zoom is ignored in floating mode or on floating clients2006-08-05, by arg
- mouse grab needs also to grab for combinations of numlock/lockmask2006-08-05, by arg
- slight fix2006-08-05, by arg
- small performance tweak ;)2006-08-04, by arg
- fixed xterm font change (all other related apps should work fine with this fix as well)2006-08-04, by arg
- fixed view-change bug reported on the list2006-08-04, by arg
- no need for -g anymore, regexp matching works now2006-08-04, by arg
- fixed dmenu link (thx to deifl)2006-08-04, by arg
- switched to regexp matching for Rules2006-08-04, by arg
- fixed a bug in dmenu call2006-08-04, by arg
- using execl now, argv changed, using cmd and const char defs directly in the KEYS struct2006-08-04, by arg
- added dmenu to dwm.html2006-08-04, by arg
- small stylistic fix2006-08-04, by arg
- removed CONFIG2006-08-03, by arg
- make config.h not a time dependence2006-08-03, by arg
- removed rm config.h from clean2006-08-03, by arg
- added gmake compliance2006-08-03, by arg
- s/tag2/two/g2006-08-03, by arg
- applied Jukka's diff2006-08-03, by arg
- applied Sanders Makefile patch2006-08-03, by arg
- stylistic chnage2006-08-03, by arg
- removed TLast tag enum, now tags is simple defined as char *[] array, the rest is calculated correctly, rules take an int array for the tags2006-08-03, by arg
- hotfix of settags2006-08-03, by arg
- using SRC instead of *.c2006-08-03, by arg
- changed the files included in make dist2006-08-03, by arg
- applied Sanders doc changes, added a PHONY line and changed the output of config.h creation somewhat2006-08-03, by arg
- changed Client->tags and Rule->tags to be Bool (I'll also try to remove the TLast enum)2006-08-03, by arg
- implemented the idea presented by Sander for dwm target2006-08-02, by arg