aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2007-04-11make also transients floating when we do not know the main windowAnselm R. Garbe
2007-04-02Added tag 3.9 for changeset 55478328b242Anselm R. Garbe
2007-03-29next version will be 3.9, but don't expect it this week3.9Anselm R. Garbe
2007-03-29add an additional check in resize() to prevent a crash of dwmAnselm R. Garbe
2007-03-05Added tag 3.8 for changeset 2ea201354cf0Anselm R. Garbe
2007-03-02we don't need to set the font all the time3.8Anselm R. Garbe
2007-03-01some changes to updatesizehints, I don't change the aspect ratio algorithm ↵Anselm R. Garbe
now - I can't think, it is a mess
2007-02-26removed sendeventAnselm R. Garbe
2007-02-26Escape -s in dwm.1Anselm R. Garbe
2007-02-24Added tag 3.7 for changeset baee494346e5Anselm R. Garbe
2007-02-24prepared 3.7, ready to rambo3.7Anselm R. Garbe
2007-02-24removed an unnecessary newlineAnselm R. Garbe
2007-02-24removed superfluous externs (except for tags, because tags is defined in the ↵Anselm R. Garbe
source)
2007-02-23replacing Mod1-i with Mod1-Shift-j, Mod1-d with Mod1-Shift-kAnselm R. Garbe
2007-02-23oops, small bugfix in my configAnselm R. Garbe
2007-02-23default masterwidth should also be at 600Anselm R. Garbe
2007-02-23changed order if h/lAnselm R. Garbe
2007-02-23well I agree to several people claiming h/j/k/l is the better default than ↵Anselm R. Garbe
Tab/S-Tab/g/s for focus and master resizing
2007-02-22renamed untiled into floating, keeping tiled instead of tiling (afaik tiled ↵Anselm R. Garbe
sounds more correct) - English speakers convinced me
2007-02-22hahaha, untiled and non-untiled sounded really cumbersomeAnselm R. Garbe
2007-02-22made Fnt an anonymous inner structAnselm R. Garbe
2007-02-22made Fnt an anonymous inner structAnselm R. Garbe
2007-02-22nah, I don't want 640 as MASTERWIDTHAnselm R. Garbe
2007-02-22using MASTERWIDTH=640 and 32px steps by default (incmasterw())Anselm R. Garbe
2007-02-22simplified focusclient()Anselm R. Garbe
2007-02-22renamed versatile into untiledAnselm R. Garbe
2007-02-22merged focus{prev.next} into focusclient(1/-1)Anselm R. Garbe
2007-02-22made dwm.h more tidy (thx Jukka for the zoom() hint)Anselm R. Garbe
2007-02-22oopsAnselm R. Garbe
2007-02-22small bugfixAnselm R. Garbe
2007-02-22fixed some issues due to the Arg->const char * transitionAnselm R. Garbe
2007-02-22restoring default keybindings as Sander complainedAnselm R. Garbe
2007-02-22replaced Arg union with const char *arg, seems cleaner to me, even if we ↵Anselm R. Garbe
need atoi() in some places
2007-02-22re-added xterm to config.default.hAnselm R. Garbe
2007-02-22removed button4/5-bindings for incnmaster on mode label - that is misleadingAnselm R. Garbe
2007-02-22fixed order of key bindings described in dwm.1Anselm R. Garbe
2007-02-22status needs update even in togglemax() - since we got an indicator for thisAnselm R. Garbe
2007-02-22reusing drawsquare for client title, empty square before title means ↵Anselm R. Garbe
versatile window, filled square before title means versatile maximized window.
2007-02-22dwm draws a small caret before the client title if it's a versatile clientAnselm R. Garbe
2007-02-22nah grouped keybindings by contextAnselm R. Garbe
2007-02-22fixed exit condition in togglemax()Anselm R. Garbe
2007-02-22fixing missing extern declars in dwm.h for {de,at}tach()Anselm R. Garbe
2007-02-22several changes, made togglemax extern and separated it from zoom() - moved ↵Anselm R. Garbe
zoom() and togglemax() into layout.c, changed void (*func)(Arg *) into void (*func)(Arg), changed default keybindings of focusnext/focusprev and incmasterw to h/j/k/l accordingly, made keys in config*h appear alphabetically (special keys first), renamed resizemaster into incmasterw, renamed MASTER into MASTERWIDTH
2007-02-21just ignore the FD_ISSET check in main.c of xfd, just call XPending (which ↵Anselm R. Garbe
does the same afair)
2007-02-21optimizing background color of terminalsAnselm R. Garbe
2007-02-21using 333 as background, hey proggyclean is really goodAnselm R. Garbe
2007-02-21switching to 13pt proggyclean (this fits better my 1920x1200 resolution than ↵Anselm R. Garbe
12pt terminus which is too small or 14pt terminus which is too fat)
2007-02-21using smaller fontAnselm R. Garbe
2007-02-21using a green selborderAnselm R. Garbe
2007-02-21reverting to bg 555Anselm R. Garbe