Re: client side windows - request for testing and reviewing

2009-06-18 Thread Christian Dywan
Am Wed, 17 Jun 2009 18:52:03 +0200 schrieb Alexander Larsson : > On Wed, 2009-06-17 at 18:21 +0200, Mikkel Kamstrup Erlandsen wrote: > > 2009/6/17 Alexander Larsson : > > > The client side window branch is now feature complete on X11, and > > > includes API to do offscreen window embedding (with p

Re: Cairo based engine api for GTK+ 3.0

2009-06-18 Thread Chris Wilson
On Thu, 2009-06-18 at 22:35 +0100, Thomas Wood wrote: > Thanks Chris. Obviously once the API is converted to pass in cairo > contexts, the context creation/destruction will happen outside of the > drawing functions. That's a relief. I was thinking to myself that it was a good job I'd just managed

Re: Cairo based engine api for GTK+ 3.0

2009-06-18 Thread Thomas Wood
On Thu, 2009-06-18 at 22:04 +0100, Chris Wilson wrote: > And a few more > >From 0bd1476a92b229e326942862f9046e50dc5aea76 Mon Sep 17 00:00:00 2001 > From: Chris Wilson > Date: Thu, 18 Jun 2009 22:03:22 +0100 > Subject: [PATCH] [style] A few more sneaky missing cairo_destroy(). > Thanks Chris.

Re: Cairo based engine api for GTK+ 3.0

2009-06-18 Thread Chris Wilson
And a few more >From 0bd1476a92b229e326942862f9046e50dc5aea76 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 18 Jun 2009 22:03:22 +0100 Subject: [PATCH] [style] A few more sneaky missing cairo_destroy(). --- gtk/gtkstyle.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)

Re: Cairo based engine api for GTK+ 3.0

2009-06-18 Thread Chris Wilson
Hi Thomas, here's another little issue I ran across: >From 5498fa8670a07192eea35937d58b250de5a2567b Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 18 Jun 2009 21:06:14 +0100 Subject: [PATCH] [style] Add a couple of missing cairo_destroy(). --- gtk/gtkstyle.c |3 +++ 1 files changed,

Re: client side windows - request for testing and reviewing

2009-06-18 Thread Alexander Larsson
On Thu, 2009-06-18 at 17:07 +0200, Mikkel Kamstrup Erlandsen wrote: > 2009/6/17 Alexander Larsson : > > > So, please, please, please, test this code. We need people who run > > "uncommon" apps to test it, and we need people to run it on apps they > > know really well so we can find minor changes i

Re: client side windows - request for testing and reviewing

2009-06-18 Thread Mikkel Kamstrup Erlandsen
2009/6/17 Alexander Larsson : > So, please, please, please, test this code. We need people who run > "uncommon" apps to test it, and we need people to run it on apps they > know really well so we can find minor changes in behaviour. Here are some usage observations. I'll hopefully get time to pla

Re: Cairo based engine api for GTK+ 3.0

2009-06-18 Thread Thomas Wood
On Thu, 2009-06-18 at 12:08 +0100, Ross Burton wrote: > On Thu, 2009-06-18 at 11:45 +0100, Chris Wilson wrote: > > Just to clarify: do you want a cairo equivalent for the stipple effect > > or how to replace pango_cairo_layout_path()? > > Can we just remove all stippling from GTK+ and instead use

Re: Cairo based engine api for GTK+ 3.0

2009-06-18 Thread Ross Burton
On Thu, 2009-06-18 at 11:45 +0100, Chris Wilson wrote: > Just to clarify: do you want a cairo equivalent for the stipple effect > or how to replace pango_cairo_layout_path()? Can we just remove all stippling from GTK+ and instead use faded colours? Stipples are so 1990s... Ross -- Ross Burton

Re: Cairo based engine api for GTK+ 3.0

2009-06-18 Thread Thomas Wood
On Thu, 2009-06-18 at 11:45 +0100, Chris Wilson wrote: > On Thu, 2009-06-18 at 11:33 +0100, Thomas Wood wrote: > > On Thu, 2009-06-18 at 11:26 +0100, Chris Wilson wrote: > > > The use of pango_cairo_layout_path(); cairo_fill(); is a performance > > > nightmare, use pango_cairo_show_layout() instead

Re: Cairo based engine api for GTK+ 3.0

2009-06-18 Thread Chris Wilson
On Thu, 2009-06-18 at 11:33 +0100, Thomas Wood wrote: > On Thu, 2009-06-18 at 11:26 +0100, Chris Wilson wrote: > > The use of pango_cairo_layout_path(); cairo_fill(); is a performance > > nightmare, use pango_cairo_show_layout() instead. [The difference > > between the two is that pango_cairo_layou

Re: Cairo based engine api for GTK+ 3.0

2009-06-18 Thread Thomas Wood
On Thu, 2009-06-18 at 11:26 +0100, Chris Wilson wrote: > The use of pango_cairo_layout_path(); cairo_fill(); is a performance > nightmare, use pango_cairo_show_layout() instead. [The difference > between the two is that pango_cairo_layout_path() will extract the paths > from the glyphs and fill by

Re: Cairo based engine api for GTK+ 3.0

2009-06-18 Thread Chris Wilson
On Thu, 2009-06-18 at 09:42 +0100, Thomas Wood wrote: > During the themeing hackfest, I started work porting the engine API to > cairo. The first step was to convert the default engine to cairo, of > which I've published a branch here: Thanks for doing this! Having more of gtk switched over to usi

Can not find any function definition in GTK library files.

2009-06-18 Thread Aditi Barua
hello all, I m trying to solve a rendering problem in the GTK library. i used a bangla Language text in a button level and when i give a Bangla full stop it changes the the position of charecters of the text. This situation occurs in windows operating system. for linux it is Bangla text rendering

Re: Gtk/CSS update

2009-06-18 Thread Robert Staudinger
Hi Cody, On Thu, Jun 11, 2009 at 1:07 AM, Cody Russell wrote: > I might like to help work on this once my current project is finished, or at > least further along.  I had begun integrating Carlos's StyleContext branch > with gtkrc parsing, but it really seems like CSS is a better direction to > ta

Cairo based engine api for GTK+ 3.0

2009-06-18 Thread Thomas Wood
Hi All, During the themeing hackfest, I started work porting the engine API to cairo. The first step was to convert the default engine to cairo, of which I've published a branch here: http://github.com/thos/gtk-cairo-engines/tree/cairo-engines My main question is, how would I go about making cha