log

age author description
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.
Mon, 18 Nov 2002 15:24:01 +0000 bsmith Use strftime to display time and date on Windows and unix.
Sun, 17 Nov 2002 13:00:37 +0000 bsmith Allow tree-select to work on container controls.
Sun, 17 Nov 2002 12:34:54 +0000 bsmith Return -1 on error from dw_module_load().
Sun, 17 Nov 2002 12:29:43 +0000 bsmith Fixed a minor bug in dw_module_close().
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 09:01:56 +0000 bsmith Include dlfcn.h on Unix.
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().
Thu, 24 Oct 2002 05:39:00 +0000 bsmith Fixed a graphics context leak in dw_draw_text().
Wed, 23 Oct 2002 16:23:06 +0000 bsmith dw_window_set_usize fixes and fallback to "fixed" on GTK 1.2 if pango
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
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 12:21:37 +0000 bsmith Fixed the calculations in the splitbar widget. Finished all the splitbar
Tue, 22 Oct 2002 11:07:42 +0000 bsmith Updated dw_window_set_font() to use GTK 2.0 semantics. Also improved the
Tue, 22 Oct 2002 10:08:28 +0000 bsmith Moved _dw_recursive_free into GTK 2.0 #ifdefs.
Tue, 22 Oct 2002 10:05:51 +0000 bsmith Make DW_CLR_PALEGRAY a bit lighter.
Tue, 22 Oct 2002 09:54:22 +0000 bsmith Added tree cleanup code for GTK 2.0, and disabled some of the accellerator
Tue, 22 Oct 2002 07:09:57 +0000 bsmith GTK 2.0 tree control is now fully functional. I just need to check for
Tue, 22 Oct 2002 01:59:52 +0000 bsmith Implemented GTK 2.0 tree delete etc. just signal handlers left.
Tue, 22 Oct 2002 01:25:51 +0000 bsmith Initial tree code for GTK 2.0, populating finished. Signal handlers and
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
Mon, 21 Oct 2002 04:29:47 +0000 bsmith For GTK to be thread safe in 2.0 we must call gdk_threads_init().
Mon, 21 Oct 2002 00:40:55 +0000 bsmith Pass pointers to argc and argv on Unix.
Sun, 20 Oct 2002 22:55:40 +0000 bsmith Don't call gdk_flush() in GTK 2.0. It doesn't seem to be necessary and
Sun, 20 Oct 2002 22:07:08 +0000 bsmith Fixed an error in the call to gtk_menu_popup() which was causing popup
Sun, 20 Oct 2002 21:50:46 +0000 bsmith Signal handler code cleanups for GTK 2.0.
Sun, 20 Oct 2002 13:07:08 +0000 bsmith Added most of the missing code for the MLE's for GTK 2.0.
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 05:39:02 +0000 bsmith Finalized splitbar support on 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 23:24:06 +0000 bsmith Minor bug fixes and code cleanups.
Sat, 19 Oct 2002 21:48:57 +0000 bsmith Switch back to using pixmaps and bitmaps, only use pixbufs for doing
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 03:41:36 +0000 bsmith Initial new splitbar code on Windows.
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, 09 Oct 2002 19:31:11 +0000 bsmith Run the _item_select_event() handler on comboboxes even if a handler
Wed, 09 Oct 2002 04:32:52 +0000 bsmith Fixes to the notebook code to better handle removing of pages. Also,
Tue, 24 Sep 2002 23:10:07 +0000 bsmith Added the CLOSEBUTTON flag to the SYSMENU flag on OS/2.
Mon, 23 Sep 2002 13:34:03 +0000 bsmith On multi-widget windows, set the data on all components.
Sun, 22 Sep 2002 13:26:34 +0000 bsmith Readded a piece of code I accidentally removed.
Sun, 22 Sep 2002 13:03:39 +0000 bsmith Spinbutton behaviour cleanups.
Sat, 21 Sep 2002 10:38:59 +0000 bsmith Use DWInstance, and some updates to the spinbutton hack.
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
Tue, 17 Sep 2002 17:33:06 +0000 bsmith Rewrote the Windows packing code so it is more like OS/2 to improve window
Fri, 06 Sep 2002 22:49:10 +0000 bsmith Give the frame window focus if it is clicked on.
Wed, 04 Sep 2002 09:05:19 +0000 bsmith Some changes to the container optimization code.
Sat, 24 Aug 2002 07:51:46 +0000 bsmith For multiple select listboxes on windows use the multiple select style
Fri, 16 Aug 2002 22:56:06 +0000 bsmith If dw_filesystem_setup is called with 0 additional columns then don't
Fri, 16 Aug 2002 22:26:17 +0000 bsmith Minor changes to the container code on windows.
Tue, 06 Aug 2002 07:54:13 +0000 bsmith Use long double instead of long long for drivesize and drivefree.
Tue, 06 Aug 2002 05:31:04 +0000 bsmith Switch back to long from long long on Windows.
Tue, 06 Aug 2002 05:22:19 +0000 bsmith Fixed precision problems with drivesize and drivefree on FreeBSD.
Sun, 04 Aug 2002 09:52:41 +0000 bsmith Fixes for FreeBSD.
Fri, 19 Jul 2002 14:17:02 +0000 bsmith Fixed a problem with the ESC key in comboboxes on OS/2.
Fri, 05 Jul 2002 01:32:37 +0000 bsmith Fixed a deadlock when locking a mutex from an event handler on FreeBSD.
Thu, 30 May 2002 07:47:28 +0000 bsmith Avoid allocating super huge buffers when dealing with the MLEs.
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:41:47 +0000 bsmith A couple more minor changes.
Mon, 22 Apr 2002 08:36:26 +0000 bsmith Ick.. fixed typos in the GTK code.
Mon, 22 Apr 2002 08:34:35 +0000 bsmith Committed the dw_window_set/get_data() changes from the FX tree.
Fri, 19 Apr 2002 17:52:38 +0000 bsmith Include a vertical scrollbar on comboboxes when there are too many items.
Tue, 16 Apr 2002 19:10:16 +0000 bsmith Added vertical center logic for static text controls on windows.
Wed, 03 Apr 2002 05:48:15 +0000 bsmith Fixed a problem with the date type in the containers... month should be
Mon, 01 Apr 2002 09:51:08 +0000 bsmith Make dw_color_depth() return the correct value on Unix.
Mon, 01 Apr 2002 09:36:47 +0000 bsmith Fixed a bug in the value_changed callback when using a horizontal slider.
Mon, 01 Apr 2002 09:29:46 +0000 bsmith Ok the popup menu acted a bit funny so I am disabling it for now.
Mon, 01 Apr 2002 09:27:37 +0000 bsmith Set notebook scrollable and enable popup so it will act like OS/2. :)
Fri, 29 Mar 2002 07:21:41 +0000 bsmith Fixes for a resource leak.
Wed, 27 Mar 2002 10:37:26 +0000 bsmith Woops need the -ldw -ldwcompat in there. ;)
Wed, 27 Mar 2002 10:33:44 +0000 bsmith Added dw-config script to solve build problems.
Wed, 27 Mar 2002 09:10:49 +0000 bsmith Updated to the latest DW.
Fri, 22 Mar 2002 22:14:07 +0000 bsmith Small makefile change to hopefully fix a build problem.
Fri, 15 Mar 2002 18:24:01 +0000 bsmith Set tooltip background color to yellow.
Fri, 15 Mar 2002 00:11:23 +0000 bsmith Fixed clist crashing problems on Unix.
Wed, 13 Mar 2002 17:35:36 +0000 bsmith Updated to latest DW, and updated the Makefile to install the header files
Mon, 18 Feb 2002 19:10:28 +0000 bsmith Added codepage translation for Windows.
Mon, 18 Feb 2002 08:43:34 +0000 bsmith Added C/C++ style escape sequence processing. And fixed a couple OS/2 and
Fri, 15 Feb 2002 09:30:50 +0000 bsmith Added localization APIs as well as some miscellaneous bug fixes.
Sun, 10 Feb 2002 18:22:25 +0000 bsmith Fixed a bug where if dw_filesystem_* was used then the last column
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 02:10:31 +0000 bsmith Fixed color depth problem when creating a new pixmap.
Mon, 14 Jan 2002 01:22:30 +0000 bsmith Corrected version in Makefile.in.
Mon, 14 Jan 2002 01:08:02 +0000 bsmith Added documentation of know platform limitations.
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:39:41 +0000 bsmith Don't use WinMain() in the example, use main() since the conversion is
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 23:30:24 +0000 bsmith Added a mutex lock and unlock in the pointer calls. And fixed a warning
Wed, 21 Nov 2001 22:33:58 +0000 bsmith Enabled memory debugging for VAC.
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
Tue, 13 Nov 2001 11:14:00 +0000 bsmith Added a log filename parameter to setfileinfo().
Sun, 11 Nov 2001 17:49:33 +0000 bsmith Added a redraw parameter to dw_container_clear().
Fri, 09 Nov 2001 14:03:57 +0000 bsmith Fix warning on FreeBSD.
Fri, 09 Nov 2001 13:59:01 +0000 bsmith Updated the readme.
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, 05 Nov 2001 10:56:39 +0000 bsmith Latest fixes, mainly for GTK.