log os2/dw.c @ 336:a2f72b5d5d0a

age author description
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.
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:30:02 +0000 bsmith Fixing leaks on Windows and OS/2.
Sun, 01 Dec 2002 16:19:53 +0000 bsmith Fixed a small regression from the watcom changes.
Sun, 01 Dec 2002 13:24:17 +0000 bsmith Use _System/_stdcall for callbacks.
Sun, 01 Dec 2002 12:59:24 +0000 bsmith Fixes so you can mix compilers.
Sun, 01 Dec 2002 11:11:41 +0000 bsmith Get Dynamic Windows building with Watcom.
Sat, 30 Nov 2002 16:25:06 +0000 bsmith EMX does not have dirent.h.
Sat, 30 Nov 2002 14:43:57 +0000 bsmith Set DefaultWorkingDir before trying to start the web browser.
Sat, 30 Nov 2002 13:15:43 +0000 bsmith Fixed a minor handl leak when destroying conboboxes... the listbox part
Tue, 26 Nov 2002 07:10:37 +0000 bsmith Added new container functions, and fixed resource leaks.
Tue, 19 Nov 2002 20:27:45 +0000 bsmith Optimize disabling of controls... if already disabled do nothing.
Sun, 17 Nov 2002 11:51:30 +0000 bsmith Allow tree-select signal to work on container controls.
Thu, 14 Nov 2002 18:49:20 +0000 bsmith Don't allow comboboxes to drop down when disabled.
Thu, 14 Nov 2002 11:09:34 +0000 bsmith Replacement window disable code... looks much nicer.
Tue, 12 Nov 2002 08:52:22 +0000 bsmith Added module support.
Fri, 08 Nov 2002 17:38:59 +0000 bsmith Minor changes.
Thu, 07 Nov 2002 22:31:02 +0000 bsmith Another sync of sources, enhancements to dw_window_set_color() ... works
Thu, 07 Nov 2002 06:21:29 +0000 bsmith Fixed EMX building.
Wed, 06 Nov 2002 17:28:04 +0000 bsmith Sync up with the latest F/X sources.
Wed, 30 Oct 2002 12:19:26 +0000 bsmith Added MLS_LIMITVSCROLL to the MLE style.
Sat, 26 Oct 2002 21:33:31 +0000 bsmith Removed the filter from the test program and updated dw_main().