log gtk/dw.c @ 633:87db549e79bc

age author description
Tue, 06 Jan 2009 11:00:15 +0000 mhessling Add dw_polygon_draw() to draw closed polygons.
Wed, 22 Oct 2008 02:14:34 +0000 mhessling Add support for using initial directory in dw_file_browse()
Sat, 12 Apr 2008 11:01:29 +0000 mhessling Fixed dw_html_raw() under GTK+ and added test case for it
Sat, 12 Apr 2008 06:48:38 +0000 mhessling Make spinbutton VALUE_CHANGE callback work properly
Mon, 07 Apr 2008 06:59:45 +0000 mhessling SUpport for embedded mozilla/firefox widget
Sun, 23 Mar 2008 04:54:30 +0000 mhessling Modify Calendar widget
Sun, 01 Oct 2006 05:04:31 +0000 mhessling Fix introduced compilation error.
Sun, 01 Oct 2006 04:40:02 +0000 mhessling Fix trailing junk on dw_mle_export()
Mon, 25 Sep 2006 22:03:31 +0000 mhessling Attempt to make spinbutton emit VALUE_CHANGED signal; not working
Fri, 22 Sep 2006 06:04:55 +0000 mhessling Add dw_calendar_new()
Tue, 24 May 2005 21:09:37 +0000 bsmith Updates to the GtkMozEmbed code.
Mon, 23 May 2005 01:43:36 +0000 bsmith Implemented dynamic loading of the Mozilla renderer.
Sun, 22 May 2005 19:14:15 +0000 bsmith If available try to use GtkMozEmbed from Mozilla.or.
Sun, 22 May 2005 18:23:05 +0000 bsmith Added stubs for HTML renderer on Unix.
Thu, 10 Feb 2005 09:25:39 +0000 bsmith Same fix also needed in dw_container_set_row_title().
Thu, 10 Feb 2005 09:18:53 +0000 bsmith Ok, the fix was a bit more complex, here is part 2. :)
Thu, 10 Feb 2005 09:12:15 +0000 bsmith Hopefully fixes an error with wrong indexes in the containers on GTK after
Tue, 20 Jul 2004 07:36:11 +0000 mhessling Add dw_listbox_list_append()
Thu, 24 Jun 2004 19:23:51 +0000 bsmith Fixes for the color selection dialog on GTK 1.x.
Thu, 17 Jun 2004 11:22:14 +0000 mhessling Add dw_color_choose()
Thu, 29 Apr 2004 01:12:23 +0000 bsmith Force boxes to size 0 on Unix to eliminate box packing confusion, I
Wed, 21 Apr 2004 05:33:51 +0000 bsmith Removed dw_percent_get_range() to simplify coding. The range is now always
Sat, 17 Apr 2004 06:04:40 +0000 bsmith Fixes for the new shared memory and named event code.
Sat, 17 Apr 2004 05:38:09 +0000 bsmith Added a bunch of support routines I now own due to the settlement
Mon, 12 Apr 2004 03:52:15 +0000 bsmith Fixed a minor packing error in dw_messagebox().
Sun, 11 Apr 2004 03:14:21 +0000 bsmith Fixes to the box packing padding code on Unix. An old workaround was
Tue, 23 Mar 2004 21:04:08 +0000 bsmith Correctly implemented DW_POINTER_DEFAULT on Unix.
Tue, 23 Mar 2004 10:10:27 +0000 mhessling Remove extraneous arguments to dw_messagebox()
Wed, 17 Mar 2004 18:49:14 +0000 bsmith Included Nickolay V. Shmyrev's full name in the license and source files.
Tue, 16 Mar 2004 07:25:35 +0000 bsmith Implemented dw_window_set_pos/get_pos/etc.
Tue, 16 Mar 2004 06:58:18 +0000 bsmith Eliminate warnings on GTK 1.x
Tue, 16 Mar 2004 06:53:23 +0000 bsmith Implemented dw_window_show/hide/minimize/destroy/set_text for MDI children.
Tue, 16 Mar 2004 06:18:40 +0000 bsmith Need to show the images for the MDI window buttons, since we don't use
Tue, 16 Mar 2004 02:55:04 +0000 bsmith Updated copyrights and license file.
Tue, 16 Mar 2004 02:50:42 +0000 bsmith Implemented MDI Window in Window code on GTK 2.x.
Fri, 12 Mar 2004 23:47:37 +0000 bsmith More function name changes for Rexx/DW compatibility.
Tue, 09 Mar 2004 05:58:52 +0000 bsmith Fixes search and replace errors.
Tue, 09 Mar 2004 03:54:21 +0000 bsmith Removed the increments parameter from dw_scrollbar_new().
Tue, 09 Mar 2004 03:27:39 +0000 bsmith Change function names to be inline with Mark Hessling's Rexx/DW.
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