Re: Threads Glade

2005-10-03 Thread lucapetra (sent by Nabble.com)
Thanks. Another question: How i have to modify the makefile ? I have to compile using 'pkg-config --cflags --libs gtk+-2.0 gthread-2.0' but i dont' know where to modify the makefile... I tried to modify CFLAGS, LIBS, PKG-CONFIG but don't works.Thisi is the error: 'undefined reference to

Re: z-order of gtk windows on win32

2005-10-03 Thread Allin Cottrell
On Sun, 2 Oct 2005, Hubert Sokolowski wrote: On Sat, 1 Oct 2005 09:56:40 -0400 (EDT) Allin Cottrell [EMAIL PROTECTED] wrote: When the graph-editing dialog is closed, I expect the graph window to remain above the original, main window. This is what happens on Linux, but not on win32 (same

Pango-1.10.1 released

2005-10-03 Thread Owen Taylor
Pango-1.10.1 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.8/ pango-1.10.1.tar.bz2 md5sum: 1ff4c96982f61ea6f390d09a4febdf18 pango-1.10.1.tar.gzmd5sum: 6b3b06b3263845706a2bfc769b83f7fc This is a stable release and is source and binary compatible with 1.10.1. Notable

Re: gtk chart/graph library

2005-10-03 Thread Jody Goldberg
On Sun, Oct 02, 2005 at 11:32:51PM -0500, Ravi Sharma wrote: Thanks for the reply Jody. Glad to hear about the release. I tried searching for libgoffice and could not find any API reference or any documentation. Is there anything available that can help me use it? Or do i have to go through

Re: First column header in GtkTreeView?

2005-10-03 Thread The Saltydog
On 10/2/05, Christian Neumair [EMAIL PROTECTED] wrote: Maybe you should create two GtkTreeViews that share one model and pack both into scrolled windows with different scroll policies. These two scrolled windows should then be packed into one hbox. Good luck! :) The problem is that I want just

GLib 2.8.3

2005-10-03 Thread Matthias Clasen
GLib 2.8.3 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.8/ glib-2.8.3.tar.bz2 md5sum: 58177fe64c189b86bac1625350512159 glib-2.8.3.tar.gzmd5sum: ea61e475c586d082559652a0f10a038f This is a quick follow-up release to fix a bug that crept into 2.8.2. GLib is the low-level

Re: What about OCR ?

2005-10-03 Thread Marc Santhoff
Am Sonntag, den 02.10.2005, 19:37 -0600 schrieb Michael Torrie: On Sun, 2005-10-02 at 09:43 +0200, Alpe.Nusslé wrote: I'm french and I cannot undurstand a long text in english, so I try to send you this request. Can we get an OCR function (reconnaissance de caractères en français)

Re: GObject reference counting / lack of sink issue

2005-10-03 Thread Dave Benson
On Mon, Oct 03, 2005 at 02:09:27AM -, Andrew Paprocki wrote: Dave, Using the same container example which needs to take ownership of GObjects passed to the public API -- The problem we have is that much more time and effort goes into crafting the core container objects, and having

Re: GObject reference counting / lack of sink issue

2005-10-03 Thread James Henstridge
Tim Janik wrote: you are right, GObject is widely used these days out of GtkObject contexts, and anywhere in C land (where memory book keeping or reference house keeping can't be automized) when objects are created and ownership is passed on, a floating flag is strongly desired (and forces

Re: RecentManager and win32

2005-10-03 Thread James Henstridge
Emmanuele Bassi wrote: * Strategy == Obviously, we can't have two APIs, so the best thing that I could come up with was: 1. we use, for the recently used resources list, the same storage system on both Unix *and* win32: a dot file inside $HOME, which stores everything using an XBEL

Re: RecentManager and win32

2005-10-03 Thread Emmanuele Bassi
Hi James, On 10/3/05, James Henstridge [EMAIL PROTECTED] wrote: Emmanuele Bassi wrote: * Strategy == Obviously, we can't have two APIs, so the best thing that I could come up with was: 1. we use, for the recently used resources list, the same storage system on both Unix *and*

Pango-1.10.1 released

2005-10-03 Thread Owen Taylor
Pango-1.10.1 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.8/ pango-1.10.1.tar.bz2 md5sum: 1ff4c96982f61ea6f390d09a4febdf18 pango-1.10.1.tar.gzmd5sum: 6b3b06b3263845706a2bfc769b83f7fc This is a stable release and is source and binary compatible with 1.10.1. Notable

GLib 2.8.3

2005-10-03 Thread Matthias Clasen
GLib 2.8.3 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.8/ glib-2.8.3.tar.bz2 md5sum: 58177fe64c189b86bac1625350512159 glib-2.8.3.tar.gzmd5sum: ea61e475c586d082559652a0f10a038f This is a quick follow-up release to fix a bug that crept into 2.8.2. GLib is the low-level

Re: GTK+ team irc meeting

2005-10-03 Thread Rodrigo Parra Novo
Hi Matthias, On 10/3/05, Matthias Clasen [EMAIL PROTECTED] wrote: 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:00

GTK+ 2.8.5

2005-10-03 Thread Matthias Clasen
GTK+ 2.8.5 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.8/ http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.8/ gtk+-2.8.5.tar.bz2 md5sum: cc25d162c5924e9bae02fb04c6fd494d gtk+-2.8.5.tar.gzmd5sum: 5809435d16e53e82fb3d5d930fd8a36e This is a bugfix release in the 2.8.x

Re: (gtk) bug and win98

2005-10-03 Thread Hans Breuer
On 03.10.2005 22:44, Adib Taraben wrote: Hello gtk-team, Inkscape is a SVG vector graphics editor that uses gtk and gtkmm. Currently with the 2.8 libs there is a problem starting on win98. http://bugzilla.gnome.org/show_bug.cgi?id=316878 Is it possible from you guys to investigate in this bug

how to termlessly *enforce* crosscompile mode ?

2005-10-03 Thread Enrico Weigelt
Hi folks, I need to *enforce* the crosscompiling mode even when building for the same target architecture. It mostly works fine by passing the right toolchain commands via environment (in fact: pure-make / non-autoconf applications work almost perfectly with that), but configure is too