home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Programming / ImageManager / History next >
Text File  |  2000-01-27  |  847b  |  23 lines

  1.  
  2. V1.2 (27-Jan-2000)
  3.  
  4.     IMA_Raster_OffsetX & IMA_Raster_OffsetY is now the offset into the picture.
  5.     Added IMA_Raster_Left, IMA_Raster_Top, IMA_Raster_Right and IMA_Raster_Bottom.
  6.     (Left & Top takes the value of the old OffsetX & OffsetY tags to maintain
  7.     compatibility, so if you recompile with the new includes you *must* change
  8.     the names in your source)
  9.  
  10.     Fixed bug in IM_CreateChain() -- a wrong chain would be built if one tag
  11.     item had NULL as data.
  12.  
  13.     Changed some ULONG's to LONG's in 'struct IMP_ReceiveData' which'll allow
  14.     the values to be used in equations where results may turn negative.
  15.  
  16.     Added IM_FreeClass() function which should be called to free any classes
  17.     obtained using GetClass().
  18.  
  19.     Added a Bitmap-class.
  20.  
  21.     Changed framework for the examples so that they now use IM_FreeClass() and
  22.     renamed IMA_Raster_OffsetX/Y to Left/Top.
  23.