]> git.sur5r.net Git - cc65/history - libsrc/tgi
Removed a "cc65_" prefix.
[cc65] / libsrc / tgi /
2019-03-29 IrgendwerA8Code review adaptations, removed "cc65_" prefix from...
2018-08-29 greg-king5Merge pull request #706 from xlar54/master
2018-07-27 Greg KingFixed some code, to adapt to register-use changes cause...
2018-05-21 Oliver SchmidtMerge pull request #652 from IrgendwerA8/popptr1
2018-05-21 IrgendwerA8Converted unintentionally introduced tabs to spaces.
2018-05-21 IrgendwerMerge branch 'master' into popptr1
2018-05-20 IrgendwerA8Added "popptr1" which is of common use to save some...
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.
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
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...
2013-05-06 Oliver SchmidtMerge pull request #4 from greg-king5/filepath
2013-05-04 Oliver SchmidtReplaced whole bunch for Makefiles with a single generi...
2012-09-20 uzFix calculation of text width for bitmap fonts.
2012-07-22 uzMore comment fixes.
2012-07-22 uzFixed a few comments.
2012-07-22 uzRewrote tgi_load_driver in assembler and fixed a possib...
2012-03-04 uzPatch by Stefan Haubenthal: Remove __fastcall__ in...
2011-08-01 uzNew tgi_settextdir() function.
2011-08-01 uzFixed a bug (Greg King).
2011-07-17 uzRenamed tgi_textheight -> tgi_gettextheight, tgi_textwi...
2011-07-17 uzWorked on text scaling. This is an intermediate version...
2011-07-17 uzSmall change in the vector font format.
2011-07-17 uzAdded a new flags byte to the TGI headers. Bumped the...
2011-07-10 uzFixed a typo.
2011-07-10 uzFix width calculation for bitmap font output. Use new...
2011-05-03 ol.scRemoved tgi_load() and all corresponding infrastructure...
2011-05-03 ol.scFixed comment.
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...
2010-01-26 uzRemoved the call to tgi_clear from tgi_init, so the...
2010-01-24 ol.scFactored out generic LINE implementation based on SETPI...
2009-12-18 uzAdded --forget-inc-paths to the assembler command line...
2009-12-11 uzMAde the second parameter of tgi_ioctl a void* instead...
2009-11-13 uzReplaced TGI_ERR_NO_MEM by TGI_ERR_NO_RES
2009-11-13 uzFixed TGI error codes and messages. Removed the Atari...
2009-11-12 uzFinal touches to the first full version of the vector...
2009-11-12 uzMoved outcode calculation in a separate module.
2009-11-10 uzWorking on stroked font output.
2009-11-06 uztgi_vectorchar takes now a char argument. Added tgi_ins...
2009-11-06 uzAdded clipping for lines.
2009-11-06 uzChanged a comment.
2009-11-06 uzHold the maximum X and Y coordinate in variables instea...
2009-11-05 uzAdded a tgi_pieslice function.
2009-11-05 uzFixed a sign error.
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-04 uzWorking on the division and multiplication routines.
2009-11-04 uzUse new multiplication routine.
2009-11-02 uzWorking on the TGI API, adding vector fonts. Only rough...
2009-11-02 uzFixed an error in the color setting code which caused...
2009-11-01 uzAdded tgi_load_vectorfont(). Fixed tgi_free_vectorfont().
2009-11-01 uzWhen initializing the driver, set white as the drawing...
2009-11-01 uzAdditional error code.
2009-11-01 uzAdded tgi_free_vectorfont.s
2009-11-01 uzFixed a bug (wrong order of variables).
2009-10-30 uzStart of TGI changes. Untested, may not work.
2009-10-29 uzChanges to the TGI driver API:
2009-10-27 ol.scChanged 'Clear the screen' to 'Clear the drawpage'.
2009-10-26 uzAdded a first version of a Cohen Sutherland line clippe...
2009-09-11 uzDefine a standard driver and mode for tgi graphics...
2009-09-11 uzSeparated tgi_load and tgi_load_driver.
2008-08-02 uzgit-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559...
2006-03-31 cuzCode goes into the CODE segment, not RODATA.
2004-11-25 cuzFixed a bug
2004-11-07 cuzUse the new TGI_HDR structure.
2004-11-03 cuzSet view and draw pages
2004-10-26 cuzAdd definitions for tools so the makefile is useful...
2004-10-14 cuzAdded tgi_ioctl
2004-06-15 cuzChanged an error message
2004-06-15 cuzFixed an error
2004-06-15 cuzNew module tgi_geterrormsg.s
2003-11-12 cuzRemoved the HORLINE entry point
2003-11-03 cuzRemoved emulation for BAR
2003-10-29 cuzFixed a comment
2003-10-23 cuzDONE does no longer set an error code
2003-10-23 cuzGETDEFPALETTE will no longer return an error
2003-10-23 cuzUsed TGI_API_VERSION
2003-10-21 cuzFixed problem with tgi_init and tgi_setpalette
2003-08-20 cuzChanged rm -f to $(RM)
2003-06-12 cuzRestructured former fcntl.h, added new include files...
2003-02-11 cuzRenamed ..._deinstall -> ..._uninstall.
2003-02-06 cuzMake sure the zap target is available
2003-01-02 izydorstfixed a bug
2002-12-29 cuztgi_mode -> tgi_gmode, removed param from tgi_init()
2002-12-24 cuzShortened the code
2002-12-24 cuzFixed an error
2002-12-22 izydorsttgi driver for C128 VDC, changed order of things in...
next