log dw.h @ 1190:76262040ed5f

age author description
Wed, 28 Sep 2011 08:22:48 +0000 bsmith Added DW_PERCENT_INDETERMINATE which can be passed to dw_percent_set_pos() to
Tue, 20 Sep 2011 23:52:36 +0000 bsmith Switch to using a dummy window handle for pixmap fonts on OS/2.
Sat, 17 Sep 2011 19:47:04 +0000 bsmith Added missing dw_mutex_trylock() prototype to header file.
Fri, 16 Sep 2011 22:28:14 +0000 bsmith Added basic printing support for GTK 2.10 and above...
Thu, 15 Sep 2011 05:10:07 +0000 bsmith Added DW_TIMEOUT_INFINITE constant to the header file.
Mon, 12 Sep 2011 19:26:49 +0000 bsmith Added print jobname parameter to dw_print_new().
Sun, 11 Sep 2011 22:09:10 +0000 bsmith Implemented dw_pixmap_set_font() on GTK3.
Sun, 11 Sep 2011 21:36:07 +0000 bsmith Adding dw_pixmap_set_font() which is equivalent to dw_window_set_font() except for pixmaps.
Fri, 09 Sep 2011 00:28:25 +0000 bsmith Initial implementation of the DynamicWindows Print object for GTK3.
Tue, 26 Jul 2011 10:38:31 +0000 bsmith Update readme and up version to 2.1 in the header in preparaton for release.
Tue, 26 Jul 2011 04:29:06 +0000 bsmith Minor change to the DW_RGB() macro to avoid compiler warnings under certain circumstances.
Tue, 26 Jul 2011 03:09:41 +0000 bsmith Added DW_INT_TO_POINTER/DW_UINT_TO_POINTER/DW_POINTER_TO_INT/DW_POINTER_TO_UINT macros.
Tue, 28 Jun 2011 04:41:43 +0000 bsmith Added function dw_box_pack_at_index() on Windows, Mac and OS/2. And an example usage in dwtest.
Sun, 26 Jun 2011 02:07:49 +0000 bsmith Renamed Mac _dw_default_font() to dw_font_set_default() and added it on OS/2 and Windows.
Thu, 02 Jun 2011 05:23:45 +0000 bsmith Added dw_font_choose() on the Mac for 2.1.
Tue, 17 May 2011 22:58:16 +0000 bsmith DW_FCF_CLOSEBUTTON should have the closable mask on Mac.
Tue, 17 May 2011 03:54:06 +0000 bsmith Updated the readme with the new URL to the Dynamic Windows Web Help Index....
Wed, 11 May 2011 05:12:34 +0000 bsmith Switched to using TransparentBlt() on Windows, and allow transparent bitblt for any depths below 32bpp.
Mon, 09 May 2011 05:58:09 +0000 mhessling Correct OS/2 question mark pointer #define; should be SPTR_ICONQUESTION despite some online
Sat, 07 May 2011 06:06:19 +0000 bsmith Added a DW_RESOURCE() macro for typecasting parameters to HICN and for doing bounds checking.
Sat, 07 May 2011 05:14:06 +0000 bsmith Fix return type of dw_listbox_selected() to be "int" instead of "unsigned int" to allow -1 return.
Sat, 07 May 2011 01:58:16 +0000 bsmith Added a template skeleton file for porting DW to other platforms.
Fri, 06 May 2011 02:44:02 +0000 bsmith Oops... missed including the header change in that last commit.
Fri, 06 May 2011 01:46:27 +0000 bsmith Changed to using HANDLE as the base type for HICN on Windows.
Mon, 02 May 2011 14:18:47 +0000 bsmith Added initial support for transparent pixmap/bitmaps on Windows...
Thu, 07 Apr 2011 19:20:27 +0000 bsmith Set DW_MLE_CASESENSITIVE to be the NSLiteralSearch value.
Fri, 01 Apr 2011 01:22:00 +0000 bsmith Implemented vertical centering on text fields.
Tue, 29 Mar 2011 17:21:50 +0000 bsmith Initial implementation of scrollboxes on Windows.
Sat, 26 Mar 2011 12:49:59 +0000 bsmith Fix for some dw_container_change_item() misbehavior... was functioning the same as dw_container_set_item().
Sat, 26 Mar 2011 04:53:41 +0000 bsmith Initial implementation of a slightly disjointed dual cairo_surface gdkpixbuf image model.
Sun, 20 Mar 2011 05:21:09 +0000 bsmith Accidentally clobbered something in dw.h required for GTK 2.x.
Sun, 20 Mar 2011 05:12:40 +0000 bsmith Added initial support for GTK 3.0. Split it off into its own directory.
Fri, 18 Mar 2011 04:48:22 +0000 bsmith Fixed a typo in VK_RETURN and initial implementation of dw_window_click_default().
Fri, 18 Mar 2011 02:29:31 +0000 bsmith Removed some now unnecessary code.
Fri, 18 Mar 2011 00:25:46 +0000 bsmith Added DW_BS_NOBORDER style which can be set on buttons with dw_window_set_style() to make them flat.
Wed, 16 Mar 2011 07:39:28 +0000 bsmith Fixes for font handling on pixmaps... it needs to use the associated render control to get the fonts.
Wed, 16 Mar 2011 03:24:12 +0000 bsmith Added an internal Mac function for setting the default Dynamic Windows font.
Wed, 16 Mar 2011 02:22:53 +0000 bsmith Fixed an error in the comments.
Tue, 15 Mar 2011 01:46:41 +0000 mhessling Add dw_window_get_font()
Mon, 14 Mar 2011 02:08:36 +0000 bsmith Couple more fixes to keyhandling... committed before I finished what I was doing...
Mon, 14 Mar 2011 01:57:33 +0000 bsmith Initial key press event/signal handling... does not seem to trap on all controls...
Thu, 10 Mar 2011 23:28:10 +0000 bsmith Added draining mechanism for threads that don't have run loops.
Tue, 01 Mar 2011 04:37:11 +0000 bsmith MLE was missing the scrollbar. Fixes for getting and setting the position.
Mon, 28 Feb 2011 08:27:53 +0000 bsmith Filled in most of the remaining MLE and container functions... the remaining few
Sun, 27 Feb 2011 19:25:21 +0000 bsmith Missed one function to typedef. Fixed errors in the test program and switched to using
Sun, 27 Feb 2011 19:01:40 +0000 bsmith Implemented icon support on the Mac. In the process created a new HICN type.
Tue, 22 Feb 2011 17:15:15 +0000 bsmith Added initial support for a MacOS Cocoa port.
Sun, 03 Oct 2010 00:34:36 +0000 mhessling Add dw_listview_insert()
Sat, 11 Apr 2009 04:54:51 +0000 mhessling Bring OS/2 functionality up to latest
Fri, 10 Apr 2009 10:25:26 +0000 mhessling Support for setting transparent colour for bitmaps
Tue, 06 Jan 2009 11:00:15 +0000 mhessling Add dw_polygon_draw() to draw closed polygons.
Sat, 12 Apr 2008 06:45:55 +0000 mhessling Update package version
Sun, 06 Apr 2008 00:35:28 +0000 mhessling Added dw_menu_item_set_state() to set checked status of menu item and ability to enable/disable menu items.
Sun, 23 Mar 2008 05:11:21 +0000 mhessling Fix compiler error
Sun, 23 Mar 2008 04:54:30 +0000 mhessling Modify Calendar widget
Mon, 25 Sep 2006 22:32:10 +0000 mhessling Update version
Sun, 22 May 2005 18:07:23 +0000 bsmith Added dw_html_* functionality for embedding HTML pages in Dynamic Windows
Tue, 20 Jul 2004 07:36:11 +0000 mhessling Add dw_listbox_list_append()
Thu, 24 Jun 2004 08:54:19 +0000 bsmith Added the basics of the color chooser on OS/2. Needs some more logic to
Thu, 17 Jun 2004 11:22:14 +0000 mhessling Add dw_color_choose()