home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 (Alt) / MACD 5.bin / workbench / libs / gadutil.lha / GadUtil / docs / GadUtil_usr.readme < prev    next >
Encoding:
Text File  |  1996-04-29  |  4.1 KB  |  102 lines

  1. Short:    GUI creation library (small & fast)
  2. Author:   P-O Yliniemi / Staffan Hämälä
  3. Uploader: peoyli@pluggnet.se (P-O Yliniemi)
  4. Version:  37.0
  5. Type:     util/libs
  6.  
  7. This is the user distribution of GadUtil library. If you are interested
  8. in developing programs that uses this library, you should get the
  9. distribution from dev/gui on Aminet.
  10.  
  11. For advanced "normal" users:
  12. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  13. Two versions of the library are included: one "normal" every-day-use
  14. version and one "debug" version. If you experience any trouble running
  15. a program that uses gadutil, you should rename the normal version in libs:,
  16. copy the debug version to libs, and rename it to gadutil.library. Reverse
  17. this to change back to the normal version. Don't forget to "flush" all
  18. unused libraries or reboot before testing the program again.
  19.  
  20. Changes overview:
  21. ~~~~~~~~~~~~~~~~~
  22. * 37.0  (29-Apr-96)
  23.     A new function that checks the library's revision added.
  24.     Two new tags added: GU_FractWidth and GU_FractHeight. Suggested
  25.     by Morten Amundsen.
  26.  
  27.     Some small bug fixes in 'C' include files (unterminated comments).
  28.     Cleaned up BetterTest.c a bit (removed some {}). Bug fix on the
  29.     last line of the example (GT_ReplyIMsg -> GU_ReplyIMsg).
  30.  
  31.     Added support for StormC in both installer script and include-
  32.     file installer. Created dictionary for StormC, so that all words
  33.     that belongs to GadUtil (functions, tags and constants) is shown
  34.     in another color.
  35.  
  36. * 36.60 (24-Feb-96)
  37.     Uses the screen's font as the gadget font if no GU_DefTextAttr or
  38.     GU_TextAttr tag is used. Bug fix from v36.59. Changed some docs,
  39.     assembled all examples,    changed installation scripts.
  40.  
  41. * 36.59 (06-Jan-96)
  42.     More docs completed (all docs, finally). Bug fix in the GU_AutoWidth,
  43.     GU_AdjustLeft and GU_AdjustRight tags. The underscore character was
  44.     counted as a normal one. This made gadgets without hotkeys one char
  45.     smaller than other gadgets. A new function that sorts one or two
  46.     lists was added. Some new constants added in include files.
  47.     Changed GU_MinimumIDCMP to support hotkeys. Changed PROGRESS_KIND
  48.     to use GU_GadgetText and GU_LocaleText. Uses the screen's font as
  49.     the gadget font if no GU_DefTextAttr or GU_TextAttr tag is used.
  50.  
  51. * 36.58 (01-Jan-96)
  52.     SLIDER_KIND and SCROLLER_KIND gadgets returned wrong result in
  53.     im->Code if the gadget was changes using the hotkey. Bug reported
  54.     by Lucasz Szelag.
  55.  
  56. * 36.57 (10-Dec-95)
  57.     Some more docs finished. A memory loss bug was fixed.
  58.  
  59. * 36.56 (10-Oct-95)
  60.     Changed some routines, so that hotkeys can't be used on disabled
  61.     gadgets. Made it possible to disable IMAGE_KIND, FILE_KIND and
  62.     DRAWER_KIND gadgets.
  63.  
  64. * 36.55 (30-Sep-95)
  65.     Bug fix in the hotkey part of the library. Wrong code were sent back
  66.     when using GU_LabelHotkey with a LISTVIEW_KIND gadget. A new gadget
  67.     kind was created, PROGRESS_KIND.
  68.  
  69. * 36.54 (06-Jul-95)
  70.     Added support for GU_AutoWidth to CYCLE_KIND gadgets.
  71.  
  72. * 36.53 (05-Jul-95) 
  73.     3 new tags and 4 new flags was added for the BEVELBOX_KIND gadget.
  74.     BEVELBOX_KIND gadgets can now have a shadow added to the text in the
  75.     border. The "sun" can be placed in 4 different places. GU_MinimumIDCMP
  76.     tag was added.
  77.  
  78. * 36.52 (25-Jun-95)
  79.     First public release. Some new flags for the BEVELBOX_KIND gadget was
  80.     added. Supports a total of 100 bevelbox kinds.
  81.  
  82.  
  83.  
  84.                                           P-O 960429
  85.                                           ~~~~~~~~~~
  86.  
  87.   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  88.   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  89.         Per-Olof Yliniemi                           Staffan Hämälä
  90.         Box 78                                      Pellovägen 268
  91.         S-980 61 Tärendö                            S-957 93 Pello
  92.         SWEDEN                                      SWEDEN
  93.  
  94.         email:                                      email:
  95.           peoyli@pluggnet.se                          staham@pluggnet.se
  96.  
  97.         phone:
  98.           +46-(0)978-20522
  99.  
  100.   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  101.   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  102.