aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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 need...Anselm R. Garbe
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 versatil...Anselm R. Garbe
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 z...Anselm R. Garbe
2007-02-21just ignore the FD_ISSET check in main.c of xfd, just call XPending (which do...Anselm R. Garbe
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
2007-02-21using smaller fontAnselm R. Garbe
2007-02-21using a green selborderAnselm R. Garbe
2007-02-21reverting to bg 555Anselm R. Garbe
2007-02-21s/555/357/ for SELCOLORAnselm R. Garbe
2007-02-21switching to urxvtcd for the moment (the uxterm flicker makes me headaches, s...Anselm R. Garbe
2007-02-21Added tag 3.6.1 for changeset 20ec6976cee1Anselm R. Garbe
2007-02-21creating 3.6.13.6.1Anselm R. Garbe
2007-02-21reverted accidental removal of sx, syAnselm R. Garbe
2007-02-21removed some global vars which should be static insteadAnselm R. Garbe
2007-02-21moved focus{next,prev} and nexttiled from client.c to layout.c (because those...Anselm R. Garbe
2007-02-21cleaned up and commented the config.*.hAnselm R. Garbe
2007-02-21Added tag 3.6 for changeset 75b1b25fe0d7e29400baf30568153f668324928bAnselm R. Garbe
2007-02-21fixed quoting and a comment3.6Anselm R. Garbe
2007-02-20renamed setfont to initfont, getcolor to initcolorAnselm R. Garbe
2007-02-20fixed orderAnselm R. Garbe
2007-02-20added draw.c again (except getcolor and setfont which are helpers in main.c)Anselm R. Garbe
2007-02-20separating drawsquare from drawtext, made drawtext externAnselm R. Garbe
2007-02-20rechecked with OpenBSDAnselm R. Garbe
2007-02-20split screen.c into layout.c and tag.c (because the view is an implicit mixtu...Anselm R. Garbe
2007-02-19using eprint instead of fputsAnselm R. Garbe
2007-02-19replaced togglelayout with setlayoutAnselm R. Garbe
2007-02-19changed some odering in config*.hAnselm R. Garbe