home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / utilities / utilsd / drwimp / History < prev    next >
Text File  |  1995-05-29  |  3KB  |  73 lines

  1. DrWimp - THE desktop programming system.
  2. © Andrew Ayre 1995
  3.  
  4. History
  5.  
  6. 1.00 (29-Mar-95)
  7. Limited release for testing and evaluation.
  8.  
  9. 1.01 (04-Apr-95)
  10. Added  :
  11.          PROCwimp_putmenuitem
  12.          PROCwimp_removemenuitem
  13.          PROCwimp_recreatemenu 
  14.          FNwimp_createmenuarray
  15.          PROCwimp_recreatemenuarray
  16.          PROCwimp_putmenutitle
  17.          PROCwimp_singlepoll
  18. Altered:
  19.          FNwimp_createmenu - extra parameter to set the maximum number of
  20. items allowed.
  21.          FNwimp_iconbar - now returns window handle instead of icon handle
  22. in the window. In other words, it returns -2.
  23. Improved all sections realating to indirected menu items. In particular, all
  24. items longer than 11 characters are now indirected. Used to be items longer
  25. than 12.
  26. If iconbar icon has text underneath, then the background is no longer
  27. filled, spoiling textures. The icon positioning vertically has been tweaked.
  28. Added !FontRun as an example.
  29.  
  30. 1.02 (19-Apr-95)
  31. Vastly simplified and improved menu selection routines. Now doesn't use the
  32. rubbish menu decoding SWI. As a result, full stops can now be used in menu
  33. items. (I was converting item numbers into the item text, then back again!)
  34. Added !Saver as an example. !RunImage files of examples commented.
  35. Added text version of manual.
  36. Altered:
  37.          FNwimp_initialise - last (fourth) parameter removed due to
  38. simplification of menu decoding.
  39.          PROCwimp_iconenable - now works properly, instead of toggling the
  40. greying out of the icon.
  41. Refined manual to remove ambiguities.
  42. Bug fixed. When mode was changed or desktop left, when returning, the panes
  43. would move behind their 'parent' windows.
  44.  
  45. 1.03 (26-Apr-95) 
  46. Altered:
  47.          PROCwimp_puticontext - now redraws icon after text has been
  48. changed, so icons that are not filled don't muck up.
  49.          FNwimp_initialise - fourth parameter added to give the minimum
  50. version number of the OS multiplied by 100, that the application is allowed
  51. to run on.
  52.          FNwimp_iconbar - adjusted size of bounding box so that icons
  53. without text below cannot have their tops rubbed out.
  54.          PROCwimp_iconbarsprite - fixed bug that stopped the sprite being
  55. changed when the icon had no text underneath. When icon changes, DrWimp now
  56. only updates the icon, and not the entire iconbar.  
  57. Fixed two bugs that stopped FNwimp_errorchoice from working.
  58.  
  59. 1.04 (16-May-95)
  60. Fixed bug in PROCwimp_puticontext (introduced in 1.03 by accident) which
  61. stopped it from working.
  62. Applications can now be quitted inside PROCwimp_singlepoll, ie. from menu
  63. choices etc, while using this method of polling.
  64.  
  65. 1.05 (28-May-95)
  66. Added  :
  67.          PROCwimp_bar - allows manipulation of bars very easy. Useful for
  68. showing percentage done of an operation.
  69. Fixed bug in PROCwimp_iconbar that crashed the application when you tried to
  70. put an icon on the iconbar with no text below it!!
  71. Added a contents page to the manual.
  72. Added !Bar example application.
  73.