On Wed, 13 Jun 2001, James Henstridge wrote:
> On 12 Jun 2001, Lars Clausen wrote:
>
>> Sounds like a good implementation plan. Only the FEATURE and SHAPE
>> groups don't really solve the problem, as all you can really do at this
>> level is group.
>>
>> Somebody (I forget who) suggested having
On 12 Jun 2001, Lars Clausen wrote:
> Sounds like a good implementation plan. Only the FEATURE and SHAPE groups
> don't really solve the problem, as all you can really do at this level is
> group.
>
> Somebody (I forget who) suggested having some more complex shapes (arrows,
> rounded rectangles
On Tue, 12 Jun 2001, Cyrille Chepelov wrote:
> Le mar, jun 12, 2001, à 01:53:50 -0500, Lars Clausen a écrit:
>> A third idea I came up with for this: Have the renderer only define the
>> most basic shapes as fixed function pointers, and everything else
>> (rectangles, arrows, polylines, even comp
Le mar, jun 12, 2001, à 01:53:50 -0500, Lars Clausen a écrit:
> > OTOH, we could have have FEATURE_ARROW etc. Both options are open (I'd
> > think have renderers give NULL ops pointers for optional functions, and
> > have something in diagramdata fill in stubs & helpers, so we don't need
> > to t
On Tue, 12 Jun 2001, Cyrille Chepelov wrote:
> Le mar, jun 12, 2001, à 12:47:18 -0500, Lars Clausen a écrit:
>
>> > Both these functions pointers would be members added at the end of
>> > struct RendererOps, and would be totally optional (ie, diagramdata.c's
>> > routines will check for NULL mem
Le mar, jun 12, 2001, à 12:47:18 -0500, Lars Clausen a écrit:
> > Both these functions pointers would be members added at the end of struct
> > RendererOps, and would be totally optional (ie, diagramdata.c's routines
> > will check for NULL members, and either repeatedly check, or fill the
> > re
On Tue, 12 Jun 2001, Cyrille Chepelov wrote:
> Le mar, jun 12, 2001, à 02:31:25 +0200, Cyrille Artho a écrit:
>> Hi,
>> when exporting dia drawings to xfig, rectangles with rounded corners get
>> broken up into lines and arcs. I had used the "Flowchart - Box" item to
>> get rectangles with rounde
Le mar, jun 12, 2001, à 02:31:25 +0200, Cyrille Artho a écrit:
> Hi,
> when exporting dia drawings to xfig, rectangles with rounded corners get
> broken up into lines and arcs. I had used the "Flowchart - Box" item to
> get rectangles with rounded corners which can also have text inside
> them.
>