log os2/dw.c @ 416:a4197ddfc50d

age author description
Thu, 15 May 2003 03:38:44 +0000 bsmith Changes to calculate groupbox border widths and take this into account
Mon, 12 May 2003 21:19:15 +0000 bsmith Use dW_box_new() instead of WinCreateWindow() to make the container window
Sun, 11 May 2003 00:45:09 +0000 bsmith Minor fix, we need to check the parent of the container widget instead of
Sun, 11 May 2003 00:33:33 +0000 bsmith Ok, so that last fix has some problems, this new fix is a hybrid of the
Sat, 10 May 2003 10:33:54 +0000 bsmith An even better combobox drawing fix. Only add 100 pixels to the size of
Fri, 09 May 2003 12:54:51 +0000 mhessling Add flags parameter to dw_messagebox() to specify buttons and icon displayed.
Sun, 27 Apr 2003 23:00:35 +0000 bsmith Fixes for drawing of the combobox on OS/2. It now queries the entryfield
Sun, 27 Apr 2003 20:27:59 +0000 bsmith dw_draw_text() now draws the background color on OS/2 as well.
Sun, 27 Apr 2003 18:34:48 +0000 bsmith Updated the license information, and copyrights. Code to do background
Sun, 27 Apr 2003 17:05:13 +0000 bsmith Ug, missed a break statement.
Sun, 27 Apr 2003 16:56:25 +0000 bsmith Bitmap buttons now display properly when disabled. Also fixes to bitmap
Sun, 27 Apr 2003 05:43:18 +0000 bsmith Code to do the OS/2 style indent when the button is pressed.
Sun, 27 Apr 2003 05:39:05 +0000 bsmith Implemented dw_bitmapbutton_new_from_file() on OS/2, and fixed
Thu, 24 Apr 2003 04:54:55 +0000 bsmith Fixed using the default font in the bubble help.
Sun, 20 Apr 2003 14:58:11 +0000 bsmith Use 8.Helv as the default font before Warp 4.
Fri, 18 Apr 2003 16:00:24 +0000 bsmith Guess I should probably make sure they are trying to load a file
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: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 11:12:06 +0000 bsmith Fixed a leak of the container's column data when destroying container
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.
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:33:21 +0000 bsmith Old container code cleanups, and container code now allocates memory to
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 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 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: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
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 07:49:57 +0000 bsmith Sanity check, if expand is set width/height can't be zero... force it to 1.
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 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.
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:13:56 +0000 bsmith Fixed typo in the filename parameter.
Fri, 14 Mar 2003 18:03:35 +0000 bsmith Initial code for dw_bitmapbutton_new_from_file and added filename parameter
Thu, 06 Mar 2003 06:51:34 +0000 bsmith Eliminate configure event callbacks when either the width or height is 0.
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 06:00:54 +0000 bsmith Added dw_pixmap_new_from_file().
Fri, 14 Feb 2003 07:57:30 +0000 bsmith Make sure all platforms have the same typedefs.
Wed, 05 Feb 2003 11:54:35 +0000 bsmith Delete associated bitmaps when destroying windows.
Wed, 05 Feb 2003 07:00:52 +0000 bsmith Don't use DW_CLR_* when making direct OS/2 API calls.
Wed, 05 Feb 2003 06:37:55 +0000 bsmith Deal with the enhanced window enable/disable with the new color code
Wed, 05 Feb 2003 05:37:05 +0000 bsmith Code cleanup in the test program, and fixed the color problem on OS/2.
Wed, 05 Feb 2003 03:50:47 +0000 bsmith Use the same DW_CLR_* values on all platforms including OS/2... so I
Wed, 05 Feb 2003 00:02:17 +0000 bsmith Fixed a minor bug in dw_draw_text().
Sat, 01 Feb 2003 18:40:49 +0000 bsmith Added code to deal with the PAGE and LINE messages for the scrollbars on
Sat, 01 Feb 2003 10:05:27 +0000 bsmith When comparing the desktop value, use the queried value not the constant.
Sat, 01 Feb 2003 09:15:29 +0000 bsmith Fixed scrollbar value_change on OS/2... ID must be set on the scrollbar,
Sat, 01 Feb 2003 07:05:12 +0000 bsmith Added the basics for scrollbar thumb size on OS/2, and dw_main_iteration()
Mon, 20 Jan 2003 20:21:06 +0000 bsmith Removed the window parameter to dw_timer_connect() it was no needed.
Mon, 20 Jan 2003 08:49:11 +0000 bsmith Added scrollbar and timer support on OS/2 and GTK.
Fri, 17 Jan 2003 23:28:28 +0000 bsmith Added test application for OS/2, and allow dw_color_xxx_set() to use OS/2
Fri, 10 Jan 2003 19:19:56 +0000 bsmith A cleaner way of finding the toplevel window.
Thu, 19 Dec 2002 04:16:32 +0000 bsmith Updated the menu code.
Sun, 08 Dec 2002 17:11:32 +0000 bsmith Minor change to handling of right clicks in the container control on OS/2.