log gtk3/dw.c @ 1314:c969db49606e

age author description
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().
Mon, 10 Oct 2011 04:38:45 +0000 bsmith Added taskbar support for GTK...
Sat, 08 Oct 2011 20:47:34 +0000 bsmith Updated GTK3 with the behavior change just commited for Mac.
Sat, 08 Oct 2011 19:01:53 +0000 bsmith Basic support for row colors on GTK3...
Fri, 30 Sep 2011 04:05:10 +0000 bsmith Same fix for GTK2/3 as I just committed for the Mac.
Wed, 28 Sep 2011 08:28:54 +0000 bsmith Compile fix and fix for returning wrong value from the timeout function on GTK3.
Wed, 28 Sep 2011 08:22:48 +0000 bsmith Added DW_PERCENT_INDETERMINATE which can be passed to dw_percent_set_pos() to
Tue, 27 Sep 2011 19:21:29 +0000 bsmith Fix for MDI support for GTK3. Haven't tested completely...
Mon, 19 Sep 2011 21:09:58 +0000 bsmith Fixed dw_pixmap_bitblt() on printing context pixmaps in GTK3.
Fri, 16 Sep 2011 06:58:18 +0000 bsmith Update configure script and fix a miscommit of the GTK3 code.
Fri, 16 Sep 2011 06:39:56 +0000 bsmith Attempt to use the subversion revision number as the sub version number.
Thu, 15 Sep 2011 21:13:59 +0000 bsmith Added dw_mutex_trylock() that functions like dw_mutex_lock() except
Thu, 15 Sep 2011 03:20:14 +0000 bsmith Fixed a typo on Unix... timeout not time.
Thu, 15 Sep 2011 03:13:50 +0000 bsmith Added support for infinite wait for dw_event_wait() on Mac, Unix and Windows.
Mon, 12 Sep 2011 19:26:49 +0000 bsmith Added print jobname parameter to dw_print_new().
Sun, 11 Sep 2011 22:19:01 +0000 bsmith Implemented dw_pixmap_set_font() on GTK2 and incorporated the
Sun, 11 Sep 2011 22:09:10 +0000 bsmith Implemented dw_pixmap_set_font() on GTK3.
Sun, 11 Sep 2011 20:52:44 +0000 bsmith Added default font of "Sans" on GTK3...
Fri, 09 Sep 2011 09:17:09 +0000 bsmith Added code to test the new print functions in dwtest.
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.