log gtk/dw.c @ 1001:4ef0e878fe06

age author description
Sat, 07 May 2011 20:17:06 +0000 bsmith Fixed GTK reporting wrong character and line counts. 1000 revisions!!!
Sat, 07 May 2011 19:44:51 +0000 bsmith Remove carriage return stripping for GTK2... it is only needed in GTK1.
Sat, 07 May 2011 05:14:06 +0000 bsmith Fix return type of dw_listbox_selected() to be "int" instead of "unsigned int" to allow -1 return.
Fri, 06 May 2011 02:57:12 +0000 bsmith Fixes to the GTK1/2 module to support the new HICN type, but no major structural changes.
Thu, 05 May 2011 23:16:38 +0000 bsmith Fixed a few things I missed when merging from the GTK3 module.
Thu, 05 May 2011 23:11:25 +0000 bsmith Step 1 in the modernization of the GTK1/2 module... see comments in GTK3 commit.
Thu, 21 Apr 2011 22:53:05 +0000 bsmith Fixed a bunch of warnings reported by clang using GTK2.
Mon, 18 Apr 2011 11:22:59 +0000 bsmith Also disable GTK tree view searching in GTK2.
Wed, 06 Apr 2011 08:14:01 +0000 bsmith Switched to realpath() instead of rel2abs() for GTK1/2 for now also.
Tue, 29 Mar 2011 23:04:32 +0000 bsmith Updates to the comments about scrollboxes and removing them from incomplete status.
Sun, 27 Mar 2011 04:02:18 +0000 bsmith Fixed for dw_*_change_item() on GTK2.
Sat, 26 Mar 2011 12:52:35 +0000 bsmith GTK2/3 changes for similar dw_container_set_item() and dw_container_change_item() misbehavior.
Sat, 19 Mar 2011 01:19:59 +0000 mhessling Add dw_scrollbox_get_pos() and dw_scrollbox_get_range()
Fri, 18 Mar 2011 00:41:21 +0000 bsmith Attempt at support for DW_BS_NOBORDER for GTK. Theoretically should work on OS/2 and Windows already.
Sun, 27 Feb 2011 19:25:21 +0000 bsmith Missed one function to typedef. Fixed errors in the test program and switched to using
Sun, 27 Feb 2011 19:01:40 +0000 bsmith Implemented icon support on the Mac. In the process created a new HICN type.
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.
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.