log

age author description
Wed, 04 Sep 2002 09:05:19 +0000 bsmith Some changes to the container optimization code.
Sat, 24 Aug 2002 07:51:46 +0000 bsmith For multiple select listboxes on windows use the multiple select style
Fri, 16 Aug 2002 22:56:06 +0000 bsmith If dw_filesystem_setup is called with 0 additional columns then don't
Fri, 16 Aug 2002 22:26:17 +0000 bsmith Minor changes to the container code on windows.
Tue, 06 Aug 2002 07:54:13 +0000 bsmith Use long double instead of long long for drivesize and drivefree.
Tue, 06 Aug 2002 05:31:04 +0000 bsmith Switch back to long from long long on Windows.
Tue, 06 Aug 2002 05:22:19 +0000 bsmith Fixed precision problems with drivesize and drivefree on FreeBSD.
Sun, 04 Aug 2002 09:52:41 +0000 bsmith Fixes for FreeBSD.
Fri, 19 Jul 2002 14:17:02 +0000 bsmith Fixed a problem with the ESC key in comboboxes on OS/2.
Fri, 05 Jul 2002 01:32:37 +0000 bsmith Fixed a deadlock when locking a mutex from an event handler on FreeBSD.
Thu, 30 May 2002 07:47:28 +0000 bsmith Avoid allocating super huge buffers when dealing with the MLEs.
Thu, 09 May 2002 06:31:48 +0000 bsmith Popup menu handler fix for GTK, and fixed sliders/percent widgets not
Thu, 25 Apr 2002 02:10:49 +0000 bsmith Changed handling of menu item click events.
Mon, 22 Apr 2002 08:41:47 +0000 bsmith A couple more minor changes.
Mon, 22 Apr 2002 08:36:26 +0000 bsmith Ick.. fixed typos in the GTK code.
Mon, 22 Apr 2002 08:34:35 +0000 bsmith Committed the dw_window_set/get_data() changes from the FX tree.
Fri, 19 Apr 2002 17:52:38 +0000 bsmith Include a vertical scrollbar on comboboxes when there are too many items.
Tue, 16 Apr 2002 19:10:16 +0000 bsmith Added vertical center logic for static text controls on windows.
Wed, 03 Apr 2002 05:48:15 +0000 bsmith Fixed a problem with the date type in the containers... month should be
Mon, 01 Apr 2002 09:51:08 +0000 bsmith Make dw_color_depth() return the correct value on Unix.
Mon, 01 Apr 2002 09:36:47 +0000 bsmith Fixed a bug in the value_changed callback when using a horizontal slider.
Mon, 01 Apr 2002 09:29:46 +0000 bsmith Ok the popup menu acted a bit funny so I am disabling it for now.
Mon, 01 Apr 2002 09:27:37 +0000 bsmith Set notebook scrollable and enable popup so it will act like OS/2. :)
Fri, 29 Mar 2002 07:21:41 +0000 bsmith Fixes for a resource leak.
Wed, 27 Mar 2002 10:37:26 +0000 bsmith Woops need the -ldw -ldwcompat in there. ;)
Wed, 27 Mar 2002 10:33:44 +0000 bsmith Added dw-config script to solve build problems.
Wed, 27 Mar 2002 09:10:49 +0000 bsmith Updated to the latest DW.
Fri, 22 Mar 2002 22:14:07 +0000 bsmith Small makefile change to hopefully fix a build problem.
Fri, 15 Mar 2002 18:24:01 +0000 bsmith Set tooltip background color to yellow.
Fri, 15 Mar 2002 00:11:23 +0000 bsmith Fixed clist crashing problems on Unix.