log

age author description
Fri, 30 May 2003 00:47:47 +0000 bsmith Implemented more functionality on MacOS and include the platform define
Thu, 29 May 2003 18:38:49 +0000 bsmith Noticed an artifact from the OS/2 port that was incorrect.
Thu, 29 May 2003 09:53:04 +0000 bsmith Hopefully better method of removing the font modifiers.
Thu, 29 May 2003 09:18:54 +0000 bsmith Only throw up the messagebox when expand and size are both 0 and the item
Wed, 28 May 2003 08:00:11 +0000 bsmith More MacOS fixes, make install now works properly. Made special test
Wed, 28 May 2003 04:52:34 +0000 mhessling Fix bug with specifying fonts with modifiers; the modifiers were not being
Tue, 27 May 2003 22:34:14 +0000 bsmith Changes for MacOS X again.
Tue, 27 May 2003 22:31:06 +0000 bsmith Shared library updates for MacOS X. Suffix should be dylib, and linker
Tue, 27 May 2003 21:43:49 +0000 bsmith Compile fixes for MacOS X.
Tue, 27 May 2003 21:27:26 +0000 bsmith Wrong predicate on SHAREDFLAGS.
Tue, 27 May 2003 21:23:42 +0000 bsmith Changes for MacOS X.
Tue, 27 May 2003 21:20:12 +0000 bsmith Condifure and Makefile changes for MacOS X.
Tue, 27 May 2003 03:41:57 +0000 mhessling Check for inconsistent parameters in dw_box_pack_start() and
Tue, 27 May 2003 03:40:42 +0000 mhessling Remove messagebox*xpm from root drive.
Mon, 26 May 2003 07:39:38 +0000 mhessling For message boxes that have icons, increase the size of the text area (and hence the
Tue, 20 May 2003 07:43:37 +0000 mhessling Allow dw_window_set_style() on status_text widgets.
Sun, 18 May 2003 08:42:10 +0000 bsmith Division by zero fix in the layout engine.
Thu, 15 May 2003 18:03:41 +0000 bsmith Combobox code was using the old signal handler method. Updated it to thenew
Thu, 15 May 2003 17:36:04 +0000 bsmith Hopefully fixed dw_listbox_selected() on GTK 2.x.
Thu, 15 May 2003 16:32:54 +0000 bsmith Using GtkTreeSelection instead of GtkTreeView in the signal handler code
Thu, 15 May 2003 16:21:27 +0000 bsmith Removed the defines again.
Thu, 15 May 2003 08:49:48 +0000 mhessling dw_window_set_text() on a toplevel widget from dw_window_new() now works.
Thu, 15 May 2003 06:32:16 +0000 bsmith Added checks for UDM_SETPOS32 into the source file, I had removed them
Thu, 15 May 2003 04:03:03 +0000 bsmith Fix a crash in dw_window_pointer when the window handle is HWND_DESKTOP.
Thu, 15 May 2003 03:44:01 +0000 bsmith Woops, missed a variable when copying the code from OS/2 to Windows.
Thu, 15 May 2003 03:38:44 +0000 bsmith Changes to calculate groupbox border widths and take this into account
Wed, 14 May 2003 22:09:01 +0000 mhessling Don't distinguish between vertical and horizontal scrollbars in
Tue, 13 May 2003 09:15:00 +0000 mhessling Off by 1 test in _acquire_font(). "10.Terminal Bold" now works.
Tue, 13 May 2003 08:01:03 +0000 bsmith Skeletal changes to the MacOS file, this would be a good starting point
Tue, 13 May 2003 07:59:00 +0000 bsmith Initial configure support for MacOS X.
Tue, 13 May 2003 05:51:01 +0000 bsmith Added parsing for " Bold" and " Italic" in the font name so it behaves
Tue, 13 May 2003 05:32:22 +0000 bsmith Fixes for signal removal. Some limitations still exist... like some
Tue, 13 May 2003 05:07:02 +0000 bsmith Implemented signal removal system so it works like OS/2 and Windows.
Mon, 12 May 2003 21:19:15 +0000 bsmith Use dW_box_new() instead of WinCreateWindow() to make the container window
Sun, 11 May 2003 06:10:14 +0000 bsmith Fix for dw_window_set_text() on GTK 2.x.
Sun, 11 May 2003 00:45:09 +0000 bsmith Minor fix, we need to check the parent of the container widget instead of
Sun, 11 May 2003 00:33:33 +0000 bsmith Ok, so that last fix has some problems, this new fix is a hybrid of the
Sat, 10 May 2003 10:33:54 +0000 bsmith An even better combobox drawing fix. Only add 100 pixels to the size of
Sat, 10 May 2003 07:54:09 +0000 bsmith Check that the child is actually a label before trying to operate on it.
Sat, 10 May 2003 07:35:38 +0000 bsmith Fixed dw_window_set_text() to work on buttons.
Sat, 10 May 2003 06:49:32 +0000 bsmith Fixes for new message box code. Also incorporated a fix from dw_window_set
Fri, 09 May 2003 13:07:22 +0000 mhessling Add #defines for dw_messagebox()
Fri, 09 May 2003 12:54:51 +0000 mhessling Add flags parameter to dw_messagebox() to specify buttons and icon displayed.
Fri, 09 May 2003 12:52:38 +0000 mhessling Change to dw_messagebox() call
Fri, 09 May 2003 12:50:37 +0000 mhessling Remove dw_yesno
Fri, 09 May 2003 12:49:53 +0000 mhessling Add messagebox xpms in distro
Fri, 09 May 2003 12:48:53 +0000 mhessling GTK icon for DW_MB_QUESTION
Fri, 09 May 2003 12:48:30 +0000 mhessling GTK icon for DW_MB_WARNING
Fri, 09 May 2003 12:48:09 +0000 mhessling GTK icon for DW_MB_ERROR
Fri, 09 May 2003 12:47:44 +0000 mhessling GTK icon for DW_MB_INFORMATION
Fri, 09 May 2003 02:32:51 +0000 mhessling Add extra button to test mouse cursor change.
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.
Sun, 20 Apr 2003 14:58:11 +0000 bsmith Use 8.Helv as the default font before Warp 4.
Sun, 20 Apr 2003 13:19:21 +0000 bsmith Fix warning caused by removal of obsolete code.
Sun, 20 Apr 2003 13:16:32 +0000 bsmith Prefix all internally used data with _dw_ to avoid conflicts with user
Sun, 20 Apr 2003 12:12:24 +0000 bsmith Fixed a bug where the eventbox associated with a box was not destroyed
Fri, 18 Apr 2003 16:00:24 +0000 bsmith Guess I should probably make sure they are trying to load a file
Fri, 18 Apr 2003 09:28:27 +0000 mhessling Changes to implement justification on container columns.
Thu, 17 Apr 2003 21:50:51 +0000 bsmith Implemented dw_mle_set_visible() for GTK 2.x.
Thu, 17 Apr 2003 20:01:23 +0000 bsmith dw_mle_set() now moves the viewport to the cursor location.
Wed, 16 Apr 2003 16:58:00 +0000 bsmith Rewrote the selection code. It is much more simple now and no longer
Wed, 16 Apr 2003 12:00:00 +0000 bsmith Make dw_listbox_query_text() work on comboboxes on Windows.
Mon, 14 Apr 2003 13:47:20 +0000 bsmith Removed slider flags and container selection flags from the header file.
Sun, 13 Apr 2003 09:04:50 +0000 mhessling Add CRLF to lines displayed in MLE.
Sun, 13 Apr 2003 02:59:35 +0000 mhessling Added MLE for the container page to show what is going on in the item-select
Fri, 11 Apr 2003 13:58:05 +0000 bsmith Simplified dw_notebook_page_new code.
Fri, 11 Apr 2003 13:35:50 +0000 bsmith Implemented switch-page on OS/2, and changed the signal prototype to
Fri, 11 Apr 2003 12:26:54 +0000 bsmith Use _get_logical_page() to get the logical page from the physical page.
Fri, 11 Apr 2003 12:22:10 +0000 bsmith Use dw_notebook_page_query() to query the logical notebook page id.
Fri, 11 Apr 2003 12:20:12 +0000 bsmith Forgot to free the array of pointers in the notebook control.
Fri, 11 Apr 2003 11:12:06 +0000 bsmith Fixed a leak of the container's column data when destroying container
Fri, 11 Apr 2003 10:44:59 +0000 bsmith Call TreeView_SelectItem() instead of dw_tree_item_select() so we get the
Fri, 11 Apr 2003 09:25:30 +0000 bsmith Test fix for Mark's dw_main_sleep() hang.
Thu, 10 Apr 2003 12:37:28 +0000 bsmith Minor fix.
Thu, 10 Apr 2003 12:36:08 +0000 bsmith Minor fixes.
Thu, 10 Apr 2003 12:33:29 +0000 bsmith Some pointer changes.
Thu, 10 Apr 2003 12:05:36 +0000 bsmith Minor change to dw_window_set_icon() on OS/2 and Windows.
Thu, 10 Apr 2003 07:33:44 +0000 mhessling Minor change to container page to show right justification on ULONGS doesn't work.
Wed, 09 Apr 2003 09:57:48 +0000 bsmith Check that the notification message is actually TCN_SELCHANGE.
Wed, 09 Apr 2003 09:55:10 +0000 mhessling Add test for switch-page signal.
Wed, 09 Apr 2003 09:43:01 +0000 mhessling Implement switch-page signal for notebooks. Bit of a bug in that it fires
Wed, 09 Apr 2003 09:41:34 +0000 mhessling Implement handling of switch-page signal for notebooks.
Wed, 09 Apr 2003 09:40:29 +0000 mhessling Add switch-page signal.
Tue, 08 Apr 2003 17:50:08 +0000 bsmith Oops missed one parameter change.
Tue, 08 Apr 2003 17:47:31 +0000 bsmith Tree item handles are now of the type HTREEITEM instead of HWND since they
Tue, 08 Apr 2003 09:36:02 +0000 bsmith Removed strdup() since new container code on OS/2 no longer requires it.
Tue, 08 Apr 2003 09:33:21 +0000 bsmith Old container code cleanups, and container code now allocates memory to
Fri, 04 Apr 2003 06:37:07 +0000 bsmith Added DW_MENU_SEPARATOR.
Fri, 04 Apr 2003 01:39:33 +0000 bsmith Clean up an errant printf().
Fri, 04 Apr 2003 01:30:53 +0000 bsmith Mark, we must connect signal handlers before populating the tree on GTK 1.x.
Thu, 03 Apr 2003 21:42:05 +0000 bsmith Oops, used wrong type in GTK 2.x dw_tree_get_data(), thanks Mark.