graph
- fixed typo2006-08-25, by Anselm R. Garbe
- s/TILED/TILE/g2006-08-25, by Anselm R. Garbe
- removed a bunch of lines, made mode symbols configurable2006-08-25, by Anselm R. Garbe
- changed symbols for float/tiled mode, added mouse-driven mode toggle to buttonpress()2006-08-25, by Anselm R. Garbe
- small fix to separate client title from right-most tag2006-08-25, by Anselm R. Garbe
- restored config.arg.h2006-08-25, by Anselm R. Garbe
- new color stuff/new rendering stuff2006-08-25, by Anselm R. Garbe
- back to 3 colors2006-08-25, by Anselm R. Garbe
- fixed2006-08-24, by Anselm R. Garbe
- 3->4 colors2006-08-24, by Anselm R. Garbe
- Added tag 1.0 for changeset bbc98e77ae89a7c9232a5be0835f60ea00d8036e2006-08-24, by Anselm R. Garbe
- prepared dwm-1.01.0 2006-08-24, by Anselm R. Garbe
- yet another fix2006-08-24, by Anselm R. Garbe
- small man page fix2006-08-24, by Anselm R. Garbe
- found less intrusive way2006-08-24, by Anselm R. Garbe
- changing tag indicator through underline2006-08-24, by Anselm R. Garbe
- black on light is really better, I notice this after all2006-08-23, by Anselm R. Garbe
- updated man page2006-08-23, by Anselm R. Garbe
- applied tag drawing change to man page2006-08-23, by Anselm R. Garbe
- implemented right tag drawing in the status bar and titlebars2006-08-23, by Anselm R. Garbe
- removed a blank line2006-08-23, by Anselm R. Garbe
- eliminated sentinel warning2006-08-23, by Anselm R. Garbe
- small fix of man page2006-08-23, by Anselm R. Garbe
- implemented class:inst:title matching2006-08-23, by Anselm R. Garbe
- applied zero_to_five patch2006-08-23, by Anselm R. Garbe
- tags appear in the left again2006-08-23, by Anselm R. Garbe
- separated setup stuff into main.c:setup() - this makes main() more readable2006-08-23, by Anselm R. Garbe
- updated man page2006-08-22, by Anselm R. Garbe
- titlebars contain tags in the right now2006-08-22, by Anselm R. Garbe
- fixed default key bindings (indexes of tags were screwed up)2006-08-22, by Anselm R. Garbe
- rearranged getproto2006-08-22, by Anselm R. Garbe
- removed winprop (merged into getproto)2006-08-22, by Anselm R. Garbe
- separated several functions into view.c2006-08-22, by Anselm R. Garbe
- removed DEFTAG2006-08-22, by Anselm R. Garbe
- removed badmalloc (thx for the pointer to Uriel)2006-08-22, by Anselm R. Garbe
- rxvt is quite slow under OpenBSD2006-08-22, by Anselm R. Garbe
- font fix2006-08-22, by Anselm R. Garbe
- slight change of my config.h2006-08-22, by Anselm R. Garbe
- fixed2006-08-22, by Anselm R. Garbe
- windows which have set transient_for hint inherit the transient_for window tags now2006-08-21, by arg
- after switching to OpenBSD again, I switched back to a saner color scheme2006-08-21, by arg
- applied Sanders focus_* patches, removed the unnecessary clean-prefix from the new function names2006-08-21, by Anselm R.Garbe
- small renamings of two static functions2006-08-21, by Anselm R.Garbe
- small changes to dwm.1, rearranged order within main event loop2006-08-21, by Anselm R.Garbe
- applied Sanders patch2006-08-18, by Anselm R.Garbe
- made a new client position strategy similiar to that one proposed by Sander, but which takes top bar into account2006-08-18, by Anselm R.Garbe
- fixed a bug reported by sander2006-08-17, by Anselm R.Garbe
- applied the shorter xprop command2006-08-17, by Anselm R.Garbe
- centering apps only if transient_for is not(!) set2006-08-17, by Anselm R.Garbe
- fixed issue Sander reported2006-08-17, by Anselm R.Garbe
- corrected order of cleanup code 2006-08-16, by Anselm R.Garbe
- condition was insufficient2006-08-16, by Anselm R.Garbe
- fixed issue reported by sander2006-08-16, by Anselm R.Garbe
- added general centralization rule for new clients (works around various borken apps)2006-08-16, by Anselm R.Garbe
- removed leading ;2006-08-16, by Anselm R.Garbe
- added sample command to config.default.h to highlight how to query class:instance info with a one-liner of shell commands2006-08-16, by Anselm R.Garbe
- applied another config.mk patch made by sander2006-08-16, by Anselm R.Garbe
- we close stdin as well2006-08-16, by Anselm R.Garbe
- simplified sort | uniq into sort -u (on my boxes all sort support -u)2006-08-16, by Anselm R.Garbe
- fixing small bug in config.mk2006-08-15, by Anselm R.Garbe
- adding forgetten whitespace2006-08-15, by Anselm R.Garbe
- added gmane archive to dwm.html2006-08-15, by Anselm R.Garbe
- Added tag 0.9 for changeset fae61afa861755636c4a1070694209ace8efbb6c2006-08-15, by Anselm R.Garbe
- prepared dwm-0.90.9 2006-08-15, by Anselm R.Garbe
- extended cleanup2006-08-15, by Anselm R.Garbe
- applied Sanders changes to config.arg.h2006-08-15, by Anselm R.Garbe
- applied jk_to_tab patch2006-08-15, by Anselm R.Garbe
- changed main event loop2006-08-15, by Anselm R.Garbe
- removed NUMLOCKMASK, added dynamically calculated numlockmask instead2006-08-14, by Anselm R.Garbe
- added Sander to LICENSE (since he has contributed/revised big portions)2006-08-14, by Anselm R.Garbe
- applied viewsel.patch2006-08-14, by Anselm R.Garbe
- applied sanders man page patch, removed button2 from bar click2006-08-14, by Anselm R.Garbe
- applied sanders tag()/toggletag() fixes2006-08-14, by Anselm R.Garbe
- fixed2006-08-14, by Anselm R.Garbe
- added missing arrange2006-08-14, by Anselm R.Garbe
- changed replacetag into toggletag2006-08-14, by Anselm R.Garbe
- added some flicker prevention2006-08-14, by Anselm R.Garbe
- remove unnecessary XSync2006-08-14, by Anselm R.Garbe
- changed order of selecting input at root window2006-08-14, by Anselm R.Garbe
- removed finished message2006-08-14, by Anselm R.Garbe
- added mappingnotify event for kb refreshes2006-08-14, by Anselm R.Garbe
- removed unneecessary crap2006-08-14, by Anselm R.Garbe
- applied the saner patch (removed the pathetic one)2006-08-14, by Anselm R.Garbe
- pplied Sanders appendtag patch2006-08-14, by Anselm R.Garbe
- some other small fixes2006-08-14, by Anselm R.Garbe
- removed ungrabkeys again (because of sander's mail)2006-08-14, by Anselm R.Garbe
- fixed string cutting2006-08-14, by Anselm R.Garbe
- fixed a core dump2006-08-14, by Anselm R.Garbe
- implemented ungrabkeys() which is called in cleanup()2006-08-14, by Anselm R.Garbe
- implemented restack behavior (floats are on top in tiled mode)2006-08-14, by Anselm R.Garbe
- fixed string cutting in draw.c2006-08-14, by Anselm R.Garbe
- applied Sanders LD and resize patches2006-08-14, by Anselm R.Garbe
- removed viewnext/viewprev2006-08-14, by Anselm R.Garbe
- supplying NULL args in select2006-08-14, by Anselm R.Garbe
- reducing ConnectionNumber calls to a bare minimum2006-08-14, by Anselm R.Garbe
- updated man page, added CAVEATS section2006-08-13, by Anselm R.Garbe
- made shortcuts like proposed by Sander, renamed viewextend to toggleview (more clear)2006-08-13, by Anselm R.Garbe
- implemented viewextend and added M-S-C-n shortcuts for extending the current view... updated man page (works great!) nice feature2006-08-11, by Anselm R.Garbe
- implement multi-tag selection through button3 click on the specific tag2006-08-11, by Anselm R.Garbe
- after some days of experimenting with grey background, I finally give up and switch to white on black ;)2006-08-11, by Anselm R.Garbe
- applied Sanders fixes to dwm.12006-08-11, by Anselm R.Garbe
- fixed dwm.1, added Mod1-Shift-c (was missing for an odd reason)2006-08-11, by Anselm R.Garbe
- simplified drawtext2006-08-11, by Anselm R.Garbe
- updated dwm(1)2006-08-11, by Anselm R.Garbe
- upgraded version info2006-08-11, by Anselm R.Garbe
- applied Sander's patch as well2006-08-11, by Anselm R.Garbe
- realized that client focussing through the bar is pretty useless, better is sloppy view focussing for B1/B3 as well instead2006-08-11, by Anselm R.Garbe
- implemented focusprev on button1 press in the bar, and focusnext on button3 press in the bar2006-08-11, by Anselm R.Garbe
- simplified unmanage2006-08-11, by Anselm R.Garbe
- removed the if(clients) check from popping code2006-08-11, by Anselm R.Garbe
- added dwm favicon2006-08-10, by Anselm R.Garbe
- applied Sanders zoom_update patch2006-08-10, by Anselm R.Garbe
- respecting inc hints in floating mode on togglemax2006-08-10, by Anselm R.Garbe
- reverting last patch, that sucks, I don't care about retarded apps like gvim2006-08-10, by Anselm R.Garbe
- togglemax repects inc-hints (this way gvim can be toggle'maxed as well)2006-08-10, by Anselm R.Garbe
- applied grammar correction by ILF2006-08-10, by Anselm R.Garbe
- Added tag 0.8 for changeset cd15de32e173f8ce97bfe1c9b6607937b59056b42006-08-10, by Anselm R.Garbe
- prepared 0.80.8 2006-08-10, by Anselm R.Garbe
- updated html2006-08-10, by Anselm R.Garbe
- fixed the issue reported by sander (gaps at left columns button due to round-offs)2006-08-10, by Anselm R.Garbe
- applied sumik's multihead patch2006-08-10, by Anselm R.Garbe
- applied sander's patch2006-08-10, by Anselm R.Garbe
- readded border color, this sucks least2006-08-10, by Anselm R.Garbe
- drawing border with fg color2006-08-10, by Anselm R.Garbe
- removed unnecessary border color2006-08-10, by Anselm R.Garbe
- swapping my default colors (bg with fg)2006-08-10, by Anselm R.Garbe
- made terminals darker, that is better indeed2006-08-10, by Anselm R.Garbe
- disallow zoom on maximized clients2006-08-10, by Anselm R.Garbe
- added zoom on Mod1-Button1 on managed clients only (there is no moving possible)2006-08-09, by Anselm R.Garbe
- removed NET_ACTIVE_WINDOW handling2006-08-08, by Anselm R.Garbe
- implemented NET_ACTIVE_WINDOW support2006-08-08, by Anselm R.Garbe
- fixed typo2006-08-08, by Anselm R.Garbe
- it always takes a while until one sticks to a colorscheme, but this one feels well2006-08-08, by Anselm R.Garbe
- default colors are best2006-08-08, by Anselm R.Garbe
- without borders it looks cleaner2006-08-08, by Anselm R.Garbe
- red is easier to my eyes with ffffaa bg2006-08-08, by Anselm R.Garbe
- using a better colorscheme (ffffaa is the best background for black)2006-08-08, by Anselm R.Garbe
- applied Sanders tiny patches2006-08-08, by Anselm R.Garbe
- removed some "2006-08-07, by arg
- I really only need 3 tags2006-08-07, by arg
- added a trailing '.' to shortcut descriptions in dwm(1)2006-08-07, by arg
- changed signature of drawtext2006-08-07, by arg
- applied grabbing-- and shell_minimal2006-08-07, by arg
- updated screenshot section2006-08-07, by arg
- changed font size, I'm not blind...2006-08-07, by arg
- small fix of a comment2006-08-07, by arg
- 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