aboutsummaryrefslogtreecommitdiffstats
path: root/dwm.h
AgeCommit message (Expand)Author
2007-02-22made dwm.h more tidy (thx Jukka for the zoom() hint)Anselm R. Garbe
2007-02-22replaced Arg union with const char *arg, seems cleaner to me, even if we need...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-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-21fixed quoting and a comment3.6Anselm 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-20split screen.c into layout.c and tag.c (because the view is an implicit mixtu...Anselm R. Garbe
2007-02-19replaced togglelayout with setlayoutAnselm R. Garbe
2007-02-19renamed Client->versatile and Rule->versatile into Client->isversatile resp. ...Anselm R. Garbe
2007-02-19renames swim[ming] into versatileAnselm R. Garbe
2007-02-19renamed floating into swimming (this does not clash with C naming conventions...Anselm R. Garbe
2007-02-19introduced Layout structAnselm R. Garbe
2007-02-19forgot an extern declarationAnselm R. Garbe
2007-02-19removed procevent, more refactoringAnselm R. Garbe
2007-02-19draw.c is useless (belongs to main.c now)Anselm R. Garbe
2007-02-19renamed view.c into screen.cAnselm R. Garbe
2007-02-19renamed manage.c to view.cAnselm R. Garbe
2007-02-19merged tag.c, view.c and tile.c to manage.cAnselm R. Garbe
2007-02-19some more refactoringAnselm R. Garbe
2007-02-19added some new convenience functionsAnselm R. Garbe
2007-02-19introduced tile.c, some refactoring of functionsAnselm R. Garbe
2007-02-16removed ugly ban(), extended resize() that it only resets the size if necessa...Anselm R. Garbe
2007-02-16removed getnext/getprev, redundantAnselm R. Garbe
2007-02-14added ban() which takes care than a banned window is not banned again... (thi...Anselm R. Garbe
2007-02-07replaced getproto with a saner function, now old-school artifacts of WM times...Anselm R. Garbe
2007-02-06implemented aspect ratio support of windowsAnselm R. Garbe
2007-01-28handling WM_STATE seems to make DnD in gtk/qt apps working, well let's handle...Anselm R. Garbe
2007-01-23renamed activescreen into selscreen3.2Anselm R. Garbe
2007-01-23small changesAnselm R. Garbe
2007-01-22applied Sanders all5.patch (thanks for your weekend session, Sander!)Anselm R. Garbe
2007-01-17moved BORDERPX to config.*.hAnselm R. Garbe
2007-01-16removed erealloc (not used)3.1Anselm R. Garbe
2007-01-16removed unnecessary bx, by, bw variablesAnselm R. Garbe
2007-01-15removed drawclient and drawall (they performed useless operations/consumed us...Anselm R. Garbe
2007-01-14implemented new color scheme accordingly to Sanders proposalAnselm R. Garbe
2007-01-14removed mode label stuffAnselm R. Garbe
2007-01-14removed client title barAnselm R. Garbe
2007-01-08reorganizedAnselm R. Garbe
2007-01-08implemented nmaster appearance in mode label (using %u)Anselm R. Garbe
2007-01-05experimental version which allows master clients being increased/decreasedAnselm R. Garbe
2007-01-04fixed comment of drawclient()Anselm R. Garbe
2007-01-04renamed drawtitle into drawclientAnselm R. Garbe
2007-01-02correctionsarg@mig29
2007-01-02next version will contain updated copyright noticearg@mig29
2007-01-02changed comment of updatesizehintsarg@mig29
2007-01-01renamed updatesize into updatesizehints (thx to Sander for this hint)arg@mig29