log gtk/dw.c @ 449:787cc1e27897

age author description
Tue, 17 Jun 2003 01:45:58 +0000 mhessling Add support for directory browsing under Win32. DW_DIRECTORY_OPEN can be
Tue, 03 Jun 2003 09:13:35 +0000 mhessling Add more tests for dw_pac*() functions. Throw up a messagebox if you try and
Fri, 30 May 2003 17:36:01 +0000 bsmith Throw the warning after the mutex has been released in dw_box_pack_*
Thu, 29 May 2003 09:18:54 +0000 bsmith Only throw up the messagebox when expand and size are both 0 and the item
Tue, 27 May 2003 03:41:57 +0000 mhessling Check for inconsistent parameters in dw_box_pack_start() and
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.
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 08:49:48 +0000 mhessling dw_window_set_text() on a toplevel widget from dw_window_new() now works.
Wed, 14 May 2003 22:09:01 +0000 mhessling Don't distinguish between vertical and horizontal scrollbars in
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.
Sun, 11 May 2003 06:10:14 +0000 bsmith Fix for dw_window_set_text() on GTK 2.x.
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 12:54:51 +0000 mhessling Add flags parameter to dw_messagebox() to specify buttons and icon displayed.
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:04:56 +0000 mhessling Slight change to determining font height under GTK 1.2. The solution may
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 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:34:48 +0000 bsmith Updated the license information, and copyrights. Code to do background
Fri, 25 Apr 2003 21:45:51 +0000 bsmith Handle ENTER keypress on the container control. Also make
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 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 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
Mon, 14 Apr 2003 13:47:20 +0000 bsmith Removed slider flags and container selection flags from the header file.
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 09:25:30 +0000 bsmith Test fix for Mark's dw_main_sleep() hang.
Thu, 10 Apr 2003 12:36:08 +0000 bsmith Minor fixes.
Thu, 10 Apr 2003 12:33:29 +0000 bsmith Some pointer changes.
Wed, 09 Apr 2003 09:41:34 +0000 mhessling Implement handling of switch-page signal for notebooks.
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
Thu, 03 Apr 2003 21:42:05 +0000 bsmith Oops, used wrong type in GTK 2.x dw_tree_get_data(), thanks Mark.
Thu, 03 Apr 2003 09:57:24 +0000 bsmith Don't send a DW_SIGNAL_ITEM_SELECT after DW_SIGNAL_ENTER.
Thu, 03 Apr 2003 00:45:14 +0000 bsmith Fixed errant returns on failure.
Thu, 03 Apr 2003 00:29:46 +0000 bsmith Added dw_tree_get_data() to get a tree item's data.
Wed, 02 Apr 2003 11:31:38 +0000 bsmith Fixed icons in the tree control in GTK 2.x when loaded from a file.
Mon, 31 Mar 2003 10:20:08 +0000 bsmith Make sure itemdata is NULL for container callbacks.
Mon, 31 Mar 2003 09:57:45 +0000 bsmith Unified the callback functions for tree and container widgets.
Mon, 31 Mar 2003 09:18:00 +0000 bsmith Removed obsolete dw_container_set_view() function.
Mon, 31 Mar 2003 08:21:55 +0000 bsmith Use the signal #defines internally so all that is required to change
Thu, 27 Mar 2003 06:32:53 +0000 mhessling Fix crash if dw_icon_load_from_file() called before creating a toplevel
Wed, 19 Mar 2003 09:14:45 +0000 mhessling Fix compiler error when not using IMLIB.
Mon, 17 Mar 2003 15:33:51 +0000 bsmith BOXVERT is now DW_VERT and BOXHORZ is now DW_HORZ. Also code cleanups,
Mon, 17 Mar 2003 14:45:08 +0000 bsmith Fixed the mask in dw_window_set_bitmap() when using imlib.
Fri, 14 Mar 2003 18:09:56 +0000 bsmith Build fixes for GTK.