aboutsummaryrefslogtreecommitdiff
path: root/dwm.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-27simplification of view() as proposed by anydotAnselm R Garbe1-10/+3
2008-04-27applied yiyus tagset patchAnselm R Garbe1-21/+16
2008-04-27applied yiyus fgeom patchAnselm R Garbe1-34/+37
2008-04-27applied dfenze drawtext simplificationsAnselm R Garbe1-8/+7
2008-04-20applied Ph's seltags-simplification with some modificationsanselm@anselm11-13/+10
2008-04-20applied Ph's MIN/MAX patch, nice work!anselm@anselm11-31/+22
2008-04-20applied Ph's patch regarding geom and lt initializationanselm@anselm11-8/+4
2008-04-20applied Gottox' applyrules() fixanselm@anselm11-2/+2
2008-04-07applied applyrules-fix by Jukka, thank you Jukka!Anselm R Garbe1-3/+3
2008-04-05fixAnselm R Garbe1-1/+1
2008-04-05applied the proposed monocle patch from the mailinglistAnselm R Garbe1-1/+1
2008-04-03yet another cleanupAnselm R Garbe1-2/+2
2008-04-02applied Peter Hartlich's simplification patch of setmfact and his revival of ...anselm@anselm11-41/+23
2008-04-01aspects hints seem broken for fullscreen appsAnselm R Garbe1-3/+5
2008-03-25bugfixAnselm R Garbe1-1/+1
2008-03-24setmfact should not have any effect if in floating layoutAnselm R Garbe1-1/+1
2008-03-24minor fixAnselm R Garbe1-1/+1
2008-03-24revival of mfact and setmfactAnselm R Garbe1-0/+21
2008-03-24setlayout and setgeom are now togglable againAnselm R Garbe1-18/+28
2008-03-24geom indicator and layout indicator is only displayed if there are several ge...Anselm R Garbe1-8/+14
2008-03-22hotfix of idxoftaganselm@anselm11-2/+2
2008-03-22blw/bgw calculation bugfixanselm@anselm11-7/+7
2008-03-19updated configurenotifyAnselm R Garbe1-1/+4
2008-03-17minor bugfix in applyrulesanselm@anselm11-1/+1
2008-03-17renamed c->border into c->bw, fixed monocle to subtract c->bw from each h/w v...Anselm R Garbe1-34/+34
2008-03-17geoms are now drawed in the status barAnselm R Garbe1-4/+12
2008-03-17removed the string-based setgeom approach, introduced a new Geom type instead...Anselm R Garbe1-72/+27
2008-03-15made the string-based setgeom workingAnselm R Garbe1-72/+53
2008-03-14some experimental state DO NOT USE THIS, I plan to have a nicer interface to ...Anselm R Garbe1-39/+95
2008-03-14some changes towards 4.9Anselm R Garbe1-8/+9
2008-03-13removed the comment againAnselm R Garbe1-2/+1
2008-03-13some polishing in tileh/tilevAnselm R Garbe1-52/+50
2008-03-13minor bugfixAnselm R Garbe1-1/+1
2008-03-13added a new commentAnselm R Garbe1-1/+2
2008-03-13some cleanupAnselm R Garbe1-2/+1
2008-03-13added updatebarpos()Anselm R Garbe1-4/+11
2008-03-13removed all defines of geoms, implemented setgeoms() instead, added config.an...Anselm R Garbe1-25/+53
2008-03-12some polishingAnselm R Garbe1-19/+5
2008-03-12updated dwm(1)Anselm R Garbe1-2/+0
2008-03-11added bx, by, bw, wx, wy, ww, wh, mx, my, mw, mh, mox, moy, mow, moh, tx, ty,...anselm@anselm11-41/+72
2008-03-06new stuffAnselm R Garbe1-10/+39
2008-03-06implemented setlayout in the way proposed on the ml, split tile() into two fu...Anselm R Garbe1-86/+92
2008-03-06allow for vstackAnselm R Garbe1-0/+1
2008-03-06added some comments what the TODOs are for 4.8Anselm R Garbe1-0/+7
2008-03-05removed some more useless clunkAnselm R Garbe1-7/+2
2008-03-05implemented the stuff as I discussed on dwm@Anselm R Garbe1-208/+61
2008-03-05fixed urgent hint handlingAnselm R Garbe1-3/+4
2008-03-05renamed maximise to monocle again.Anselm R Garbe1-3/+3
2008-03-05fixed urgency hint, though Xinerama integration is still ongoingAnselm R Garbe1-9/+17
2008-03-05next on TODOanselm@anselm11-10/+54