home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / useful / dist / gfx / show / superview-lib / docs / svsupport-docs / superviewsupport.doc < prev    next >
Text File  |  1994-07-04  |  2KB  |  77 lines

  1.  
  2.   superviewsupport.library
  3.  
  4.   © 1994 by Andreas R. Kleinert.
  5.  
  6.   FREEWARE. All rights reserved.
  7.  
  8.   Version      : 4.1
  9.   Release Date : 26.06.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.1 (26.06.1994) :
  41.  
  42.    - added two new functions for temporary displaying of GfxBuffers
  43.      (e.g. for test-purposes) and one function for free'ing "stand-alone"
  44.      GfxBuffers, which are not related to a SVObject-Handle.
  45.    - fixed some bugs in the documentation, concerning the return values
  46.      of the OnePlane/BitPlane-functions (not boolean, but SVERR_)
  47.      and of SVSUP_AllocMemEntry()
  48.  
  49.  
  50.   V3.1 (27.05.1994) :
  51.  
  52.    - added two new functions for converting ONEPLANE SV_GfxBuffers into
  53.      BITPLANE SV_GfxBuffers and vice versa. Works with upto 8 Bit.
  54.      (see SVSupport_Reference.doc)
  55.    - added two new functions for converting Screens into ONEPLANE or
  56.      BITPLANE SV_GfxBuffers. Works with upto 8 Bit.
  57.      (see SVSupport_Reference.doc)
  58.  
  59.  
  60.   V2.1 (22.05.1994) :
  61.  
  62.    - added four new functions for handling new, standardized "ControlPads"
  63.      (see SVSupport_Reference.doc and ControlPad.doc)
  64.  
  65.  
  66.   V1.1 (07.05.1994) :
  67.  
  68.    - first version with 13 functions yet (see SVSupport_Reference.doc)
  69.  
  70.  
  71.   Copyrights
  72.   ~~~~~~~~~~
  73.   Some of the mentioned names or products above may be copyrighted by
  74.   companies or trademarks of companies.
  75.  
  76.  
  77.