aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
AgeCommit message (Expand)AuthorLines
2008-06-14fix of swapped focusstack mouse buttonsAnselm R Garbe-2/+2
2008-06-14removed root window click handlingAnselm R Garbe-1/+0
2008-06-14removed font and color definitionsAnselm R Garbe-18/+21
2008-06-12updateAnselm R Garbe-1/+1
2008-06-11integrated yiyus mouse.diff (though the bar click handling is slightly broken...Anselm R Garbe-25/+59
2008-06-11made Xinerama screen index customizableAnselm R Garbe-4/+8
2008-06-11added nsz' patchAnselm R Garbe-0/+3
2008-06-11integrated Peter Hartlich's patch, removed const char *c from union, simplifi...Anselm R Garbe-4/+4
2008-06-11applied anydot's patchset.diffAnselm R Garbe-35/+35
2008-06-01Gottox' drawtext simplificationAnselm R Garbe-1/+1
2008-06-01applied noviewprev.diff, fix.diff and unusedflags.diffAnselm R Garbe-1/+1
2008-05-26removed Layout->updategeom, unnecessaryAnselm R Garbe-3/+3
2008-05-26applied yiyus domax patch with slight modificationsAnselm R Garbe-36/+16
2008-05-22s/int/uint/ in config.hAnselm R Garbe-38/+38
2008-05-22setmfact argument was wrongAnselm R Garbe-2/+2
2008-05-22applied Gottox bitmask + void *arg patchAnselm R Garbe-43/+44
2008-05-19merged tile.c again into dwm.canselm@anselm1-3/+1
2008-05-19recent changes, introduced togglebar, changed some defines into variable decl...Anselm R Garbe-4/+9
2008-05-17removed the <M> togglelayout callAnselm R Garbe-3/+2
2008-05-17removed monocle for nowAnselm R Garbe-1/+0
2008-05-17removed the exact focus mechanism of next/prev windowAnselm R Garbe-2/+0
2008-05-17moved all tile()-related stuff into tile.c which is included from config.def....Anselm R Garbe-7/+7
2008-05-17removed tileh, renamed tilev into tile again, removed counttiles, tilemasterAnselm R Garbe-1/+1
2008-05-17removed Layout->isfloatingAnselm R Garbe-4/+4
2008-05-17removed reapply() -- unnecessaryAnselm R Garbe-1/+0
2008-05-17renamed setlayout into togglelayoutAnselm R Garbe-74/+73
2008-05-11having monocle on Mod1-mAnselm R Garbe-0/+1
2008-05-11removed Geom stuff, introduced updategeom() again, still view is somewhat bro...Anselm R Garbe-11/+1
2008-05-11cleaned up config.def.hAnselm R Garbe-8/+2
2008-05-11implemented exact focus next, if arg != NULL to focus{next,prev}Anselm R Garbe-0/+2
2008-05-06applied JUCE patchAnselm R Garbe-0/+2
2008-04-27applied yiyus fgeom patchAnselm R Garbe-1/+4
2008-04-08geometry fix proposed by JukkaAnselm R Garbe-1/+1
2008-04-03some cleanup changesAnselm R Garbe-2/+0
2008-04-02uncommented dual layout in preparation of dwm 4.9anselm@anselm1-2/+2
2008-04-02applied Peter Hartlich's simplification patch of setmfact and his revival of ...anselm@anselm1-1/+1
2008-03-24revival of mfact and setmfactAnselm R Garbe-1/+4
2008-03-24setlayout and setgeom are now togglable againAnselm R Garbe-14/+6
2008-03-24geom indicator and layout indicator is only displayed if there are several ge...Anselm R Garbe-4/+1
2008-03-17added sample of {grow,shrink}master to config.def.hAnselm R Garbe-0/+4
2008-03-17geoms are now drawed in the status barAnselm R Garbe-4/+4
2008-03-17removed the string-based setgeom approach, introduced a new Geom type instead...Anselm R Garbe-15/+13
2008-03-15made the string-based setgeom workingAnselm R Garbe-2/+14
2008-03-14some experimental state DO NOT USE THIS, I plan to have a nicer interface to ...Anselm R Garbe-3/+3
2008-03-14some changes towards 4.9Anselm R Garbe-5/+8
2008-03-13removed all defines of geoms, implemented setgeoms() instead, added config.an...Anselm R Garbe-34/+0
2008-03-06changed config.def.hAnselm R Garbe-2/+2
2008-03-06new stuffAnselm R Garbe-4/+6
2008-03-06implemented setlayout in the way proposed on the ml, split tile() into two fu...Anselm R Garbe-17/+17
2008-03-05changed config.def.hAnselm R Garbe-32/+9