GTK+ 2.10.3 released

2006-09-04 Thread Matthias Clasen
GTK+ 2.10.3 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.10/ http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.10/ gtk+-2.10.3.tar.bz2 md5sum: c662ca204e204edfd8b8b917b9a852aa gtk+-2.10.3.tar.gzmd5sum: 138374669cb1d6cf8123fd78fa30433e This is a bug fix release and is source

[Fwd: Pango-1.14.3 released]

2006-09-04 Thread Behdad Esfahbod
Oops, Overview of changes between 1.14.2 and 1.14.3 == * Win32 build improvement. [Tor Lillqist] * Bugs fixed in this release: Bug 353525 – libpangoft2-1.0.so.0: undefined reference to `pango_font_description_get_gravity'

Pango-1.14.3 released

2006-09-04 Thread Behdad Esfahbod
Pango-1.14.3 is now available for download at: http://download.gnome.org/sources/pango/1.14/ or ftp://ftp.gtk.org/pub/pango/1.14 afaf7128791f31b225079f73322eb67d pango-1.14.3.tar.bz2 b0904336167ab64af068b8d126bf6407 pango-1.14.3.tar.gz This is a stable release and is source and binary comp

Re: Invert characters' rendering when text cursor is fat

2006-09-04 Thread John Cupitt
On 9/4/06, Masatake YAMATO <[EMAIL PROTECTED]> wrote: > Could you give me a mail if you read this message? > Also please, give me hints for the reason why I cannot get any ack > from gtk+ developers. (disclaimer: I'm not a GTK developer) Your bugzilla entry is very general. If you submit this as

Re: Invert characters' rendering when text cursor is fat

2006-09-04 Thread Masatake YAMATO
Could you give me a mail if you read this message? Also please, give me hints for the reason why I cannot get any ack from gtk+ developers. I'm afraid my messages went to somewhere /dev/null of the net. > I had got no answer yet about my patch: > > http://bugzilla.gnome.org/show_bug.cgi?id=347

Re: Reloading keymap under DirectFB

2006-09-04 Thread Tim Janik
On Sun, 3 Sep 2006, Denis Oliver Kropp wrote: > Attilio Fiandrotti schrieb: >> Sven Neumann wrote: >>> Why is reloading the keymap needed in the first place? I suggest that >>> this is fixed in DirectFB instead of adding an API for the sole purpose >>> of working around what appears to be a bug i

Re: Insert an image into a gtk_window

2006-09-04 Thread Emmanuele Bassi
Hi; On Mon, 2006-09-04 at 12:07 +0200, [EMAIL PROTECTED] wrote: > I'm trying to insert an image in a window creted with gtk. > The problem is that the image doesn't appear efter executing,and there'not an > error message. Check the console: if there has been an error loading the image you should

Insert an image into a gtk_window

2006-09-04 Thread ferri_marllo
I'm trying to insert an image in a window creted with gtk. The problem is that the image doesn't appear efter executing,and there'not an error message. Can you help me?? #include #include int main(int argc,char **argv) { GtkWidget *window; GtkWidget *image; GdkPixbuf *pixbuf;

Re: Why extension events are disabled by default?

2006-09-04 Thread Tommi Komulainen
On Fri, 2006-09-01 at 12:04 -0400, ext Owen Taylor wrote: > I can't really give an exact reasons at this point ... this was pretty > much my first submission to GTK+ in 1997, which is a long time ago. > > But I'd basically say that the current situation is due to major > limitations in the the XIn

create_pixbuf/gtk_image_new_from_file

2006-09-04 Thread ferri_marllo
Hi!! Please i need help... i want to build a window,and show into it this image in it: c:\dates\image.jpg I tried with image=create_pixbuf(window1,"c:\\dates\\image.jpg") but it showed an error message:"Couldn't find the file". Then i tried with image=gtk_image_new_from_file(,"c:\\dates\\ima