1.3.3 2011-03-28 Chris Kühl Removed obsolete variations of Clutter::Script::get_object methods. * clutter/src/script.hg: 2011-03-28 Chris Kühl Updated Clutter::Script example to use Clutter::Script::get_object. * example/script.cc: Using Clutter::Script::get_object to avoid an ugly cast. 2011-03-28 Chris Kühl Added get_object convienience method. * clutter/src/script.[h|cc]g: Added get_object and helper functions. These changes were inspired by get_widget in Gtkmm's Builder class. 2011-02-28 Chris Kühl Temporarily remove methods with std::map containing a Glib::ValueBase. Committing forgotten *.ccg files from before. * clutter/src/actor.ccg: * clutter/src/box.ccg: 2011-02-27 Chris Kühl Added signal name change forgotten from 2 commits ago. * clutter/src/clutter_signals.defs 2011-02-27 Chris Kühl Temporarily removing methods with std::map containing a Glib::ValueBase. * clutter/src/actor.hg: * clutter/src/box.hg: 2011-02-27 Chris Kühl Fixed inheritance and layout-manager issues in box.hg. * clutter/src/box.hg: 2011-02-25 Chris Kühl Example: Added Simple Clutter::Script example. * examples/script.cc