log win/dw.c @ 671:c60a4f6cfae8

age author description
Sun, 27 Feb 2011 19:01:40 +0000 bsmith Implemented icon support on the Mac. In the process created a new HICN type.
Sat, 19 Feb 2011 00:02:12 +0000 bsmith Put in a fix for a Visual Studio 2008 crash with a time of 0.
Sun, 03 Oct 2010 00:34:36 +0000 mhessling Add dw_listview_insert()
Fri, 10 Apr 2009 10:30:54 +0000 mhessling Close debug file on exit
Fri, 10 Apr 2009 10:25:26 +0000 mhessling Support for setting transparent colour for bitmaps
Thu, 30 Oct 2008 10:43:16 +0000 mhessling Attempt to make click_default work properly.
Sat, 12 Apr 2008 12:22:09 +0000 mhessling Fixed dw_file_browse(); filters now work on extension passed in.
Sun, 06 Apr 2008 00:33:45 +0000 mhessling Add rudimentary internal logging for debug
Sun, 23 Mar 2008 05:14:32 +0000 mhessling Attempt auto resizing of window based on widget sizes; not very successful.
Sun, 23 Mar 2008 04:54:30 +0000 mhessling Modify Calendar widget
Thu, 14 Jun 2007 07:24:56 +0000 mhessling Fix for dw_notebook_new() with tabs at bottom
Sun, 01 Oct 2006 04:40:02 +0000 mhessling Fix trailing junk on dw_mle_export()
Mon, 25 Sep 2006 22:13:53 +0000 mhessling Add calendar widget.
Mon, 23 May 2005 07:54:10 +0000 bsmith Escape out of _free_window_memory() if we are being called on an embedded
Sun, 22 May 2005 18:07:23 +0000 bsmith Added dw_html_* functionality for embedding HTML pages in Dynamic Windows
Fri, 20 May 2005 11:28:16 +0000 bsmith Fixed a slight regression in the unified icon bitmap code.
Wed, 23 Mar 2005 09:26:36 +0000 mhessling Add support for .ico files to dw_window_set_icon()
Wed, 09 Feb 2005 17:53:26 +0000 bsmith Fix for incorrect indexes on subsequent container inserts on windows.
Tue, 20 Jul 2004 07:36:11 +0000 mhessling Add dw_listbox_list_append()
Thu, 17 Jun 2004 11:22:14 +0000 mhessling Add dw_color_choose()
Wed, 21 Apr 2004 05:33:51 +0000 bsmith Removed dw_percent_get_range() to simplify coding. The range is now always
Sat, 17 Apr 2004 05:38:09 +0000 bsmith Added a bunch of support routines I now own due to the settlement
Sun, 11 Apr 2004 08:35:43 +0000 bsmith Use LoadImage() and BS_ICON for properly loading the odd sized icon images
Sun, 11 Apr 2004 05:58:43 +0000 bsmith Initial code to support icons in dw_bitmapbutton_new() but it doesn't seem
Sun, 04 Apr 2004 01:58:48 +0000 bsmith Committed Icon code from Mark.
Thu, 01 Apr 2004 07:48:52 +0000 bsmith Fixed optimization errors on Windows.
Thu, 01 Apr 2004 07:25:38 +0000 bsmith Some splitbar optimizations, removed unneeded code and optimized crucial
Tue, 23 Mar 2004 22:37:21 +0000 bsmith More Timer cleanups, but it still stops for no apparent reason!
Tue, 23 Mar 2004 20:50:41 +0000 bsmith Added DW_POINTER_DEFAULT, this will return the pointer to the default
Tue, 23 Mar 2004 11:00:04 +0000 bsmith Fixed dw_window_pointer() so it works on Windows. Tried to fix the
Tue, 23 Mar 2004 10:10:27 +0000 mhessling Remove extraneous arguments to dw_messagebox()
Tue, 16 Mar 2004 08:23:04 +0000 bsmith For whatever reason the new WS_EX_MDICHILD method is not working properly,
Tue, 16 Mar 2004 02:55:04 +0000 bsmith Updated copyrights and license file.
Fri, 12 Mar 2004 23:47:37 +0000 bsmith More function name changes for Rexx/DW compatibility.
Tue, 09 Mar 2004 05:58:52 +0000 bsmith Fixes search and replace errors.
Tue, 09 Mar 2004 03:54:21 +0000 bsmith Removed the increments parameter from dw_scrollbar_new().
Tue, 09 Mar 2004 03:27:39 +0000 bsmith Change function names to be inline with Mark Hessling's Rexx/DW.
Mon, 08 Mar 2004 03:46:17 +0000 bsmith MDI frames have no data saved on their titlebared window handles, so
Wed, 18 Feb 2004 10:26:49 +0000 mhessling Added dw_container_get_column_type and dw_filesystem_get_column_type.
Thu, 22 Jan 2004 18:51:49 +0000 bsmith Added missing calling conventions. Thanks Bastian for pointing this out.
Wed, 21 Jan 2004 06:31:41 +0000 bsmith Load the Win2K/98 functions dynamically so the same DW.DLL binary will
Sun, 18 Jan 2004 06:52:50 +0000 bsmith Another minor change.
Sun, 18 Jan 2004 06:33:25 +0000 bsmith Added dw_filesystem_change_*() and testcase code from Mark in dwtest.
Sat, 17 Jan 2004 16:19:02 +0000 bsmith Only activate the container select callback when the item state changes,
Fri, 12 Dec 2003 05:19:36 +0000 bsmith Don't use globals for keeping track of dw_container_query*() loops, allows
Fri, 12 Dec 2003 00:07:26 +0000 bsmith Fixes for dw_container_delete*() so they don't interfere with a pending
Thu, 13 Nov 2003 01:13:08 +0000 bsmith Minor updates for the taskbar code.
Sat, 08 Nov 2003 15:30:19 +0000 bsmith Implemented taskbar icons on windows, so I can keep feature for feature
Wed, 15 Oct 2003 18:24:31 +0000 bsmith Implemented the new tree functions and signal on Windows and exported the
Fri, 10 Oct 2003 10:01:51 +0000 mhessling Add support for column-click signal.
Wed, 08 Oct 2003 21:59:23 +0000 bsmith Free menu memory on Windows as well.
Wed, 08 Oct 2003 21:40:06 +0000 bsmith More menu fixes, free signal handlers and memory on OS/2, and the begining
Wed, 08 Oct 2003 10:01:09 +0000 bsmith Cleanup code needs to delayed by posting to the window procedure so that
Wed, 08 Oct 2003 09:36:10 +0000 bsmith Added new code to make the menu handlers window local instead of global.
Wed, 09 Jul 2003 07:20:17 +0000 bsmith Fixes timer problems on Windows, however this may break Win95 support.
Wed, 25 Jun 2003 03:39:44 +0000 bsmith Hybrid fix, seems the last change illiminated some important code that
Mon, 23 Jun 2003 22:50:18 +0000 bsmith Fixes GDI font object leak when calling dw_window_set_font() on
Mon, 23 Jun 2003 17:24:54 +0000 bsmith Eliminate unnecessary and also erroneous code segment from the resize
Mon, 23 Jun 2003 17:13:02 +0000 bsmith Testing some even further optimization.
Mon, 23 Jun 2003 16:52:21 +0000 bsmith Optimizations to the layout engine on OS/2 and Windows, eliminated 3 MUL