log win/dw.c @ 337:e9a424e641ff

age author description
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.
Wed, 09 Apr 2003 09:57:48 +0000 bsmith Check that the notification message is actually TCN_SELCHANGE.
Wed, 09 Apr 2003 09:43:01 +0000 mhessling Implement switch-page signal for notebooks. Bit of a bug in that it fires
Tue, 08 Apr 2003 17:47:31 +0000 bsmith Tree item handles are now of the type HTREEITEM instead of HWND since they
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 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.
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:21:55 +0000 bsmith Use the signal #defines internally so all that is required to change
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 10:49:06 +0000 bsmith More keypress fixes on Windows.
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.
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
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.
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,
Fri, 14 Mar 2003 18:20:50 +0000 bsmith Implemented dw_bitmapbutton_new_from_file() on Windows.
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.
Mon, 03 Mar 2003 19:50:19 +0000 bsmith Added initial version of updated key_press_event callback.
Thu, 20 Feb 2003 20:19:09 +0000 bsmith Added dw_icon_load_from_file() on OS/2 and Windows. Added a stub on Unix
Wed, 19 Feb 2003 08:48:09 +0000 bsmith Minor change.
Wed, 19 Feb 2003 08:46:50 +0000 bsmith Implemented dw_window_from_id() on Windows.
Wed, 19 Feb 2003 06:37:24 +0000 bsmith Use GetObject() instead of GetBitmapDimensionEx() to get the loaded bitmap
Wed, 19 Feb 2003 06:23:59 +0000 bsmith Fixes for Windows code.
Wed, 19 Feb 2003 06:00:54 +0000 bsmith Added dw_pixmap_new_from_file().
Tue, 18 Feb 2003 19:34:21 +0000 bsmith Rewrote the menu code to not return structs.
Sat, 01 Feb 2003 11:28:43 +0000 bsmith Automatically scroll when getting PAGE and LINE messages, not just
Sat, 01 Feb 2003 09:53:56 +0000 bsmith nMax is inclusive or exclusive?
Sat, 01 Feb 2003 08:00:38 +0000 bsmith The basics of the new scrollbar code on Windows, and dw_main_iteration().
Mon, 20 Jan 2003 20:28:41 +0000 bsmith Removed it from the comment too. ;)
Mon, 20 Jan 2003 20:27:51 +0000 bsmith Removed window parameter on Windows.
Mon, 20 Jan 2003 11:08:43 +0000 bsmith Implemented scrollbars and timers on Windows, and added scrollbar to the
Sat, 18 Jan 2003 19:15:18 +0000 bsmith Comboboxes need the CBS_AUTOHSCROLL style on Windows.
Fri, 17 Jan 2003 20:31:06 +0000 bsmith Fixes for dw_color_xxxx_set() to accept OS/2 style colors, and fixed a
Thu, 19 Dec 2002 04:16:32 +0000 bsmith Updated the menu code.
Fri, 06 Dec 2002 23:34:49 +0000 bsmith Minor splitbar fixes on OS/2 and Windows. The splitbar width is now 4
Mon, 02 Dec 2002 19:40:40 +0000 bsmith I need to call DestroyMenu() after TrackPopupMenu() otherwise I leak memory.
Mon, 02 Dec 2002 19:30:02 +0000 bsmith Fixing leaks on Windows and OS/2.
Sun, 01 Dec 2002 14:33:43 +0000 bsmith Fixes for Windows.
Sun, 01 Dec 2002 11:18:14 +0000 bsmith Updated dw_window_get_text() on Windows.
Wed, 27 Nov 2002 16:54:08 +0000 bsmith Allow subitems to have icons so the container controls will be the same
Tue, 26 Nov 2002 07:10:37 +0000 bsmith Added new container functions, and fixed resource leaks.
Mon, 18 Nov 2002 15:24:01 +0000 bsmith Use strftime to display time and date on Windows and unix.
Sun, 17 Nov 2002 11:51:30 +0000 bsmith Allow tree-select signal to work on container controls.
Tue, 12 Nov 2002 08:52:22 +0000 bsmith Added module support.
Thu, 07 Nov 2002 22:31:02 +0000 bsmith Another sync of sources, enhancements to dw_window_set_color() ... works
Wed, 06 Nov 2002 17:28:04 +0000 bsmith Sync up with the latest F/X sources.
Sat, 26 Oct 2002 21:33:31 +0000 bsmith Removed the filter from the test program and updated dw_main().
Thu, 24 Oct 2002 15:53:27 +0000 bsmith Removed unnecessary parameters from dw_main().
Wed, 23 Oct 2002 14:34:29 +0000 bsmith Upped the DW revision to 1.0, and merged with the latest code in the FX
Mon, 21 Oct 2002 11:41:30 +0000 bsmith Fixed a horrible bug in the code to remove user data from a window on OS/2
Sun, 20 Oct 2002 06:36:18 +0000 bsmith Code cleanup and OS/2 and Windows.