summaryrefslogtreecommitdiffstats
path: root/screen.c
Commit message (Collapse)AuthorAgeFilesLines
* prepared 4.4.1 bugfix and minor feature enhancement releaseGravatar Anselm R. Garbe 2007-08-261-1/+1
|
* setlayout should perform strcmp's if arg != NULL, because Layout is local to ↵Gravatar Anselm R. Garbe 2007-08-221-1/+2
| | | | screen.o
* removed the _DWM_PROPERTIES handling, reverted ban/unban to XMoveWindow(), ↵Gravatar Anselm R. Garbe 2007-08-221-41/+7
| | | | and changed argument of setlayout to layout[N].symbol check
* renamed char prop[] into buf[]Gravatar Anselm R. Garbe 2007-08-191-15/+15
|
* fixed misappearance of iconified windows on SIGKILLGravatar Anselm R. Garbe 2007-08-191-3/+3
|
* moved updatebarpos to screenGravatar Anselm R. Garbe 2007-08-191-0/+26
|
* added screen.c, removed layout.c and tag.cGravatar Anselm R. Garbe 2007-08-191-0/+383
|
* split screen.c into layout.c and tag.c (because the view is an implicit ↵Gravatar Anselm R. Garbe 2007-02-201-328/+0
| | | | mixture of both)
* replaced togglelayout with setlayoutGravatar Anselm R. Garbe 2007-02-191-15/+22
|
* renamed Client->versatile and Rule->versatile into Client->isversatile resp. ↵Gravatar Anselm R. Garbe 2007-02-191-6/+6
| | | | Rule->isversatile
* renames swim[ming] into versatileGravatar Anselm R. Garbe 2007-02-191-37/+37
|
* renamed floating into swimming (this does not clash with C naming ↵Gravatar Anselm R. Garbe 2007-02-191-66/+67
| | | | conventions and fits better the fish symbol) - also in man page
* introduced Layout structGravatar Anselm R. Garbe 2007-02-191-30/+52
|
* forgot an extern declarationGravatar Anselm R. Garbe 2007-02-191-0/+1
|
* renamed view.c into screen.cGravatar Anselm R. Garbe 2007-02-191-0/+297
|
* rearranged several stuffGravatar Anselm R. Garbe 2006-07-151-100/+0
|
* sanitized namesGravatar Anselm R. Garbe 2006-07-141-12/+12
|
* rearrangedGravatar Anselm R. Garbe 2006-07-141-0/+100