Re: rendering-cleanup Part 2

2010-09-14 Thread Kristian Rietveld
On Aug 29, 2010, at 9:02 PM, Benjamin Otte wrote: That's about it. Comments? This morning I did an attempt to build rendering-cleanup (so not rendering-cleanup-next yet, I am a bit behind ...). I have pushed fixes that make the thing build to completion. Right now any test/demo crashes on

Re: rendering-cleanup Part 2

2010-09-01 Thread Peter Clifton
On Mon, 2010-08-30 at 00:50 +0200, Benjamin Otte wrote: On Mon, Aug 30, 2010 at 12:03 AM, Peter Clifton pc...@cam.ac.uk wrote: Is there any plans to drop the gdk_color_parse() API? Our circuit board design app (gEDA/PCB) uses that for processing configured colour values to RGB values. AUUI,

Re: rendering-cleanup Part 2

2010-08-30 Thread Benjamin Otte
On Mon, Aug 30, 2010 at 1:12 AM, Matthias Clasen matthias.cla...@gmail.com wrote: Hey Benjamin, the branch  builds just fine, but I see a ton or redraw issues. Everything basically turns black after a while... Oh, I forgot about that: I switched csw windows to using Cairo subsurfaces, which are

Re: rendering-cleanup Part 2

2010-08-30 Thread Matthias Clasen
On Mon, Aug 30, 2010 at 5:01 AM, Benjamin Otte o...@gnome.org wrote: On Mon, Aug 30, 2010 at 1:12 AM, Matthias Clasen matthias.cla...@gmail.com wrote: Hey Benjamin, the branch  builds just fine, but I see a ton or redraw issues. Everything basically turns black after a while... Oh, I forgot

rendering-cleanup Part 2

2010-08-29 Thread Benjamin Otte
Hey everybody, the second part of my GTK 3 rendering-cleanup work is done and is (as always) available at http://git.gnome.org/browse/gtk+/log/?h=rendering-cleanup Note that after every commit the branch is fully compiling and working. This work only touches GTK3 and will not effect GTK 2.22.

Re: rendering-cleanup Part 2

2010-08-29 Thread Peter Clifton
On Sun, 2010-08-29 at 21:02 +0200, Benjamin Otte wrote: Hey everybody, [SNIP] The stated goal for this part was the removal of GdkColormap and GdkPixmap. Both of these goals have been reached, but I needed to do things that I hoped would only be part of part3, the introduction of

Re: rendering-cleanup Part 2

2010-08-29 Thread Benjamin Otte
On Mon, Aug 30, 2010 at 12:03 AM, Peter Clifton pc...@cam.ac.uk wrote: Is there any plans to drop the gdk_color_parse() API? Our circuit board design app (gEDA/PCB) uses that for processing configured colour values to RGB values. AUUI, it can also translate X colour names into RGB values. It