]> git.sur5r.net Git - cc65/history - include/tgi.h
Fixed _textcolor definition.
[cc65] / include / tgi.h
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 SchmidtFactored out target specific inclusion of target header.
2016-02-28 Bob AndrewsMerge pull request #7 from cvemu/master
2015-12-27 Oliver SchmidtMerge pull request #249 from polluks/master
2014-11-02 Stephan MühlstrasserMerge https://github.com/cc65/cc65 into c1p
2014-07-01 Oliver SchmidtMerge pull request #128 from greg-king5/multi-comments
2014-06-30 Greg KingChanged multi-line C comments into another style. 128/head
2014-04-25 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-03-29 Oliver SchmidtMerge pull request #100 from greg-king5/default-drivers
2014-03-28 Oliver SchmidtMerge pull request #99 from groessler/something_to_pull
2014-03-27 Oliver SchmidtClassified tgi_imulround() as part of TGI API.
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2013-01-27 uztgi_free_vectorfont maps to free and must therefore...
2012-11-01 ol.scIntroduced static standard drivers.
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