GLib 2.27.1 released

2010-10-25 Thread Matthias Clasen
GLib 2.27.1 is now available for download at: ftp://ftp.gtk.org/pub/glib/2.27/ http://download.gnome.org/sources/glib/2.27/ 6071f91fab89456a425969077325a6679d9d1ccf0ebfca2d030e1bef2b66e868 glib-2.27.1.tar.bz2 0c27ffb1dc2d2059bc7614e2625bf303ab24d69da63c9b5dd2c170f24113d481 glib-2.27.1.tar.gz

GTK+ 2.91.2

2010-10-25 Thread Matthias Clasen
GTK+ 2.91.2 is now available for download at: ftp://ftp.gtk.org/pub/gtk/2.91/ http://download.gnome.org/sources/gtk+/2.91/ 754459ed3d6a1667a8a2a88be1c47914f620c6fbd0fd6329b7bdf48eb9ed4d05 gtk +-2.91.2.tar.bz2 b987ae03faa7986d19c70c6da410601227b1bb982137b6fa4b3ff47563de5707 gtk

GTK+ 2.91.2 released

2010-10-25 Thread Matthias Clasen
GTK+ 2.91.2 is now available for download at: ftp://ftp.gtk.org/pub/gtk/2.91/ http://download.gnome.org/sources/gtk+/2.91/ 754459ed3d6a1667a8a2a88be1c47914f620c6fbd0fd6329b7bdf48eb9ed4d05 gtk +-2.91.2.tar.bz2 b987ae03faa7986d19c70c6da410601227b1bb982137b6fa4b3ff47563de5707 gtk

listed list and eventbox

2010-10-25 Thread moi lui
Hi (: I have a singly listed list which contain a structure. In this structure I have an eventbox(with an image) and some constants. I'd like to know how can I do to get the structure data when I click on the eventbox's image ? Best regards

Re: threading / timers / etc

2010-10-25 Thread Stefan Kost
hi, Am 22.10.2010 18:06, schrieb Ryan Lortie: Hello We have an agreement at the hackfest that I will do the following things now: - Starting immediately, glib will depend on librt (and therefore libpthread) on systems that have it. - We will add GTimeSpec which is GTimeVal

Re: Now aviable: FreeBasic Language Bindings GTK-2.22.0

2010-10-25 Thread Martyn Russell
On 24/10/10 15:08, Thomas Freiherr wrote: GTK+ language bindings for FreeBasic are updated to version 2.22.0. See for details: http://www.freebasic.net/forum/viewtopic.php?p=146853highlight=#146853 and for download:

Language Bindings Update for Website

2010-10-25 Thread Martyn Russell
Hi all, While adding the FreeBASIC language bindings to our language-bindings page¹, I noticed S-Lang and Harbour have not released for a while or have denounced their support for language bindings. This is just to let everyone know I have now removed them. For anyone else wanting to update

Re: threading / timers / etc

2010-10-25 Thread Pavel Holejsovsky
On 10/23/2010 4:46 PM, Ryan Lortie wrote: I briefly considered having a per-process epoch whereby the first time you request the monotonic time, that becomes time zero. After rolling it over in my head a few times, I like it less and less. Just out of curiosity; would you mind trying to

Re: threading / timers / etc

2010-10-25 Thread Ryan Lortie
hi Pavel, On Mon, 2010-10-25 at 11:24 +0200, Pavel Holejsovsky wrote: Just out of curiosity; would you mind trying to specify reasons why you don't like it? My general uneasiness with this idea developed along these lines: - If we have some API for getting this int64 for the current time

Re: threading / timers / etc

2010-10-25 Thread Paul Davis
On Mon, Oct 25, 2010 at 9:43 AM, Ryan Lortie de...@desrt.ca wrote: We're already planning to inject timestamps received from the X server for vblank (generated in the kernel IRQ handlers, I think?) directly into GPeriodic.  I can easily imagine other situations where this might be useful. I

Re: Doubts about GPeriodic

2010-10-25 Thread Simon McVittie
On Fri, 22 Oct 2010 at 16:48:34 -0400, Owen Taylor wrote: I suppose you could tag D-Bus methods in some fashion, and have the D-Bus client library reorder the messages. But again, that depends on the user recognizing where compression is useful. Some D-Bus APIs rely on method replies and

Re: Doubts about GPeriodic

2010-10-25 Thread Owen Taylor
[ Reply abbreviated to a couple of topics where I had firmer answers ] On Sat, 2010-10-23 at 17:42 -0400, Havoc Pennington wrote: On Sat, Oct 23, 2010 at 3:37 PM, Owen Taylor otay...@redhat.com wrote: - We should not start painting the next frame until we are notified the last frame is

GLib 2.27.1 released

2010-10-25 Thread Matthias Clasen
GLib 2.27.1 is now available for download at: ftp://ftp.gtk.org/pub/glib/2.27/ http://download.gnome.org/sources/glib/2.27/ 6071f91fab89456a425969077325a6679d9d1ccf0ebfca2d030e1bef2b66e868 glib-2.27.1.tar.bz2 0c27ffb1dc2d2059bc7614e2625bf303ab24d69da63c9b5dd2c170f24113d481 glib-2.27.1.tar.gz

Re: Language Bindings Update for Website

2010-10-25 Thread Arnaud Charlet
For anyone else wanting to update their language binding support listed on the site, please let me know so we can update them accordingly. ¹ http://www.gtk.org/language-bindings.html GtkAda (Ada binding) supports 2.22 (and below). Thanks! ___

Re: GtkTreeView Refactoring Considerations [was Re: Private types inside GTK+]

2010-10-25 Thread Kristian Rietveld
On Sat, Oct 23, 2010 at 9:44 AM, Tristan Van Berkom trista...@openismus.com wrote: I'm a few days into this and I've written up a GtkCellAreaClass and started out implementing an orientable GtkCellAreaBoxClass. An initial problem here has to do with pushing data to the GtkCellArea instead of

Re: Language Bindings Update for Website

2010-10-25 Thread Murray Cumming
On Mon, 2010-10-25 at 09:36 +0100, Martyn Russell wrote: Hi all, While adding the FreeBASIC language bindings to our language-bindings page¹, I noticed S-Lang and Harbour have not released for a while or have denounced their support for language bindings. This is just to let everyone

Re: Language Bindings Update for Website

2010-10-25 Thread Martyn Russell
On 25/10/10 19:45, Murray Cumming wrote: On Mon, 2010-10-25 at 09:36 +0100, Martyn Russell wrote: Hi all, While adding the FreeBASIC language bindings to our language-bindings page¹, I noticed S-Lang and Harbour have not released for a while or have denounced their support for language

Re: Language Bindings Update for Website

2010-10-25 Thread Javier Jardón
Hello all, 2010/10/25 Martyn Russell mar...@lanedo.com: On 25/10/10 19:45, Murray Cumming wrote: On Mon, 2010-10-25 at 09:36 +0100, Martyn Russell wrote: That shows vala and Javascript as an Official GNOME Binding, presumably meaning an official GNOME Platform Binding. But they are not:

Re: Language Bindings Update for Website

2010-10-25 Thread Javier Jardón
2010/10/25 Arnaud Charlet char...@adacore.com: For anyone else wanting to update their language binding support listed on the site, please let me know so we can update them accordingly. ¹ http://www.gtk.org/language-bindings.html GtkAda (Ada binding) supports 2.22 (and below). What do you

GTK+ 2.91.2

2010-10-25 Thread Matthias Clasen
GTK+ 2.91.2 is now available for download at: ftp://ftp.gtk.org/pub/gtk/2.91/ http://download.gnome.org/sources/gtk+/2.91/ 754459ed3d6a1667a8a2a88be1c47914f620c6fbd0fd6329b7bdf48eb9ed4d05 gtk +-2.91.2.tar.bz2 b987ae03faa7986d19c70c6da410601227b1bb982137b6fa4b3ff47563de5707 gtk

GTK+ 2.91.2 released

2010-10-25 Thread Matthias Clasen
GTK+ 2.91.2 is now available for download at: ftp://ftp.gtk.org/pub/gtk/2.91/ http://download.gnome.org/sources/gtk+/2.91/ 754459ed3d6a1667a8a2a88be1c47914f620c6fbd0fd6329b7bdf48eb9ed4d05 gtk +-2.91.2.tar.bz2 b987ae03faa7986d19c70c6da410601227b1bb982137b6fa4b3ff47563de5707 gtk

Re: GtkTreeView Refactoring Considerations [was Re: Private types inside GTK+]

2010-10-25 Thread Tristan Van Berkom
On Mon, 2010-10-25 at 17:26 +0200, Kristian Rietveld wrote: On Sat, Oct 23, 2010 at 9:44 AM, Tristan Van Berkom trista...@openismus.com wrote: I'm a few days into this and I've written up a GtkCellAreaClass and started out implementing an orientable GtkCellAreaBoxClass. An initial