aboutsummaryrefslogtreecommitdiff
path: root/dwm.h
AgeCommit message (Expand)AuthorLines
2007-02-22renamed untiled into floating, keeping tiled instead of tiling (afaik tiled s...Anselm R. Garbe-4/+4
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-22renamed versatile into untiledAnselm R. Garbe-4/+4
2007-02-22merged focus{prev.next} into focusclient(1/-1)Anselm R. Garbe-2/+1
2007-02-22made dwm.h more tidy (thx Jukka for the zoom() hint)Anselm R. Garbe-12/+11
2007-02-22replaced Arg union with const char *arg, seems cleaner to me, even if we need...Anselm R. Garbe-20/+15
2007-02-22fixing missing extern declars in dwm.h for {de,at}tach()Anselm R. Garbe-0/+2
2007-02-22several changes, made togglemax extern and separated it from zoom() - moved z...Anselm R. Garbe-15/+15
2007-02-21reverted accidental removal of sx, syAnselm R. Garbe-1/+1
2007-02-21removed some global vars which should be static insteadAnselm R. Garbe-2/+2
2007-02-21moved focus{next,prev} and nexttiled from client.c to layout.c (because those...Anselm R. Garbe-4/+4
2007-02-21fixed quoting and a commentAnselm R. Garbe-1/+1
2007-02-20added draw.c again (except getcolor and setfont which are helpers in main.c)Anselm R. Garbe-4/+6
2007-02-20separating drawsquare from drawtext, made drawtext externAnselm R. Garbe-0/+2
2007-02-20split screen.c into layout.c and tag.c (because the view is an implicit mixtu...Anselm R. Garbe-8/+10
2007-02-19replaced togglelayout with setlayoutAnselm R. Garbe-1/+1
2007-02-19renamed Client->versatile and Rule->versatile into Client->isversatile resp. ...Anselm R. Garbe-1/+1
2007-02-19renames swim[ming] into versatileAnselm R. Garbe-3/+3
2007-02-19renamed floating into swimming (this does not clash with C naming conventions...Anselm R. Garbe-4/+3
2007-02-19introduced Layout structAnselm R. Garbe-7/+12
2007-02-19forgot an extern declarationAnselm R. Garbe-1/+1
2007-02-19removed procevent, more refactoringAnselm R. Garbe-1/+0
2007-02-19draw.c is useless (belongs to main.c now)Anselm R. Garbe-8/+3
2007-02-19renamed view.c into screen.cAnselm R. Garbe-6/+4
2007-02-19renamed manage.c to view.cAnselm R. Garbe-7/+7
2007-02-19merged tag.c, view.c and tile.c to manage.cAnselm R. Garbe-21/+15
2007-02-19some more refactoringAnselm R. Garbe-5/+5
2007-02-19added some new convenience functionsAnselm R. Garbe-1/+4
2007-02-19introduced tile.c, some refactoring of functionsAnselm R. Garbe-5/+8
2007-02-16removed ugly ban(), extended resize() that it only resets the size if necessa...Anselm R. Garbe-2/+2
2007-02-16removed getnext/getprev, redundantAnselm R. Garbe-2/+0
2007-02-14added ban() which takes care than a banned window is not banned again... (thi...Anselm R. Garbe-1/+2
2007-02-07replaced getproto with a saner function, now old-school artifacts of WM times...Anselm R. Garbe-5/+2
2007-02-06implemented aspect ratio support of windowsAnselm R. Garbe-0/+1
2007-01-28handling WM_STATE seems to make DnD in gtk/qt apps working, well let's handle...Anselm R. Garbe-1/+1
2007-01-23renamed activescreen into selscreenAnselm R. Garbe-1/+1
2007-01-23small changesAnselm R. Garbe-1/+1
2007-01-22applied Sanders all5.patch (thanks for your weekend session, Sander!)Anselm R. Garbe-5/+1
2007-01-17moved BORDERPX to config.*.hAnselm R. Garbe-1/+0
2007-01-16removed erealloc (not used)Anselm R. Garbe-1/+0
2007-01-16removed unnecessary bx, by, bw variablesAnselm R. Garbe-1/+1
2007-01-15removed drawclient and drawall (they performed useless operations/consumed us...Anselm R. Garbe-2/+0
2007-01-14implemented new color scheme accordingly to Sanders proposalAnselm R. Garbe-2/+1
2007-01-14removed mode label stuffAnselm R. Garbe-3/+1
2007-01-14removed client title barAnselm R. Garbe-5/+0
2007-01-08reorganizedAnselm R. Garbe-0/+1
2007-01-08implemented nmaster appearance in mode label (using %u)Anselm R. Garbe-0/+1
2007-01-05experimental version which allows master clients being increased/decreasedAnselm R. Garbe-1/+3
2007-01-04fixed comment of drawclient()Anselm R. Garbe-1/+1