log gtk3/dw.c @ 1528:5facb5380944

age author description
Thu, 05 Jan 2012 15:45:11 +0000 bsmith Added dw_main_quit() function for exiting the dw_main() loop.
Sat, 31 Dec 2011 17:14:33 +0000 bsmith Added DW_DRAW_NOAA support on GTK3 for both pixmaps and windows.
Wed, 28 Dec 2011 14:46:57 +0000 bsmith Ported fixes in previous commit from GTK2 to GTK3...
Mon, 26 Dec 2011 23:53:07 +0000 bsmith Rewrite application directory detection code for GTK...
Mon, 26 Dec 2011 23:31:24 +0000 bsmith Use _dw_msleep() insetad of dw_main_sleep() when pausing to get the frame extents
Mon, 26 Dec 2011 21:20:54 +0000 bsmith Allow passing NULL to the dw_container_change/set_item() APIs on GTK3.
Sun, 25 Dec 2011 14:49:59 +0000 bsmith Added gravity obstacle support for GTK 3.4 and later.
Sat, 24 Dec 2011 18:57:46 +0000 bsmith Code cleanup and removed some erroneous code for GTK in dw_window_new().
Sat, 24 Dec 2011 13:18:03 +0000 bsmith Code simplification on GTK2 and ported the fix to GTK3.
Thu, 22 Dec 2011 14:48:38 +0000 bsmith Even better workaround to Compiz bug on GTK... it only seems to happen
Thu, 22 Dec 2011 13:18:18 +0000 bsmith Source code cleanups.
Thu, 22 Dec 2011 12:09:43 +0000 bsmith FIXME: Workaround on GTK for Compiz not sending property notify
Wed, 21 Dec 2011 13:21:39 +0000 bsmith Accidentally committed some debug messages with that last commit.
Wed, 21 Dec 2011 13:04:21 +0000 bsmith FIXME: Hacky fix to gdk_window_get_frame_extents() on GTK3 returning bogus
Tue, 20 Dec 2011 16:10:13 +0000 bsmith Initial versions of dw_window_set_gravity for Windows and OS/2.
Tue, 20 Dec 2011 15:05:14 +0000 bsmith Don't attempt to set windows to an invalid size on GTK when
Tue, 20 Dec 2011 14:30:10 +0000 bsmith On GTK2 gtk_window_move() needs to be called after mapping the window...
Tue, 20 Dec 2011 12:44:41 +0000 bsmith Second try and window positioning for GTK2 and port to GTK3.
Sat, 17 Dec 2011 11:34:25 +0000 bsmith Fixed error in _dw_msleep on Solaris... fix was already in dwcompat.
Wed, 14 Dec 2011 08:22:54 +0000 bsmith Changes for GTK to make top-level windows act more like on other platforms.
Wed, 14 Dec 2011 05:11:57 +0000 bsmith Removed GtkVbox and associated code from top-level windows on GTK.
Sun, 04 Dec 2011 20:11:38 +0000 bsmith Added dw_window_get_preferred_size() which attempts to determine the size the system wants for the widget. This is useful when creating nice looking layouts.
Sat, 03 Dec 2011 09:11:44 +0000 bsmith Fix incorrect pixbuf scaling on GTK3 when -1 is passed as a parameter
Fri, 02 Dec 2011 10:00:24 +0000 bsmith Don't use natural size on GTK3 for entryfields, spinbuttons and comboboxes.
Fri, 02 Dec 2011 09:25:37 +0000 bsmith Safety checks for -1 parameter to dw_box_pack*() for GTK3.
Sun, 27 Nov 2011 20:28:15 +0000 bsmith Allow removing of tooltips by passing NULL or "" and prevent double tooltips on some platforms.
Sat, 26 Nov 2011 21:03:25 +0000 bsmith Forgot to change variable name... fix GTK3 build.
Sat, 26 Nov 2011 21:00:14 +0000 bsmith Added dw_window_set_tooltip() for adding bubble help to most controls.
Sat, 26 Nov 2011 20:20:41 +0000 bsmith Fix windows on GTK that aren't supposed to have a close button..
Fri, 25 Nov 2011 21:13:12 +0000 bsmith Updated the readme and comments in the source files
Fri, 25 Nov 2011 18:31:54 +0000 bsmith Cleanup of the previous commits and added Unix support.
Tue, 22 Nov 2011 21:10:56 +0000 bsmith Implemented dw_menu_delete_item() for GTK.
Fri, 18 Nov 2011 15:09:26 +0000 bsmith dw_debug() lines in dw_html_new() should end with a newline.
Fri, 18 Nov 2011 13:49:11 +0000 bsmith Removed a now unused variable on GTK in dw_html_new().
Fri, 18 Nov 2011 13:34:36 +0000 bsmith Changed the behavior of dw_html_new() to return NULL on failure like the documentation indicates...
Wed, 16 Nov 2011 20:31:35 +0000 bsmith Apparently it is unsafe to set properties in the GTK3 size allocate callback.
Wed, 16 Nov 2011 19:47:17 +0000 bsmith Fix entryfields, comboboxes etc being too wide in GTK3.
Thu, 10 Nov 2011 14:24:37 +0000 bsmith Mostly fixed dw_listbox_set_top() on GTK3.
Thu, 10 Nov 2011 03:46:01 +0000 bsmith Added support for GdkPixbuf inline data in GTK.
Sun, 06 Nov 2011 12:13:13 +0000 bsmith Initial fix for being able to do container string comparisons instead of pointer on all platforms.
Sun, 06 Nov 2011 10:39:57 +0000 bsmith Added support for dw_font_set_default() on GTK for appropriate widgets.
Fri, 04 Nov 2011 14:13:38 +0000 bsmith Initial commit allowing dw_window_set_style() to work on menu item handles.
Thu, 03 Nov 2011 23:42:12 +0000 bsmith Removed a now unsued variable from GTK3.
Thu, 03 Nov 2011 23:34:10 +0000 bsmith Added dw_debug() logging function which will output a message to the debugging console.
Tue, 01 Nov 2011 21:57:19 +0000 bsmith Fix for file and folder not being selected on GTK if file does not exist.
Tue, 01 Nov 2011 10:48:19 +0000 bsmith Implement default filename support for GTK.
Tue, 01 Nov 2011 04:06:46 +0000 bsmith Renamed dw_container_set_row_bg() to dw_container_set_stripe().
Mon, 31 Oct 2011 11:04:03 +0000 bsmith Allow removing icons from containers on GTK2.
Mon, 31 Oct 2011 09:37:47 +0000 bsmith Allow passing 0 as icon handle to remove container icon on GTK3.
Mon, 31 Oct 2011 03:03:07 +0000 bsmith Initial support for ellipses on GTK3 and GTK2 Printing.
Mon, 31 Oct 2011 00:57:54 +0000 bsmith Fixed incorrect radius on full circles for GTK.
Sun, 30 Oct 2011 10:14:49 +0000 bsmith Updated dw_draw_rect and dw_draw_polygon to accept flags the same way as dw_draw_arc.
Sun, 30 Oct 2011 01:50:19 +0000 bsmith Implemented DW_DRAW_FULL and DW_DRAW_FILL for GTK3 and GTK2 printing.
Tue, 25 Oct 2011 12:01:20 +0000 bsmith Fixed on GTK passing angles to cairo in degrees instead of radians.
Tue, 25 Oct 2011 11:07:34 +0000 bsmith Fixed accidentally calling arctan() instead of atan2() on GTK.
Tue, 25 Oct 2011 10:51:59 +0000 bsmith Initial attempt at adding dw_draw_arc() support on all platforms.
Mon, 24 Oct 2011 08:30:53 +0000 bsmith Updated the list of supported image formats for GTK.
Wed, 19 Oct 2011 09:40:23 +0000 bsmith Implemented dw_pixmap_stretch_bitblt() on GTK3...
Wed, 19 Oct 2011 02:41:55 +0000 bsmith Attempt at converting DW style font names on GTK for dw_pixmap_set_font().
Sun, 16 Oct 2011 19:40:27 +0000 bsmith Fixes for dw_font_text_extents_get() on GTK not honoring the font set by dw_pixmap_set_font().