cc65/libsrc/tgi
polluks2 446a785f95
Don't hide errors in error handling
You don't want the low byte, see grep _ERR_ libsrc/tgi/*
2022-09-02 11:55:54 +02:00
..
tgi-kernel.s change driver _install calls from taking "void*" to "const void*" 2021-05-16 22:57:28 +02:00
tgi_arc.c Added '_' prefix to sin and cos. 2019-04-13 11:25:54 +02:00
tgi_bar.s Added "popptr1" which is of common use to save some bytes. 2018-05-20 15:30:18 +02: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 Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the 2012-03-04 13:08:54 +00:00
tgi_clippedline.s Fix some commonly made spelling errors in comments. 2022-02-21 15:44:31 -05:00
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 Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
tgi_free_vectorfont.s Added tgi_load_vectorfont(). Fixed tgi_free_vectorfont(). 2009-11-01 22:35:22 +00:00
tgi_getaspectratio.s Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04: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 Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
tgi_geterror.s Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
tgi_geterrormsg.s Rewrote tgi_load_driver in assembler and fixed a possible memory leak when 2012-07-22 11:07:46 +00:00
tgi_getmaxcolor.s Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
tgi_getmaxx.s Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
tgi_getmaxy.s Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04: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 Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
tgi_getpixel.s Renamed ..._deinstall -> ..._uninstall. 2003-02-11 12:37:46 +00:00
tgi_getset.s Fixed some code, to adapt to register-use changes caused by pull request #652. 2018-07-27 09:21:31 -04:00
tgi_gettextheight.s remove dangling spaces 2022-04-17 16:06:22 +02:00
tgi_gettextwidth.s Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04: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 Renamed ..._deinstall -> ..._uninstall. 2003-02-11 12:37:46 +00:00
tgi_imulround.s remove dangling spaces 2022-04-17 16:06:22 +02:00
tgi_init.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
tgi_install_vectorfont.s Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
tgi_ioctl.s Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
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 remove dangling spaces 2022-04-17 16:06:22 +02:00
tgi_load.s More comment fixes. 2012-07-22 11:20:45 +00:00
tgi_load_vectorfont.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
tgi_outcode.s Final touches to the first full version of the vector font output. 2009-11-12 18:00:17 +00:00
tgi_outtext.s remove dangling spaces 2022-04-17 16:06:22 +02:00
tgi_outtextxy.s Working on stroked font output. 2009-11-10 18:50:33 +00:00
tgi_pieslice.c Added '_' prefix to sin and cos. 2019-04-13 11:25:54 +02:00
tgi_popxy.s Fixed some code, to adapt to register-use changes caused by pull request #652. 2018-07-27 09:21:31 -04:00
tgi_popxy2.s Renamed ..._deinstall -> ..._uninstall. 2003-02-11 12:37:46 +00:00
tgi_setaspectratio.s Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
tgi_setcolor.s Allowed the TGI API to support 256 colors. 2020-06-04 12:58:05 -04:00
tgi_setdrawpage.s Renamed ..._deinstall -> ..._uninstall. 2003-02-11 12:37:46 +00:00
tgi_setpalette.s Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
tgi_setpixel.s Renamed ..._deinstall -> ..._uninstall. 2003-02-11 12:37:46 +00:00
tgi_settextdir.s Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
tgi_settextstyle.s Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
tgi_setviewpage.s Renamed ..._deinstall -> ..._uninstall. 2003-02-11 12:37:46 +00:00
tgi_unload.s Don't hide errors in error handling 2022-09-02 11:55:54 +02:00
tgi_vectorchar.s Fix some commonly made spelling errors in comments. 2022-02-21 15:44:31 -05:00
tgidrv_line.inc remove dangling spaces 2022-04-17 16:06:22 +02:00