1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-04 03:56:13 +00:00
cc65/libsrc/tgi
uz 285aaf8933 Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the
function description for functions that don't take any parameters.


git-svn-id: svn://svn.cc65.org/cc65/trunk@5573 b7a2c559-68d2-44c3-8de9-860c34a00d81
2012-03-04 13:08:54 +00:00
..
Makefile New tgi_settextdir() function. 2011-08-01 21:00:51 +00:00
tgi_arc.c
tgi_bar.s
tgi_circle.s
tgi_clear.s Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the 2012-03-04 13:08:54 +00:00
tgi_clippedline.s
tgi_curtoxy.s Started to add text output functions 2002-10-03 11:18:23 +00:00
tgi_done.s Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the 2012-03-04 13:08:54 +00:00
tgi_ellipse.s
tgi_free_vectorfont.s
tgi_getaspectratio.s Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the 2012-03-04 13:08:54 +00:00
tgi_getcolor.s Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the 2012-03-04 13:08:54 +00:00
tgi_getcolorcount.s Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the 2012-03-04 13:08:54 +00:00
tgi_getdefpalette.s Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the 2012-03-04 13:08:54 +00:00
tgi_geterror.s Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the 2012-03-04 13:08:54 +00:00
tgi_geterrormsg.s
tgi_getmaxcolor.s Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the 2012-03-04 13:08:54 +00:00
tgi_getmaxx.s Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the 2012-03-04 13:08:54 +00:00
tgi_getmaxy.s Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the 2012-03-04 13:08:54 +00:00
tgi_getpagecount.s Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the 2012-03-04 13:08:54 +00:00
tgi_getpalette.s Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the 2012-03-04 13:08:54 +00:00
tgi_getpixel.s Renamed ..._deinstall -> ..._uninstall. 2003-02-11 12:37:46 +00:00
tgi_getset.s
tgi_gettextheight.s Renamed tgi_textheight -> tgi_gettextheight, tgi_textwidth -> tgi_gettextwidth 2011-07-17 18:36:12 +00:00
tgi_gettextwidth.s Fixed a bug (Greg King). 2011-08-01 20:59:33 +00:00
tgi_getxres.s Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the 2012-03-04 13:08:54 +00:00
tgi_getyres.s Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the 2012-03-04 13:08:54 +00:00
tgi_gotoxy.s
tgi_imulround.s
tgi_init.s Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the 2012-03-04 13:08:54 +00:00
tgi_install_vectorfont.s
tgi_ioctl.s
tgi_line.s
tgi_linepop.s
tgi_lineto.s
tgi_load_driver.c
tgi_load_vectorfont.c
tgi_outcode.s
tgi_outtext.s Renamed tgi_textheight -> tgi_gettextheight, tgi_textwidth -> tgi_gettextwidth 2011-07-17 18:36:12 +00:00
tgi_outtextxy.s Working on stroked font output. 2009-11-10 18:50:33 +00:00
tgi_pieslice.c
tgi_popxy2.s
tgi_popxy.s
tgi_setaspectratio.s
tgi_setcolor.s
tgi_setdrawpage.s
tgi_setpalette.s
tgi_setpixel.s Renamed ..._deinstall -> ..._uninstall. 2003-02-11 12:37:46 +00:00
tgi_settextdir.s New tgi_settextdir() function. 2011-08-01 21:00:51 +00:00
tgi_settextstyle.s Renamed tgi_textheight -> tgi_gettextheight, tgi_textwidth -> tgi_gettextwidth 2011-07-17 18:36:12 +00:00
tgi_setviewpage.s
tgi_unload.s Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the 2012-03-04 13:08:54 +00:00
tgi_vectorchar.s
tgi-kernel.s Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the 2012-03-04 13:08:54 +00:00
tgidrv_line.inc