]> git.sur5r.net Git - cc65/history - asminc/tgi-kernel.inc
Fixed _textcolor definition.
[cc65] / asminc / tgi-kernel.inc
2018-05-21 IrgendwerMerge branch 'master' into popptr1
2018-04-16 Oliver SchmidtMerge pull request #627 from jedeoric/master
2018-02-21 StefanMerge pull request #6 from cc65/master
2018-02-10 Oliver SchmidtMerge pull request #588 from polluks/master
2018-02-07 Oliver SchmidtMerge pull request #587 from polluks/master
2018-02-02 Oliver SchmidtRemoved IRQ support from TGI drivers.
2015-12-27 Oliver SchmidtMerge pull request #249 from polluks/master
2013-11-19 Stephan MühlstrasserMerge branch 'master' into c1p
2013-09-04 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-09-01 Oliver SchmidtBumped driver api versions due to recent intoduction...
2013-06-04 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-06-03 Greg KingAdded library reference address to lightpen driver...
2013-06-01 Oliver SchmidtAdded library reference tgi_libref to TGI interface.
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2012-07-22 uzRewrote tgi_load_driver in assembler and fixed a possib...
2011-07-31 uzDeclaration of tgi_settextdir() added.
2011-07-17 uzRenamed tgi_textheight -> tgi_gettextheight, tgi_textwi...
2011-07-17 uzAdded a new flags byte to the TGI headers. Bumped the...
2011-05-02 uz_tgi_getaspectratio was declared global twice, while...
2011-05-02 ol.scRemoved tgi_load() and all corresponding infrastructure...
2011-05-01 uzNew TGI routines tgi_getaspectratio/tgi_setaspectratio.
2011-04-25 ol.scTarget-specific black & white values for use by the...
2009-11-12 uzThe outcode constants from tgi_outcode went into this...
2009-11-06 uztgi_vectorchar takes now a char argument. Added tgi_ins...
2009-11-06 uzAdded an include file for TGI vector fonts.
2009-11-05 uzAdded a tgi_pieslice function.
2009-11-05 uzMoved fixed point multiplication and rounding into...
2009-11-05 uzAdded a tgi_arc function. Removed the old ellipse code...
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 uzAdded new constants from tgi.h
2009-10-30 uzStart of TGI changes. Untested, may not work.
2009-10-29 uzChanges to the TGI driver API:
2004-11-07 cuzUse a structure for the TGI header as with other drivers.
2004-10-15 cuz_tgi_ioctl is a global symbol
2004-06-15 cuzNew function tgi_geterrormsg
2003-11-12 cuzRemoved the HORLINE entry point
2003-11-04 cuzRemoved tgi_emu_bar
2003-10-23 cuzAdded TGI_API_VERSION
2003-02-11 cuzRenamed ..._deinstall -> ..._uninstall.
2002-12-29 cuztgi_mode -> tgi_gmode
2002-10-03 cuzStarted to add tgi text output functions
2002-07-07 cuzAdd tgi_horline
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 cuzWorking
2002-06-21 cuzTGI Implementation
2002-06-21 cuzTGI Implementation
2002-06-21 cuzImplementing TGI
2002-06-21 cuzAdded TGI files