home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 6 / Sonderheft_6-96.iso / pd / libraries / reqtools / reqtoolsdev.readme < prev    next >
Text File  |  1996-11-03  |  3KB  |  56 lines

  1. Short:    ReqTools 2.6 - the requester toolkit (dev)
  2. Type:     util/libs
  3. Author:   nico@augfl.be (Nico Francois), cmh@lls.se (Magnus Holmgren)
  4. Uploader: cmh@lls.se (Magnus Holmgren)
  5.  
  6. ---------------------------------------------------------------------
  7. NOTE: This is the developer archive. Only includes, autodocs, glue
  8.       code, catalog sources, example files and similar included.
  9. ---------------------------------------------------------------------
  10.  
  11. reqtools.library is a standard Amiga shared, runtime library.  The purpose
  12. of ReqTools is to make it a lot quicker and easier to build standard
  13. requesters into your programs.  ReqTools is designed with Commodore's style
  14. guidelines in mind, all requesters have the look-and-feel of AmigaDOS
  15. Release 2.
  16.  
  17. ReqTools features the following requesters: a query requester, a string
  18. requester, a number requester, a file requester, a font requester, a
  19. palette requester, a volume requester and a screenmode requester.
  20.  
  21.   *************************************************************************
  22.   RELEASE 2.6 (Library version 38.1413)
  23.  
  24.   Forgot to update the proto include file in 2.5.
  25.   The ReqTools preferences program got wrong (localized) strings
  26.     sometimes.
  27.   The file requester still did not show all volumes (but the volume
  28.     requester sometimes did). I also realized that this change in the
  29.     volume listing code means that the VREQF_ALLDISKS flags doesn't
  30.     work. A workaround would be possible (for most disks at least), but
  31.     is it really worth it?
  32.   Fixed a bug in the volume listing code, that could cause an incorrect
  33.     device name to be added to the volume name (if the dol_Task was NULL).
  34.   E-version of the demo included.
  35.   The color wheel didn't have its initial color right. Seems like
  36.     WHEEL_HSB doesn't work on ON_NEW...
  37.   Added soft link support to the file requester. Note that hooks need to
  38.     read the link themselves.
  39.   Russian translation added.
  40.   Updated Installer script to make use of some new features.
  41.   The palette requester would try to load the color wheel, and cause
  42.     Enforcer hits (or worse), when the wheel shouldn't be displayed.
  43.   The screen depth gadget in the screen mode requester didn't always
  44.     behave properly. Also added some safety checks.
  45.   The copy and spread gadgets in the palette requesters didn't work
  46.     properly. Made a silly mistake when adding the mode indicator in the
  47.     window title. ;)
  48.   The color wheel gadget will now always render in monochrome state, to
  49.     minimize the impact on the screen in question.
  50.  
  51.   *************************************************************************
  52.  
  53. ReqTools 2.6 - reqtools.library
  54. Copyright (c) 1991-1994 Nico François
  55.               1995-1996 Magnus Holmgren
  56.