log gtk/dw.c @ 643:9ab89d89e6b4

age author description
Sun, 03 Oct 2010 00:34:36 +0000 mhessling Add dw_listview_insert()
Sun, 12 Apr 2009 01:12:04 +0000 mhessling Support for building with GTK+ on Mac OSX
Fri, 10 Apr 2009 22:55:56 +0000 mhessling Add _dw_log() internal logging function
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.