Re: [clutter] Considering Clutter for Toonloop

2010-07-28 Thread Emmanuele Bassi
the low-level OpenGL calls in an elegant manner. the interactive test suite has a lot of code that deals with the API; some high level GL concepts are mapped in an object oriented way, but they are relatively the same. ciao, Emmanuele. -- Emmanuele Bassi, Open Source Software Engineer Intel

Re: [clutter] Is there a ClutterReflectTexture to use in Clutter 1.0?

2010-07-16 Thread Emmanuele Bassi
, Emmanuele. [0] http://git.clutter-project.org/bindings/pyclutter/plain/examples/reflection.py -- Emmanuele Bassi, Open Source Software Engineer Intel Open Source Technology Center -- To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

Re: [clutter] Where is the doc for Clutter 0.8 ?

2010-07-13 Thread Emmanuele Bassi
* old. will try to put it back online as soon as I can get hold of the original tarballs. ciao, Emmanuele. -- Emmanuele Bassi, Open Source Software Engineer Intel Open Source Technology Center -- To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

Re: [clutter] clutter.pc buglet.

2010-06-23 Thread Emmanuele Bassi
.. thanks. it turns out that that commit was wrong and I reverted it on master. just pull again, and sorry for the mess. ciao, Emmanuele. -- Emmanuele Bassi, Open Source Software Engineer Intel Open Source Technology Center -- To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

[clutter] [ANNOUNCEMENT] List migration (PLEASE READ)

2010-06-23 Thread Emmanuele Bassi
the development of Clutter itself (and not development with Clutter). the clutter@o-hand.com mailing list will be closed; I will put a copy of the archives on the new website, for historical purposes. ciao, Emmanuele. -- Emmanuele Bassi, Open Source Software Engineer Intel Open Source

Re: [clutter] Perl bindings - Gtk and Gstreamer bindings no longer available?

2010-06-21 Thread Emmanuele Bassi
. if somebody wants to take over maintainership I can definitely give the write bit on the clutter-project.org/bindings repository. otherwise I'm afraid you'll have to wait. :-) ciao, Emmanuele. On 30 October 2009 11:48, Chris Debenham ch...@adebenham.com wrote: 2009/10/29 Emmanuele Bassi eba...@o

Re: [clutter] patch: Fix build when using make dist

2010-06-16 Thread Emmanuele Bassi
declaration of function '_cogl_color_get_rgba_4ubv' Attached patch fixes the issue for me. thanks, applied to master. ciao, Emmanuele. -- Emmanuele Bassi, Open Source Software Engineer Intel Open Source Technology Center -- To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

[clutter] Migration of clutter-project.org to a new server

2010-06-16 Thread Emmanuele Bassi
the new website, as soon as it'll be available. ciao, Emmanuele. -- Emmanuele Bassi, Open Source Software Engineer Intel Open Source Technology Center -- To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

Re: [clutter] patch: add a safety catch to the ClutterValue shotgun

2010-06-16 Thread Emmanuele Bassi
On Wed, 2010-06-16 at 16:22 +0100, Richard Hughes wrote: Please review. Thanks. looks good. applied to master. ciao, Emmanuele. -- Emmanuele Bassi, Open Source Software Engineer Intel Open Source Technology Center -- To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

Re: [clutter] How do i get screen properties with clutter?

2010-06-12 Thread Emmanuele Bassi
own libraries. you can use clutter-gtk (and its python bindings) to get a Stage embedded inside a gtk+ window - and then use gtk+'s API to achieve what you want. ciao, Emmanuele. -- Emmanuele Bassi, Open Source Software Engineer Intel Open Source Technology Center -- To unsubscribe send

Re: [clutter] Problem migrating from 1.0.10 to 1.2.8

2010-06-08 Thread Emmanuele Bassi
of spewing errors. 2) With the test-texture-quality application I see the hand drawn properly on the first cycle, but for all other cycles, only a few pixels near the top are drawn. there you go: lack of mipmapping support on your platform. ciao, Emmanuele. -- Emmanuele Bassi, Open

Re: [clutter] Long-running clutter process with multiple consecutive stages

2010-06-07 Thread Emmanuele Bassi
now, you're saying I did not handle the event and yet you just destroyed the stage and quit the main loop. you should actually use the ::destroy signal instead. ciao, Emmanuele. -- Emmanuele Bassi, Open Source Software Engineer Intel Open Source Technology Center -- To unsubscribe send

Re: [clutter] pyclutter embed gtk widgets inside clutter stage

2010-05-25 Thread Emmanuele Bassi
. -- Emmanuele Bassi, Open Source Software Engineer Intel Open Source Technology Center -- To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

Re: [clutter] pyclutter embed gtk widgets inside clutter stage

2010-05-25 Thread Emmanuele Bassi
. -- Emmanuele Bassi, Open Source Software Engineer Intel Open Source Technology Center -- To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

[clutter] [ANNOUNCE] Clutter Core 1.3.2 (Developers Snapshot)

2010-05-24 Thread Emmanuele Bassi
Øyvind Kolås Owen W. Taylor Brian Tarricone Damien Lespiau Adel Gadllah Alejandro Piñeiro Chris Lord Fridrich Strba José Dapena Paz Jussi Kukkonen Rob Bradford Elliott Smith Have fun with Clutter! -- Emmanuele Bassi, Open Source Software Engineer Intel Open Source Technology

Re: [clutter] ClutterScript: includes

2010-05-09 Thread Emmanuele Bassi
to unmerge the definitions. you can refer to the ClutterScript API reference documentation, and to the examples under Clutter's tests/ directory. ciao, Emmanuele. -- Emmanuele Bassi, Open Source Software Engineer Intel Open Source Technology Center -- To unsubscribe send a mail to clutter

Re: [clutter] clutter_actor_get_size return wrong size

2010-04-13 Thread Emmanuele Bassi
. ciao, Emmanuele. -- Emmanuele Bassi, Open Source Software Engineer Intel Open Source Technology Center -- To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

Re: [clutter] Using cogl without clutter

2010-04-07 Thread Emmanuele Bassi
PangoCairo context and layouts, and use the ones that Clutter creates for you. :-) ciao, Emmanuele. -- Emmanuele Bassi, Open Source Software Engineer Intel Open Source Technology Center -- To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

Re: [clutter] Using cogl without clutter

2010-04-06 Thread Emmanuele Bassi
On Tue, 2010-04-06 at 11:59 +0200, Oscar Lazzarino wrote: would it be possibile to use cogl without clutter, on a gl context created with gtkglext? no. ciao, Emmanuele. -- Emmanuele Bassi, Open Source Software Engineer Intel Open Source Technology Center -- To unsubscribe send a mail

Re: [clutter] clutter 1.2.4 on OSX 10.6.2 apparent COGL traceback

2010-03-30 Thread Emmanuele Bassi
gladly accept patches. ciao, Emmanuele. -- Emmanuele Bassi, Open Source Software Engineer Intel Open Source Technology Center -- To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

Re: [clutter] Profiling with UProf

2010-03-25 Thread Emmanuele Bassi
: • UProf = 0.2 UProf is available from: git://git.moblin.org/uprof.git currently in the README? ;-) ciao, Emmanuele. -- Emmanuele Bassi, Open Source Software Engineer Intel Open Source Technology Center -- To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

Re: [clutter] Clutter stage transparency

2010-03-24 Thread Emmanuele Bassi
: • it is an opt-in feature • it is a platform-specific feature ciao, Emmanuele. -- Emmanuele Bassi, Open Source Software Engineer Intel Open Source Technology Center -- To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

[clutter] [ANNOUNCE] Clutter Core 1.2.2 - Stable release

2010-03-16 Thread Emmanuele Bassi
to: José Dapena Paz Neil Roberts Owen W. Taylor Øyvind Kolås ciao, Emmanuele. -- Emmanuele Bassi, Open Source Software Engineer Intel Open Source Technology Center -- To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

Re: [clutter] clutter-gtk release for clutter 1.2.0

2010-03-13 Thread Emmanuele Bassi
1.0 (which is the current master but with the API for embedding gtk+ widgets inside Clutter reviewed and cleaned up) will follow within the end of March. ciao, Emmanuele. -- Emmanuele Bassi, Open Source Software Engineer Intel Open Source Technology Center -- To unsubscribe send a mail

Re: [clutter] how to set image background?

2010-03-05 Thread Emmanuele Bassi
On Fri, 2010-03-05 at 09:50 +0530, Kuldeep wrote: Is there any way to use background images for stage/containers/Box? instead of color. any reasons why you cannot just pack a ClutterTexture inside the container? ciao, Emmanuele. -- Emmanuele Bassi, Open Source Software Engineer Intel Open

Re: [clutter] i use the clutter-1.2.0 with eglnative backend, but run a program with a error

2010-03-04 Thread Emmanuele Bassi
2020 in bugzilla? also, those verification failed look like they come from your EGL driver. ciao, Emmanuele. -- Emmanuele Bassi, Open Source Software Engineer Intel Open Source Technology Center -- To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

Re: [clutter] [PATCH] Add clutter_cairo_texture_move_region().

2010-03-02 Thread Emmanuele Bassi
, Emmanuele. -- Emmanuele Bassi, Open Source Software Engineer Intel Open Source Technology Center -- To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

[clutter] [ANNOUNCE] Clutter Core 1.2.0 - Stable release

2010-03-02 Thread Emmanuele Bassi
, Thomas Wood, Samuel Degrande, Alejandro Piñeiro, Colin Walters, Götz Waschk, Halton Huo, Jussi Kukkonen, Rob Bradford, Zhou Jiangwei, Christian Persch, Johan Bilien, Jonas Bonn, Kristian Høgsberg, Raymond Liu, Tim Horton, Vladimir Nadvornik, Xu Li ciao, Emmanuele. -- Emmanuele Bassi

Re: [clutter] clutter-gtk

2010-02-24 Thread Emmanuele Bassi
(glx and eglx, albeit the latter is completely untested) and with the win32 backend (though the win32 backend of gtk+ does not support client-side windows so embedding GtkWidgets inside ClutterActors does not work). ciao, Emmanuele. -- Emmanuele Bassi, Open Source Software Engineer Intel Open

Re: [clutter] Segmentation fault with get_pixbuf

2010-02-21 Thread Emmanuele Bassi
, that's why it's not working. you should *not* be using any of these versions, though; clutter 1.0 and pyclutter 1.0 are the stable releases for clutter. __ From: Emmanuele Bassi eba...@linux.intel.com To: clutter@o-hand.com

Re: [clutter] error with json-glib

2010-02-19 Thread Emmanuele Bassi
, you can probably use any Linux distribution under the sun. :-) ciao, Emmanuele. -- Emmanuele Bassi, Open Source Software Engineer Intel Open Source Technology Center -- To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

Re: [clutter] Conformance tests seems to not compile

2010-02-12 Thread Emmanuele Bassi
, Emmanuele. -- Emmanuele Bassi, Open Source Software Engineer Intel Open Source Technology Center -- To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

Re: [clutter] Animation help

2010-02-11 Thread Emmanuele Bassi
that variadic arguments in C are generally hard. ciao, Emmanuele. ciao, Emmanuele. -- Emmanuele Bassi, Open Source Software Engineer Intel Open Source Technology Center -- To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

Re: [clutter] Building Clutter for Fedora Core 8

2010-02-04 Thread Emmanuele Bassi
variable when configuring Clutter; also use LD_LIBRARY_PATH - or update /etc/ld.conf - to let the linker know about /opt/lib. you might also want to install Clutter under /opt, just in case. ciao, Emmanuele. -- Emmanuele Bassi, Open Source Software Engineer Intel Open Source Technology Center

Re: [clutter] Why clutter_texture_new_from_pixbuf was removed?

2010-01-10 Thread Emmanuele Bassi
On Sun, 2010-01-10 at 16:49 +0800, Jianchun Zhou wrote: I'm wondering why clutter_texture_new_from_pixbuf was removed, it was removed almost two years ago, for Clutter 0.6, when we removed the explicit dependency on GdkPixbuf to increase portability. the dependency on GdkPixbuf is internal

[clutter] [ANNOUNCE] Clutter Core 1.1.4 (Developers Snapshot)

2010-01-04 Thread Emmanuele Bassi
hi everyone; do you remember when I said that there would be monthly developers snapshots until the 1.2 release? well, it turns out that development, traveling and moving to a new house tends to disrupt release schedules. the best-laid plans of mice and men, and all that... anyhow, here's to

Re: [clutter] [ANNOUNCE] Clutter Core 1.1.4 (Developers Snapshot)

2010-01-04 Thread Emmanuele Bassi
hi; On Mon, 2010-01-04 at 17:03 +0600, Konstantin Salavatov wrote: What is mentioned by o Improve Windows and OSX backends. in windows part? Are any significant changes over previous verison present? there have been some changes in the generic backend code, and the Windows backend has been

Re: [clutter] Anti aliasing support in cogl rectangles.

2009-12-31 Thread Emmanuele Bassi
On Thu, 2009-12-31 at 12:04 +0530, Rajith Kalluraya wrote: Is there any anti aliasing support for cogl rectangles? no. I am using cogl rectangles in the paint implementation of my custom clutter actor. In the program, If my custom clutter actor is rotated in the x axis, I see a lot

Re: [clutter] How can I avoid _clutter_do_pick at motion event?

2009-12-23 Thread Emmanuele Bassi
On Wed, 2009-12-23 at 19:59 +0900, Rubric wrote: In case of embedded system, since glReadPixel has terrible performance, that's not entirely true for *every* embedded system. I'd suggest you ask for a better driver. I wish to avoid _clutter_do_pick at motion event in my clutter

Re: [clutter] problem with threads and clutter-texture from file: Failed to create COGL texture

2009-12-02 Thread Emmanuele Bassi
On Wed, 2009-12-02 at 11:27 +0200, Aapo Rantalainen wrote: 2009/12/2 danny tornad...@163.com: Your demo program works normally for me. Thank you very much for this information. I tested this on another computer and it worked. So I'm using clutter and threads in right way. no, you really

Re: [clutter] problem with threads and clutter-texture from file: Failed to create COGL texture

2009-12-02 Thread Emmanuele Bassi
On Wed, 2009-12-02 at 13:52 +, Emmanuele Bassi wrote: oh, and by the way: if your only goal is to load a texture from file asynchronously, please - *please* - do what Bastian already suggested, and use the :load-async property of ClutterTexture. it will transparently use threads to load

Re: [clutter] problem with threads and clutter-texture from file: Failed to create COGL texture

2009-12-02 Thread Emmanuele Bassi
On Wed, 2009-12-02 at 16:54 +0200, Aapo Rantalainen wrote: Hi, thanks, I got it working. In test-threads.c there was this row: clutter_threads_add_idle_full (G_PRIORITY_DEFAULT + 30, update_label_idle, update,

RE: [clutter] problem with threads and clutter-texture from file: Failed to create COGL texture

2009-12-02 Thread Emmanuele Bassi
Just curious, what is the point of the threads_enter threads_leave API if everything breaks outside of the main thread? Isn't even providing them asking for misunderstandings like this? You can replace the locking primitives Clutter uses through clutter_threads_set_lock_functions() And use,

RE: [clutter] Is there any good text editor in clutter?

2009-11-30 Thread Emmanuele Bassi
Hi; Anyone know where I can find a good text editor in clutter? Clutter is not a toolkit meant to be used to create a text editor. You can, but you'll have to write the text editor actor yourself after you realize that ClutterText does not cover all your use cases. I suggest you use

Re: [clutter] Problem with async

2009-11-11 Thread Emmanuele Bassi
On Wed, 2009-11-11 at 14:56 +0100, Vincent Lauria wrote: void load_finished ( ClutterActor *image, GParamSpec *args1, gpointer data) { printf(load_finished()\n); clutter_actor_set_size (image, 100, 100); } the signature for this signal is wrong. please,

Re: [clutter] Unable to compile git master

2009-11-02 Thread Emmanuele Bassi
On Mon, 2009-11-02 at 11:29 -0700, Kevin DeKorte wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I tried to compile git master today and I'm getting these errors... when was the last time you compiled master? please, run 'make distclean' or 'git clean -xdf' and try running autogen.sh

Re: [clutter] Perl bindings - Gtk and Gstreamer bindings no longer available?

2009-10-28 Thread Emmanuele Bassi
On Wed, 2009-10-28 at 14:58 +1100, Chris Debenham wrote: I have been using the perl bindings for a while on Ubuntu but a little while ago they updated to the 1.0 bindings which seem to have dropped support for GTK and GStreamer. yes, they have been removed just like they have been removed from

[clutter] [ANNOUNCE] Clutter Core 1.1.2 - Developers snapshot

2009-10-23 Thread Emmanuele Bassi
hi everyone; less than 3 months after the 1.0.0 release here's a new development snapshot for Clutter. Clutter 1.1.2 is now available for download at: http://www.clutter-project.org/sources/clutter/1.1/ http://download.gnome.org/sources/clutter/1.1/ MD5 Checksums:

Re: [clutter] Clutter 1.1.2 warning message

2009-10-23 Thread Emmanuele Bassi
On Fri, 2009-10-23 at 08:24 -0600, Kevin DeKorte wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I upgraded to clutter 1.1.2 today and I am getting this message Clutter 1.1.2 is a developers snapshot; unless you intend to provide feedback on the new API you should be using Clutter

Re: [clutter] ClutterScript signal handling

2009-10-19 Thread Emmanuele Bassi
On Mon, 2009-10-19 at 15:11 +0100, Glen Gray wrote: Hey guys, I was wondering if it's possible to with the ClutterScript API as per 1.0 series, to pass over data to a signal handler's gpointer user_data parameter ? Something along the lines of below, where button is the ide of another

Re: [clutter] Segment fault on Clutter with SDL flavour

2009-10-05 Thread Emmanuele Bassi
On Wed, 2009-09-30 at 22:14 +0700, Hieu Le Trung wrote: Hi, I'm trying Clutter-1.0 with SDL flavor. When running the test program, it produces segment fault. Any suggestion. the SDL backend is experimental, and not for public consumption; it is meant only for testing purposes (there's is a

Re: [clutter] undefined reference to `CLUTTER_UNITS_FROM_DEVICE'

2009-10-05 Thread Emmanuele Bassi
On Fri, 2009-10-02 at 16:37 -0400, Ian Walberg wrote: Has anyone seen this error? undefined reference to `CLUTTER_UNITS_FROM_DEVICE' We are linking to a cliutter-1.0.6 native arm lib on a beagle board. you are really *not* linking to clutter-1.0.6, if you are getting a warning

Re: [clutter] Reg: Cluuter window and GL Canvas

2009-09-11 Thread Emmanuele Bassi
. Is it possible? yes, depending on the toolkit and the integration with that toolkit. the Clutter-GTK and Clutter-Qt integration libraries allow you to embed a Clutter stage inside a GTK+ or a Qt window. ciao, Emmanuele. -- Emmanuele Bassi, Senior Engineer| emmanuele.ba...@intel.com

Re: [clutter] Reg: Cluuter window and GL Canvas

2009-09-11 Thread Emmanuele Bassi
: they are integration libraries. they use public API, so they can be reimplemented, but there would be no point doing so. and you've failed to mention which toolkit you are planning to use or are using already. ciao, Emmanuele. On Fri, Sep 11, 2009 at 2:58 PM, Emmanuele Bassi eba...@linux.intel.com wrote

Re: [clutter] show vs show_all

2009-09-10 Thread Emmanuele Bassi
to interesting behaviours anyway, and you should probably be using your own container. 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] Run at full CPU usage

2009-09-10 Thread Emmanuele Bassi
to it these two command line arguments: --vblank=none --clutter-default-fps=1000 for Clutter 0.8, just exporting CLUTTER_VBLANK=none will disable vblanking support. ciao, Emmanuele. +++ [0] I refuse to call this a benchmark, just like glxgears is not a benchmark. -- Emmanuele Bassi, Senior Engineer

Re: [clutter] compiling problem

2009-09-10 Thread Emmanuele Bassi
On Thu, 2009-09-10 at 10:36 +0100, Emmanuele Bassi wrote: Hi list, after reading the last post of 'clutter blog' about jhbuild to get the last release of clutter I tried the process but I get the error commented in the blog page (http://www.clutter-project.org/blog/?p=83#comments

Re: [clutter] Clutter-Sharp questions: Alpha and threading

2009-09-09 Thread Emmanuele Bassi
*not* set the target milestone -- it's not something for you to set: it's for the maintainers and/or QA. the same applies to severity and priority. ciao, Emmanuele. -- Emmanuele Bassi, Senior Engineer| emmanuele.ba...@intel.com Intel Open Source Technology Center | http://oss.intel.com

Re: [clutter] Clutter-Sharp questions: Alpha and threading

2009-09-09 Thread Emmanuele Bassi
On Wed, 2009-09-09 at 15:16 +0200, Danny Haak wrote: On Wed, 2009-09-09 at 12:14 +0100, Emmanuele Bassi wrote: I'm referring to the C API, but I think the C# API will probably look similar. Yes, true. But, the main problem is that the documentation and examples are not quite on par

Re: [clutter] x,y,z coords

2009-09-03 Thread Emmanuele Bassi
, not at fully 3D elements. In reading and trying out the API, I get the sense that the API was a 2d layout system that later got applied to 3d objects. no, it was a precise design choice that was made at the beginning of the project. ciao, Emmanuele. -- Emmanuele Bassi, Senior Engineer

Re: [clutter] WHERE IS clutter_sini?

2009-09-03 Thread Emmanuele Bassi
-talk.zip The new odo toys is in the 'demo' dir. Chris committed the code to the toys/ repository on clutter-project.org as well. :-) indeed, Chris's code is a great example of the vertex buffer API in COGL. ciao, Emmanuele. -- Emmanuele Bassi, Senior Engineer| emmanuele.ba...@intel.com

Re: [clutter] Querying pointer position

2009-09-02 Thread Emmanuele Bassi
should either use platform-specific API or, if you use clutter-gtk, then you can use the GDK API. 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

Re: [clutter] implement clipping instead of using stencil buffer

2009-09-01 Thread Emmanuele Bassi
: it would also clip each editable Text to the entire leftmost (or rightmost, for RTL locales) glyph, instead of showing only parts of glyphs. also, it could only show entire lines and columns for a scrollable multi-line Text. in short, it would look slightly odd. ciao, Emmanuele. -- Emmanuele Bassi

Re: [clutter] implement clipping instead of using stencil buffer

2009-09-01 Thread Emmanuele Bassi
space. oh, right. I didn't remember that patch at all. well, that would solve the problem in ClutterText; it still would not really solve issues inside other clipped actors like scrollable containers, though. ciao, Emmanuele. -- Emmanuele Bassi, Senior Engineer| emmanuele.ba

Re: [clutter] geometry caching for ClutterActors

2009-08-31 Thread Emmanuele Bassi
to flush the cached size (not the position), just call: clutter_actor_set_size (actor, -1, -1); this will unset the cached minimum and natural size of the actor and will queue a relayout. ciao, Emmanuele. -- Emmanuele Bassi, Senior Engineer| emmanuele.ba...@intel.com Intel Open Source

Re: [clutter] Clutter and Mono

2009-08-26 Thread Emmanuele Bassi
. 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] Clutter and MSVC

2009-08-25 Thread Emmanuele Bassi
build files for Clutter (and other glib-based projects) here: https://launchpad.net/oah ciao, Emmanuele. [0] http://git.clutter-project.org/cgit.cgi?url=clutter/tree/build/mingw/README -- Emmanuele Bassi, Senior Engineer| emmanuele.ba...@intel.com Intel Open Source Technology Center

Re: [clutter] Incorporate OpenOffice

2009-08-20 Thread Emmanuele Bassi
application? and you can't do this with Clutter. 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] questions regarding captured event

2009-08-14 Thread Emmanuele Bassi
through the actor's parents until it reaches the actor itself. 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] questions regarding captured event

2009-08-14 Thread Emmanuele Bassi
ended up right? Like a button in a container say, where I've captured the event on the container instead of letting it drop through to the button. yes, that's exactly what get_source() does. ciao, Emmanuele. -- Emmanuele Bassi, Senior Engineer| emmanuele.ba...@intel.com Intel Open

RE: [clutter] Clutter Fixed Point API

2009-08-14 Thread Emmanuele Bassi
document that list out the part of Clutter which is currently using Floating Point math? every part of Clutter is using floating point math, since it's passing single precision floating point values to the GL implementation underneath. ciao, Emmanuele. -- Emmanuele Bassi, Senior Engineer

[clutter] [ANNOUNCE] Clutter 1.0.2 (core) - stable release

2009-08-14 Thread Emmanuele Bassi
[build] GCC_FLAGS is no more, MAINTAINER_CFLAGS is the One. [debug] Fix __GNUC__ typo [debug] CLUTTER_{NOTE,MARK,DBG,GLERR,TIMESTAMP} should always be statements Emmanuele Bassi (20): Post-release bump to 1.0.1 [mingw/win32] Remove clutter-cairo [docs] Remove mentions

RE: [clutter] OMAP/ARM/BaegleBoard

2009-08-13 Thread Emmanuele Bassi
:) -- 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] clutter_actor_animate ()

2009-08-13 Thread Emmanuele Bassi
-- Uday http://soundc.de/ -- 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] clutter_actor_animate ()

2009-08-13 Thread Emmanuele Bassi
ciao, Emmanuele. (and, by the way: quote properly) -- 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] Reg: GNU C library used

2009-08-13 Thread Emmanuele Bassi
Clutter to use another, non-GNU, C library. 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] Reg: GNU C library used

2009-08-10 Thread Emmanuele Bassi
library or to the only platform that uses Bionic. 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] Reg: GNU C library used

2009-08-10 Thread Emmanuele Bassi
be obtained by using GObject-Introspection and JGIR[0]. ciao, Emmanuele. [0] http://live.gnome.org/JGIR -- 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

[clutter] Clutter 1.0 branched

2009-08-10 Thread Emmanuele Bassi
. -- 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] Guide for updating from 0.8

2009-08-10 Thread Emmanuele Bassi
On Mon, 2009-08-10 at 16:46 +0100, Emmanuele Bassi wrote: obviously, if somebody comes up with other topics, then feel free to mention them on the mailing list or open a bug; patches, as always, are welcome. by the way, the README file also lists the changes in the release notes

Re: [clutter] Guide for updating from 0.8

2009-08-10 Thread Emmanuele Bassi
On Mon, 2009-08-10 at 16:58 +0100, Karl Lattimer wrote: On Mon, 2009-08-10 at 16:46 +0100, Emmanuele Bassi wrote: On Mon, 2009-08-10 at 16:42 +0100, Karl Lattimer wrote: Is there a guide available anywhere to assist in updating code from clutter-0.8 to clutter-1.0? I've been

RE: [clutter] Clutter 1.0 branched

2009-08-10 Thread Emmanuele Bassi
in about a month. developers are also encouraged to file bugs (just *don't* touch the target milestone or the priority fields: those are for the Clutter team to use) and we'll see if we can target them for 1.2. ciao, Emmanuele. -- Emmanuele Bassi, Senior Engineer| emmanuele.ba

Re: [clutter] EGL and OpenGL ES

2009-08-07 Thread Emmanuele Bassi
copyright assignment; testing on multiple platforms would also be very well accepted. 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

[clutter] [ANNOUNCE] PyClutter 0.9.2 - developers snapshot

2009-08-06 Thread Emmanuele Bassi
-oriented way, freeing you from having to care about the casting and the memory management of the original Clutter C API, and yet remaining close to its spirit. More information about Clutter is available at: http://www.clutter-project.org/ ciao, Emmanuele. -- Emmanuele Bassi, Senior Engineer

Re: [clutter] Reg: http://bugzilla.openedhand.com/show_bug.cgi?id=1228 ( Unnecessary glColorMask on alpha drops performance )

2009-08-03 Thread Emmanuele Bassi
mentioned in the bug description, i am not sure whether the patch is already applied or not. the patch as it is was not applied because the code to which it was referencing was completely changed, and the calls to glColorMask() were removed from COGL. ciao, Emmanuele. -- Emmanuele Bassi, Senior

Re: [clutter] python bindings cutter 1.0?

2009-08-01 Thread Emmanuele Bassi
for testing, before releasing pyclutter 1.0. 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] Help with clutter redraws.

2009-07-31 Thread Emmanuele Bassi
provides API to do things The Right Way(tm), including: a timeout pool, frame sources and repaint cycle hooks. ciao, Emmanuele. -- Emmanuele Bassi, Senior Engineer| emmanuele.ba...@intel.com Intel Open Source Technology Center | http://oss.intel.com -- To unsubscribe send a mail

[clutter] [ANNOUNCE] Clutter 1.0.0 (core) - stable release

2009-07-29 Thread Emmanuele Bassi
Lureau, Marcos, Michael Mortensen, Shane Bryan, Takao Fujiwara, Tim Horton, Tommi Komulainen, Xu Li Full list of changes since 0.9.8: - Emmanuele Bassi (34): Post-release bump to 0.9.9 [cogl/gles] Fix missing symbols in CoglContext [docs] Move

[clutter] releases for Clutter 1.0 and integration libraries

2009-07-29 Thread Emmanuele Bassi
in the 0.11 cycle and then release 1.0 after GTK+ 2.18 has been released. as for Clutter-GStreamer, Damien has plans about changing some API and using playbin2 and other features of GStreamer before committing to 1.0. -- Emmanuele Bassi, Senior Engineer| emmanuele.ba...@intel.com Intel

Re: [clutter] releases for Clutter 1.0 and integration libraries

2009-07-29 Thread Emmanuele Bassi
on Clutter 1.0, as well as the rest of the libraries that we develop. 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] Re: Clutter with GLES

2009-07-29 Thread Emmanuele Bassi
On Wed, 2009-07-29 at 12:28 +0200, Koen Kooi wrote: On 29-07-09 11:10, Emmanuele Bassi wrote: On Wed, 2009-07-29 at 10:12 +0200, Koen Kooi wrote: Today I want to try clutter with GLES but failed to compiled for some missing variables such as /model_view, projection_stack…/ Looks a lot

[clutter] Re: [Moblin Dev] [ANNOUNCE] Clutter 1.0.0 (core) - stable release

2009-07-29 Thread Emmanuele Bassi
On Wed, 2009-07-29 at 17:06 +0200, Koen Kooi wrote: On 29-07-09 11:44, Emmanuele Bassi wrote: hi everyone; Clutter 1.0.0 is now available for download at: Clutter currently requires: * GLib= 2.16.0 * Cairo= 1.6 * Pango= 1.20 * OpenGL= 1.4, OpenGL|ES 1.1 or OpenGL

Re: [clutter] Re: Clutter with GLES

2009-07-29 Thread Emmanuele Bassi
that might want to use Clutter 1.0 on embedded hardware with GL|ES support are aware of the situation. 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

Re: [clutter] releases for Clutter 1.0 and integration libraries

2009-07-29 Thread Emmanuele Bassi
soon :) just look at the clutter-gst Git repository. :-) 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

[clutter] RE: [Moblin Dev] [ANNOUNCE] Clutter 0.9.8 (core) - 1.0.0rc3, developers snapshot

2009-07-21 Thread Emmanuele Bassi
like to know if can I rely on pycluttter 1.0 being ready on time. My demo will take place sometime in August '09. august 2009 is in 10 days. pyclutter 1.0 might very well not be ready in 10 days, to leave you with enough time to actually port or write your demo. ciao, Emmanuele. -- Emmanuele

Re: [clutter] GUADEC Slides

2009-07-17 Thread Emmanuele Bassi
On Fri, 2009-07-17 at 11:48 +0300, Veli Ogla Sungutay wrote: Hi Emmanuelle, it's Emmanuele. Have you guys uploaded the GUADEC slides to moblin.org? Thanks! not yet; we will send an email the list (and post to the blog) when we will. ciao, Emmanuele. -- Emmanuele Bassi, Senior Engineer

Re: [clutter] Keyboard events when using GtkClutterEmbed

2009-07-17 Thread Emmanuele Bassi
to the Clutter stage embedded into it. 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

[clutter] [ANNOUNCE] Clutter 0.9.8 (core) - 1.0.0rc3, developers snapshot

2009-07-17 Thread Emmanuele Bassi
to: Colin Walters Evan Martin Marcos Owen W. Taylor Xu Li Full list of changes since 0.9.6: - Colin Walters (1): Use the (allow-none) annotation for clutter_init* Emmanuele Bassi (12): Post-release bump to 0.9.7 Add more (allow-none

Re: [clutter] Practical advice needed for creating custom actors

2009-07-12 Thread Emmanuele Bassi
, Emmanuele. [0] it is possible to set up a linear gradient by changing the color at different vertices, but it won't work as well as the Cairo pattern API. -- Emmanuele Bassi, Senior Engineer| emmanuele.ba...@intel.com Intel Open Source Technology Center | http://oss.intel.com

Re: [clutter] Re: [patches] retry on previous clutter patches

2009-07-11 Thread Emmanuele Bassi
to the mailing list is discouraged; we use Bugzilla to track patches and bugs instead. so thanks for opening a bug. :-) I'll review the patches as soon as possible. ciao, Emmanuele. -- Emmanuele Bassi, Senior Engineer| emmanuele.ba...@intel.com Intel Open Source Technology Center

  1   2   3   4   >