Re: porting gdk - cairo

2010-08-18 Thread Allin Cottrell
On Wed, 18 Aug 2010, Dov Grobgeld wrote: I don't know if you noticed it in another thread, but I created a working example of the approach that I described in my earlier email. See: http://github.com/dov/dovtk-lasso See the program test-dovtk-lasso.c for an example of how to use it.

Re: Performance issues of GDK deprecation in favour of Cairo

2010-08-18 Thread Stefan Kost
hi, On 17.08.2010 12:01, James Morris wrote: Hi, I see that some GDK drawing functions and graphics contexts have been deprecated in favour of using Cairo. Yesterday I spent a few hours *removing* Cairo code from my fledgling GTK application and replacing it with gdk_draw_rectangle,

Re: GTK+ 2.21.6

2010-08-18 Thread Bastien Nocera
On Wed, 2010-08-18 at 11:52 -0400, Paul Davis wrote: On Mon, Aug 16, 2010 at 8:48 PM, Matthias Clasen mcla...@redhat.com wrote: GTK+ 2.21.6 is now available for download at: is this really a correct description of 2.21: Overview of Changes from GTK+ 2.21.5 to 2.21.6

Re: GTK+ 2.21.6

2010-08-18 Thread Bastien Nocera
On Wed, 2010-08-18 at 12:14 -0400, Paul Davis wrote: On Wed, Aug 18, 2010 at 12:04 PM, Bastien Nocera had...@hadess.net wrote: On Wed, 2010-08-18 at 11:52 -0400, Paul Davis wrote: On Mon, Aug 16, 2010 at 8:48 PM, Matthias Clasen mcla...@redhat.com wrote: GTK+ 2.21.6 is now available for

Re: GTK+ 2.21.6

2010-08-18 Thread Matthias Clasen
On Wed, Aug 18, 2010 at 12:27 PM, Paul Davis p...@linuxaudiosystems.com wrote: On Wed, Aug 18, 2010 at 12:21 PM, Bastien Nocera had...@hadess.net wrote: New functionality is available in both when it makes sense to do so, and deprecated functionality is marked as much. You shouldn't see any

Re: GTK+ 2.21.6

2010-08-18 Thread Behdad Esfahbod
On 08/18/10 12:50, Paul Davis wrote: On Wed, Aug 18, 2010 at 12:44 PM, Matthias Clasen matthias.cla...@gmail.com wrote: I don't see how that follows. All that is happening in 2.22 is that some things are getting deprecated. You can still use them. We are not going to take them away from you

ms-windows engine on Windows 7

2010-08-18 Thread Allin Cottrell
A user of my GTK app recently remarked on this: when he uses the ms-windows theme engine on Windows 7, the highlight on the currently selected menu item misbehaves: the text of the highlighted item goes white, while the background for that item goes almost-white, making the item unreadable. On MS

Re: Performance issues of GDK deprecation in favour of Cairo

2010-08-18 Thread James Morris
On 18 August 2010 15:57, Stefan Kost enso...@hora-obscura.de wrote: hi, On 17.08.2010 12:01, James Morris wrote: Hi, I see that some GDK drawing functions and graphics contexts have been deprecated in favour of using Cairo. Yesterday I spent a few hours *removing* Cairo code from my