log

age author description
Thu, 08 May 2003 08:59:26 +0000 mhessling Change mouse cursor definitions under GTK. DW_POINTER_ARROW now uses "default"
Wed, 07 May 2003 22:20:23 +0000 mhessling Change call to SendMessage() to make dw_mle_set() actually work.
Wed, 07 May 2003 21:24:11 +0000 bsmith Stop select events during dw_tree_clear().
Tue, 06 May 2003 10:31:53 +0000 bsmith A basically empty DW source file, if we ever port to another platform
Mon, 05 May 2003 07:11:05 +0000 mhessling Change dw_mle_query() under GTK 1.2 so that it returns the correct number of lines.
Thu, 01 May 2003 09:07:27 +0000 mhessling Remove font_gap to make testing of render box drawing simpler.
Thu, 01 May 2003 09:05:49 +0000 mhessling Fix typo with backspace key name under GTK
Thu, 01 May 2003 09:04:56 +0000 mhessling Slight change to determining font height under GTK 1.2. The solution may
Wed, 30 Apr 2003 04:08:52 +0000 bsmith Changes to allow Dynamic Windows to compile properly on Sparc Solaris.
Tue, 29 Apr 2003 11:00:49 +0000 mhessling Enable dwindows to be built from a directory other than where the
Tue, 29 Apr 2003 10:54:09 +0000 mhessling Implement tests for setting background color on render boxes.
Tue, 29 Apr 2003 10:52:47 +0000 mhessling Fix calculations of font heights under GTK 1.2. Unsure full ascent and descent
Sun, 27 Apr 2003 23:01:55 +0000 bsmith Reverted a test change I accidentally committed.
Sun, 27 Apr 2003 23:00:35 +0000 bsmith Fixes for drawing of the combobox on OS/2. It now queries the entryfield
Sun, 27 Apr 2003 20:27:59 +0000 bsmith dw_draw_text() now draws the background color on OS/2 as well.
Sun, 27 Apr 2003 20:11:05 +0000 bsmith Manually draw the background rectangle with GTK 1.x since it doesn't appear
Sun, 27 Apr 2003 19:55:54 +0000 bsmith gdk_gc_set_colormap() doesn't exist on GTK 1.x.
Sun, 27 Apr 2003 19:53:29 +0000 bsmith Fixes for background color drawing on GTK 2.x.
Sun, 27 Apr 2003 19:21:24 +0000 bsmith Code for drawing text with a background color on GTK 2.x.
Sun, 27 Apr 2003 18:50:58 +0000 bsmith Check for comboboxes in listbox functions, and handle missing events,
Sun, 27 Apr 2003 18:43:14 +0000 bsmith Fixes for background set to DW_CLR_DEFAULT.
Sun, 27 Apr 2003 18:34:48 +0000 bsmith Updated the license information, and copyrights. Code to do background
Sun, 27 Apr 2003 17:05:13 +0000 bsmith Ug, missed a break statement.
Sun, 27 Apr 2003 16:56:25 +0000 bsmith Bitmap buttons now display properly when disabled. Also fixes to bitmap
Sun, 27 Apr 2003 05:43:18 +0000 bsmith Code to do the OS/2 style indent when the button is pressed.
Sun, 27 Apr 2003 05:39:05 +0000 bsmith Implemented dw_bitmapbutton_new_from_file() on OS/2, and fixed
Fri, 25 Apr 2003 21:45:51 +0000 bsmith Handle ENTER keypress on the container control. Also make
Thu, 24 Apr 2003 04:54:55 +0000 bsmith Fixed using the default font in the bubble help.
Wed, 23 Apr 2003 05:34:14 +0000 bsmith Fixes for new signal handler code, for GTK 2.x tree control.
Wed, 23 Apr 2003 05:16:23 +0000 bsmith Signal handler changes to avoid a memory leak.