Re: GTK+ 3.16.0 released

2015-04-04 Thread Fan Chun-wei
Hi Matthias, I thought it would also be good to let people know about this, rendering windows using OpenGL is also implemented on Microsoft Windows as well, also using libepoxy. (I didn't reply to the announcement list though-sorry if this response is inappropriate in any way.:)) With bles

Re: Strange dead lock with g_threads_enter

2011-03-10 Thread Wei-Ning Huang
I attached a full trace off the the program running, can anyone check it out for me? 2011/3/5 Chris Vine > On Sat, 5 Mar 2011 11:58:23 +0800 > Wei-Ning Huang wrote: > [snip] > > From what I can see, the program is stuck because the main thread > > locked a mutex in

Re: Strange dead lock with g_threads_enter

2011-03-06 Thread Wei-Ning Huang
while (gtk_events_pending()) gtk_main_iteration()'. That is the reason why the deadlock occurs!!! I remove the line and the deadlock is gone! Big thanks for your help, learned a lot from your reply :) Best regards, Wei-Ning Huang 2011/3/7 Chris Vine > On Sun, 6 Mar 2011 16:03:43 + > C

Strange dead lock with g_threads_enter

2011-03-05 Thread Wei-Ning Huang
d ... (but glad that this didn't happen on ubuntu) Thanks, Wei-Ning Huang 2011/3/5 Chris Vine On Sat, 5 Mar 2011 11:58:23 +0800 > Wei-Ning Huang wrote: > [snip] > > From what I can see, the program is stuck because the main thread > > locked a mutex in #3. > > But fr

Re: Strange dead lock with g_threads_enter

2011-03-05 Thread Wei-Ning Huang
d ... (but glad that this didn't happen on ubuntu) Thanks, Wei-Ning Huang 2011/3/5 Chris Vine > On Sat, 5 Mar 2011 11:58:23 +0800 > Wei-Ning Huang wrote: > [snip] > > From what I can see, the program is stuck because the main thread > > locked a mutex in #3. > > But

Strange dead lock with g_threads_enter

2011-03-04 Thread Wei-Ning Huang
from the backtrace, the mutex seems to be locked by gtk_main_loop_run() which is something I can't control, and somehow it locked the same mutex as gdk_threads_enter()? any ideas? Thanks, Wei-Ning Huang ___ gtk-app-devel-list mailing list gtk-a

Re: about main event loop

2010-01-14 Thread Zhang Wei
. Instead you connect to > callbacks through g_signal_connect(). > > But in order to get an intelligent reply from this list, you should provide > a complete compilable program that exhibit the problem that you experience. > > Regards, > Dov > > On Tue, Jan 12, 2010 at 11

about main event loop

2010-01-12 Thread Zhang Wei
hello, I don't know how to deal with the signal when I clicked the icon on taskbar with right button of the mouse the program runs ok, but it gives the warnings in the console: GLib-WARNING **: g_main_context_prepare() called recursively from within a source's check() or prepare() member. GLib-WAR

How can I hide scrollbar of a GTK scrolled window even if it _needs_ one?

2007-07-06 Thread Wei
widgets can accomplish this? Or should I write my own gtk widgets? Best regard, -- Wei http://www.csie.ntu.edu.tw/~r88052/ ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list