1
0
mirror of https://github.com/cc65/cc65.git synced 2024-11-19 21:32:19 +00:00
cc65/libsrc/tgi
uz 6d89093d4b Removed the call to tgi_clear from tgi_init, so the screen is not
automatically cleared.


git-svn-id: svn://svn.cc65.org/cc65/trunk@4559 b7a2c559-68d2-44c3-8de9-860c34a00d81
2010-01-26 16:51:03 +00:00
..
Makefile
tgi_arc.c
tgi_bar.s
tgi_circle.s
tgi_clear.s Changed 'Clear the screen' to 'Clear the drawpage'. 2009-10-27 21:20:06 +00:00
tgi_clippedline.s
tgi_curtoxy.s
tgi_done.s
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
tgi_getcolorcount.s Renamed ..._deinstall -> ..._uninstall. 2003-02-11 12:37:46 +00:00
tgi_getdefpalette.s
tgi_geterror.s Renamed ..._deinstall -> ..._uninstall. 2003-02-11 12:37:46 +00:00
tgi_geterrormsg.s Replaced TGI_ERR_NO_MEM by TGI_ERR_NO_RES 2009-11-13 15:53:01 +00:00
tgi_getmaxcolor.s
tgi_getmaxx.s
tgi_getmaxy.s
tgi_getpagecount.s
tgi_getpalette.s
tgi_getpixel.s Renamed ..._deinstall -> ..._uninstall. 2003-02-11 12:37:46 +00:00
tgi_getset.s
tgi_getxres.s
tgi_getyres.s
tgi_gotoxy.s
tgi_imulround.s
tgi_init.s Removed the call to tgi_clear from tgi_init, so the screen is not 2010-01-26 16:51:03 +00:00
tgi_install_vectorfont.s
tgi_ioctl.s MAde the second parameter of tgi_ioctl a void* instead of an unsigned to keep 2009-12-11 14:33:53 +00:00
tgi_line.s
tgi_linepop.s
tgi_lineto.s
tgi_load_driver.c
tgi_load_vectorfont.c
tgi_load.c
tgi_map_mode.s Renamed ..._deinstall -> ..._uninstall. 2003-02-11 12:37:46 +00:00
tgi_outcode.s
tgi_outtext.s
tgi_outtextxy.s Working on stroked font output. 2009-11-10 18:50:33 +00:00
tgi_pieslice.c Added a tgi_pieslice function. 2009-11-05 20:32:17 +00:00
tgi_popxy2.s
tgi_popxy.s Renamed ..._deinstall -> ..._uninstall. 2003-02-11 12:37:46 +00:00
tgi_setcolor.s
tgi_setdrawpage.s
tgi_setpalette.s
tgi_setpixel.s
tgi_setviewpage.s
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
tgi_textheight.s
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
tgi_unload.s
tgi_vectorchar.s
tgi-kernel.s tgi_vectorchar takes now a char argument. Added tgi_install_vectorfont. 2009-11-06 16:18:13 +00:00
tgidrv_line.inc