1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-19 01:24:38 +00:00
cc65/libsrc/tgi
uz fe5adb5c4e Working on stroked font output.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4455 b7a2c559-68d2-44c3-8de9-860c34a00d81
2009-11-10 18:50:33 +00:00
..
Makefile tgi_vectorchar takes now a char argument. Added tgi_install_vectorfont. 2009-11-06 16:18:13 +00:00
tgi_arc.c Fixed a sign error. 2009-11-05 20:26:23 +00:00
tgi_bar.s
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
tgi_clippedline.s Added clipping for lines. 2009-11-06 15:26:46 +00:00
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
tgi_getdefpalette.s
tgi_geterror.s
tgi_geterrormsg.s Additional error code. 2009-11-01 22:01:23 +00:00
tgi_getmaxcolor.s
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
tgi_getpalette.s
tgi_getpixel.s
tgi_getset.s
tgi_getxres.s
tgi_getyres.s
tgi_gotoxy.s
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_install_vectorfont.s tgi_vectorchar takes now a char argument. Added tgi_install_vectorfont. 2009-11-06 16:18:13 +00:00
tgi_ioctl.s
tgi_line.s Added clipping for lines. 2009-11-06 15:26:46 +00:00
tgi_linepop.s Added clipping for lines. 2009-11-06 15:26:46 +00:00
tgi_lineto.s Added clipping for lines. 2009-11-06 15:26:46 +00:00
tgi_load_driver.c
tgi_load_vectorfont.c Added tgi_load_vectorfont(). Fixed tgi_free_vectorfont(). 2009-11-01 22:35:22 +00:00
tgi_load.c
tgi_map_mode.s
tgi_outtext.s Working on stroked font output. 2009-11-10 18:50:33 +00:00
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
tgi_setcolor.s
tgi_setdrawpage.s
tgi_setpalette.s
tgi_setpixel.s
tgi_setviewpage.s
tgi_stddrv.s
tgi_stdmode.s
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
tgi_vectorchar.s Working on stroked font output. 2009-11-10 18:50:33 +00:00
tgi-kernel.s tgi_vectorchar takes now a char argument. Added tgi_install_vectorfont. 2009-11-06 16:18:13 +00:00