home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d07xx / d0722.lha / Intuisup / ReadMe < prev    next >
Text File  |  1992-09-04  |  4KB  |  111 lines

  1.         Intuition Support Library v4.5
  2.         ==============================
  3.  
  4. Copyright:
  5. ----------
  6.  
  7.       ⌐ Copyright 1992, Freeware, All rights reserved
  8.  
  9.    Distribution EXCLUSIVELY permitted to Fred Fish for his PD software
  10.    library. Distribution via FTP allowed too. Other forms of distribution
  11.    need the permission of the author.
  12.  
  13.    No guarantee of any kind is made that this program is 100% reliable.
  14.    You use it on your own risk.
  15.  
  16. Notes:
  17. ------
  18.  
  19.    This package contains a shared library with support routines for using
  20.    texts, borders, gadgets, menus and requesters with Kick 2.0 `look and
  21.    feel' under Kick 1.3 (and under Kick 2.0 too ;-).
  22.  
  23.    Complete source code (> 700 kb) included.
  24.  
  25. What's new in v3.0?
  26. -------------------
  27.  
  28. ╖ font support functions which uses internal list of available fonts
  29. ╖ mouse pointer support functions: change/restore pointer which can be
  30.   nested, workbench busy pointer, move pointer
  31. ╖ language support: texts of all ISUP gadgets can be changed at runtime via
  32.   external ASCII files
  33. ╖ buffered ASCII file parser: detects C style comments, line continuation
  34. ╖ hold down select button for one second over a cycle gadget to see a new
  35.   nifty feature of this gadget type
  36. ╖ requester functions: auto request, custom requester with all ISUP
  37.   objects
  38. ╖ C source code generator of the template editor is now implemented
  39.  
  40. What's new in v4.0?
  41. -------------------
  42.  
  43. ╖ function to move and resize gadgets
  44. ╖ flags for converting and printing numbers
  45. ╖ more flags than DISABLED can be changed via ISetGadgetAttributes()
  46. ╖ after displaying a requester mouse pointer position will be restored
  47. ╖ changed USE_CURRENT_VALUE from ~0L to (1L << 31) !!!
  48. ╖ all test programs now work on NTSC medres displays (200 scan lines) too
  49. ╖ while using busy mouse pointer menus are disabled
  50.  
  51. What's new in v4.1?
  52. -------------------
  53.  
  54. ╖ now requester supports rastered background around text area
  55.  
  56. What's new in v4.2?
  57. -------------------
  58.  
  59. ╖ sub menu items now indicated by `╗'
  60. ╖ alternate color for menu item texts
  61. ╖ now a small doc file (library/intuisup.doc) included
  62.  
  63. What's new in v4.3?
  64. -------------------
  65.  
  66. ╖ RAWKEY used instead of VANILLAKEY for gadget hotkeys
  67. ╖ IChangeMousePointer() has an additional parameter to remove ALL visible
  68.   gadgets if installing busy mouse pointer
  69. ╖ new function IConvertRawKeyToASCII() to convert RAWKEY IntuiMessage to
  70.   ASCII character code
  71. ╖ size of count gadget now changeable via IModifyGadgets()
  72. ╖ lower and upper bound of count gadget now changeable via
  73.   ISetGadgetAttributes()
  74. ╖ additional library test program (library/library_test2) to demonstrate the
  75.   use of more than one gadget lists in the same window
  76. ╖ now better documentation for intuisup.library exists in form of a database
  77.   (library/intuisup.guide) for the hypertext help system AmigaGuide - thanks
  78.   to Michael Bjerking
  79.  
  80. What's new in v4.4?
  81. -------------------
  82.  
  83. ╖ new flag for IOpenWindow() to center window over current position of mouse
  84.   pointer
  85. ╖ additional centering type flags for requesters
  86. ╖ now events are generated if the same entry of a list view or palette gadget
  87.   selected again
  88.  
  89. What's new in v4.5?
  90. -------------------
  91.  
  92. ╖ new gadget data flag to allow list view entry texts with a different color
  93.   e.g. to mark directory entries in a file requester
  94. ╖ new gadget data flags to justify (center, right) the input string within
  95.   input gadgets (string, integer)
  96. ╖ interface code for M2Amiga Modula (library/M2AmigaModula) and Benchmark
  97.   Modula (library/BenchmarkModula) - thanks to Johann Semsrott and Mauricio
  98.   Hunt Rosales
  99.  
  100. Author:
  101. -------
  102.  
  103.    Torsten Jⁿrgeleit
  104.    Am Sandberg 4
  105.    W-5270 Gummersbach
  106.    Germany
  107.    Phone: ++49 2261 27400
  108.    eMail: mike@miba.obb.sub.org   (Since this is the account of a neighbour,
  109.                    it may take some time to answer :-)
  110.    Bug reports, flames, donations etc. are welcome !
  111.