1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-29 17:56:21 +00:00
cc65/libsrc/tgi
Oliver Schmidt 008b4c4e1d Replaced whole bunch for Makefiles with a single generic Makefile.
- No complex shell logic.
- "Source file shadowing" for all targets via vpath.
- Dependency handling.
- True incremental build.
- Don't write into source directories.
- Easy cleanup by just removing 'wrk'.
2013-05-04 22:10:48 +02: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
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 Rewrote tgi_load_driver in assembler and fixed a possible memory leak when 2012-07-22 11:07:46 +00:00
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
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 Fix calculation of text width for bitmap fonts. 2012-09-20 21:14:46 +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 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 Added clipping for lines. 2009-11-06 15:26:46 +00:00
tgi_load_vectorfont.c Replaced TGI_ERR_NO_MEM by TGI_ERR_NO_RES 2009-11-13 15:53:01 +00:00
tgi_load.s More comment fixes. 2012-07-22 11:20:45 +00:00
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
tgi_pieslice.c
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_setaspectratio.s New TGI routines tgi_getaspectratio/tgi_setaspectratio. 2011-05-01 18:40:38 +00:00
tgi_setcolor.s
tgi_setdrawpage.s
tgi_setpalette.s
tgi_setpixel.s
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 Final touches to the first full version of the vector font output. 2009-11-12 18:00:17 +00:00
tgi-kernel.s Rewrote tgi_load_driver in assembler and fixed a possible memory leak when 2012-07-22 11:07:46 +00:00
tgidrv_line.inc Factored out generic LINE implementation based on SETPIXEL from the three drivers previously containing the identical code. 2010-01-24 11:21:44 +00:00