..
Makefile
Added a tgi_pieslice function.
2009-11-05 20:32:17 +00:00
tgi_arc.c
Fixed a sign error.
2009-11-05 20:26:23 +00:00
tgi_bar.s
Renamed ..._deinstall -> ..._uninstall.
2003-02-11 12:37:46 +00:00
tgi_circle.s
Added tgi_circle and tgi_ellipse functions. The latter works, but could be
2009-11-05 17:14:29 +00:00
tgi_clear.s
Changed 'Clear the screen' to 'Clear the drawpage'.
2009-10-27 21:20:06 +00:00
tgi_clipline.s
Working on the division and multiplication routines.
2009-11-04 19:41:54 +00:00
tgi_curtoxy.s
Started to add text output functions
2002-10-03 11:18:23 +00:00
tgi_done.s
DONE does no longer set an error code
2003-10-23 09:38:51 +00:00
tgi_ellipse.s
Added a tgi_arc function. Removed the old ellipse code and create a new
2009-11-05 19:52:18 +00:00
tgi_free_vectorfont.s
Added tgi_load_vectorfont(). Fixed tgi_free_vectorfont().
2009-11-01 22:35:22 +00:00
tgi_getcolor.s
Renamed ..._deinstall -> ..._uninstall.
2003-02-11 12:37:46 +00:00
tgi_getcolorcount.s
Renamed ..._deinstall -> ..._uninstall.
2003-02-11 12:37:46 +00:00
tgi_getdefpalette.s
Renamed ..._deinstall -> ..._uninstall.
2003-02-11 12:37:46 +00:00
tgi_geterror.s
Renamed ..._deinstall -> ..._uninstall.
2003-02-11 12:37:46 +00:00
tgi_geterrormsg.s
Additional error code.
2009-11-01 22:01:23 +00:00
tgi_getmaxcolor.s
Renamed ..._deinstall -> ..._uninstall.
2003-02-11 12:37:46 +00:00
tgi_getmaxx.s
Hold the maximum X and Y coordinate in variables instead of calculating them
2009-11-06 12:02:52 +00:00
tgi_getmaxy.s
Hold the maximum X and Y coordinate in variables instead of calculating them
2009-11-06 12:02:52 +00:00
tgi_getpagecount.s
Fixed a comment
2003-10-29 19:00:13 +00:00
tgi_getpalette.s
Renamed ..._deinstall -> ..._uninstall.
2003-02-11 12:37:46 +00:00
tgi_getpixel.s
Renamed ..._deinstall -> ..._uninstall.
2003-02-11 12:37:46 +00:00
tgi_getset.s
Renamed ..._deinstall -> ..._uninstall.
2003-02-11 12:37:46 +00:00
tgi_getxres.s
Renamed ..._deinstall -> ..._uninstall.
2003-02-11 12:37:46 +00:00
tgi_getyres.s
Renamed ..._deinstall -> ..._uninstall.
2003-02-11 12:37:46 +00:00
tgi_gotoxy.s
Renamed ..._deinstall -> ..._uninstall.
2003-02-11 12:37:46 +00:00
tgi_imulround.s
Moved fixed point multiplication and rounding into an asm module.
2009-11-05 20:16:43 +00:00
tgi_init.s
Hold the maximum X and Y coordinate in variables instead of calculating them
2009-11-06 12:02:52 +00:00
tgi_ioctl.s
Added tgi_ioctl
2004-10-14 18:24:52 +00:00
tgi_line.s
Renamed ..._deinstall -> ..._uninstall.
2003-02-11 12:37:46 +00:00
tgi_linepop.s
Renamed ..._deinstall -> ..._uninstall.
2003-02-11 12:37:46 +00:00
tgi_lineto.s
Renamed ..._deinstall -> ..._uninstall.
2003-02-11 12:37:46 +00:00
tgi_load_driver.c
Separated tgi_load and tgi_load_driver.
2009-09-11 18:47:33 +00:00
tgi_load_vectorfont.c
Added tgi_load_vectorfont(). Fixed tgi_free_vectorfont().
2009-11-01 22:35:22 +00:00
tgi_load.c
Separated tgi_load and tgi_load_driver.
2009-09-11 18:47:33 +00:00
tgi_map_mode.s
Renamed ..._deinstall -> ..._uninstall.
2003-02-11 12:37:46 +00:00
tgi_outtext.s
Start of TGI changes. Untested, may not work.
2009-10-30 21:26:35 +00:00
tgi_outtextxy.s
Renamed ..._deinstall -> ..._uninstall.
2003-02-11 12:37:46 +00:00
tgi_pieslice.c
Added a tgi_pieslice function.
2009-11-05 20:32:17 +00:00
tgi_popxy2.s
Renamed ..._deinstall -> ..._uninstall.
2003-02-11 12:37:46 +00:00
tgi_popxy.s
Renamed ..._deinstall -> ..._uninstall.
2003-02-11 12:37:46 +00:00
tgi_setcolor.s
Renamed ..._deinstall -> ..._uninstall.
2003-02-11 12:37:46 +00:00
tgi_setdrawpage.s
Renamed ..._deinstall -> ..._uninstall.
2003-02-11 12:37:46 +00:00
tgi_setpalette.s
Renamed ..._deinstall -> ..._uninstall.
2003-02-11 12:37:46 +00:00
tgi_setpixel.s
Renamed ..._deinstall -> ..._uninstall.
2003-02-11 12:37:46 +00:00
tgi_setviewpage.s
Renamed ..._deinstall -> ..._uninstall.
2003-02-11 12:37:46 +00:00
tgi_stddrv.s
Define a standard driver and mode for tgi graphics and use it in the sample
2009-09-11 18:59:37 +00:00
tgi_stdmode.s
Define a standard driver and mode for tgi graphics and use it in the sample
2009-09-11 18:59:37 +00:00
tgi_textheight.s
Start of TGI changes. Untested, may not work.
2009-10-30 21:26:35 +00:00
tgi_textstyle.s
Working on the TGI API, adding vector fonts. Only roughly tested!
2009-11-02 22:29:49 +00:00
tgi_textwidth.s
Start of TGI changes. Untested, may not work.
2009-10-30 21:26:35 +00:00
tgi_unload.s
Use the new TGI_HDR structure.
2004-11-07 11:30:26 +00:00
tgi_vectorchar.s
Use new multiplication routine.
2009-11-04 13:46:16 +00:00
tgi-kernel.s
Hold the maximum X and Y coordinate in variables instead of calculating them
2009-11-06 12:02:52 +00:00