]> git.sur5r.net Git - cc65/history - include/tgi.h
Avoid paths in .include directives. The path needs to be rather set in the Makefile...
[cc65] / include / tgi.h
2011-11-29 ol.scAdjustments to recent adding of get/set prefix to tgi...
2011-07-31 uzDeclaration of tgi_settextdir() added.
2011-07-17 uzRenamed tgi_textheight -> tgi_gettextheight, tgi_textwi...
2011-07-07 uzRemoved __fastcall__ declarations for functions without...
2011-05-02 ol.scRemoved tgi_load() and all corresponding infrastructure...
2011-05-01 uzNew TGI routines tgi_getaspectratio/tgi_setaspectratio.
2011-04-20 ol.scRemoved TGI black/white defines as those are to be...
2009-12-11 uzMAde the second parameter of tgi_ioctl a void* instead...
2009-11-05 uzAdded a tgi_pieslice function.
2009-11-05 uzMoved fixed point multiplication and rounding into...
2009-11-05 uzAdded tgi_circle and tgi_ellipse functions. The latter...
2009-11-02 uzWorking on the TGI API, adding vector fonts. Only rough...
2009-11-01 uzSmall changes in definitions. Additional error code.
2009-11-01 uzPreparations for use of vectorfonts.
2009-10-30 uzStart of TGI changes. Untested, may not work.
2009-10-27 ol.scChanged 'Clear the screen' to 'Clear the drawpage'.
2009-09-11 uzDefine a standard driver and mode for tgi graphics...
2004-10-14 cuzAdded tgi_ioctl
2004-06-15 cuzNew function tgi_geterrormsg
2003-10-29 cuztgi_pagecount returns an unsigned, not void
2003-10-23 cuzgetpalette and getdefpalette may no longer return a...
2003-02-11 cuzRenamed ..._deinstall -> ..._uninstall.
2002-12-29 cuzRemoved param from tgi_init()
2002-12-20 izydorsttgi/*.h headers were being searched in local, not CC65_...
2002-10-03 cuzRemoved duplicate declaration
2002-10-03 cuzStarted to add tgi text output functions
2002-07-07 cuzMore work on the graphics subsystem
2002-06-22 cuzWorking on the TGI library
2002-06-22 cuzWorking on the TGI library
2002-06-21 cuzTGI Implementation
2002-06-21 cuzImplementing TGI
2002-06-21 cuzAdded TGI files, removed obsolete graphics.h