Re: [clutter] Text Font issue with Clutter 1.0.10

2010-07-06 Thread varun shrivastava
Hi i downloaded clutter 1.2.10 and compiled it with following args. ./configure --with-flavour=eglx --with-gles=2.0 finding the same issue there. Does any one have an idea. Thanks On Fri, Jun 4, 2010 at 5:45 AM, Nirmalya Barat barat.nirma...@yahoo.comwrote: Neil, I tried the clutter I

Re: [clutter] Clutter Cairo Texture

2008-12-30 Thread varun shrivastava
thanks it worked. Thanks and Regards Varun Shrivastava 2008/12/30 Zhang, Wei Z wei.z.zh...@intel.com I think the following cairo-operation can help you J * /* Clear */* * cairo_set_operator (cr, CAIRO_OPERATOR_CLEAR);* * cairo_paint(cr);* * cairo_set_operator (cr

[clutter] Clutter Cairo Texture

2008-12-29 Thread varun shrivastava
. Thanks and Regards Varun Shrivastava

[clutter] Regarding ClutterFixed

2008-12-24 Thread varun shrivastava
hi I was trying to use tidy adjustment which has ClutterFixed as members. So if try to modify the adjustment value 32767, it overflows. When i checked ClutterFixed implementation its a 16.16. So is there a design issue for making ClutterFixed as a gint32 (16.16)? Can 't it be made

[clutter] Clutter Events

2008-06-11 Thread varun shrivastava
hi I want to ask about following events that what are these events and how they are useful ClutterScrollEvent http://clutter-project.org/docs/clutter/0.6/clutter-Events.html#ClutterScrollEvent; ClutterStageStateEvent

[clutter] Clutter configure error

2008-06-11 Thread varun shrivastava
hi i am trying to configure clutter as ./configure --with-flavour=eglx but get following error checking GLES/egl.h usability... no checking GLES/egl.h presence... yes configure: WARNING: GLES/egl.h: present but cannot be compiled configure: WARNING: GLES/egl.h: check for missing

[clutter] Clutter Script Asserts

2008-05-28 Thread varun shrivastava
`CLUTTER_IS_ACTOR (self)' failed I am just trying to unmerge an id as soon as i get it. attached test case produces the result file : test.c and a json file temp.json thanks and regards varun shrivastava temp.json Description: Binary data #include stdio.h #include clutter/clutter.h #include glib.h

Re: [clutter] query regarding clutter_actor_hide_all

2008-04-10 Thread varun shrivastava
be easier to understand what you are doing here :). Also note what version of Clutter you are using - the show machinery is changed is trunk as to be mostly 'automatic'. == Matthew On Thu, 2008-04-10 at 14:31 +0530, varun shrivastava wrote: hi I am facing a problem while writing

[clutter] CLutter Script question

2008-02-25 Thread varun shrivastava
hi i have a doubt regarding retrieving objects from ClutterScript The docs for clutter_script_get_object says This function does not increment the reference count of the returned object. Does that mean the object is in floating state and we have to do g_object_ref and g_object_sink to own

Re: [clutter] Can i use opengl apis in clutter program

2008-01-31 Thread varun shrivastava
thanks but where i can find some tutorial about that? On Jan 31, 2008 3:07 PM, Tomas Frydrych [EMAIL PROTECTED] wrote: Hi, varun shrivastava wrote: is there a way to use opengl or glut APIs in a clutter program In principle yes; it really depends on what you are trying to do. Tomas

Re: [clutter] Can i use opengl apis in clutter program

2008-01-31 Thread varun shrivastava
CLutter uses OpenGL commands or it uses mesa library for implementing existing clutter actors bye On Jan 31, 2008 3:27 PM, Tomas Frydrych [EMAIL PROTECTED] wrote: varun shrivastava wrote: thanks but where i can find some tutorial about that? There isn't one; if you want to use OpenGL