Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2008-05-19 | make it easier for the user, if Xinerama support is given, always use the ↵ | Anselm R Garbe | -16/+37 | |
screen 0 as window area/bar area, everything else can be used for floating clients | ||||
2008-05-19 | improving space usage if master is left of stack (default) | Anselm R Garbe | -3/+5 | |
2008-05-19 | only snap within window area | Anselm R Garbe | -12/+19 | |
2008-05-19 | s/DEFGEOM/CUSTOMGEOM/ | Anselm R Garbe | -2/+2 | |
2008-05-19 | update | Anselm R Garbe | -4/+0 | |
2008-05-19 | updatetilegeom should be fine for setmfact | Anselm R Garbe | -1/+1 | |
2008-05-19 | recent changes, introduced togglebar, changed some defines into variable ↵ | Anselm R Garbe | -33/+53 | |
declarations where possible | ||||
2008-05-17 | new stuff | Anselm R Garbe | -2/+2 | |
2008-05-17 | removed the <M> togglelayout call | Anselm R Garbe | -5/+2 | |
2008-05-17 | s/tilegeom/updatetilegeom/ | Anselm R Garbe | -16/+16 | |
2008-05-17 | removed monocle for now | Anselm R Garbe | -14/+0 | |
2008-05-17 | removed the exact focus mechanism of next/prev window | Anselm R Garbe | -26/+16 | |
2008-05-17 | moved all tile()-related stuff into tile.c which is included from ↵ | Anselm R Garbe | -108/+119 | |
config.def.h, the default dwm is now nearly independent from the arrange() algorithm in use | ||||
2008-05-17 | removed tileh, renamed tilev into tile again, removed counttiles, tilemaster | Anselm R Garbe | -57/+15 | |
2008-05-17 | removed Layout->isfloating | Anselm R Garbe | -31/+21 | |
2008-05-17 | removed reapply() -- unnecessary | Anselm R Garbe | -13/+0 | |
2008-05-17 | renamed setlayout into togglelayout | Anselm R Garbe | -98/+97 | |
2008-05-15 | removed temporary wildcard handling | Anselm R Garbe | -6/+2 | |
2008-05-15 | added wild-card handling for tags | Anselm R Garbe | -2/+6 | |
2008-05-14 | applied nsz's another style patch | Anselm R Garbe | -4/+3 | |
2008-05-13 | applied nsz's style.diff patch | Anselm R Garbe | -14/+13 | |
2008-05-13 | just added a comment | Anselm R Garbe | -1/+1 | |
2008-05-11 | minor fixes | Anselm R Garbe | -3/+1 | |
2008-05-11 | having monocle on Mod1-m | Anselm R Garbe | -1/+2 | |
2008-05-11 | hotfix | Anselm R Garbe | -1/+1 | |
2008-05-11 | removed Geom stuff, introduced updategeom() again, still view is somewhat ↵ | Anselm R Garbe | -85/+52 | |
broken? | ||||
2008-05-11 | cleaned up config.def.h | Anselm R Garbe | -8/+2 | |
2008-05-11 | implemented exact focus next, if arg != NULL to focus{next,prev} | Anselm R Garbe | -17/+27 | |
2008-05-06 | applied the proposal by nsz | Anselm R Garbe | -3/+5 | |
2008-05-06 | applied JUCE patch | Anselm R Garbe | -0/+3 | |
2008-04-27 | simplification of view() as proposed by anydot | Anselm R Garbe | -10/+3 | |
2008-04-27 | applied yiyus tagset patch | Anselm R Garbe | -21/+16 | |
2008-04-27 | applied yiyus fgeom patch | Anselm R Garbe | -35/+41 | |
2008-04-27 | applied dfenze drawtext simplifications | Anselm R Garbe | -8/+7 | |
2008-04-20 | this is the correct way | anselm@anselm1 | -0/+1 | |
2008-04-20 | copyright notice is in LICENSE | anselm@anselm1 | -1/+0 | |
2008-04-20 | applied Ph's seltags-simplification with some modifications | anselm@anselm1 | -13/+10 | |
2008-04-20 | applied Ph's MIN/MAX patch, nice work! | anselm@anselm1 | -31/+22 | |
2008-04-20 | applied Ph's patch regarding geom and lt initialization | anselm@anselm1 | -8/+4 | |
2008-04-20 | applied Gottox' applyrules() fix | anselm@anselm1 | -2/+2 | |
2008-04-08 | geometry fix proposed by Jukka | Anselm R Garbe | -1/+1 | |
2008-04-07 | applied applyrules-fix by Jukka, thank you Jukka! | Anselm R Garbe | -3/+3 | |
2008-04-05 | fix | Anselm R Garbe | -1/+1 | |
2008-04-05 | applied the proposed monocle patch from the mailinglist | Anselm R Garbe | -1/+1 | |
2008-04-04 | next version is 5.0 | Anselm R Garbe | -1/+1 | |
2008-04-03 | Added tag 4.9 for changeset 22c669b2dd36 | anselm@anselm1 | -0/+1 | |
2008-04-03 | yet another cleanup | Anselm R Garbe | -2/+2 | |
2008-04-03 | some cleanup changes | Anselm R Garbe | -3/+1 | |
2008-04-02 | uncommented dual layout in preparation of dwm 4.9 | anselm@anselm1 | -2/+2 | |
2008-04-02 | applied Peter Hartlich's simplification patch of setmfact and his revival of ↵ | anselm@anselm1 | -42/+24 | |
MFACT, appliead Janness Hofmann's simplification of grabbuttons() -- thanks guys! |