aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
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-19removed debug compile flagsAnselm R. Garbe
2007-02-19introduced Layout structAnselm R. Garbe
2007-02-19some more code polishingAnselm R. Garbe
2007-02-19forgot an extern declarationAnselm R. Garbe
2007-02-19bugfix of transient handlingAnselm 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-19renamed Rule members, renamed RReg into RegexpsAnselm 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-19some more refactoringAnselm R. Garbe
2007-02-19introduced tile.c, some refactoring of functionsAnselm R. Garbe
2007-02-19simplified configurerequest to a bare minimum, removed wrong ban() callsAnselm R. Garbe
2007-02-19fixed configurerequest according to Jukkas complainsAnselm R. Garbe
2007-02-19fixed configurerequest according to the problem Jukka reportedAnselm R. Garbe
2007-02-19don't resize master if not in tiled modeAnselm R. Garbe
2007-02-16removed useless spaceAnselm R. Garbe
2007-02-16well, resize should be called in dofloat anyways ;)Anselm 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-14Added tag 3.5 for changeset 63ad05e7f9e1Anselm R. Garbe
2007-02-14simplifying regexps in config samples3.5Anselm R. Garbe
2007-02-14made for/if/else constructs more consistent, some code polishingAnselm R. Garbe
2007-02-14made configurerequest more tidyAnselm R. Garbe
2007-02-13I didn't knew of c->isfixed, that should fix Jukkas issue with gkrellm ;)Anselm R. Garbe
2007-02-13making it more sure that transient checks will work in any caseAnselm R. Garbe
2007-02-13stupid me, one needs to set c->{x,y,w,h} in configurerequest obviously ;)Anselm R. Garbe
2007-02-13simplified configurerequestAnselm R. Garbe
2007-02-12yet another consistency fix of dwmAnselm R. Garbe
2007-02-12I don't see any reason why we should select for input on override-redirect wi...Anselm R. Garbe
2007-02-12bugfix of bugfix (thx to Sander)Anselm R. Garbe
2007-02-12fixed a bugAnselm R. Garbe
2007-02-12during writing 2wm.1 I noticed some bugs in dwm.1Anselm R. Garbe