GTK team irc meeting

2005-09-06 Thread Matthias Clasen
I may be a bit late today, since I have to get the kids off the school bus. The meeting is intended for the GTK+ team, but everybody is welcome to come and listen. The meeting logs will be posted on the GTK+ website (http://www.gtk.org/plan/meetings). Place: irc.gnome.org:#gtk-devel Time: 20

Re: A cross-platform status icon api

2005-09-06 Thread Matthias Clasen
On Mon, 2005-09-05 at 23:25 +0200, Hans Breuer wrote: > On 04.09.2005 22:59, Matthias Clasen wrote: > > On Sun, 2005-09-04 at 15:27 +0200, Hans Breuer wrote: > > > >>On 30.08.2005 00:37, Matthias Clasen wrote: > >>[...] > >> > >>>cvs as of today has > >>> > >> > >>Trying to make it compile on win3

Watching filedescriptors

2005-09-06 Thread Soeren Sandmann
One thing I and many other people regularly need is to be notified whenever something happens on a file descriptor. This is needed when you write networked applications, or when you with to communicated with spawned child processes, and in many other circumstances. The way you are supposed to do t

Re: Watching filedescriptors

2005-09-06 Thread Owen Taylor
On Tue, 2005-09-06 at 17:16 +0200, Soeren Sandmann wrote: > One thing I and many other people regularly need is to be notified > whenever something happens on a file descriptor. This is needed when > you write networked applications, or when you with to communicated > with spawned child processes,

Re: docking widgets

2005-09-06 Thread Erwin Rol
On Mon, 2005-09-05 at 23:30 +0400, Nickolay V. Shmyrev wrote: > Hello Erwin. > > GDL is really useful and we are also using it in our project. The > question you've stated was discussed recently, and here is the position > on it: > > http://mail.gnome.org/archives/desktop-devel-list/2005-August/

Re: docking widgets

2005-09-06 Thread David A Knight
On Tue, 2005-09-06 at 21:46 +0200, Erwin Rol wrote: > There seem to be several GDL "versions", i didn't know about the libegg > version , but one of the GDL authors made a C# version , and about only > anjuta seems to use the C GDL, but i can't reach anybody there. screem also uses the C GDL, alt

Extra modifiers

2005-09-06 Thread Matthias Clasen
Today I committed a patch to cvs HEAD which adds GDK_SUPER_MASK, GDK_HYPER_MASK and GDK_META_MASK to GdkModifierType, and makes GDK set these in the state field of key events. GTK has been changed to allow specifying , , etc as modifiers, and the default accel mod mask has been changed to includ

Re: XFilterEvent and XCB

2005-09-06 Thread Travis Spencer
On 9/4/05, Matthias Clasen <[EMAIL PROTECTED]> wrote: > Reading the description of XFilterEvent, it seems clear that you should > just omit the call if xcb does not support XIM anyway... Thanks, Matthias. It wasn't as clear to me. I'm glad I asked. Now, I'm off and running again! Thanks :-) --

Re: Extra modifiers

2005-09-06 Thread Havoc Pennington
On Tue, 2005-09-06 at 16:25 -0400, Matthias Clasen wrote: > Today I committed a patch to cvs HEAD which adds > GDK_SUPER_MASK, GDK_HYPER_MASK and GDK_META_MASK to > GdkModifierType, and makes GDK set these in the state > field of key events. > > GTK has been changed to allow specifying , > , etc