Re: [clutter] clutter-gtk CSW work

2009-08-26 Thread Davyd Madeley
On Wed, 2009-08-26 at 10:38 +1000, Davyd Madeley wrote:

 Specifically there is also a bug where something occasionally generates
 a full-actor expose.

Ok, after quite a bit of debugging I've finally found the cause of this.

gtk_clutter_offscreen_size_allocate was calling gdk_window_move_resize,
so any call to gtk_widget_queue_resize was causing a full expose of the
widget tree. I've now changed this to only call move_resize if the
container's allocation changes.

Fixing this up makes the whole thing a lot more responsive.

--d

-- 
Davyd Madeley

Collabora Ltd., Melbourne, Australia
http://www.collabora.co.uk/

-- 
To unsubscribe send a mail to clutter+unsubscr...@o-hand.com



Re: [clutter] Clutter and Mono

2009-08-26 Thread Danny Haak
Hi,

Isn't there anybody with some more details? Can the Clutter-bindings for
Mono be considered dead then? 

Best regards,
Danny

On Mon, 2009-08-24 at 14:19 +0200, Danny Haak wrote:
 Hi,
 
 I am trying to get Clutter working i.c.m. with Mono. I downloaded the
 1.0.0 version of Clutter from your website, compiled and installed it. I
 got the Mono bindings from GIT.
 
 But, when I am trying one of the examples from the
 clutter-sharp/examples directory, none is working, with errors on i.e.:
 - Flowers.cs: ClutterRun.Init ()
 - test-entry.cs: static Entry entry;
 - test-scale.cs: static EffectTemplate template;
 Etc., etc.
 
 The assemblies are installed and referenced.
 
 Is there anyone who can help me started?
 
 Best regards,
 Danny
-- 
To unsubscribe send a mail to clutter+unsubscr...@o-hand.com



Re: [clutter] Clutter and Mono

2009-08-26 Thread Emmanuele Bassi
On Wed, 2009-08-26 at 08:53 +0200, Danny Haak wrote:

 Isn't there anybody with some more details? Can the Clutter-bindings for
 Mono be considered dead then? 

since the last commit in the clutter-sharp repository was:

  commit 349dba602015e07785a9d5f38c27c7380103fa9e
  Author: Aaron Bockover abocko...@novell.com
  Date:   Mon Aug 17 14:33:18 2009 +0200

I'd say they are not dead.

  I am trying to get Clutter working i.c.m. with Mono. I downloaded the
  1.0.0 version of Clutter from your website, compiled and installed it. I
  got the Mono bindings from GIT.
  
  But, when I am trying one of the examples from the
  clutter-sharp/examples directory, none is working, with errors on i.e.:
  - Flowers.cs: ClutterRun.Init ()
  - test-entry.cs: static Entry entry;
  - test-scale.cs: static EffectTemplate template;
  Etc., etc.

the examples have probably not been ported to the new API.

you should contact the Clutter-Sharp maintainers.

ciao,
 Emmanuele.

-- 
Emmanuele Bassi, Senior Engineer| emmanuele.ba...@intel.com
Intel Open Source Technology Center | http://oss.intel.com

-- 
To unsubscribe send a mail to clutter+unsubscr...@o-hand.com



RE: [clutter] Porting Clutter onto ARM

2009-08-26 Thread Hieu Le Trung
Hi,

 

Clutter is cross compilable already.

 

Regards,

-Hieu

 

From: Rajasekhar M [mailto:mail2rsek...@gmail.com] 
Sent: Wednesday, August 26, 2009 7:14 PM
To: clutter@o-hand.com
Subject: [clutter] Porting Clutter onto ARM

 

Hi,
   Was planning to port clutter 1.0 onto ARM. If anyone has tried,
wanted to check if there is ARM port available for clutter ?
The list of dependencies packages (OpenGL ES, Glib ?) to be ported.

Thanks
Raj