log

age author description
Sun, 20 Apr 2003 14:58:11 +0000 bsmith Use 8.Helv as the default font before Warp 4.
Sun, 20 Apr 2003 13:19:21 +0000 bsmith Fix warning caused by removal of obsolete code.
Sun, 20 Apr 2003 13:16:32 +0000 bsmith Prefix all internally used data with _dw_ to avoid conflicts with user
Sun, 20 Apr 2003 12:12:24 +0000 bsmith Fixed a bug where the eventbox associated with a box was not destroyed
Fri, 18 Apr 2003 16:00:24 +0000 bsmith Guess I should probably make sure they are trying to load a file
Fri, 18 Apr 2003 09:28:27 +0000 mhessling Changes to implement justification on container columns.
Thu, 17 Apr 2003 21:50:51 +0000 bsmith Implemented dw_mle_set_visible() for GTK 2.x.
Thu, 17 Apr 2003 20:01:23 +0000 bsmith dw_mle_set() now moves the viewport to the cursor location.
Wed, 16 Apr 2003 16:58:00 +0000 bsmith Rewrote the selection code. It is much more simple now and no longer
Wed, 16 Apr 2003 12:00:00 +0000 bsmith Make dw_listbox_query_text() work on comboboxes on Windows.
Mon, 14 Apr 2003 13:47:20 +0000 bsmith Removed slider flags and container selection flags from the header file.
Sun, 13 Apr 2003 09:04:50 +0000 mhessling Add CRLF to lines displayed in MLE.
Sun, 13 Apr 2003 02:59:35 +0000 mhessling Added MLE for the container page to show what is going on in the item-select
Fri, 11 Apr 2003 13:58:05 +0000 bsmith Simplified dw_notebook_page_new code.
Fri, 11 Apr 2003 13:35:50 +0000 bsmith Implemented switch-page on OS/2, and changed the signal prototype to
Fri, 11 Apr 2003 12:26:54 +0000 bsmith Use _get_logical_page() to get the logical page from the physical page.
Fri, 11 Apr 2003 12:22:10 +0000 bsmith Use dw_notebook_page_query() to query the logical notebook page id.
Fri, 11 Apr 2003 12:20:12 +0000 bsmith Forgot to free the array of pointers in the notebook control.
Fri, 11 Apr 2003 11:12:06 +0000 bsmith Fixed a leak of the container's column data when destroying container
Fri, 11 Apr 2003 10:44:59 +0000 bsmith Call TreeView_SelectItem() instead of dw_tree_item_select() so we get the
Fri, 11 Apr 2003 09:25:30 +0000 bsmith Test fix for Mark's dw_main_sleep() hang.
Thu, 10 Apr 2003 12:37:28 +0000 bsmith Minor fix.
Thu, 10 Apr 2003 12:36:08 +0000 bsmith Minor fixes.
Thu, 10 Apr 2003 12:33:29 +0000 bsmith Some pointer changes.
Thu, 10 Apr 2003 12:05:36 +0000 bsmith Minor change to dw_window_set_icon() on OS/2 and Windows.
Thu, 10 Apr 2003 07:33:44 +0000 mhessling Minor change to container page to show right justification on ULONGS doesn't work.
Wed, 09 Apr 2003 09:57:48 +0000 bsmith Check that the notification message is actually TCN_SELCHANGE.
Wed, 09 Apr 2003 09:55:10 +0000 mhessling Add test for switch-page signal.
Wed, 09 Apr 2003 09:43:01 +0000 mhessling Implement switch-page signal for notebooks. Bit of a bug in that it fires
Wed, 09 Apr 2003 09:41:34 +0000 mhessling Implement handling of switch-page signal for notebooks.
Wed, 09 Apr 2003 09:40:29 +0000 mhessling Add switch-page signal.
Tue, 08 Apr 2003 17:50:08 +0000 bsmith Oops missed one parameter change.
Tue, 08 Apr 2003 17:47:31 +0000 bsmith Tree item handles are now of the type HTREEITEM instead of HWND since they
Tue, 08 Apr 2003 09:36:02 +0000 bsmith Removed strdup() since new container code on OS/2 no longer requires it.
Tue, 08 Apr 2003 09:33:21 +0000 bsmith Old container code cleanups, and container code now allocates memory to
Fri, 04 Apr 2003 06:37:07 +0000 bsmith Added DW_MENU_SEPARATOR.
Fri, 04 Apr 2003 01:39:33 +0000 bsmith Clean up an errant printf().
Fri, 04 Apr 2003 01:30:53 +0000 bsmith Mark, we must connect signal handlers before populating the tree on GTK 1.x.
Thu, 03 Apr 2003 21:42:05 +0000 bsmith Oops, used wrong type in GTK 2.x dw_tree_get_data(), thanks Mark.
Thu, 03 Apr 2003 10:13:42 +0000 bsmith Make sure dw_tree_item_select() does not cause a DW_SIGNAL_ITEM_SELECT.
Thu, 03 Apr 2003 09:57:24 +0000 bsmith Don't send a DW_SIGNAL_ITEM_SELECT after DW_SIGNAL_ENTER.
Thu, 03 Apr 2003 00:45:14 +0000 bsmith Fixed errant returns on failure.
Thu, 03 Apr 2003 00:41:06 +0000 bsmith Fixed a typo.
Thu, 03 Apr 2003 00:29:46 +0000 bsmith Added dw_tree_get_data() to get a tree item's data.
Wed, 02 Apr 2003 11:31:38 +0000 bsmith Fixed icons in the tree control in GTK 2.x when loaded from a file.
Wed, 02 Apr 2003 10:55:08 +0000 bsmith Safer container code.
Mon, 31 Mar 2003 21:32:55 +0000 bsmith Fixed a container emphasis problem when no context menus are created.
Mon, 31 Mar 2003 10:24:51 +0000 bsmith Cleaned up unix warnings.
Mon, 31 Mar 2003 10:20:08 +0000 bsmith Make sure itemdata is NULL for container callbacks.
Mon, 31 Mar 2003 09:57:45 +0000 bsmith Unified the callback functions for tree and container widgets.
Mon, 31 Mar 2003 09:18:00 +0000 bsmith Removed obsolete dw_container_set_view() function.
Mon, 31 Mar 2003 08:53:46 +0000 bsmith Fixed a typo in the signals.
Mon, 31 Mar 2003 08:42:28 +0000 bsmith Get it working on OS/2. :)
Mon, 31 Mar 2003 08:21:55 +0000 bsmith Use the signal #defines internally so all that is required to change
Mon, 31 Mar 2003 07:50:20 +0000 bsmith Minor OS/2 cleanup. Added #defines for the signals, instead of using the
Sun, 30 Mar 2003 03:28:45 +0000 mhessling Escape backslashes so icons under Windows and OS/2 can be found.
Sat, 29 Mar 2003 03:26:50 +0000 mhessling Added extra notebook page for a container example.
Fri, 28 Mar 2003 21:19:07 +0000 bsmith Create the bitmap button even if the bitmap file does not exist.
Thu, 27 Mar 2003 11:14:25 +0000 bsmith Filled in many of the holes on OS/2.
Thu, 27 Mar 2003 10:49:06 +0000 bsmith More keypress fixes on Windows.