how to handle rgb pixels before draw to drawingarea using cairo

2007-12-20 Thread thexin chan
Hello, i am write a application like a tv watch soft,using em28xx capture video as yuyv format,and converted to rgb24 when recived. here ,some code to draw video frame to drawingarea. gdk_threads_enter(); gdk_draw_rgb_image(wbus->drawingarea->window, wbus->drawingarea->style->fg_gc[G

GLib 2.15.0 released

2007-12-20 Thread Matthias Clasen
GLib 2.15.0 is now available for download at: ftp://ftp.gtk.org/pub/gtk/2.15/ http://ftp.gnome.org/pub/GNOME/sources/glib/2.15/ glib-2.15.0.tar.bz2 md5sum: 52536475a3f301842cf3448f19af094c glib-2.15.0.tar.gz md5sum: 8348f77a5aacf6382ee816f986ae7820 This is the first development re

Calling gtk-builder-convert from makefile

2007-12-20 Thread Micah Carrick
I have a glade file which I have to convert using gtk-builder-convert first. This converts it from .glade to .xml and the make file installs it. How would I run gtk-builder-convert on the source .glade file prior to copying the .xml file? -- - Micah Carrick Developer - http://www.micahcarri

Re: Multi-threaded UI Freezes on GDK Call

2007-12-20 Thread Michael McCann
Emmanuele Bassi wrote: > On Tue, 2007-12-18 at 20:37 -0500, Michael McCann wrote: > > >> Yes, I've already tried that, to no avail. My code basically only >> consists of: >> >> gdk_screen_get_default(): Get the default screen >> gdk_screen_get_root_window(): Get the root window >> gdk_pixbuf_g

Re: App blueprint, advice please!

2007-12-20 Thread Patrick
Hi Michael Thanks for the signals and slots tip, that's great. As for NI: My experience is limited and quite dated(8-9 years) but it is my understanding that in order to distribute "free" (as in beer) Labview code the recipient must have Labview loaded. It is possible to generate an executabl

Re: Problems to compile gtk with jhbuild + imendio patchs

2007-12-20 Thread Richard Hult
Arx Cruz skrev: > Sorry if is the wrong place to post this, but im having problems in compile > Gtk with Quartz support through imendio patchs using jhbuild, > > All packages compiles very well, but when i try compile gtk i have this > error: There is some new accessibility code that was added re