Re: GTK+ 2.0 widget for dia

2001-07-03 Thread Arjan Molenaar
> Hi all. > > I've just read one mail about the dia port to gtk+2.0 and later, gnome > 2. > I have taken over the dia-newcanvas widget that was initiated by james > henstridge. The widget is under developement but can be usefull > for dia. Hi, I've been working on a split-off of the dia-newcanv

Re: GTK+ 2.0 widget for dia

2001-07-03 Thread Arjan Molenaar
> Hi all. > > I've just read one mail about the dia port to gtk+2.0 and later, gnome > 2. > I have taken over the dia-newcanvas widget that was initiated by james > henstridge. The widget is under developement but can be usefull > for dia. Hi, I've been working on a split-off of the dia-newcanv

Re: GTK+ 2.0 widget for dia

2001-06-30 Thread James Henstridge
On Wed, 27 Jun 2001, Cyrille Chepelov wrote: > Le mer, jun 27, 2001, à 08:44:36 +0200, Xavier Ordoquy a écrit: > > > I just looked a bit in diagramdata.c and dia-newcanvas looks pretty > > similar. I think Jamesh would explain better than I can do how this > > fits, but looks like it's fine. > >

Re: GTK+ 2.0 widget for dia

2001-06-28 Thread Cyrille Chepelov
Le jeu, jun 28, 2001, à 12:27:40 +0200, Xavier Ordoquy a écrit: > > What I was asking for is to have similar capabilities (perhaps in a saner > > way) included in dia-newcanvas. ... oops, forgot to include the URL in my previous mail: http://cvs.gnome.org/bonsai/cvsblame.cgi?file=dia/lib/diagra

Re: GTK+ 2.0 widget for dia

2001-06-28 Thread Cyrille Chepelov
> I think I need to take a closer look to this issue. However, eps and ps > rendering is > already targeted although not in the top priority list. > At worst rendering in two phases is still possible. Given that the interface between dia and dia-newcanvas renderers is very close, I think the cu

Re: GTK+ 2.0 widget for dia

2001-06-28 Thread Xavier Ordoquy
On 27 Jun 2001 21:24:48 +0200, Cyrille Chepelov wrote: > Le mer, jun 27, 2001, à 08:44:36 +0200, Xavier Ordoquy a écrit: > It doesn't completely. One uses of renderers in dia is not only to talk gtk, > but also talk EPS, PS, PNG, XFIG, LaTeX, and I forget some (like DPS which > has always been exp

Re: GTK+ 2.0 widget for dia

2001-06-27 Thread Cyrille Chepelov
Le mer, jun 27, 2001, à 08:44:36 +0200, Xavier Ordoquy a écrit: > I just looked a bit in diagramdata.c and dia-newcanvas looks pretty > similar. I think Jamesh would explain better than I can do how this > fits, but looks like it's fine. > dia canvas has items (line, rectangle, ...) with some pro

Re: GTK+ 2.0 widget for dia

2001-06-27 Thread Xavier Ordoquy
> Hmmm... could the Renderer interface be synced with dia's ? (namely, the > prerender_string() method [a no-op in the gtk renderer, some stuff in > lib/diagramdata.c, if that applies to dia-newcanvas]. There has also been > some discussion to help support groups for export renderers (would be

Re: GTK+ 2.0 widget for dia

2001-06-27 Thread Cyrille Chepelov
Le mer, jun 27, 2001, à 05:47:35 +0200, Xavier Ordoquy a écrit: > Hi all. > > I've just read one mail about the dia port to gtk+2.0 and later, gnome > 2. > I have taken over the dia-newcanvas widget that was initiated by james > henstridge. The widget is under developement but can be usefull > fo