Add the old <center> option for the placement policy. (Bug 5946)
authorIan Zimmerman <itz@buug.org>
Sat, 17 Aug 2013 23:08:25 +0000 (16:08 -0700)
committerDana Jansens <danakj@orodu.net>
Sun, 1 Sep 2013 19:09:03 +0000 (15:09 -0400)
commitf866c034bf6e954791442ff029d5ae51ab0bd616
tree3794c466a8dc2a62d2bcf8ba6f4a07e2070c81af
parent9750e5cea8d8cdab2b8b988a8c5d6392b0dbeae8
Add the old <center> option for the placement policy. (Bug 5946)

Original commit messages:
. Reformat to move closer to house style
. Add center on top of leat overlap place algo
. Add sentinel value to edge arrays
. Use a Size instead of a Rect for a centering field
. Fix off by one bug
. Need to declare dx and dy
. Pass length of edge array instead of recomputing
. Fix missing open-brace in config.c
. Address the more trivial subset of danakj comments
. Revert "Remove now-unused config_place_center option."
  This reverts commit 5e282dae08be3b900e0337efa0fae8f3ffa92cd7.
. Remove reliance on sentinel value when scanning edge arrays
. Avoid need to initialize Size structure by removing it :)
. Clean up field expansion code somewhat
. Compress code further by using a structure for common args
. Fix search for next grid point
. Squeeze it even more by not using Size at all
data/rc.xml
data/rc.xsd
openbox/config.c
openbox/config.h
openbox/place_overlap.c