aboutsummaryrefslogtreecommitdiff
path: root/dwm.h
AgeCommit message (Expand)AuthorLines
2007-01-16removed erealloc (not used)Anselm R. Garbe-1/+0
2007-01-16removed unnecessary bx, by, bw variablesAnselm R. Garbe-1/+1
2007-01-15removed drawclient and drawall (they performed useless operations/consumed us...Anselm R. Garbe-2/+0
2007-01-14implemented new color scheme accordingly to Sanders proposalAnselm R. Garbe-2/+1
2007-01-14removed mode label stuffAnselm R. Garbe-3/+1
2007-01-14removed client title barAnselm R. Garbe-5/+0
2007-01-08reorganizedAnselm R. Garbe-0/+1
2007-01-08implemented nmaster appearance in mode label (using %u)Anselm R. Garbe-0/+1
2007-01-05experimental version which allows master clients being increased/decreasedAnselm R. Garbe-1/+3
2007-01-04fixed comment of drawclient()Anselm R. Garbe-1/+1
2007-01-04renamed drawtitle into drawclientAnselm R. Garbe-1/+1
2007-01-02correctionsarg@mig29-1/+1
2007-01-02next version will contain updated copyright noticearg@mig29-1/+1
2007-01-02changed comment of updatesizehintsarg@mig29-1/+1
2007-01-01renamed updatesize into updatesizehints (thx to Sander for this hint)arg@mig29-1/+1
2006-12-12removed Client->gravarg@mig29-1/+0
2006-12-11removed gravitate for the momentarg@mig29-1/+0
2006-11-30removed viewall signature from dwm.harg@mig29-1/+0
2006-11-27added man page entryarg@mig29-1/+1
2006-11-27added togglefloat to hg tip (i consider this useful for some cases), using MO...arg@mig29-0/+1
2006-11-22fifififarg@mig29-1/+1
2006-11-16applied Gottox' windowarea patcharg@mig29-0/+1
2006-10-31renamed resizecol into resizemasterarg@mig29-1/+1
2006-10-27applied sanders try2 patcharg@mig29-1/+1
2006-10-16moved MOUSEMASK into event.c (not used in other places)Anselm R. Garbe-1/+0
2006-10-06do* has no Arg arument anymore (never called directly)Anselm R. Garbe-3/+3
2006-10-06code polishing, removed unnecessary newlinesAnselm R. Garbe-2/+1
2006-10-05removed the stack position stuffAnselm R. Garbe-6/+0
2006-10-05keep master ratio on resizecol -> arrangeAnselm R. Garbe-3/+3
2006-10-05simplified dotile()Anselm R. Garbe-1/+0
2006-09-29removed useless updatemasterAnselm R. Garbe-1/+0
2006-09-29removed the direction flippingAnselm R. Garbe-2/+0
2006-09-29added the new dotile as described on mlAnselm R. Garbe-3/+6
2006-09-29prelim of dotile()Anselm R. Garbe-0/+1
2006-09-29first step to a more flexible dotile() algorithmAnselm R. Garbe-1/+7
2006-09-28applied Jukkas patchAnselm R. Garbe-0/+2
2006-09-27fixing the settags issue, preparing 1.7.1Anselm R. Garbe-0/+1
2006-09-26added configure(), but this doesn't really fix those frking broken SDL appsarg@mmvi-0/+1
2006-09-25applied sanders jukka patcharg@mmvi-1/+1
2006-09-25applied Jukkas patcharg@mmvi-6/+6
2006-09-22small change to achieve Jukka's last proposalarg@mmvi-1/+2
2006-09-22fixed issue pointed out by Jukkaarg@mmvi-1/+0
2006-09-22implemented the maximization as I described on the mailinglist, this feels be...arg@mmvi-2/+2
2006-09-20improved intro comment in dwm.h, updated config.mkarg@mmvi-3/+3
2006-09-19some simplifications to intro in dwm.harg@mmvi-13/+13
2006-09-12some more simplifications of intro comment in dwm.h, this should suffice for ...Anselm R. Garbe-20/+14
2006-09-12made introduction comment in dwm.h shorterAnselm R. Garbe-20/+15
2006-09-12added a general comment to dwm.h how dwm is basically organizedAnselm R. Garbe-0/+40
2006-09-11some other simplificationsAnselm R. Garbe-11/+11
2006-09-11small change to comments, renamed two set* functions in client.c into update*Anselm R. Garbe-11/+11