aboutsummaryrefslogtreecommitdiff
path: root/dwm.c
AgeCommit message (Expand)AuthorLines
2008-05-17removed monocle for nowAnselm R Garbe-10/+0
2008-05-17removed the exact focus mechanism of next/prev windowAnselm R Garbe-17/+15
2008-05-17moved all tile()-related stuff into tile.c which is included from config.def....Anselm R Garbe-101/+9
2008-05-17removed tileh, renamed tilev into tile again, removed counttiles, tilemasterAnselm R Garbe-56/+14
2008-05-17removed Layout->isfloatingAnselm R Garbe-27/+17
2008-05-17removed reapply() -- unnecessaryAnselm R Garbe-12/+0
2008-05-17renamed setlayout into togglelayoutAnselm R Garbe-24/+24
2008-05-15removed temporary wildcard handlingAnselm R Garbe-6/+2
2008-05-15added wild-card handling for tagsAnselm R Garbe-2/+6
2008-05-14applied nsz's another style patchAnselm R Garbe-4/+3
2008-05-13applied nsz's style.diff patchAnselm R Garbe-14/+13
2008-05-13just added a commentAnselm R Garbe-1/+1
2008-05-11minor fixesAnselm R Garbe-3/+1
2008-05-11having monocle on Mod1-mAnselm R Garbe-1/+1
2008-05-11hotfixAnselm R Garbe-1/+1
2008-05-11removed Geom stuff, introduced updategeom() again, still view is somewhat bro...Anselm R Garbe-71/+51
2008-05-11implemented exact focus next, if arg != NULL to focus{next,prev}Anselm R Garbe-15/+17
2008-05-06applied the proposal by nszAnselm R Garbe-3/+5
2008-05-06applied JUCE patchAnselm R Garbe-0/+1
2008-04-27simplification of view() as proposed by anydotAnselm R Garbe-10/+3
2008-04-27applied yiyus tagset patchAnselm R Garbe-21/+16
2008-04-27applied yiyus fgeom patchAnselm R Garbe-34/+37
2008-04-27applied dfenze drawtext simplificationsAnselm R Garbe-8/+7
2008-04-20applied Ph's seltags-simplification with some modificationsanselm@anselm1-13/+10
2008-04-20applied Ph's MIN/MAX patch, nice work!anselm@anselm1-31/+22
2008-04-20applied Ph's patch regarding geom and lt initializationanselm@anselm1-8/+4
2008-04-20applied Gottox' applyrules() fixanselm@anselm1-2/+2
2008-04-07applied applyrules-fix by Jukka, thank you Jukka!Anselm R Garbe-3/+3
2008-04-05fixAnselm R Garbe-1/+1
2008-04-05applied the proposed monocle patch from the mailinglistAnselm R Garbe-1/+1
2008-04-03yet another cleanupAnselm R Garbe-2/+2
2008-04-02applied Peter Hartlich's simplification patch of setmfact and his revival of ...anselm@anselm1-41/+23
2008-04-01aspects hints seem broken for fullscreen appsAnselm R Garbe-3/+5
2008-03-25bugfixAnselm R Garbe-1/+1
2008-03-24setmfact should not have any effect if in floating layoutAnselm R Garbe-1/+1
2008-03-24minor fixAnselm R Garbe-1/+1
2008-03-24revival of mfact and setmfactAnselm R Garbe-0/+21
2008-03-24setlayout and setgeom are now togglable againAnselm R Garbe-18/+28
2008-03-24geom indicator and layout indicator is only displayed if there are several ge...Anselm R Garbe-8/+14
2008-03-22hotfix of idxoftaganselm@anselm1-2/+2
2008-03-22blw/bgw calculation bugfixanselm@anselm1-7/+7
2008-03-19updated configurenotifyAnselm R Garbe-1/+4
2008-03-17minor bugfix in applyrulesanselm@anselm1-1/+1
2008-03-17renamed c->border into c->bw, fixed monocle to subtract c->bw from each h/w v...Anselm R Garbe-34/+34
2008-03-17geoms are now drawed in the status barAnselm R Garbe-4/+12
2008-03-17removed the string-based setgeom approach, introduced a new Geom type instead...Anselm R Garbe-72/+27
2008-03-15made the string-based setgeom workingAnselm R Garbe-72/+53
2008-03-14some experimental state DO NOT USE THIS, I plan to have a nicer interface to ...Anselm R Garbe-39/+95
2008-03-14some changes towards 4.9Anselm R Garbe-8/+9
2008-03-13removed the comment againAnselm R Garbe-2/+1