Re: to-do's and suggestions

2000-09-23 Thread Jon M. Taylor
On Thu, 21 Sep 2000, Andreas Beck wrote: LibXMI I have only had a brief look at XMI. From what I have seen you have done a beautiful job with it and I will certainly take a closer look at it. Please do so. Maybe this is where your function fits in. BTW: Jon - I haven't looked at

Re: to-do's and suggestions

2000-09-21 Thread Jon M. Taylor
On Thu, 21 Sep 2000, Lee Brown wrote: Mr. Taylor wrote, We do assume that readback is always possible and consistent, Jon, Readback is consistent if getLength, getLine, and putLine are consistent (there's no need to do a get on a drawLine since a drawLine is monocolor).

Re: to-do's and suggestions

2000-09-20 Thread Andreas Beck
2) While looking at the GGI API it struck me that there is ggiPutHLine, ggiGetHline, ggiPutVline, ggiGetVline. Why isn't there a ggiPutLine ggiGetLine? What would you need that for ? Filling horizontal or sometimes vertical lines with a pattern is a common thing for scanline-oriented

Re: to-do's and suggestions

2000-09-20 Thread Lee Brown
2) While looking at the GGI API it struck me that there is ggiPutHLine, ggiGetHline, ggiPutVline, ggiGetVline. Why isn't there a ggiPutLine ggiGetLine? What would you need that for ? I can see why it wasn't included before. It seems stupid. I agree. Perhaps even petty. Either

Re: to-do's and suggestions

2000-09-20 Thread Lee Brown
Mr. Taylor wrote, We do assume that readback is always possible and consistent, Jon, Readback is consistent if getLength, getLine, and putLine are consistent (there's no need to do a get on a drawLine since a drawLine is monocolor). Who says these functions won't ever be hardware

to-do's and suggestions

2000-09-19 Thread Lee Brown
1) I'll wrap up that KGI documentation I started. This should be done by Sunday. 2) While looking at the GGI API it struck me that there is ggiPutHLine, ggiGetHline, ggiPutVline, ggiGetVline. Why isn't there a ggiPutLine ggiGetLine? Is this already implemented? It strikes me that

Re: to-do's and suggestions

2000-09-19 Thread Jon M. Taylor
On Wed, 20 Sep 2000, Lee Brown wrote: 1) I'll wrap up that KGI documentation I started. This should be done by Sunday. 2) While looking at the GGI API it struck me that there is ggiPutHLine, ggiGetHline, ggiPutVline, ggiGetVline. Why isn't there a ggiPutLine ggiGetLine?