log gtk3/dw.c @ 1136:1a5b0908659b

age author description
Fri, 09 Sep 2011 00:28:25 +0000 bsmith Initial implementation of the DynamicWindows Print object for GTK3.
Tue, 30 Aug 2011 07:53:05 +0000 bsmith Widget GTK3 v/halign properties get set according to the sizing flags
Tue, 30 Aug 2011 07:29:30 +0000 bsmith Allow GTK3 support to compile with GTK 3.0 but warn that full support requires 3.1.
Tue, 30 Aug 2011 06:32:43 +0000 bsmith The shrink flag on GtkPanded (splitbar) in GTK 3 causes tons
Tue, 30 Aug 2011 02:04:45 +0000 bsmith Experimental change to use GtkGrid instead of GtkTable for GTK3.
Fri, 26 Aug 2011 18:47:39 +0000 bsmith Minor change to allow dw_pointer_query_pos() to take NULL paramaters on GTK.
Fri, 26 Aug 2011 18:36:53 +0000 bsmith Fixes some major window positioning problems in GTK3...
Thu, 25 Aug 2011 19:33:40 +0000 bsmith Added support for attempting to launch a browser using a
Thu, 04 Aug 2011 22:06:58 +0000 bsmith Switch from "netscape" to "firefox" for the default web browser to execute.
Tue, 26 Jul 2011 09:32:50 +0000 bsmith Fixed the 64bit warnings in GTK3.
Fri, 01 Jul 2011 02:48:20 +0000 bsmith Fixed icons from data by merging tmp and pixbuf together in GTK3.
Thu, 30 Jun 2011 09:49:07 +0000 mhessling Fix bug with setting up container on 64bit platform.
Wed, 29 Jun 2011 18:29:01 +0000 bsmith Similar GTK3 changes to what I just committed for GTK2, to avoid casting warnings on 64bit.
Tue, 28 Jun 2011 20:04:27 +0000 bsmith Merge all 3 box packing functions into one internal function on GTK3.
Tue, 28 Jun 2011 06:49:19 +0000 bsmith Implemented table rearranging on GTK3 allowing dw_box_pack_at_index() to work.
Tue, 28 Jun 2011 05:34:14 +0000 bsmith Committing initial version of dw_box_pack_at_index() for GTK2 and GTK3...
Sun, 26 Jun 2011 02:36:23 +0000 bsmith Added stub dw_font_set_default() functions for GTK.
Sat, 25 Jun 2011 03:14:05 +0000 bsmith Don't resize bitmap widgets during packing, just bitmap buttons on GTK3.
Sat, 25 Jun 2011 02:19:12 +0000 bsmith Oops... missed a variable when writing the code on the Mac.
Sat, 25 Jun 2011 02:05:11 +0000 bsmith Attempt at scaling bitmaps if they are too big for where they are packed on GTK3.
Tue, 14 Jun 2011 13:38:55 +0000 bsmith Fix for required sizes not functioning properly for items who are in scrolled windows.
Thu, 02 Jun 2011 21:40:56 +0000 bsmith Fix issue with using/freeing the wrong variable in GTK3 font chooser.
Thu, 02 Jun 2011 10:12:08 +0000 bsmith Added dw_font_choose() on GTK2 for 2.1.
Thu, 02 Jun 2011 08:19:14 +0000 bsmith Changes to the GTK3 font chooser... this version doesn't block the rest of the app.
Thu, 02 Jun 2011 07:20:53 +0000 bsmith Added dw_font_choose() on GTK3 for 2.1.
Fri, 27 May 2011 09:20:19 +0000 bsmith Fix for an attempted change that causes issues with menubar packing on GTK depending on the box direction.
Thu, 26 May 2011 07:57:10 +0000 bsmith Attempt at making dw_window_get_font() return a Dynamic Windows style font name on GTK.
Wed, 18 May 2011 08:14:14 +0000 bsmith Change the default range of spinbuttons to be -65536 to 65536 on GTK.
Wed, 18 May 2011 07:26:12 +0000 bsmith Fixes issues on GTK where dw_window_destroy() is called on an item
Mon, 09 May 2011 14:05:52 +0000 bsmith Switchted to using dw_paned_pack*() to pack the splitbar on GTK3.
Sun, 08 May 2011 06:18:41 +0000 bsmith Added support for Dynamic Windows style font names for GTK3.
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.