gnome-shell/src/big
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
..
big-enum-types.c.in Import Big 2008-12-01 23:01:52 +00:00
big-enum-types.h.in Import Big 2008-12-01 23:01:52 +00:00
box.c When centering, round to integer positions 2009-02-23 14:02:16 -05:00
box.h Import Big 2008-12-01 23:01:52 +00:00
README Tweak clutter-cairo include path to fix build where clutter root != clutter-cairo root 2008-12-01 23:44:06 +00:00
rectangle.c Port BigBox to Clutter-0.9 2009-02-23 14:02:16 -05:00
rectangle.h Import Big 2008-12-01 23:01:52 +00:00
theme-image.c Port BigBox to Clutter-0.9 2009-02-23 14:02:16 -05:00
theme-image.h Import Big 2008-12-01 23:01:52 +00:00

The Clutter actors and other files in this directory were created by
litl, LLC.  They are released under the terms of the Library General
Public license.

The idea is that these actors may eventually make their way into Clutter
or into other libraries.

litl has requested that these actors should not be publically
installed under the 'big_*' names to avoid conflicts with their
development. So if you use them in your applications, do *NOT*
install:

 - A 'libbig' library
 - The header files
 - gobject-introspection data for these actors

Into public locations. You can of course, take the code and rename it,
as long as you respect the provisions of the LGPL, or install into
private locations as we do for gnome-shell. (We install the typelib
into a private location, link the source files directly into the
gnome-shell plugin so no external library is needed, and we don't
install the header files at all.)

Patches applied:
http://bugzilla.gnome.org/show_bug.cgi?id=562929