rexxdw (2.1-1) unstable; urgency=low

  * additional function: dw_container_set_stripe()
  * additional function: dw_app_dir()
  * additional function: dw_shutdown()
  * additional function: dw_menu_delete_item()
  * additional function: (TODO) dw_box_pack_at_index()
  * additional function: dw_font_set_default()
  * additional function: dw_font_choose()
  * additional function: dw_window_set_tooltip()
  * additional function: (TODO) dw_debug()
  * additional function: (TODO) dw_pixmap_stretch_bitblt()
  * additional function: (TODO) dw_pixmap_set_font()
  * additional function: (TODO) dw_draw_arc()
  * additional functions: (TODO)) dw_print_new(), dw_print_run(), dw_print_cancel()
  * additional functions: (TODO) dw_taskbar_insert(), dw_taskbar_delete()
  * additional function: dw_window_set_gravity() and related value options; !REXXDW.!DW_GRAV_*
  * additional function: dw_window_get_preferred_size()
  * additional function: dw_window_set_focus()
  * add !REXXDW.!DW_SIZE_AUTO value option for sizes when packing boxes
  * add !REXXDW.!DW_PERCENT_INDETERMINANT value option for dw_percent_set_pos()
  * add !REXXDW.!DW_MENU_AUTO and !REXXDW.!DW_MENU_POPUP (TODO) value option for dw_menu_new()
  * add !REXXDW.!DW_DRAW_DEFAULT, !REXXDW.!DW_DRAW_FILL and !REXXDW.!DW_DRAW_FULL (TODO) value option
    for dw_draw_arc(), dw_draw_rectangle() and dw_draw_polygon()
  * add !REXXDW.!DW_CLR_TRANSPARENT for setting background colour of windows to simulate transparent
    windows
  * add !REXXDW.!DW_FCF_TEXTURED for setting brushed metal background on Mac port. Does nothing on other
    platforms

 -- Mark Hessling <mark@rexx.org>  Wed, 27 May 2015 10:00:00 +1000

rexxdw (2.0-1) unstable; urgency=low

  * additional functions: dw_draw_polygon() etc
  * addition of functions that load images from a memory image rather than a file
  * addition of HTML widget (not available on OS/2)
  * addition of dw_scrollbox_new()
  * addition of dw_listbox_insert()
  * addition of dw_window_get_font()
  * addition of new widget: dw_listbox_selector_new() and associated functions
  * with native Cocoa MacOS X port in dwindows, Rexx/DW also supports Mac natively
  * fonts now specified in same format on all platforms: size.family [bold] [italic]
  * dw_groupbox_new() has extra optional argument to indicate if font for title is
    to be bold

 -- Mark Hessling <mark@rexx.org>  Wed,  1 Jun 2011 10:00:00 +1000

rexxdw (1.1-1) unstable; urgency=low

  * repackaging Win32 installer

 -- Mark Hessling <mark@rexx.org>  Thu,  2 Jun 2005 12:00:00 +1000

rexxdw (1.0-1) unstable; urgency=low

  * The ASCII key value returned from a KEY_PRESS callback is now represented as
    as hexidecimal value, not as the actual character.
  * Fixes to non-Regina ports (ie without RexxCallBack()) now work reasonably well.
  * OS/2 and Windows binary distributions built with new Rexx/Trans
  * OS/2 now support builtin Object Rexx
  * Requires 0.9.1 (or later) of dwindows

 -- Mark Hessling <mark@rexx.org>  Fri,  1 Oct 2004 12:00:00 +1000

rexxdw (1.0-1) unstable beta; urgency=low

  * Initial release
  * Win32, GTK+ and OS/2 support using 0.9 of Dynamic Windows

 -- Mark Hessling <mark@rexx.org>  Sun, 25 Apr 2004 12:00:00 +1000
