log os2/dw.c @ 175:d78d08440246

age author description
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().
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 14:26:27 +0000 bsmith The splitbar needs to have the WS_CLIPCHILDREN style set.
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.
Sun, 20 Oct 2002 06:28:28 +0000 bsmith Draw the splitbar solid pale gray. Maybe we should change this at some
Sun, 20 Oct 2002 06:10:31 +0000 bsmith Safety checks in the splitbar calculations on OS/2 and Windows.
Sun, 20 Oct 2002 03:11:49 +0000 bsmith Finished the OS/2 splitbar support.
Sun, 20 Oct 2002 01:41:04 +0000 bsmith Use float instead of int for percent on Windows. And a minor safety check
Sun, 20 Oct 2002 01:32:08 +0000 bsmith Updates to use floats to save the splitbar percentage.
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
Sat, 19 Oct 2002 00:13:23 +0000 bsmith Fix for floating point crash when trying to calculate new slider/percent
Wed, 18 Sep 2002 11:53:14 +0000 bsmith Changed some of the default spacings for the tree control on OS/2 so it is
Fri, 16 Aug 2002 22:56:06 +0000 bsmith If dw_filesystem_setup is called with 0 additional columns then don't
Fri, 19 Jul 2002 14:17:02 +0000 bsmith Fixed a problem with the ESC key in comboboxes on OS/2.
Thu, 09 May 2002 06:31:48 +0000 bsmith Popup menu handler fix for GTK, and fixed sliders/percent widgets not
Thu, 25 Apr 2002 02:10:49 +0000 bsmith Changed handling of menu item click events.
Mon, 22 Apr 2002 08:34:35 +0000 bsmith Committed the dw_window_set/get_data() changes from the FX tree.
Fri, 15 Feb 2002 09:30:50 +0000 bsmith Added localization APIs as well as some miscellaneous bug fixes.
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 23:45:01 +0000 bsmith Minor tab changes on OS/2 and Windows.
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.
Wed, 21 Nov 2001 23:37:15 +0000 bsmith Fixed example test app at the bottom of the source to use new dw_init
Wed, 21 Nov 2001 22:31:55 +0000 bsmith Sync with the latest dynamic windows, tree fixes, and other miscellaneous
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
Fri, 02 Nov 2001 10:31:29 +0000 bsmith Fixes for box alignment problem on OS/2, crash in dw_bitmap_new() on unix
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.
Sun, 14 Oct 2001 23:27:37 +0000 bsmith Sync with latest Dynamic Windows code.
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
Sat, 25 Aug 2001 17:08:01 +0000 bsmith Check that tmp is not NULL before checking for tree-select signal.
Sat, 25 Aug 2001 05:39:33 +0000 bsmith Added tree view functions and signal.