graph
- typo fix2006-08-07, by arg
- applied Sanders man page/Makefile patch2006-08-07, by arg
- settle with grey2006-08-07, by arg
- next version is 0.82006-08-07, by arg
- made my colors tasting better with the background2006-08-07, by arg
- status box should have a border in my eyes2006-08-07, by arg
- next attempt for w on black switch2006-08-07, by arg
- Added tag 0.7 for changeset 3fb41412e2492f66476d92ce8f007a8b48fb1d2a2006-08-07, by arg
- prepared dwm.html0.7 2006-08-07, by arg
- added stripping to dwm target in Makefile2006-08-07, by arg
- changed getproto, maybe that might fix the killclient issue reported on the list2006-08-07, by arg
- 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
- changing MASTERW value from 52 to 60 (in both, default and arg), I feel this is better now2006-08-02, by arg
- fixed a type in README, and patched config.mk2006-08-02, by arg
- updated dwm.html2006-08-02, by arg
- Added tag 0.6 for changeset c11f86db4550cac5d0a648a3fe4d6d3b9a4fcf7e2006-08-02, by arg
- removed config.h (stupid hg)0.6 2006-08-02, by arg
- removed the CONFIG variable from config.mk, renamed config.h into config.default.h, after first clone/extract one needs to copy config.default.h to config.h, that is easier than always heavy typing make CONFIG=blafasel2006-08-02, by arg
- added Acroread.* and MPlayer.* to config.arg.h rules2006-08-02, by arg
- 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 Sander2006-08-02, by arg
- new stuff2006-08-02, by arg
- dwm is now exit, if stdin is closed due broken pipe2006-08-02, by arg
- implemented focus on enterwindow on titlebars2006-08-02, by arg
- applied Sanders patches (numlock2)2006-08-02, by arg
- reverting to old resize policy2006-08-02, by arg
- new resize stuff (using XConfigureWindow instead of XSendEvent)2006-08-02, by arg
- renamed WM_PROTOCOL_DELWIN into PROTODELWIN2006-08-01, by arg
- renamed ARRANGE into DEFMODE2006-08-01, by arg
- small fixes to dwm.html2006-08-01, by arg
- simplified README2006-08-01, by arg
- removed 1 missing LOC2006-08-01, by arg
- removed 5LOC2006-08-01, by arg
- removed artefacts of single-linked list (thanx to Jukka, I must have been mad)2006-08-01, by arg
- cleaned config.*h to prevent some confusion2006-08-01, by arg
- saved 2LOC2006-08-01, by arg
- uppercasing all define'd values (uppercase-prefixed should only be enum field qualifiers)2006-08-01, by arg
- fixed config.h files2006-08-01, by arg
- centralized/externalized configuration to config.h2006-08-01, by arg
- applied Cedric's NumLock patch2006-08-01, by arg
- applied Jukkas prev/next patch with XK_{h,l}2006-08-01, by arg
- applied Sanders patches2006-08-01, by arg
- committed a patch which fixes the hints of Jukka2006-08-01, by arg
- updated html2006-07-21, by arg
- Added tag 0.5 for changeset 22213b9a2114167ee8ba019a012e27da0422a61a2006-07-21, by arg
- prepared 0.50.5 2006-07-21, by arg
- some cleanups/fixes inspired by Jukka Salmi's feedback2006-07-21, by arg
- simplified main.c, switching back to single urxvt usage2006-07-21, by arg
- s/sleep 5/sleep 2/2006-07-21, by arg
- changed the status info README hint (more simple now, no extra script necessary)2006-07-21, by arg
- s/0.5/0.6/ - my steps are wider than the reality2006-07-21, by arg
- applied sanders maxfix patch2006-07-21, by arg
- added a note how to achieve status info in the bar2006-07-21, by arg
- preparing 0.6 which will be available in the evening after sanders patch approx.2006-07-21, by arg
- sanitization of several clunky stuff, removed heretag (rarely of use), simplified pop(), changed shortcuts to always contain MODKEY2006-07-21, by arg
- applied sanders no_sizehints for tiled mode patch (thx!)2006-07-20, by arg
- serious mistake in pop() (forgot to set c->prev to NULL on pop)2006-07-20, by arg
- using double-linked list in order to get correct prev focus handling2006-07-20, by arg
- added yet another CUTOMIZE tag2006-07-20, by arg
- cleaned the CUSTOMIZE flags2006-07-20, by arg
- made status bar drawing more robust, implemented togglemax and togglemode, works quite well2006-07-20, by arg
- cleaned up code2006-07-20, by arg
- Added tag 0.4 for changeset eb3165734f00fe7f7da8aeebaed00e60a57caac92006-07-20, by arg
- prepared 0.40.4 2006-07-20, by arg
- using O3 instead of Os, binary size still < 40kb2006-07-20, by arg
- fixed version in man page2006-07-20, by arg
- yet another html patch2006-07-20, by arg
- updated html2006-07-20, by arg
- makefile now sets permissions for executables and man pages2006-07-20, by arg
- removed c->f{x,y,w,h} and c->t{x,y,w,h} in favor for the new rule handling remembering two kinds of geometries is unnecessary, removed the randomized (x,y) setting on dofloat startup, was kind too random und unpredictable2006-07-20, by arg
- implemented regexp matching for rules2006-07-19, by arg
- applied Jukka's patch with s/ModKeyMask/MODKEY/g2006-07-19, by arg
- removed TODO, because dwm is nearly finished2006-07-19, by arg
- reapplied my default keybindings2006-07-19, by arg
- alternate dwm.png2006-07-19, by arg
- Added tag 0.3 for changeset 7e66082e5092fb0bccd18a3695a0bec52c80fdb22006-07-19, by arg
- some changes in the html page0.3 2006-07-19, by arg
- prepared 0.32006-07-19, by arg
- fixed the bug mentioned by Sander2006-07-19, by arg
- refactored Sanders code somewhat2006-07-19, by arg
- implemented fallback for too many clients in stacked mode2006-07-19, by arg
- and another fix...2006-07-19, by arg
- yet another typo fix2006-07-19, by arg
- fixed a typo2006-07-19, by arg
- floating clients get random (x,y) offsets now2006-07-19, by arg
- applied Sanders resize patch, fixed lower bug2006-07-19, by arg
- changed CFLAGs2006-07-18, by arg
- firefox instance is different now2006-07-18, by arg
- changed occurrences of wmii.de into 10kloc.org in dwm.html, because 10kloc.org is already working2006-07-18, by Anselm R. Garbe
- implemened distinguishing float/managed geometries of clients (works quite well)2006-07-18, by Anselm R. Garbe
- pop on heretag2006-07-18, by Anselm R. Garbe
- added heretag command which allows to tag a client of a foreign tag with current tag2006-07-18, by Anselm R. Garbe