summary refs log tree commit diff
path: root/client.c
Commit message (Collapse)AuthorAgeFilesLines
* When cycling, only the end of the window names will be printed if thejasper2007-10-021-0/+4
| | | | | | | | name is too long. so show the beginning instead. from Pierre Riteau <pierre.riteau at free.fr> "looks correct" matthieu@
* don't map hidden windows on re-start.jasper2007-06-081-2/+7
| | | | from aon@iki.fi
* make it possible to cycle through the windows when non are selected.jasper2007-06-051-2/+11
| | | | | | (eg. when they're hidden, now you can cycle through them) from aon@iki.fi
* show hidden windows when they should (eg. when the pointer is warped to them)jasper2007-05-291-1/+5
| | | | from aon@iki.fi via bernd@
* don't give borderless windows a border, when they're inactivejasper2007-05-291-2/+0
| | | | from aon@iki.fi via bernd@
* convert globals from G_foo to Foo, as per TODO.jasper2007-05-281-70/+70
| | | | "looks good" pedro@, ok matthieu@
* Initial revisionbernd2007-04-271-0/+935