aboutsummaryrefslogtreecommitdiffstats
path: root/screen.c
Commit message (Collapse)AuthorAgeFilesLines
* removed the _DWM_PROPERTIES handling, reverted ban/unban to XMoveWindow(), ↵Anselm R. Garbe2007-08-221-41/+7
| | | | and changed argument of setlayout to layout[N].symbol check
* renamed char prop[] into buf[]Anselm R. Garbe2007-08-191-15/+15
|
* fixed misappearance of iconified windows on SIGKILLAnselm R. Garbe2007-08-191-3/+3
|
* moved updatebarpos to screenAnselm R. Garbe2007-08-191-0/+26
|
* added screen.c, removed layout.c and tag.cAnselm R. Garbe2007-08-191-0/+383
|
* split screen.c into layout.c and tag.c (because the view is an implicit ↵Anselm R. Garbe2007-02-201-328/+0
| | | | mixture of both)
* replaced togglelayout with setlayoutAnselm R. Garbe2007-02-191-15/+22
|
* renamed Client->versatile and Rule->versatile into Client->isversatile resp. ↵Anselm R. Garbe2007-02-191-6/+6
| | | | Rule->isversatile
* renames swim[ming] into versatileAnselm R. Garbe2007-02-191-37/+37
|
* renamed floating into swimming (this does not clash with C naming ↵Anselm R. Garbe2007-02-191-66/+67
| | | | conventions and fits better the fish symbol) - also in man page
* introduced Layout structAnselm R. Garbe2007-02-191-30/+52
|
* forgot an extern declarationAnselm R. Garbe2007-02-191-0/+1
|
* renamed view.c into screen.cAnselm R. Garbe2007-02-191-0/+297
|
* rearranged several stuffAnselm R. Garbe2006-07-151-100/+0
|
* sanitized namesAnselm R. Garbe2006-07-141-12/+12
|
* rearrangedAnselm R. Garbe2006-07-141-0/+100