aboutsummaryrefslogtreecommitdiff
path: root/dwm.h
Commit message (Expand)AuthorAge
* applied dfenze cleanups, fixed some comments in dwm.hAnselm R. Garbe2007-05-14
* fixed the border issue for mplayer, ff is definately broken when using F11 (f...Anselm R. Garbe2007-04-19
* yet another fix of copyright compactisitionAnselm R. Garbe2007-04-13
* some changes to updatesizehints, I don't change the aspect ratio algorithm no...Anselm R. Garbe2007-03-01
* removed sendeventAnselm R. Garbe2007-02-26
* removed an unnecessary newlineAnselm R. Garbe2007-02-24
* removed superfluous externs (except for tags, because tags is defined in the ...Anselm R. Garbe2007-02-24
* renamed untiled into floating, keeping tiled instead of tiling (afaik tiled s...Anselm R. Garbe2007-02-22
* made Fnt an anonymous inner structAnselm R. Garbe2007-02-22
* made Fnt an anonymous inner structAnselm R. Garbe2007-02-22
* renamed versatile into untiledAnselm R. Garbe2007-02-22
* merged focus{prev.next} into focusclient(1/-1)Anselm R. Garbe2007-02-22
* made dwm.h more tidy (thx Jukka for the zoom() hint)Anselm R. Garbe2007-02-22
* replaced Arg union with const char *arg, seems cleaner to me, even if we need...Anselm R. Garbe2007-02-22
* fixing missing extern declars in dwm.h for {de,at}tach()Anselm R. Garbe2007-02-22
* several changes, made togglemax extern and separated it from zoom() - moved z...Anselm R. Garbe2007-02-22
* reverted accidental removal of sx, syAnselm R. Garbe2007-02-21
* removed some global vars which should be static insteadAnselm R. Garbe2007-02-21
* moved focus{next,prev} and nexttiled from client.c to layout.c (because those...Anselm R. Garbe2007-02-21
* fixed quoting and a commentAnselm R. Garbe2007-02-21
* added draw.c again (except getcolor and setfont which are helpers in main.c)Anselm R. Garbe2007-02-20
* separating drawsquare from drawtext, made drawtext externAnselm R. Garbe2007-02-20
* split screen.c into layout.c and tag.c (because the view is an implicit mixtu...Anselm R. Garbe2007-02-20
* replaced togglelayout with setlayoutAnselm R. Garbe2007-02-19
* renamed Client->versatile and Rule->versatile into Client->isversatile resp. ...Anselm R. Garbe2007-02-19
* renames swim[ming] into versatileAnselm R. Garbe2007-02-19
* renamed floating into swimming (this does not clash with C naming conventions...Anselm R. Garbe2007-02-19
* introduced Layout structAnselm R. Garbe2007-02-19
* forgot an extern declarationAnselm R. Garbe2007-02-19
* removed procevent, more refactoringAnselm R. Garbe2007-02-19
* draw.c is useless (belongs to main.c now)Anselm R. Garbe2007-02-19
* renamed view.c into screen.cAnselm R. Garbe2007-02-19
* renamed manage.c to view.cAnselm R. Garbe2007-02-19
* merged tag.c, view.c and tile.c to manage.cAnselm R. Garbe2007-02-19
* some more refactoringAnselm R. Garbe2007-02-19
* added some new convenience functionsAnselm R. Garbe2007-02-19
* introduced tile.c, some refactoring of functionsAnselm R. Garbe2007-02-19
* removed ugly ban(), extended resize() that it only resets the size if necessa...Anselm R. Garbe2007-02-16
* removed getnext/getprev, redundantAnselm R. Garbe2007-02-16
* added ban() which takes care than a banned window is not banned again... (thi...Anselm R. Garbe2007-02-14
* replaced getproto with a saner function, now old-school artifacts of WM times...Anselm R. Garbe2007-02-07
* implemented aspect ratio support of windowsAnselm R. Garbe2007-02-06
* handling WM_STATE seems to make DnD in gtk/qt apps working, well let's handle...Anselm R. Garbe2007-01-28
* renamed activescreen into selscreenAnselm R. Garbe2007-01-23
* small changesAnselm R. Garbe2007-01-23
* applied Sanders all5.patch (thanks for your weekend session, Sander!)Anselm R. Garbe2007-01-22
* moved BORDERPX to config.*.hAnselm R. Garbe2007-01-17
* removed erealloc (not used)Anselm R. Garbe2007-01-16
* removed unnecessary bx, by, bw variablesAnselm R. Garbe2007-01-16
* removed drawclient and drawall (they performed useless operations/consumed us...Anselm R. Garbe2007-01-15