Re: Getting the busy cursor to display.

2012-04-11 Thread Igor Chetverovod
2012/4/11, James Tappin jtap...@gmail.com: On 10 April 2012 11:36, Michael Cronenworth m...@cchtml.com wrote: James Tappin wrote: Is there some other call (or calls) I should be making to force the updates to take place? I use the following for widget updates during background

Re: Getting the busy cursor to display.

2012-04-11 Thread jcupitt
On 10 April 2012 18:33, James Tappin jtap...@gmail.com wrote: Thanks for the suggestion. Unfortunately in this case it doesn't help. (I have also tried gdk_display_flush and gdk_window_flush, but still the same story). Here's a tiny test program that works for me with gtk2. It just uses:

Re: Getting the busy cursor to display.

2012-04-11 Thread James Tappin
On 11 April 2012 04:36, jcup...@gmail.com wrote: On 10 April 2012 18:33, James Tappin jtap...@gmail.com wrote: Thanks for the suggestion. Unfortunately in this case it doesn't help. (I have also tried gdk_display_flush and gdk_window_flush, but still the same story). Here's a tiny test

Re: Getting the busy cursor to display.

2012-04-11 Thread James Tappin
On 11 April 2012 09:25, James Tappin jtap...@gmail.com wrote: On 11 April 2012 04:36, jcup...@gmail.com wrote: On 10 April 2012 18:33, James Tappin jtap...@gmail.com wrote: Thanks for the suggestion. Unfortunately in this case it doesn't help. (I have also tried gdk_display_flush and

Re: Getting the busy cursor to display.

2012-04-11 Thread James Tappin
On 11 April 2012 10:51, James Tappin jtap...@gmail.com wrote: I'm now really confused -- I've reordered some of the code so that the set_cursor call precedes putting a message in the status bar. And the status bar updates but not the cursor. OK: I think I've figured it. The problem is/was

Re: Two questions: GTK for visually impaired. Windows gtk bundle for apps guidance.

2012-04-11 Thread Jernej Simončič
On Wed, 11 Apr 2012 08:29:35 +0900, Evgeniy Philippov wrote: There is no mention for downloading sources in the script's README. There isn't, but if you run the script without any parameters, you'll notice this: --src Download source instead of noarch package -- Jernej

Re: gdk threads ...

2012-04-11 Thread Murray Cumming
On Mon, 2012-03-05 at 08:07 -0500, Ryan Lortie wrote: hi Michael, On Mon, 2012-03-05 at 12:11 +, Michael Meeks wrote: Does that mean you're removing gdk_threads_enter and leave and the semantics around that ? is there some cunning new scheme proposed to intercept the mainloop and

Re: Two questions: GTK for visually impaired. Windows gtk bundle for apps guidance.

2012-04-11 Thread Piñeiro
On 04/10/2012 11:14 PM, Evgeniy Philippov wrote: 1. I'd like to try to help develop GTK for visually impaired people under Windows. I am not sure how my motivation will last long or not, but my free time is currently unlimited. I have reports from visually impaired ones that Pidgin client

Re: gdk threads ...

2012-04-11 Thread Paul Davis
Are there any plans for a gtkmm release based on gtk2 that will avoid the endless messages about using deprecated API, some related to thread stuff in gtk 2.24? ___ gtk-devel-list mailing list gtk-devel-list@gnome.org

Re: gdk threads ...

2012-04-11 Thread Matthias Clasen
On Wed, Apr 11, 2012 at 6:00 AM, Murray Cumming murr...@murrayc.com wrote: On Mon, 2012-03-05 at 08:07 -0500, Ryan Lortie wrote: hi Michael, On Mon, 2012-03-05 at 12:11 +, Michael Meeks wrote:     Does that mean you're removing gdk_threads_enter and leave and the semantics around that

Re: gdk threads ...

2012-04-11 Thread Paul Davis
On Wed, Apr 11, 2012 at 7:26 AM, Paul Davis p...@linuxaudiosystems.com wrote: Are there any plans for a gtkmm release based on gtk2 that will avoid the endless messages about using deprecated API, some related to thread stuff in gtk 2.24? these, specifically, are the messages i'm referring to:

all about animations

2012-04-11 Thread Benjamin Otte
So, there's a branch innocently named wip/cssvalue in git master that implements what I teasered in http://blogs.gnome.org/otte/2012/04/02/gtk-3-6/ and IMO is ready for master (after 3.4 branched off of course). What does this branch do? Here's the TL;DR version: - Speed up CSS by a factor of 10