home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / GFX / viewer / SuperView-Lib.LHA / superview-lib / Docs / SVSupport-Docs / SuperViewSupport.doc < prev   
Encoding:
Text File  |  1994-09-10  |  2.2 KB  |  84 lines

  1.  
  2.   superviewsupport.library
  3.  
  4.   © 1994 by Andreas R. Kleinert.
  5.  
  6.   FREEWARE. All rights reserved.
  7.  
  8.   Version      : 4.2
  9.   Release Date : 05.09.1994
  10.  
  11.  
  12.   Description
  13.   ~~~~~~~~~~~
  14.   superviewsupport.library contains functions, which are heavily used
  15.   by the superview.library and its svobjects and svdrivers.
  16.  
  17.   There are also functions, which might be useful for testing new
  18.   SVObjects and/or SVDrivers.
  19.  
  20.   superviewsupport.library helps saving diskspace by just holding this
  21.   functions for usage of the other libraries.
  22.  
  23.   It is is mostly independent of the other Libraries yet and may
  24.   therefore also be used by other programs.
  25.   Nevertheless some of the functions also depend on other Libraries,
  26.   like e.g. SVSUP_DisplayGfxBuffer(), which at least needs one SVDriver
  27.   to be present.
  28.  
  29.  
  30.   Author
  31.   ~~~~~~
  32.   Andreas R. Kleinert
  33.   Grube Hohe Grethe 23
  34.   D-57074 Siegen
  35.   Germany
  36.  
  37.  
  38.   History
  39.   ~~~~~~~
  40.   V4.2 (05.09.1994) :
  41.  
  42.    - created a workaround for the same "chunky pixel" bug as this has been
  43.      done with the SVDriver-Release of superview.library 8.2
  44.      (sooner or later guru'ed, if width had not been on byte boundary)
  45.  
  46.  
  47.   V4.1 (26.06.1994) :
  48.  
  49.    - added two new functions for temporary displaying of GfxBuffers
  50.      (e.g. for test-purposes) and one function for free'ing "stand-alone"
  51.      GfxBuffers, which are not related to a SVObject-Handle.
  52.    - fixed some bugs in the documentation, concerning the return values
  53.      of the OnePlane/BitPlane-functions (not boolean, but SVERR_)
  54.      and of SVSUP_AllocMemEntry()
  55.  
  56.  
  57.   V3.1 (27.05.1994) :
  58.  
  59.    - added two new functions for converting ONEPLANE SV_GfxBuffers into
  60.      BITPLANE SV_GfxBuffers and vice versa. Works with upto 8 Bit.
  61.      (see SVSupport_Reference.doc)
  62.    - added two new functions for converting Screens into ONEPLANE or
  63.      BITPLANE SV_GfxBuffers. Works with upto 8 Bit.
  64.      (see SVSupport_Reference.doc)
  65.  
  66.  
  67.   V2.1 (22.05.1994) :
  68.  
  69.    - added four new functions for handling new, standardized "ControlPads"
  70.      (see SVSupport_Reference.doc and ControlPad.doc)
  71.  
  72.  
  73.   V1.1 (07.05.1994) :
  74.  
  75.    - first version with 13 functions yet (see SVSupport_Reference.doc)
  76.  
  77.  
  78.   Copyrights
  79.   ~~~~~~~~~~
  80.   Some of the mentioned names or products above may be copyrighted by
  81.   companies or trademarks of companies.
  82.  
  83.  
  84.