home *** CD-ROM | disk | FTP | other *** search
/ Aminet 10 / aminetcdnumber101996.iso / Aminet / util / wb / PointerEyes4_3.readme < prev    next >
Text File  |  1996-01-05  |  8KB  |  179 lines

  1. Short:    Eyes on screen titlebars watch your pointer.
  2. Author:   johughes@heartland.bradley.edu  (John Hughes)
  3. Uploader: johughes@heartland.bradley.edu  (John Hughes)
  4. Type:     util/wb
  5.  
  6. Statistics:
  7.  
  8.   Program:        PointerEyes
  9.   Version:        4.3 and 3.11
  10.   Date:           November 14, 1995
  11.   Coded by:       John Hughes
  12.   Email:          johughes@heartland.bradley.edu
  13.   WWW:            http://rhf.bradley.edu/~jhughes/
  14.   Compiled with:  SAS/C 6.56
  15.   Machine:        A4000 68EC030/25  AmigaDOS 3.1
  16.   Required:       PointerEyes3.11 : AmigaDos 2.0 or greater
  17.                   PointerEyes4.3  : AmigaDOS 3.0 or above
  18.                   screennotify.library 1.0 (included) (not required for v4.x)
  19.                   MagicWB is also recommended
  20.  
  21.  
  22.  
  23.  
  24. ««««««««««««  WHAT'S NEW »»»»»»»»»»»
  25.  
  26. Fixed problem with some programs not being able to close there
  27.   screen with Pointer Eyes on that screen.  (Notably 'Term')
  28. datatype.library support.  (AmigaDos 3.0)
  29. User defined eye images.   (AmigaDos 3.0)
  30. Use any sized eyes, with any number of colors.   (AmigaDos 3.0)
  31. Installation scripts.
  32. Bug fixes.
  33. and more.
  34. Version 4.x  is for AmigaDos 3.0+
  35. Version 3.x is for AmigaDos 2.0+
  36.  
  37.  
  38.  
  39.  Features:
  40.  
  41.   o All settings are saved and loaded from the icon @{" Tooltypes " Link "TOOLTYPES"}.
  42.   o The background color and eye color are automatic allowing it to look
  43.     as though the eyes are attached to the screen's title bar or you
  44.     can choose it's colors.   (not supported in version 4.1 yet)
  45.   o The eyes can be auto-centered on the title bar or be located
  46.     anywhere on the screen.
  47.   o The eyes can be any size and have any number of colors. (version 4.0+ only)
  48.     There are two eye sizes (8 and 11 pixels tall).  (version 3.9+)
  49.     You may choose between the sizes, or let the program determine which
  50.     best fits your public screen title bar.
  51.   o You can choose the public screen in which Pointer Eyes appears on.
  52.   o If the mouse isn't moved for a while, the eyes will go to sleep, and
  53.      periodicaly peek out at you.
  54.   o The eyes will blink at random intervals.
  55.   o The eyes are rolled periodically.
  56.   o Allowings the WB screen to be closed/reopened if system preferences are
  57.     changed, or for any other reason.
  58.   o Monitors screens using screennotify.library, so that public screens can
  59.     safely be closed when the eyes are on that screen.
  60.   o You can lock the window in place so you don't accidentlly grab it.
  61.   o The eyes can stay behind, in front of all windows, or just float.
  62.   o The eyes can follow you around to the front most or active
  63.     public screen.
  64.   o It's a Commodity.
  65.   o Low task priority of -2, so it doesn't get in the way of other tasks.
  66.   o datatypes.library support.  (Version 4.0+ only)
  67.   o User defined eye images.. Make your own eyes!!! :)
  68.   o Small code.
  69.  
  70.  
  71.  
  72. Partial History:
  73. ----------------
  74.  
  75. v3.8 June 9, 1995
  76.  
  77.      Bug Fix: The pulldown menu is now the correct color.
  78.      Bug Fix: Eyes window wasn't being reopened after wb screen close/opened.
  79.      Added @{" tooltype " Link "TOOLTYPES"} EYESPICTUREFILE, which allows the
  80.        user to choose how many seconds of no mouse movement will cause the
  81.        eyes to go to sleep.
  82.  
  83. v4.0 June 12, 1995
  84.  
  85.      AmigaDos v3.0 is required because of datatype support and AllocBitMap().
  86.      Datatype support for user defined eye images.
  87.      BltBitMapRastPort() is now used instead of DrawImage().
  88.      Added EYESPICTUREFILE tooltype.
  89.      Installation script now included!
  90.      Eye ILBM files included:
  91.        OriginalEyes   (sizes: 8,11,13)
  92.        ShadedEyes     (sizes: 8,11,13)
  93.        MagicWBEyes    (sizes: 8,11,13)
  94.        RedYellowEyes  (sizes: 11)
  95.  
  96. v3.9 July 5, 1995
  97.  
  98.      As with version 4.1:
  99.      Major Bug Fix: I didn't ReplyMsg() when OpenWBScreen() was called
  100.        and the WB screen was already opened. Finally!!!
  101.      This is a bugfix update to version 3.8 which is for AmigaDos 2.0+ users.
  102.  
  103. v4.1 July 5, 1995
  104.  
  105.      Major Bug Fix: I didn't ReplyMsg() when OpenWBScreen() was called
  106.        and the WB screen was already opened. Finally!!!
  107.      Typo in documentation.  FOLLOWMOUSE is now FOLLOWSCREEN.
  108.      screennotify.library is now not required, but used if available.
  109.      Added @{" tooltype " Link "TOOLTYPES"} USESCREENNOTIFY, which
  110.        specifies whether or not to use screennotify.library.
  111.  
  112. v4.2 & v3.10 October 3, 1995
  113.  
  114.      Postcardware version.
  115.      This version is Postcardware, which basically means that this software is
  116.        public domain, and if you use it please send me a postcard of your country
  117.        or your city.
  118.     Changed the text that the About menu displays.
  119.     Removed hotkey bug. The hotkey string was deallocated after it was found in some cases. (enforcer hit?)
  120.  
  121. v4.2 & v3.10 RELEASE 2  October 8, 1995
  122.  
  123.     Fixed a typo in the installer scripts which caused the docs to not be installed.
  124.     Did a few other minor changes in the installation scripts.
  125.     Sorry this release was delayed, due to problems with aminet.
  126.  
  127. v4.3 & v3.11 November 14, 1995
  128.  
  129.     Added some more screennotify support.  AddPubScreenClient().
  130.       This should solve the problems with a screen closing in a couple of
  131.       programs such as Term.
  132.     Removed a couple of harmless enforcer hits.  I think they were removed.
  133.  
  134.  
  135. ============================= Archive contents =============================
  136.  
  137. Original  Packed Ratio    Date     Time    Name
  138. -------- ------- ----- --------- --------  -------------
  139.     1238     753 39.1% 14-Nov-95 22:59:52  PointerEyesV4.3&3.11.info
  140.     1238     712 42.4% 01-Nov-95 23:32:48 +Docs.info
  141.    33763   11782 65.1% 14-Nov-95 22:59:12 +PointerEyes.guide
  142.     2084    1585 23.9% 01-Nov-95 23:32:50 +PointerEyes.guide.info
  143.     1238     813 34.3% 01-Nov-95 23:32:48 +libs.info
  144.     2608    1456 44.1% 01-Nov-95 23:32:50 +screennotify.library
  145.     1238     715 42.2% 01-Nov-95 23:32:48 +PointerEyes3.11.info
  146.     1985     797 59.8% 14-Nov-95 22:40:40 +Install
  147.     1932     992 48.6% 01-Nov-95 23:32:48 +Install.info
  148.    21428   12119 43.4% 14-Nov-95 22:01:54 +PointerEyes
  149.     1840     766 58.3% 14-Nov-95 22:50:18 +PointerEyes.info
  150.     1238     752 39.2% 01-Nov-95 23:32:48 +PointerEyes4.3.info
  151.     3099     920 70.3% 14-Nov-95 22:40:02 +Install
  152.     1932     991 48.7% 01-Nov-95 23:32:48 +Install.info
  153.    21444   12080 43.6% 14-Nov-95 22:48:38 +PointerEyes
  154.     1926     507 73.6% 01-Nov-95 23:32:48 +PointerEyes.icon2.info
  155.     2227    1038 53.3% 14-Nov-95 22:49:50 +PointerEyes.info
  156.     1233     596 51.6% 01-Nov-95 23:32:48 +PointerEyesImages.info
  157.     2500     465 81.4% 01-Nov-95 23:32:48 +DiamondEyes.11
  158.     2878     580 79.8% 01-Nov-95 23:32:48 +MagicWBEyes.11
  159.     3994     707 82.2% 01-Nov-95 23:32:48 +MagicWBEyes.13
  160.     2452     420 82.8% 01-Nov-95 23:32:48 +MagicWBEyes.8
  161.     1284     299 76.7% 01-Nov-95 23:32:48 +OriginalEyes.11
  162.     1504     364 75.7% 01-Nov-95 23:32:48 +OriginalEyes.13
  163.      954     227 76.2% 01-Nov-95 23:32:48 +OriginalEyes.8
  164.     4956    1286 74.0% 01-Nov-95 23:32:48 +RedYellowEyes.11
  165.     4956     839 83.0% 01-Nov-95 23:32:48 +ShadedEyes.11
  166.     5818     956 83.5% 01-Nov-95 23:32:48 +ShadedEyes.13
  167.     3636     540 85.1% 01-Nov-95 23:32:48 +ShadedEyes.8
  168.     1238     733 40.7% 01-Nov-95 23:32:48 +v1.1.source.info
  169.      295     175 40.6% 01-Nov-95 23:32:50 +Makefile.gcc
  170.      509     272 46.5% 01-Nov-95 23:32:50 +Makefile.gcc.info
  171.     8092     906 88.8% 01-Nov-95 23:32:50 +PointerEyes.Images
  172.      509     275 45.9% 01-Nov-95 23:32:50 +PointerEyes.Images.info
  173.    15981    4828 69.7% 01-Nov-95 23:32:50 +PointerEyesV1.1.c
  174.      486     278 42.7% 01-Nov-95 23:32:50 +PointerEyesV1.1.c.info
  175.      146     114 21.9% 01-Nov-95 23:32:50 +SCoptions
  176.     2954     454 84.6% 01-Nov-95 23:32:50 +SCoptions.info
  177. -------- ------- ----- --------- --------
  178.   168833   64092 62.0% 15-Nov-95 22:20:48   38 files
  179.