log win/dw.c @ 449:787cc1e27897

age author description
Tue, 17 Jun 2003 01:45:58 +0000 mhessling Add support for directory browsing under Win32. DW_DIRECTORY_OPEN can be
Mon, 09 Jun 2003 08:14:59 +0000 bsmith When a box is a groupbox, we need to add the groupbox border to both the
Tue, 03 Jun 2003 09:13:35 +0000 mhessling Add more tests for dw_pac*() functions. Throw up a messagebox if you try and
Mon, 02 Jun 2003 06:08:21 +0000 bsmith Changed from GetWindowLong() and SetWindowLong() to GetWindowLongPtr() and
Thu, 29 May 2003 18:38:49 +0000 bsmith Noticed an artifact from the OS/2 port that was incorrect.
Thu, 29 May 2003 09:53:04 +0000 bsmith Hopefully better method of removing the font modifiers.
Thu, 29 May 2003 09:18:54 +0000 bsmith Only throw up the messagebox when expand and size are both 0 and the item
Wed, 28 May 2003 04:52:34 +0000 mhessling Fix bug with specifying fonts with modifiers; the modifiers were not being
Tue, 27 May 2003 03:41:57 +0000 mhessling Check for inconsistent parameters in dw_box_pack_start() and
Sun, 18 May 2003 08:42:10 +0000 bsmith Division by zero fix in the layout engine.
Thu, 15 May 2003 16:21:27 +0000 bsmith Removed the defines again.
Thu, 15 May 2003 06:32:16 +0000 bsmith Added checks for UDM_SETPOS32 into the source file, I had removed them
Thu, 15 May 2003 03:44:01 +0000 bsmith Woops, missed a variable when copying the code from OS/2 to Windows.
Thu, 15 May 2003 03:38:44 +0000 bsmith Changes to calculate groupbox border widths and take this into account
Tue, 13 May 2003 09:15:00 +0000 mhessling Off by 1 test in _acquire_font(). "10.Terminal Bold" now works.
Tue, 13 May 2003 05:51:01 +0000 bsmith Added parsing for " Bold" and " Italic" in the font name so it behaves
Fri, 09 May 2003 12:54:51 +0000 mhessling Add flags parameter to dw_messagebox() to specify buttons and icon displayed.
Wed, 07 May 2003 22:20:23 +0000 mhessling Change call to SendMessage() to make dw_mle_set() actually work.
Wed, 07 May 2003 21:24:11 +0000 bsmith Stop select events during dw_tree_clear().
Sun, 27 Apr 2003 18:50:58 +0000 bsmith Check for comboboxes in listbox functions, and handle missing events,
Sun, 27 Apr 2003 18:43:14 +0000 bsmith Fixes for background set to DW_CLR_DEFAULT.
Sun, 27 Apr 2003 18:34:48 +0000 bsmith Updated the license information, and copyrights. Code to do background
Fri, 18 Apr 2003 09:28:27 +0000 mhessling Changes to implement justification on container columns.
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.
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: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 10:44:59 +0000 bsmith Call TreeView_SelectItem() instead of dw_tree_item_select() so we get the
Thu, 10 Apr 2003 12:37:28 +0000 bsmith Minor fix.
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.