log dw.h @ 182:b8caec82a4d2

age author description
Fri, 06 Dec 2002 23:34:49 +0000 bsmith Minor splitbar fixes on OS/2 and Windows. The splitbar width is now 4
Sun, 01 Dec 2002 14:33:43 +0000 bsmith Fixes for Windows.
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.
Tue, 26 Nov 2002 07:10:37 +0000 bsmith Added new container functions, and fixed resource leaks.
Tue, 12 Nov 2002 09:01:56 +0000 bsmith Include dlfcn.h on Unix.
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
Thu, 24 Oct 2002 15:53:27 +0000 bsmith Removed unnecessary parameters from dw_main().
Tue, 22 Oct 2002 14:00:47 +0000 bsmith Upped DW's revision to 1.0.0. This is the final API specification for
Tue, 22 Oct 2002 07:09:57 +0000 bsmith GTK 2.0 tree control is now fully functional. I just need to check for
Mon, 21 Oct 2002 00:40:55 +0000 bsmith Pass pointers to argc and argv on Unix.
Sat, 19 Oct 2002 11:46:54 +0000 bsmith Porting DW to GTK 2.0... and changed the percent value from into to a float
Sat, 19 Oct 2002 06:36:41 +0000 bsmith Implemented initial splitbar code on Unix. And made some fixes for
Sat, 19 Oct 2002 02:06:33 +0000 bsmith Initial rewrite of the splitbar code on OS/2. Actually moving of the
Tue, 24 Sep 2002 23:10:07 +0000 bsmith Added the CLOSEBUTTON flag to the SYSMENU flag on OS/2.
Mon, 22 Apr 2002 08:34:35 +0000 bsmith Committed the dw_window_set/get_data() changes from the FX tree.
Tue, 16 Apr 2002 19:10:16 +0000 bsmith Added vertical center logic for static text controls on windows.
Sun, 10 Feb 2002 18:06:50 +0000 bsmith Implemented dw_container_optimize() on OS/2.
Mon, 04 Feb 2002 16:04:43 +0000 bsmith Added new container functions, and implemented some missing functionality.
Tue, 22 Jan 2002 10:55:20 +0000 bsmith Focus fixes and removal of several hack in the OS/2 code base.
Mon, 14 Jan 2002 00:48:08 +0000 bsmith Synched up with the latest dynamic windows, has new slider support and
Sat, 08 Dec 2001 04:47:43 +0000 bsmith Sync with latest DW code. Tab and RGB fixes.
Wed, 05 Dec 2001 06:03:49 +0000 bsmith Added shift-tab and up/down/left/right button support. And added missing
Thu, 29 Nov 2001 15:10:39 +0000 bsmith Sync with the latest DW code.
Sat, 17 Nov 2001 17:40:16 +0000 bsmith Added new tree functions, and fixed a memory leak as well as use of
Sun, 11 Nov 2001 17:49:33 +0000 bsmith Added a redraw parameter to dw_container_clear().
Fri, 09 Nov 2001 13:49:44 +0000 bsmith Added font text extent querying code, and made it so winmain.c can be used
Mon, 22 Oct 2001 22:32:58 +0000 bsmith Lots of fixes and new functions on all platforms.
Fri, 19 Oct 2001 14:16:50 +0000 bsmith Added focus fixes and set-focus fixes on all three platforms.
Wed, 17 Oct 2001 19:22:39 +0000 bsmith Added typecast to MPARAM.
Mon, 03 Sep 2001 23:30:43 +0000 bsmith Added dw_window_default() to set the default focus widget in a dialog.
Thu, 30 Aug 2001 06:07:19 +0000 bsmith Renamed slider class to percent class. Implemented my own percent widget
Mon, 27 Aug 2001 17:16:12 +0000 bsmith Added missing exports, added new tree functions and signals, fixed Win32
Fri, 17 Aug 2001 11:44:05 +0000 bsmith Updated dynamic windows to build with EMX.
Thu, 02 Aug 2001 09:57:21 +0000 bsmith Added tree widgets, fixed some delete event processing, fixed a layout bug
Thu, 12 Jul 2001 20:31:26 +0000 bsmith Added new Dynamic Windows build information to the DWEnv struct.
Wed, 11 Jul 2001 21:57:56 +0000 bsmith Lots of Windows and Unix bug fixes.
Fri, 06 Jul 2001 13:36:38 +0000 bsmith Fixed misdeclaration in dw_menu_item_set_check(), id was int should be
Tue, 03 Jul 2001 13:54:29 +0000 bsmith Updates to latest build.
Tue, 03 Jul 2001 07:50:39 +0000 ktk Import