Re: GTK+ on Mac OS X

2007-05-25 Thread Felix Rabe (public)
Richard Hult wrote: > Felix Rabe (public) skrev: >> I program a lot using (Py)GTK, and the one thing worrying me most right >> now is its support for Mac OS X. ... > > It is moving along pretty nicely currently, there are a couple of bigger > issues that need sorting out (most notably popups with

Re: GTK+ on Mac OS X

2007-05-25 Thread Michael L Torrie
On Fri, 2007-05-25 at 21:34 +0200, Richard Hult wrote: > Michael L Torrie wrote: > > Although Leopard is just about to be released, I am still on Panther. > > In the bug tracker there is a list of Tiger-specific calls that prevent > > GTK from being compiled on Panther. That ticket was closed. >

[Fwd: Re: GTK+ on Mac OS X]

2007-05-25 Thread Felix Rabe (public)
--- Begin Message --- I'd like to know about this too. Too be honest I haven't noticed any progress on this for the past year. I could very much be wrong tho. There have been numerous attempts in the past to port GTK+ to the Mac, they all died half way. I'd hate to see this one die too. The easi

Re: GTK+ on Mac OS X

2007-05-25 Thread Richard Hult
Michael L Torrie wrote: > Although Leopard is just about to be released, I am still on Panther. > In the bug tracker there is a list of Tiger-specific calls that prevent > GTK from being compiled on Panther. That ticket was closed. Yes, it was marked as a duplicate of another report that has a pa

Re: GTK+ on Mac OS X

2007-05-25 Thread Michael L Torrie
On Fri, 2007-05-25 at 20:27 +0200, Richard Hult wrote: > It is moving along pretty nicely currently, there are a couple of bigger > issues that need sorting out (most notably popups with grabs), but it's > getting there. > > Regarding pygtk, that should work pretty much like C apps, there is >

Re: GTK+ on Mac OS X

2007-05-25 Thread Richard Hult
Felix Rabe (public) skrev: > Hi Martyn (+ GTK list), Hi, > I program a lot using (Py)GTK, and the one thing worrying me most right > now is its support for Mac OS X. I don't get much info about its status > from the developer.imendio.com pages. Do you have any hints on the > activities around i

GTK+ on Mac OS X

2007-05-25 Thread Felix Rabe (public)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Martyn (+ GTK list), I know you're probably not the one to ask this, but maybe someone at Imendio knows, so I keep this short. I program a lot using (Py)GTK, and the one thing worrying me most right now is its support for Mac OS X. I don't get mu

[GTK+ on Mac OS X] Questions about gdk_drawable_get_image

2006-08-30 Thread Malik NakaMura
Hi, I dont understand the code of this function : gdk_drawable_get_image the back trace of gdb shows that : #0 gdk_drawable_real_get_composite_drawable (drawable=0x482e558, x=0, y=0, width=359, height=322, composite_x_offset=0xbfffe428, composite_y_offset=0xbfffe42c) at gdkdraw.c:1189 #1 0x

Re: [GTK+ on Mac OS X] Implementation of _gdk_quartz_copy_to_image

2006-07-24 Thread Richard Hult
Malik NakaMura skrev: > I dont know if I can cvs it, but this is my code for > _gdk_quartz_copy_to_image : Hi, I've created a bug in bugzilla and attached your patch. It's easier to track patches that way. http://bugzilla.gnome.org/show_bug.cgi?id=348493 Thanks, Richard -- Imendio AB, http:

[GTK+ on Mac OS X] Implementation of _gdk_quartz_copy_to_image

2006-07-24 Thread Malik NakaMura
I dont know if I can cvs it, but this is my code for _gdk_quartz_copy_to_image : GdkImage * _gdk_quartz_copy_to_image (GdkDrawable *drawable, GdkImage*image, gint src_x, gint src_y,

Re: [GTK+ on Mac OS X] Does the transparency work ?

2006-07-24 Thread Richard Hult
Malik NakaMura skrev: > Hi, > > I tested GTK+ on Mac OS X (built with Imendio Build Page) and It seems that > the transparency is not working. Does anyone have this problem ? I'm not sure what you mean, transparency in what sense? /Richard -- Imendio AB, http:

[GTK+ on Mac OS X] Does the transparency work ?

2006-07-21 Thread Malik NakaMura
Hi, I tested GTK+ on Mac OS X (built with Imendio Build Page) and It seems that the transparency is not working. Does anyone have this problem ? In gdkdrawable-quartz.c, and in this function gdk_quartz_draw_image(...) I see that there is a parameter that maybe has to be changed

Re: gtk on mac os x menu bar

2006-04-19 Thread Richard Hult
Aaron Voisine skrev: > On 4/19/06, Aaron Voisine <[EMAIL PROTECTED]> wrote: >> On a side note, I grabbed the latest glib/pango/gtk/cairo from cvs >> (2006-4-18) and was able to get gimp to build without X11 being >> installed (yay!). It displayed the splash screen (no fonts), loaded >> the plugins,

Re: gtk on mac os x menu bar

2006-04-19 Thread Aaron Voisine
On 4/19/06, Aaron Voisine <[EMAIL PROTECTED]> wrote: > On a side note, I grabbed the latest glib/pango/gtk/cairo from cvs > (2006-4-18) and was able to get gimp to build without X11 being > installed (yay!). It displayed the splash screen (no fonts), loaded > the plugins, showed the window frame of

RE: gtk on mac os x menu bar

2006-04-19 Thread Julian Adams
[EMAIL PROTECTED] wrote: > Hello all, I'm the guy who does the Gimp.app package. I was just > reading about the gtk on mac os x progress and the discussion about > the proper way to handle the menu bar. I'd just like to throw in on > the side of automating it to put the menu

gtk on mac os x menu bar

2006-04-19 Thread Aaron Voisine
Hello all, I'm the guy who does the Gimp.app package. I was just reading about the gtk on mac os x progress and the discussion about the proper way to handle the menu bar. I'd just like to throw in on the side of automating it to put the menu of the focused window in the menu bar. I do

Re: Imendio AB announces the GTK+ on Mac OS X port project

2005-11-27 Thread Goran Rakić
I compiled it succesfully from second try (first time there was no basic-atsui.c in Pango source, I tried to disable it but then gtk+ didn't work) and I can run tests but there are problems with fonts, pixmaps, it seems like event boxes are bellow buttons (so you need to click few pixels aw

Re: Imendio AB announces the GTK+ on Mac OS X port project

2005-11-26 Thread Jon A. Cruz
On Nov 26, 2005, at 6:48 PM, Asko Kauppi wrote: Also, this devlist is referred to by Imendio, which actually brought me here... :) On the other hand I think, it's a Good Thing to have the OS X port as a "normal" part of GTK+ development. On the other hand, your comment was so far the

Re: Imendio AB announces the GTK+ on Mac OS X port project

2005-11-26 Thread Asko Kauppi
S X. We'll see... -ak Hubert Figuiere kirjoitti 26.11.2005 kello 6.06: Mikael Hallendal wrote: Imendio AB announces the GTK+ on Mac OS X port project Tue Nov 22 12:06:00 CET 2005 Since this is posted on the gtk-devel list, maybe it would be more appropriate to have technical facts

Re: Imendio AB announces the GTK+ on Mac OS X port project

2005-11-25 Thread Hubert Figuiere
Mikael Hallendal wrote: > Imendio AB announces the GTK+ on Mac OS X port project > Tue Nov 22 12:06:00 CET 2005 Since this is posted on the gtk-devel list, maybe it would be more appropriate to have technical facts instead of P.R. B.S., no?

Imendio AB announces the GTK+ on Mac OS X port project

2005-11-22 Thread Mikael Hallendal
Imendio AB announces the GTK+ on Mac OS X port project Tue Nov 22 12:06:00 CET 2005 The GIMP toolkit (GTK+) matures to include yet another platform. This project aims to bring native GTK+ support to the Apple Mac OS X platform. The basic implementation is sponsored by Imendio AB and the work so