log gtk3/dw.c @ 998:f019c5e8511f

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:46:58 +0000 bsmith Removed carriage return stripping from GTK3, it is not needed.
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:35:22 +0000 bsmith Changed HICN to be a pointer type and simplified the icon code.
Thu, 05 May 2011 22:15:48 +0000 bsmith Fixed an issue where dw_color_background_set() would not function.
Thu, 05 May 2011 22:05:06 +0000 bsmith Step 1 in modernizing the GTK3 module.
Mon, 02 May 2011 05:39:37 +0000 bsmith Fixes for bitblts with clipping and offset on GTK3.
Mon, 18 Apr 2011 11:21:29 +0000 bsmith Disable searching in GTK tree view based controls. It is very disconcerting.
Sun, 17 Apr 2011 03:34:18 +0000 bsmith Fix for dw_draw_text() not using the background color on GTK3.
Thu, 07 Apr 2011 09:04:48 +0000 bsmith Removed some dead code from GTK3.
Thu, 07 Apr 2011 08:45:37 +0000 bsmith Implemented container column alignment on GTK3.
Thu, 07 Apr 2011 07:18:45 +0000 bsmith Experimental changes to the containers so filsystem icon and name are same column for GTK3.
Wed, 06 Apr 2011 07:32:28 +0000 bsmith Implemented dw_listbox_set_top() for GTK3.
Wed, 06 Apr 2011 05:42:00 +0000 bsmith One last change... use 30 bytes instead of 20... don't want to overflow.
Wed, 06 Apr 2011 05:39:09 +0000 bsmith After thinking about it... probably need to get rid of the saved data to so we don't leak.
Wed, 06 Apr 2011 05:37:13 +0000 bsmith Rewrote the timers for GTK3. Due to the removal of the timer remove by ID function.
Fri, 01 Apr 2011 21:00:42 +0000 bsmith Implemented dw_container_scroll() for GTK3.
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 19:08:45 +0000 bsmith More work on getting MDI working again.... still doesn't work right unfortunately.
Sun, 27 Mar 2011 04:09:26 +0000 bsmith Removed some GTK_IS_TREE_VIEW checks that were erroneously dropping out of valid requests.
Sun, 27 Mar 2011 03:24:56 +0000 bsmith Implemented dw_container_set_column_width().
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, 26 Mar 2011 05:24:01 +0000 bsmith More safety checks in the drawing functions.
Sat, 26 Mar 2011 05:14:54 +0000 bsmith Switched to using gdk_cairo_set_source_color() from the Cairo RGB function...
Sat, 26 Mar 2011 05:03:40 +0000 bsmith Implemented dw_pixmap_bitblt() with cairo surfaces instead of pixbufs.
Sat, 26 Mar 2011 04:53:41 +0000 bsmith Initial implementation of a slightly disjointed dual cairo_surface gdkpixbuf image model.
Sat, 26 Mar 2011 04:31:23 +0000 bsmith Fix column ID for filesystem type containers for GTK3.
Tue, 22 Mar 2011 05:54:01 +0000 bsmith More cleaning of the source since we are targeting GTK3 alone with this source.
Tue, 22 Mar 2011 05:21:57 +0000 bsmith Removed a now unused helper function and fixed a discared qualifier error.
Tue, 22 Mar 2011 05:07:39 +0000 bsmith Reenabled the set-focus code that was disabled due to combobox issues.
Tue, 22 Mar 2011 04:55:47 +0000 bsmith Implemented dw_listbox_selected_multi() however need to do some testing to make sure this works in all cases.
Tue, 22 Mar 2011 04:29:45 +0000 bsmith Fixes some missing checks for combobox causing GTK warnings running HandyFTP.
Tue, 22 Mar 2011 01:26:36 +0000 bsmith Implemented the column click event handler...
Tue, 22 Mar 2011 00:33:55 +0000 bsmith Implemented list select event for both combobox and listbox (implemented via the tree view).
Mon, 21 Mar 2011 23:20:18 +0000 bsmith Slight code cleanup.
Mon, 21 Mar 2011 20:35:09 +0000 bsmith Container events now working except for column-click.
Mon, 21 Mar 2011 07:19:33 +0000 bsmith Most of the dw_container_* functions now implemented but many untested.
Mon, 21 Mar 2011 04:25:52 +0000 bsmith Have the basics of containers working now with the tree view widget.
Mon, 21 Mar 2011 01:33:51 +0000 bsmith Lots of listbox/combobox/container fixes. Things are starting to come together.
Sun, 20 Mar 2011 23:40:34 +0000 bsmith More code and cleanups for listboxes/combobox and event handling...
Sun, 20 Mar 2011 18:27:59 +0000 bsmith Implemented many of the dw_listbox_* functions using the new tree view for comboboxes and listboxes.
Sun, 20 Mar 2011 09:22:11 +0000 bsmith More work on comboboxes, listboxes and containers. Comboboxes now display the list properly.
Sun, 20 Mar 2011 05:12:40 +0000 bsmith Added initial support for GTK 3.0. Split it off into its own directory.