JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
dwm.git
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
2007-02-19 Anselm R. Garbeintroduced Layout struct
2007-02-19 Anselm R. Garbesome more code polishing
2007-02-19 Anselm R. Garbeforgot an extern declaration
2007-02-19 Anselm R. Garbebugfix of transient handling
2007-02-19 Anselm R. Garberemoved procevent, more refactoring
2007-02-19 Anselm R. Garbedraw.c is useless (belongs to main.c now)
2007-02-19 Anselm R. Garberenamed view.c into screen.c
2007-02-19 Anselm R. Garberenamed manage.c to view.c
2007-02-19 Anselm R. Garberenamed Rule members, renamed RReg into Regexps
2007-02-19 Anselm R. Garbemerged tag.c, view.c and tile.c to manage.c
2007-02-19 Anselm R. Garbesome more refactoring
2007-02-19 Anselm R. Garbeadded some new convenience functions
2007-02-19 Anselm R. Garbesome more refactoring
2007-02-19 Anselm R. Garbeintroduced tile.c, some refactoring of functions
2007-02-19 Anselm R. Garbesimplified configurerequest to a bare minimum, removed...
2007-02-19 Anselm R. Garbefixed configurerequest according to Jukkas complains
2007-02-19 Anselm R. Garbefixed configurerequest according to the problem Jukka...
2007-02-19 Anselm R. Garbedon't resize master if not in tiled mode
2007-02-16 Anselm R. Garberemoved useless space
2007-02-16 Anselm R. Garbewell, resize should be called in dofloat anyways ;)
2007-02-16 Anselm R. Garberemoved ugly ban(), extended resize() that it only...
2007-02-16 Anselm R. Garberemoved getnext/getprev, redundant
2007-02-14 Anselm R. Garbeadded ban() which takes care than a banned window is...
2007-02-14 Anselm R. GarbeAdded tag 3.5 for changeset 63ad05e7f9e1
2007-02-14 Anselm R. Garbesimplifying regexps in config samples
2007-02-14 Anselm R. Garbemade for/if/else constructs more consistent, some code...
2007-02-14 Anselm R. Garbemade configurerequest more tidy
2007-02-13 Anselm R. GarbeI didn't knew of c->isfixed, that should fix Jukkas...
2007-02-13 Anselm R. Garbemaking it more sure that transient checks will work...
2007-02-13 Anselm R. Garbestupid me, one needs to set c->{x,y,w,h} in configurere...
2007-02-13 Anselm R. Garbesimplified configurerequest
2007-02-12 Anselm R. Garbeyet another consistency fix of dwm
2007-02-12 Anselm R. GarbeI don't see any reason why we should select for input...
2007-02-12 Anselm R. Garbebugfix of bugfix (thx to Sander)
2007-02-12 Anselm R. Garbefixed a bug
2007-02-12 Anselm R. Garbeduring writing 2wm.1 I noticed some bugs in dwm.1
2007-02-12 Anselm R. Garberemoving all EnterNotifys after resize
2007-02-12 Anselm R. Garbeadded pointer warp on drop in resize
2007-02-09 Anselm R. Garbepneubeck pointed out an obvious thing, that a second...
2007-02-09 Anselm R. Garbetreating acroread and mplayer floating by default
2007-02-09 Anselm R. Garbeadapting John Grahor's patch to dwm-3.5
2007-02-08 Anselm R. Garbefixed copyright notice in Makefile
2007-02-08 Anselm R. Garbefixed order of Bool declarations
2007-02-08 Anselm R. Garbeadded TOPBAR option for making the bar appear what...
2007-02-08 Anselm R. Garbenext version is 3.5
2007-02-08 Anselm R. Garbemaking the bar appear at bottom
2007-02-07 Anselm R. GarbeAdded tag 3.4 for changeset 9ede7b2d2450
2007-02-07 Anselm R. Garberemoved debug flags
2007-02-07 Anselm R. Garbereplaced getproto with a saner function, now old-school...
2007-02-06 Anselm R. Garbeyet another fix
2007-02-06 Anselm R. Garbesimplification
2007-02-06 Anselm R. Garbeimplemented aspect ratio support of windows
next