aboutsummaryrefslogtreecommitdiffstats
path: root/client.c (unfollow)
Commit message (Collapse)AuthorLines
2008-01-11- Remove the "all rights reserved" tag at the top of most of the sourceoga-2/+13
files, and replace them with the actual ISC license. - add license to the manpage (it was lacking before) - correct license statement in the README Permission given by Marius (copyright holder): "1. please replace with the standard ISC license 2. you may add the ISC license to the man page 3. feel free to replace the information in the README as well" and Dros (copyright holder for group.c): "Please switch group.c to the ISC License." ok ian@
2008-01-03Adjust initial window placement with any geometry that would placemarc-4/+7
the window at or over the right or bottom edge. OK oda@
2008-01-01Only use the x,y values from the XSizeHints structure when they are greatermarc-3/+5
than zero. The fields are obsolete and not always used. OK jasper@
2007-10-02When cycling, only the end of the window names will be printed if thejasper-1/+5
name is too long. so show the beginning instead. from Pierre Riteau <pierre.riteau at free.fr> "looks correct" matthieu@
2007-06-08don't map hidden windows on re-start.jasper-3/+8
from aon@iki.fi
2007-06-05make it possible to cycle through the windows when non are selected.jasper-3/+12
(eg. when they're hidden, now you can cycle through them) from aon@iki.fi
2007-05-29show hidden windows when they should (eg. when the pointer is warped to them)jasper-2/+6
from aon@iki.fi via bernd@
2007-05-29don't give borderless windows a border, when they're inactivejasper-3/+1
from aon@iki.fi via bernd@
2007-05-28convert globals from G_foo to Foo, as per TODO.jasper-71/+71
"looks good" pedro@, ok matthieu@