log os2/dw.c @ 117:d785ee5adf02

age author description
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.
Fri, 17 Aug 2001 11:44:05 +0000 bsmith Updated dynamic windows to build with EMX.
Sat, 04 Aug 2001 19:36:21 +0000 bsmith New OS/2 code from FX changes.
Thu, 02 Aug 2001 09:57:21 +0000 bsmith Added tree widgets, fixed some delete event processing, fixed a layout bug
Fri, 27 Jul 2001 07:12:35 +0000 bsmith Stopped unnecessary redrawing when switching to the same page.
Wed, 25 Jul 2001 09:34:02 +0000 bsmith Added notebook, Warp 3 and WebExplorer fixes.
Thu, 19 Jul 2001 00:28:54 +0000 bsmith Fixed a container problem on OS/2 with separator set to 0.
Thu, 12 Jul 2001 21:27:13 +0000 bsmith Removed structure packing option to fix a crash in dw_mle_search() when
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:32:57 +0000 bsmith Many Win32 and GTK fixes.
Tue, 03 Jul 2001 15:32:38 +0000 bsmith New font rendering code in dw_draw_text(). Slightly less flexible but
Tue, 03 Jul 2001 14:04:12 +0000 bsmith Switched allocating the box structs with calloc instead of malloc so
Tue, 03 Jul 2001 13:54:29 +0000 bsmith Updates to latest build.
Tue, 03 Jul 2001 07:50:39 +0000 ktk Import