aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2007-05-15made bar togglalbleAnselm R. Garbe-18/+47
2007-05-14thanks to JukkaAnselm R. Garbe-1/+0
2007-05-14added the GTK Save-As bug report to BUGS section of dwm(1)Anselm R. Garbe-0/+8
2007-05-14applied dfenze cleanups, fixed some comments in dwm.hAnselm R. Garbe-21/+20
2007-05-10small fix of fixAnselm R. Garbe-2/+1
2007-05-10fixed a potential security flawAnselm R. Garbe-3/+5
2007-05-09applied Maarten Maathuis recenter-patch for floating clients only requesting ...Anselm R. Garbe-0/+4
2007-05-09s/remain/remainder/Anselm R. Garbe-3/+3
2007-05-09fixing remaining space calculationAnselm R. Garbe-5/+5
2007-05-08thanks to Juka to check -Wall ;)Anselm R. Garbe-2/+0
2007-05-07next version is 4.1Anselm R. Garbe-1/+1
2007-05-07applied patch of Paul Liu to allow onthefly resizing due to xrandr changesAnselm R. Garbe-2/+25
2007-04-19Added tag 4.0 for changeset 018c38468422Anselm R. Garbe-0/+1
2007-04-19fixed the border issue for mplayer, ff is definately broken when using F11 (f...Anselm R. Garbe-6/+12
2007-04-19touch borderAnselm R. Garbe-1/+1
2007-04-18set border at manage timeAnselm R. Garbe-2/+1
2007-04-18using pixelcarnage-monospace (proggyclean), because this is better to the eyesAnselm R. Garbe-1/+1
2007-04-17changed border handlingAnselm R. Garbe-18/+11
2007-04-13changing order of c->border restorageAnselm R. Garbe-3/+3
2007-04-13I used 2006 in other places as wellAnselm R. Garbe-1/+1
2007-04-13yet another fix of copyright compactisitionAnselm R. Garbe-16/+24
2007-04-13making Copyright notices more compactAnselm R. Garbe-28/+22
2007-04-11next version will be 4.0, so don't expect it within the next daysAnselm R. Garbe-1/+1
2007-04-11make also transients floating when we do not know the main windowAnselm R. Garbe-4/+5
2007-04-02Added tag 3.9 for changeset 55478328b242Anselm R. Garbe-0/+1
2007-03-29next version will be 3.9, but don't expect it this weekAnselm R. Garbe-1/+1
2007-03-29add an additional check in resize() to prevent a crash of dwmAnselm R. Garbe-1/+3
2007-03-05Added tag 3.8 for changeset 2ea201354cf0Anselm R. Garbe-0/+1
2007-03-02we don't need to set the font all the timeAnselm R. Garbe-9/+5
2007-03-01some changes to updatesizehints, I don't change the aspect ratio algorithm no...Anselm R. Garbe-17/+24
2007-02-26removed sendeventAnselm R. Garbe-17/+11
2007-02-26Escape -s in dwm.1Anselm R. Garbe-26/+26
2007-02-24Added tag 3.7 for changeset baee494346e5Anselm R. Garbe-0/+1
2007-02-24prepared 3.7, ready to ramboAnselm R. Garbe-2/+2
2007-02-24removed an unnecessary newlineAnselm R. Garbe-1/+0
2007-02-24removed superfluous externs (except for tags, because tags is defined in the ...Anselm R. Garbe-53/+53
2007-02-23replacing Mod1-i with Mod1-Shift-j, Mod1-d with Mod1-Shift-kAnselm R. Garbe-10/+10
2007-02-23oops, small bugfix in my configAnselm R. Garbe-1/+1
2007-02-23default masterwidth should also be at 600Anselm R. Garbe-1/+1
2007-02-23changed order if h/lAnselm R. Garbe-1/+1
2007-02-23well I agree to several people claiming h/j/k/l is the better default than Ta...Anselm R. Garbe-13/+13
2007-02-22renamed untiled into floating, keeping tiled instead of tiling (afaik tiled s...Anselm R. Garbe-63/+63
2007-02-22hahaha, untiled and non-untiled sounded really cumbersomeAnselm R. Garbe-1/+1
2007-02-22made Fnt an anonymous inner structAnselm R. Garbe-15/+15
2007-02-22made Fnt an anonymous inner structAnselm R. Garbe-9/+7
2007-02-22nah, I don't want 640 as MASTERWIDTHAnselm R. Garbe-3/+3
2007-02-22using MASTERWIDTH=640 and 32px steps by default (incmasterw())Anselm R. Garbe-6/+6
2007-02-22simplified focusclient()Anselm R. Garbe-10/+6
2007-02-22renamed versatile into untiledAnselm R. Garbe-51/+51
2007-02-22merged focus{prev.next} into focusclient(1/-1)Anselm R. Garbe-26/+21