home *** CD-ROM | disk | FTP | other *** search
- DrWimp - THE desktop programming system.
- © Andrew Ayre 1995
-
- History
-
- 1.00 (29-Mar-95)
- Limited release for testing and evaluation.
-
- 1.01 (04-Apr-95)
- Added :
- PROCwimp_putmenuitem
- PROCwimp_removemenuitem
- PROCwimp_recreatemenu
- FNwimp_createmenuarray
- PROCwimp_recreatemenuarray
- PROCwimp_putmenutitle
- PROCwimp_singlepoll
- Altered:
- FNwimp_createmenu - extra parameter to set the maximum number of
- items allowed.
- FNwimp_iconbar - now returns window handle instead of icon handle
- in the window. In other words, it returns -2.
- Improved all sections realating to indirected menu items. In particular, all
- items longer than 11 characters are now indirected. Used to be items longer
- than 12.
- If iconbar icon has text underneath, then the background is no longer
- filled, spoiling textures. The icon positioning vertically has been tweaked.
- Added !FontRun as an example.
-
- 1.02 (19-Apr-95)
- Vastly simplified and improved menu selection routines. Now doesn't use the
- rubbish menu decoding SWI. As a result, full stops can now be used in menu
- items. (I was converting item numbers into the item text, then back again!)
- Added !Saver as an example. !RunImage files of examples commented.
- Added text version of manual.
- Altered:
- FNwimp_initialise - last (fourth) parameter removed due to
- simplification of menu decoding.
- PROCwimp_iconenable - now works properly, instead of toggling the
- greying out of the icon.
- Refined manual to remove ambiguities.
- Bug fixed. When mode was changed or desktop left, when returning, the panes
- would move behind their 'parent' windows.
-
- 1.03 (26-Apr-95)
- Altered:
- PROCwimp_puticontext - now redraws icon after text has been
- changed, so icons that are not filled don't muck up.
- FNwimp_initialise - fourth parameter added to give the minimum
- version number of the OS multiplied by 100, that the application is allowed
- to run on.
- FNwimp_iconbar - adjusted size of bounding box so that icons
- without text below cannot have their tops rubbed out.
- PROCwimp_iconbarsprite - fixed bug that stopped the sprite being
- changed when the icon had no text underneath. When icon changes, DrWimp now
- only updates the icon, and not the entire iconbar.
- Fixed two bugs that stopped FNwimp_errorchoice from working.
-
- 1.04 (16-May-95)
- Fixed bug in PROCwimp_puticontext (introduced in 1.03 by accident) which
- stopped it from working.
- Applications can now be quitted inside PROCwimp_singlepoll, ie. from menu
- choices etc, while using this method of polling.
-
- 1.05 (28-May-95)
- Added :
- PROCwimp_bar - allows manipulation of bars very easy. Useful for
- showing percentage done of an operation.
- Fixed bug in PROCwimp_iconbar that crashed the application when you tried to
- put an icon on the iconbar with no text below it!!
- Added a contents page to the manual.
- Added !Bar example application.
-