JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
dwm.git
2007-05-15 Anselm R. Garberemoved strip, added -s to LDFLAGS
2007-05-15 Anselm R. Garbeadded new Mod1-b functionality to dwm(1)
2007-05-15 Anselm R. Garbeanother fix, call lt->arrange() in togglebar only
2007-05-15 Anselm R. Garbefixed bpos init
2007-05-15 Anselm R. Garbemade bar togglalble
2007-05-14 Anselm R. Garbethanks to Jukka
2007-05-14 Anselm R. Garbeadded the GTK Save-As bug report to BUGS section of...
2007-05-14 Anselm R. Garbeapplied dfenze cleanups, fixed some comments in dwm.h
2007-05-10 Anselm R. Garbesmall fix of fix
2007-05-10 Anselm R. Garbefixed a potential security flaw
2007-05-09 Anselm R. Garbeapplied Maarten Maathuis recenter-patch for floating...
2007-05-09 Anselm R. Garbes/remain/remainder/
2007-05-09 Anselm R. Garbefixing remaining space calculation
2007-05-08 Anselm R. Garbethanks to Juka to check -Wall ;)
2007-05-07 Anselm R. Garbenext version is 4.1
2007-05-07 Anselm R. Garbeapplied patch of Paul Liu to allow onthefly resizing...
2007-04-19 Anselm R. GarbeAdded tag 4.0 for changeset 018c38468422
2007-04-19 Anselm R. Garbefixed the border issue for mplayer, ff is definately...
2007-04-19 Anselm R. Garbetouch border
2007-04-18 Anselm R. Garbeset border at manage time
2007-04-18 Anselm R. Garbeusing pixelcarnage-monospace (proggyclean), because...
2007-04-17 Anselm R. Garbechanged border handling
2007-04-13 Anselm R. Garbechanging order of c->border restorage
2007-04-13 Anselm R. GarbeI used 2006 in other places as well
2007-04-13 Anselm R. Garbeyet another fix of copyright compactisition
2007-04-13 Anselm R. Garbemaking Copyright notices more compact
2007-04-11 Anselm R. Garbenext version will be 4.0, so don't expect it within...
2007-04-11 Anselm R. Garbemake also transients floating when we do not know the...
2007-04-02 Anselm R. GarbeAdded tag 3.9 for changeset 55478328b242
2007-03-29 Anselm R. Garbenext version will be 3.9, but don't expect it this...
2007-03-29 Anselm R. Garbeadd an additional check in resize() to prevent a crash...
2007-03-05 Anselm R. GarbeAdded tag 3.8 for changeset 2ea201354cf0
2007-03-02 Anselm R. Garbewe don't need to set the font all the time
2007-03-01 Anselm R. Garbesome changes to updatesizehints, I don't change the...
2007-02-26 Anselm R. Garberemoved sendevent
2007-02-26 Anselm R. GarbeEscape -s in dwm.1
2007-02-24 Anselm R. GarbeAdded tag 3.7 for changeset baee494346e5
2007-02-24 Anselm R. Garbeprepared 3.7, ready to rambo
2007-02-24 Anselm R. Garberemoved an unnecessary newline
2007-02-24 Anselm R. Garberemoved superfluous externs (except for tags, because...
2007-02-23 Anselm R. Garbereplacing Mod1-i with Mod1-Shift-j, Mod1-d with Mod1...
2007-02-23 Anselm R. Garbeoops, small bugfix in my config
2007-02-23 Anselm R. Garbedefault masterwidth should also be at 600
2007-02-23 Anselm R. Garbechanged order if h/l
2007-02-23 Anselm R. Garbewell I agree to several people claiming h/j/k/l is...
2007-02-22 Anselm R. Garberenamed untiled into floating, keeping tiled instead...
2007-02-22 Anselm R. Garbehahaha, untiled and non-untiled sounded really cumbersome
2007-02-22 Anselm R. Garbemade Fnt an anonymous inner struct
2007-02-22 Anselm R. Garbemade Fnt an anonymous inner struct
2007-02-22 Anselm R. Garbenah, I don't want 640 as MASTERWIDTH
2007-02-22 Anselm R. Garbeusing MASTERWIDTH=640 and 32px steps by default (incmas...
2007-02-22 Anselm R. Garbesimplified focusclient()
2007-02-22 Anselm R. Garberenamed versatile into untiled
2007-02-22 Anselm R. Garbemerged focus{prev.next} into focusclient(1/-1)
2007-02-22 Anselm R. Garbemade dwm.h more tidy (thx Jukka for the zoom() hint)
2007-02-22 Anselm R. Garbeoops
2007-02-22 Anselm R. Garbesmall bugfix
2007-02-22 Anselm R. Garbefixed some issues due to the Arg->const char * transition
2007-02-22 Anselm R. Garberestoring default keybindings as Sander complained
2007-02-22 Anselm R. Garbereplaced Arg union with const char *arg, seems cleaner...
2007-02-22 Anselm R. Garbere-added xterm to config.default.h
2007-02-22 Anselm R. Garberemoved button4/5-bindings for incnmaster on mode label...
2007-02-22 Anselm R. Garbefixed order of key bindings described in dwm.1
2007-02-22 Anselm R. Garbestatus needs update even in togglemax() - since we...
2007-02-22 Anselm R. Garbereusing drawsquare for client title, empty square befor...
2007-02-22 Anselm R. Garbedwm draws a small caret before the client title if...
2007-02-22 Anselm R. Garbenah grouped keybindings by context
2007-02-22 Anselm R. Garbefixed exit condition in togglemax()
2007-02-22 Anselm R. Garbefixing missing extern declars in dwm.h for {de,at}tach()
2007-02-22 Anselm R. Garbeseveral changes, made togglemax extern and separated...
2007-02-21 Anselm R. Garbejust ignore the FD_ISSET check in main.c of xfd, just...
2007-02-21 Anselm R. Garbeoptimizing background color of terminals
2007-02-21 Anselm R. Garbeusing 333 as background, hey proggyclean is really...
2007-02-21 Anselm R. Garbeswitching to 13pt proggyclean (this fits better my...
2007-02-21 Anselm R. Garbeusing smaller font
2007-02-21 Anselm R. Garbeusing a green selborder
2007-02-21 Anselm R. Garbereverting to bg 555
2007-02-21 Anselm R. Garbes/555/357/ for SELCOLOR
2007-02-21 Anselm R. Garbeswitching to urxvtcd for the moment (the uxterm flicker...
2007-02-21 Anselm R. GarbeAdded tag 3.6.1 for changeset 20ec6976cee1
2007-02-21 Anselm R. Garbecreating 3.6.1
2007-02-21 Anselm R. Garbereverted accidental removal of sx, sy
2007-02-21 Anselm R. Garberemoved some global vars which should be static instead
2007-02-21 Anselm R. Garbemoved focus{next,prev} and nexttiled from client.c...
2007-02-21 Anselm R. Garbecleaned up and commented the config.*.h
2007-02-21 Anselm R. GarbeAdded tag 3.6 for changeset 75b1b25fe0d7e29400baf305681...
2007-02-21 Anselm R. Garbefixed quoting and a comment
2007-02-20 Anselm R. Garberenamed setfont to initfont, getcolor to initcolor
2007-02-20 Anselm R. Garbefixed order
2007-02-20 Anselm R. Garbeadded draw.c again (except getcolor and setfont which...
2007-02-20 Anselm R. Garbeseparating drawsquare from drawtext, made drawtext...
2007-02-20 Anselm R. Garberechecked with OpenBSD
2007-02-20 Anselm R. Garbesplit screen.c into layout.c and tag.c (because the...
2007-02-19 Anselm R. Garbeusing eprint instead of fputs
2007-02-19 Anselm R. Garbereplaced togglelayout with setlayout
2007-02-19 Anselm R. Garbechanged some odering in config*.h
2007-02-19 Anselm R. Garberenamed Client->versatile and Rule->versatile into...
2007-02-19 Anselm R. Garberenames swim[ming] into versatile
2007-02-19 Anselm R. Garberenamed floating into swimming (this does not clash...
2007-02-19 Anselm R. Garberemoved debug compile flags
next