log gtk/dw.c @ 508:078a40ba2e41

age author description
Wed, 18 Feb 2004 10:26:49 +0000 mhessling Added dw_container_get_column_type and dw_filesystem_get_column_type.
Sun, 18 Jan 2004 06:41:04 +0000 bsmith Fix minor error in new dw_filesystem_change_*() code.
Sun, 18 Jan 2004 06:33:25 +0000 bsmith Added dw_filesystem_change_*() and testcase code from Mark in dwtest.
Fri, 19 Dec 2003 03:25:49 +0000 mhessling Move variable definitions to after first line of code so C compilers work.
Tue, 02 Dec 2003 18:40:27 +0000 bsmith Fixed a bug in the dialog system on Unix where, gtk_main() could exit
Mon, 24 Nov 2003 18:53:07 +0000 bsmith Don't warn in dw_box_pack_*() for groupboxes.
Thu, 13 Nov 2003 21:53:13 +0000 bsmith Formatting.
Sat, 08 Nov 2003 15:30:19 +0000 bsmith Implemented taskbar icons on windows, so I can keep feature for feature
Sun, 19 Oct 2003 07:15:37 +0000 bsmith Delete the temporary item _after_ populating the subtree. This prevents
Thu, 16 Oct 2003 07:51:36 +0000 bsmith Fixes for GTK 2.x, and correctly check for the directory bit. NOTE:
Thu, 16 Oct 2003 06:25:59 +0000 bsmith Fixes for the Unix file browser... seems to have revealed a problem in
Wed, 15 Oct 2003 21:31:14 +0000 bsmith Initial port of the OS/2 folder browser to unix. dw_tree_get_parent()
Wed, 15 Oct 2003 10:17:54 +0000 bsmith New tree code fixes for GTK 2.x
Wed, 15 Oct 2003 09:59:33 +0000 bsmith Minor compile fixes.
Wed, 15 Oct 2003 09:55:28 +0000 bsmith Added two new tree functions, get_title and get_parent and finished the
Fri, 10 Oct 2003 09:26:07 +0000 mhessling Add support for column-click signal.
Fri, 08 Aug 2003 23:09:44 +0000 mhessling dw_listbox_delete() needs index+1 for end arg
Sat, 02 Aug 2003 05:04:22 +0000 mhessling Add support for DW_BROWSER to specify browser executable fir dw_browse()
Mon, 07 Jul 2003 16:20:30 +0000 bsmith Don't unreference private pixbufs on GTK 2.x.
Mon, 23 Jun 2003 08:57:45 +0000 mhessling Finally sort out correct location of text with dw_draw_text() under GTK 2.0
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.