log

age author description
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.
Thu, 27 Mar 2003 10:43:58 +0000 bsmith Keypress handler fixes, more need to be done, because I screwed up and
Thu, 27 Mar 2003 08:54:48 +0000 bsmith Use DrawStatusText() to make the status lines, instead of doing it ourself.
Thu, 27 Mar 2003 07:49:57 +0000 bsmith Sanity check, if expand is set width/height can't be zero... force it to 1.
Thu, 27 Mar 2003 07:05:56 +0000 mhessling Add icons to tree items on page three.
Thu, 27 Mar 2003 06:32:53 +0000 mhessling Fix crash if dw_icon_load_from_file() called before creating a toplevel
Wed, 26 Mar 2003 07:03:04 +0000 bsmith More key_press cleanups.
Tue, 25 Mar 2003 23:49:59 +0000 bsmith If key code is extended pass 0 as the character parameter. Also fixed an
Tue, 25 Mar 2003 23:44:57 +0000 bsmith Changes to the key press handling, if the character is zero check the
Sun, 23 Mar 2003 16:31:16 +0000 bsmith A cleaner dw_tree_delete() for recusiveness.
Sun, 23 Mar 2003 16:05:32 +0000 bsmith Fixed memory leak in the tree control on Windows.
Sun, 23 Mar 2003 15:35:03 +0000 bsmith Fixed tree memory leak on OS/2.
Wed, 19 Mar 2003 14:58:23 +0000 bsmith Fixed some EMX warnings.
Wed, 19 Mar 2003 09:42:41 +0000 mhessling Had to add -D__OS2__ to compile line to build properly.
Wed, 19 Mar 2003 09:41:03 +0000 mhessling Add license.txt to source distributions.
Wed, 19 Mar 2003 09:40:00 +0000 mhessling Simple add dwtest as a target, dependent on dwtest.exe.
Wed, 19 Mar 2003 09:14:45 +0000 mhessling Fix compiler error when not using IMLIB.
Mon, 17 Mar 2003 15:38:57 +0000 bsmith Woops, screwed up the splitbar tab direction on Windows.
Mon, 17 Mar 2003 15:33:51 +0000 bsmith BOXVERT is now DW_VERT and BOXHORZ is now DW_HORZ. Also code cleanups,
Mon, 17 Mar 2003 14:45:08 +0000 bsmith Fixed the mask in dw_window_set_bitmap() when using imlib.
Fri, 14 Mar 2003 18:20:50 +0000 bsmith Implemented dw_bitmapbutton_new_from_file() on Windows.
Fri, 14 Mar 2003 18:13:56 +0000 bsmith Fixed typo in the filename parameter.
Fri, 14 Mar 2003 18:09:56 +0000 bsmith Build fixes for GTK.
Fri, 14 Mar 2003 18:03:35 +0000 bsmith Initial code for dw_bitmapbutton_new_from_file and added filename parameter
Fri, 07 Mar 2003 20:25:18 +0000 bsmith Pass WM_CHAR messages to the signal handler proc for boxes.
Thu, 06 Mar 2003 06:51:34 +0000 bsmith Eliminate configure event callbacks when either the width or height is 0.
Wed, 05 Mar 2003 21:19:05 +0000 bsmith Corrected a typo.
Wed, 05 Mar 2003 21:17:06 +0000 bsmith Keep the text less then 80 columns wide.
Wed, 05 Mar 2003 21:13:24 +0000 bsmith Slight change to get it to work on GTK 2.x, although there is a momentary
Wed, 05 Mar 2003 20:55:33 +0000 bsmith Fixes for default window size when the window does not have the sizeable
Wed, 05 Mar 2003 19:40:45 +0000 bsmith Corrected incorrect typecast.