log

age author description
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:41:04 +0000 bsmith Fix minor error in new dw_filesystem_change_*() code.
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, 19 Dec 2003 03:25:49 +0000 mhessling Move variable definitions to after first line of code so C compilers work.
Fri, 12 Dec 2003 07:37:37 +0000 bsmith Added a GlobalID which should allow code written on GTK or Windows to work
Fri, 12 Dec 2003 07:24:39 +0000 bsmith Ok, so the code I just removed wasn't quite as bogus as I thought, but it
Fri, 12 Dec 2003 07:14:17 +0000 bsmith Fixes to the new popup menu code, removed a bogus check that was causing
Fri, 12 Dec 2003 05:45:44 +0000 bsmith No longer use global variables for dw_container_query*() so it can be
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
Tue, 02 Dec 2003 18:40:27 +0000 bsmith Fixed a bug in the dialog system on Unix where, gtk_main() could exit
Mon, 24 Nov 2003 18:53:07 +0000 bsmith Don't warn in dw_box_pack_*() for groupboxes.
Fri, 21 Nov 2003 21:45:40 +0000 bsmith Added some type declarations to allow better interoperability with Regina
Thu, 13 Nov 2003 21:53:13 +0000 bsmith Formatting.
Thu, 13 Nov 2003 01:13:08 +0000 bsmith Minor updates for the taskbar code.
Sat, 08 Nov 2003 17:14:45 +0000 bsmith Fix compiler complaints on OS/2.
Sat, 08 Nov 2003 16:49:44 +0000 bsmith Export the new functions.
Sat, 08 Nov 2003 15:30:19 +0000 bsmith Implemented taskbar icons on windows, so I can keep feature for feature
Sun, 19 Oct 2003 07:15:37 +0000 bsmith Delete the temporary item _after_ populating the subtree. This prevents
Thu, 16 Oct 2003 08:12:01 +0000 bsmith Simplified the folder browser on OS/2, following some Unix changes.
Thu, 16 Oct 2003 07:51:36 +0000 bsmith Fixes for GTK 2.x, and correctly check for the directory bit. NOTE:
Thu, 16 Oct 2003 06:25:59 +0000 bsmith Fixes for the Unix file browser... seems to have revealed a problem in
Wed, 15 Oct 2003 21:31:14 +0000 bsmith Initial port of the OS/2 folder browser to unix. dw_tree_get_parent()