view debian/changelog @ 1305:18a31ab94e3d

Added DW_MENU_AUTO and DW_MENU_POPUP flags that can be passed to dw_menu_append_item() in the id field. On OS/2 and Windows AUTO will automatically allocate a menu ID from the larger static pool of IDs. POPUP will automatically allocate an ID from the smaller pool for transient popup menus. These flags don't do anything on the other platforms since they don't require menu IDs.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 03 Nov 2011 10:09:11 +0000
parents 6ad811834512
children edad104e7714
line wrap: on
line source

dwindows (2.0-1) unstable; urgency=low

  * Added support for MacOS 10.5 and higher Intel and PPC via Cocoa.
  * Added initial (unstable) support for GTK version 3.
  * Added support for Windows themes on XP and higher.
  * Added scrollbox widgets, which function like boxes but...
    scrollbars allow you to pack more into them than the visible area.
  * Added dw_window_get_font() for checking the font used on a widget.
  * Added dw_container_change_row_title() for changing a row pointer after insert.
  * Added clipboard support on OS/2.
  * Added HICN data type for icon handles an changed icon functions to use it.
  * Added DW_RESOURCE() macro for casting to HICN when using resource IDs.
  * Added support for borderless buttons except on Windows (DW_BS_NOBORDER).
  * Changed the return codes of dw_container_setup, dw_filesystem_setup and
    dw_event_wait().  Please check any code that use these functions.
  * Changed GTK2+ now supports font name styles like the other platforms.
  * Enhanced transparent bitblt on OS/2 and Windows.  OS/2 now supports
    transparent color and Windows now supports 32bit alpha bitblt.
  * Removed thread limits on Windows and GTK using thread local storage.

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

dwindows (1.1-1) unstable; urgency=low

  * Initial debian release

 -- Mark Hessling <mark@rexx.org>  Sun, 12 Apr 2009 13:18:35 +1000