Windows GTK hang 'not responding'

2006-04-27 Thread Derek Piper
Hi, I have a strange bug I'm trying to track down. I've been able to determine that the program is not hanging in itself, it's the window that just 'freezes'. The program I have has a 'telnet' mode, and I am able to telnet to the program even when the GTK window has 'hung'. When I e

Re: Cairo support

2006-04-27 Thread Tor Lillqvist
Andrew E. Makeev writes: > DLLs provided by Tor won't crash. Good ;) > They just don't support all features that we need: standard menu > localization, like text-entry popup menu (problem with > gtkimmodules), Could you be more specific here? Is the gtk.immodules file broken in some win32 p

Re: Efficient image drawing

2006-04-27 Thread Paul Davis
John Cupitt wrote: On 4/27/06, Paul Davis <[EMAIL PROTECTED]> wrote: I'm developing a video playback app and I'm a bit curious to see if there's a better way to render images to the screen. As it is now I'm using the Gtkmm objects and copying images from my non-standard format in a GdkPixbu

Re: Cairo support

2006-04-27 Thread Andrew E. Makeev
Michael Torrie wrote: On Thu, 2006-04-27 at 09:47 +0400, Andrew E. Makeev wrote: yes, 2.8.x well, that's the bad news, because we met 2 problems: 1st - application becomes much slower until we turn off FontConfig/FreeType What aspects of your program are slower? If you run your prog

Re: Efficient image drawing

2006-04-27 Thread John Cupitt
On 4/27/06, Paul Davis <[EMAIL PROTECTED]> wrote: > I'm developing a video playback app and I'm a bit curious to see if > there's a better way to render images to the screen. As it is now I'm > using the Gtkmm objects and copying images from my non-standard format > in a GdkPixbuf and then drawing

dynamic displaying

2006-04-27 Thread s88
Hi all:    I want to build a tool like the windows task manager. One of the function is to show the run time memory usage by drawing the broken-line graph.Could you tell me which widgets can use? or example? Thanx!!Dave. ___ gtk-list mailing list gtk-list

Re: Efficient image drawing

2006-04-27 Thread Paul Davis
Murray Cumming wrote: On Thu, 2006-04-27 at 05:20 -0500, Paul Davis wrote: Howdy, I'm developing a video playback app and I'm a bit curious to see if there's a better way to render images to the screen. As it is now I'm using the Gtkmm objects and copying images from my non-standard form

Re: Cairo support

2006-04-27 Thread Michael Torrie
On Thu, 2006-04-27 at 09:47 +0400, Andrew E. Makeev wrote: > yes, 2.8.x > well, that's the bad news, because we met 2 problems: > > 1st - application becomes much slower until we turn off FontConfig/FreeType What aspects of your program are slower? If you run your program on, say, Windows XP (in

Re: Efficient image drawing

2006-04-27 Thread Murray Cumming
On Thu, 2006-04-27 at 05:20 -0500, Paul Davis wrote: > Howdy, > > I'm developing a video playback app and I'm a bit curious to see if > there's a better way to render images to the screen. As it is now I'm > using the Gtkmm objects and copying images from my non-standard format > in a GdkPixbu

Efficient image drawing

2006-04-27 Thread Paul Davis
Howdy, I'm developing a video playback app and I'm a bit curious to see if there's a better way to render images to the screen. As it is now I'm using the Gtkmm objects and copying images from my non-standard format in a GdkPixbuf and then drawing to a GtkDrawingArea using gdk_draw_rgb_image

Re: Cairo support

2006-04-27 Thread Murray Cumming
On Thu, 2006-04-27 at 11:44 +0400, Andrew E. Makeev wrote: > Could someone give a comment on this issue, please? > Should I submit a bug, and what details should I provide with it. I'm sure that a test case and a backtrace would be useful. -- Murray Cumming [EMAIL PROTECTED] www.murrayc.com www.

Re: Cairo support

2006-04-27 Thread Andrew E. Makeev
Andrew E. Makeev wrote: Antonio Gomes wrote: what version are you talking about ? If 2.8.x I presume 'no' ... On 4/26/06, Andrew E. Makeev <[EMAIL PROTECTED]> wrote: Hello, Is there a way to disable cairo support in new Gtk at all? We did it for pango, but Gtk requires cairo itself. Reg