summaryrefslogtreecommitdiffstats
path: root/config.def.h
Commit message (Expand)AuthorAgeFilesLines
...
* removed scroll-wheel based focussing on window title clicksGravatar Anselm R Garbe 2008-06-141-2/+0
* fix of swapped focusstack mouse buttonsGravatar Anselm R Garbe 2008-06-141-2/+2
* removed root window click handlingGravatar Anselm R Garbe 2008-06-141-1/+0
* removed font and color definitionsGravatar Anselm R Garbe 2008-06-141-18/+21
* updateGravatar Anselm R Garbe 2008-06-121-1/+1
* integrated yiyus mouse.diff (though the bar click handling is slightly broken...Gravatar Anselm R Garbe 2008-06-111-25/+59
* made Xinerama screen index customizableGravatar Anselm R Garbe 2008-06-111-4/+8
* added nsz' patchGravatar Anselm R Garbe 2008-06-111-0/+3
* integrated Peter Hartlich's patch, removed const char *c from union, simplifi...Gravatar Anselm R Garbe 2008-06-111-4/+4
* applied anydot's patchset.diffGravatar Anselm R Garbe 2008-06-111-35/+35
* Gottox' drawtext simplificationGravatar Anselm R Garbe 2008-06-011-1/+1
* applied noviewprev.diff, fix.diff and unusedflags.diffGravatar Anselm R Garbe 2008-06-011-1/+1
* removed Layout->updategeom, unnecessaryGravatar Anselm R Garbe 2008-05-261-3/+3
* applied yiyus domax patch with slight modificationsGravatar Anselm R Garbe 2008-05-261-36/+16
* s/int/uint/ in config.hGravatar Anselm R Garbe 2008-05-221-38/+38
* setmfact argument was wrongGravatar Anselm R Garbe 2008-05-221-2/+2
* applied Gottox bitmask + void *arg patchGravatar Anselm R Garbe 2008-05-221-43/+44
* merged tile.c again into dwm.cGravatar anselm@anselm1 2008-05-191-3/+1
* recent changes, introduced togglebar, changed some defines into variable decl...Gravatar Anselm R Garbe 2008-05-191-4/+9
* removed the <M> togglelayout callGravatar Anselm R Garbe 2008-05-171-3/+2
* removed monocle for nowGravatar Anselm R Garbe 2008-05-171-1/+0
* removed the exact focus mechanism of next/prev windowGravatar Anselm R Garbe 2008-05-171-2/+0
* moved all tile()-related stuff into tile.c which is included from config.def....Gravatar Anselm R Garbe 2008-05-171-7/+7
* removed tileh, renamed tilev into tile again, removed counttiles, tilemasterGravatar Anselm R Garbe 2008-05-171-1/+1
* removed Layout->isfloatingGravatar Anselm R Garbe 2008-05-171-4/+4
* removed reapply() -- unnecessaryGravatar Anselm R Garbe 2008-05-171-1/+0
* renamed setlayout into togglelayoutGravatar Anselm R Garbe 2008-05-171-74/+73
* having monocle on Mod1-mGravatar Anselm R Garbe 2008-05-111-0/+1
* removed Geom stuff, introduced updategeom() again, still view is somewhat bro...Gravatar Anselm R Garbe 2008-05-111-11/+1
* cleaned up config.def.hGravatar Anselm R Garbe 2008-05-111-8/+2
* implemented exact focus next, if arg != NULL to focus{next,prev}Gravatar Anselm R Garbe 2008-05-111-0/+2
* applied JUCE patchGravatar Anselm R Garbe 2008-05-061-0/+2
* applied yiyus fgeom patchGravatar Anselm R Garbe 2008-04-271-1/+4
* geometry fix proposed by JukkaGravatar Anselm R Garbe 2008-04-081-1/+1
* some cleanup changesGravatar Anselm R Garbe 2008-04-031-2/+0
* uncommented dual layout in preparation of dwm 4.9Gravatar anselm@anselm1 2008-04-021-2/+2
* applied Peter Hartlich's simplification patch of setmfact and his revival of ...Gravatar anselm@anselm1 2008-04-021-1/+1
* revival of mfact and setmfactGravatar Anselm R Garbe 2008-03-241-1/+4
* setlayout and setgeom are now togglable againGravatar Anselm R Garbe 2008-03-241-14/+6
* geom indicator and layout indicator is only displayed if there are several ge...Gravatar Anselm R Garbe 2008-03-241-4/+1
* added sample of {grow,shrink}master to config.def.hGravatar Anselm R Garbe 2008-03-171-0/+4
* geoms are now drawed in the status barGravatar Anselm R Garbe 2008-03-171-4/+4
* removed the string-based setgeom approach, introduced a new Geom type instead...Gravatar Anselm R Garbe 2008-03-171-15/+13
* made the string-based setgeom workingGravatar Anselm R Garbe 2008-03-151-2/+14
* some experimental state DO NOT USE THIS, I plan to have a nicer interface to ...Gravatar Anselm R Garbe 2008-03-141-3/+3
* some changes towards 4.9Gravatar Anselm R Garbe 2008-03-141-5/+8
* removed all defines of geoms, implemented setgeoms() instead, added config.an...Gravatar Anselm R Garbe 2008-03-131-34/+0
* changed config.def.hGravatar Anselm R Garbe 2008-03-061-2/+2
* new stuffGravatar Anselm R Garbe 2008-03-061-4/+6
* implemented setlayout in the way proposed on the ml, split tile() into two fu...Gravatar Anselm R Garbe 2008-03-061-17/+17