On Wed, 30 May 2001, Shane Nay wrote:
>
> On Tuesday 29 May 2001 09:43, Micah Dowty wrote:
> > I just posted a screenshot and news item on the PicoGUI web site linking to
> > your libgcj integration page. Sorry I hadn't done so earlier. (This goes
> > for everyone- feel free to kick me if there'
Looks good to me. Finally got the patch into CVS after I figured out the '-l' option
for patch ;-)
Also noticed that the field isn't updating properly any more. When I added the state
optimization to div_setstate, it optimizes out the field updates! I also fixed this
and comitted to CVS.
Sinc
Sorry.., over active cutting..., fixed now: (Left out the SYMLINE on post slope 1
iteration of De Silva..., would have got you a nice half of a ellipse :)
Below, same Changelog, only one different line.
Index: vidbase/defaultvbl.c
This is the elipse drawing patch for the cli_c.
ChangeLog Entry:
2001-05-30 Shane Nay <[EMAIL PROTECTED]>
Added ellipse, and filled elipse drawing to pgfx for use on canvases.
* cli_c/src/pgfx_canvas.c: Added the mapping for rendering of ellipses.
* cli_c/include/picogui/pgfx.
This is a patch to allow Pgui to draw ellipses in PGFX. I implemented two
different algorithms, and have left them both, one is used to draw "unfilled"
ellipses,
the other is used to draw filled ellipses. The one that
draws filled ellipses is more advanced and faster. But the one that does