[clutter] Clock patch

2008-03-14 Thread Blake Ramsdell
; /* Clear our surface */ Blake -- Blake Ramsdell | http://www.blakeramsdell.com -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] Clutter toolkit on Mac OS X

2008-03-27 Thread Blake Ramsdell
On Thu, Mar 27, 2008 at 2:56 PM, Ross Burton [EMAIL PROTECTED] wrote: What version of gtk-doc did port install? ~/Source/OpenSource/clutter/clutter$ port list gtk-doc gtk-doc@1.9gnome/gtk-doc Blake -- Blake Ramsdell | http://www.blakeramsdell.com

[clutter] clutter-webkit -- how serious is this going to be?

2008-03-28 Thread Blake Ramsdell
thing. Especially if video rendering works. Blake -- Blake Ramsdell | http://www.blakeramsdell.com -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] clutter-webkit -- how serious is this going to be?

2008-03-29 Thread Blake Ramsdell
(such as Flash) work in WebKit and how does it notify you when it needs updating kind of thing. Thanks for following up. I'm interested to hear anything I can about the webkit integration, and to the extent I can help, I can do my best... Blake -- Blake Ramsdell | http://www.blakeramsdell.com

Re: [clutter] [Administrative] List-Id header is a little wonky

2008-04-02 Thread Blake Ramsdell
from the list. Blake -- Blake Ramsdell | http://www.blakeramsdell.com -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] Thought about using clutter and timelines

2008-04-03 Thread Blake Ramsdell
(on_timeline_new_frame changing the label when it gets halfway through the timeline). I'm also glad there's a better answer now. Blake -- Blake Ramsdell | http://www.blakeramsdell.com -- To unsubscribe send a mail to [EMAIL PROTECTED]

[clutter] A little whining about version numbers

2008-04-09 Thread Blake Ramsdell
arguing with project dependencies with Clutter (changing configure.ac to be 0.6 or 0.7 etc.) I think someone else pointed this out also. Am I missing something philosophically here? Is this just a simple .pc error in clutter-cairo? Blake -- Blake Ramsdell | http://www.blakeramsdell.com

Re: [clutter] A little whining about version numbers

2008-04-10 Thread Blake Ramsdell
even worse, since I'm using it with the head of the git WebKit stuff... I'm not sure how I can get the new APIs unless I use the trunk, so I guess I have to tread lightly until I hear the telltale click of the landmine, and then try to dive out of the way... ;) Blake -- Blake Ramsdell | http

Re: [clutter] clutter-webkit -- how serious is this going to be?

2008-04-10 Thread Blake Ramsdell
or directory This probably will affect everyone. I presume that the .pc file needs to include a -I for webkit-1.0 (I just added it to my command line for gcc for now). Blake -- Blake Ramsdell | http://www.blakeramsdell.com -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] clutter-webkit -- how serious is this going to be?

2008-04-11 Thread Blake Ramsdell
0058f8f0 l O .bss 0004 _ZZ26webkit_adjustment_get_typeE26g_define_type_id__volatile 0007c5c0 l F .text 009b .hidden webkit_adjustment_get_type I'll sniff around it some more and see if I can figure it out. Blake -- Blake Ramsdell | http://www.blakeramsdell.com

Re: [clutter] A little whining about version numbers

2008-04-14 Thread Blake Ramsdell
-- Blake Ramsdell | http://www.blakeramsdell.com -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] Clutter in Freevo

2008-04-14 Thread Blake Ramsdell
? It doesn't complain about not finding the symbol any longer when using PyClutter on my machine. Blake -- Blake Ramsdell | http://www.blakeramsdell.com -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] Clutter in Freevo

2008-04-14 Thread Blake Ramsdell
, RTLD_LOCAL) or some flag that prevents this promotion of symbols to the global namespace. Which I'm not sure we can override at compile / link time. Blake -- Blake Ramsdell | http://www.blakeramsdell.com N�r��zǧu���[hr[�{.n�+��r�

Re: [clutter] Clutter in Freevo

2008-04-14 Thread Blake Ramsdell
On Mon, Apr 14, 2008 at 5:03 PM, Blake Ramsdell [EMAIL PROTECTED] wrote: ~$ python -c import clutter Woo!1!! ** (-c:25584): WARNING **: failed to bind GLXGetProcAddress or GLXGetProcAddressARB ~/Source/OpenSource$ python -c import sys; import dl; sys.setdlopenflags(dl.RTLD_NOW

Re: [clutter] Clutter in Freevo

2008-04-14 Thread Blake Ramsdell
doesn't everyone link to that exact name regardless of platform? Not that I have any experience, so humbly asking ;). Blake -- Blake Ramsdell | http://www.blakeramsdell.com -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] A little whining about version numbers

2008-04-15 Thread Blake Ramsdell
and was the only reason I was using the trunk. Blake -- Blake Ramsdell | http://www.blakeramsdell.com -- To unsubscribe send a mail to [EMAIL PROTECTED]

Latest WebKit work (was: Re: [clutter] A little whining about version numbers)

2008-04-15 Thread Blake Ramsdell
in the pyclutter bindings and fix up the .defs and see where I ended up. But I'm not sure that smells right, since it's duplicating a lot of pywebkitgtk. Blake -- Blake Ramsdell | http://www.blakeramsdell.com -- To unsubscribe send a mail to [EMAIL PROTECTED]

[clutter] clutter-webkit Python bindings

2008-04-18 Thread Blake Ramsdell
push it to github or somewhere. Blake -- Blake Ramsdell | http://www.blakeramsdell.com -- To unsubscribe send a mail to [EMAIL PROTECTED]

[clutter] Patch for WebKit to make webkit_actor_get_type public

2008-04-18 Thread Blake Ramsdell
Another omitted WEBKIT_API problem. I think there's a bunch more of these, but I just fixed this one. Blake -- Blake Ramsdell | http://www.blakeramsdell.com From eb5533e20e78531e9d1193f6729ff40dc6789b0c Mon Sep 17 00:00:00 2001 From: Blake Ramsdell [EMAIL PROTECTED] Date: Fri, 18 Apr 2008 16:39

Re: [clutter] clutter-webkit Python bindings

2008-04-18 Thread Blake Ramsdell
On Fri, Apr 18, 2008 at 5:11 PM, Matthew Allum [EMAIL PROTECTED] wrote: Could you put a patch on bugzilla ? http://bugzilla.openedhand.com/show_bug.cgi?id=887 Blake -- Blake Ramsdell | http://www.blakeramsdell.com -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] Patch for WebKit to make webkit_actor_get_type public

2008-04-21 Thread Blake Ramsdell
On Mon, Apr 21, 2008 at 4:27 AM, iain [EMAIL PROTECTED] wrote: On Fri, 2008-04-18 at 17:04 -0700, Blake Ramsdell wrote: Another omitted WEBKIT_API problem. I think there's a bunch more of these, but I just fixed this one. In what situation do you need this? I was hoping that WebkitActor

Re: [clutter] python cluttercairo segfault

2008-04-23 Thread Blake Ramsdell
(core dumped) Yep. Note clue given. I mean, it don't mean nuthin' to me, but it might mean something to someone else. But that instance sure is NULL. Or his class is I guess. Blake -- Blake Ramsdell | http://www.blakeramsdell.com -- To unsubscribe send a mail to [EMAIL PROTECTED]