Go to file
Owen W. Taylor 6719c00f8a When centering, round to integer positions
Positioning actors at non-integer positions produces bad looking
text. Therefore, do centering as x + round((a-b)/2) rather than
x + (a-b)/2. (This does mean that centering will be less accurate
if an actor is scaled up by a lot, but it's pretty reasonable
to assume that scaling only occurs during an effect and static
displays are unscaled.)
2009-02-23 14:02:16 -05:00
.settings Convert all JS style to be uniform, add Eclipse settings bits 2008-11-28 20:12:20 +00:00
data Add (+) and (-) icon artwork, and a little bit of infrastructure for them 2008-12-22 22:05:56 +00:00
js/ui Bug 572094 - Put sideshow sections into boxes, enable expanded item display for documents 2009-02-20 11:57:30 -05:00
scripts Add --sync option to enable X synchronization 2009-02-13 14:40:52 -05:00
src When centering, round to integer positions 2009-02-23 14:02:16 -05:00
tools/build Add mesa-demos dependency on Mandriva for glxinfo 2009-02-13 21:12:25 +01:00
.gitignore Add .gitignore 2009-02-09 13:04:31 -05:00
.project Convert all JS style to be uniform, add Eclipse settings bits 2008-11-28 20:12:20 +00:00
AUTHORS Initial commit 2008-10-31 04:22:44 +00:00
autogen.sh Initial commit 2008-10-31 04:22:44 +00:00
configure.ac Merge branch 'statusmenu' 2009-02-04 18:45:38 +00:00
COPYING Initial commit 2008-10-31 04:22:44 +00:00
MAINTAINERS Initial commit 2008-10-31 04:22:44 +00:00
Makefile.am Add (+) and (-) icon artwork, and a little bit of infrastructure for them 2008-12-22 22:05:56 +00:00
README Initial commit 2008-10-31 04:22:44 +00:00