log

age author description
Wed, 05 Oct 2011 19:43:27 +0000 bsmith Added dw_container_set_row_data() and dw_container_change_row_data() macros which just call dw_container_set/change_row_title() but with (void *).
Fri, 30 Sep 2011 05:03:25 +0000 bsmith Put Mac MLE under mutex protection because of crashes when accessing the MLE from threads.
Fri, 30 Sep 2011 04:05:10 +0000 bsmith Same fix for GTK2/3 as I just committed for the Mac.
Fri, 30 Sep 2011 04:00:38 +0000 bsmith Think we need to check the posted state inside the mutex...
Fri, 30 Sep 2011 03:32:26 +0000 bsmith Fixed dw_mle_set_cursor() should scroll to the point on Mac.
Fri, 30 Sep 2011 03:19:16 +0000 bsmith Added thread/event tab to the test program.
Thu, 29 Sep 2011 21:04:21 +0000 bsmith Added support on OS/2 for querying the printer list...
Wed, 28 Sep 2011 17:46:49 +0000 bsmith Added a simulated indeterminate state on OS/2.
Wed, 28 Sep 2011 16:58:42 +0000 bsmith Fixed a couple slight issues with the last commit.
Wed, 28 Sep 2011 16:51:56 +0000 bsmith Fixed a longstanding issue on OS/2 of event handlers being
Wed, 28 Sep 2011 15:29:05 +0000 bsmith Fix issues with OS/2 percent bar at the upper end of range.
Wed, 28 Sep 2011 15:03:50 +0000 bsmith Updated the readme file with the latest changes.
Wed, 28 Sep 2011 08:36:34 +0000 bsmith Fixed the indeterminate percent bar should be animated on the Mac.
Wed, 28 Sep 2011 08:31:30 +0000 bsmith Similar fix for GTK2 as for GTK3.
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 22:38:25 +0000 bsmith Committing the configure script now that it works on both FreeBSD and Ubuntu.
Tue, 27 Sep 2011 22:36:03 +0000 bsmith Ok a slight fix to the last change.
Tue, 27 Sep 2011 21:03:19 +0000 bsmith Removed the library search for webkit-1.0 during configure.
Tue, 27 Sep 2011 20:10:15 +0000 bsmith Remove the MDI notebook tab from DEPRECATED.
Tue, 27 Sep 2011 19:21:29 +0000 bsmith Fix for MDI support for GTK3. Haven't tested completely...
Wed, 21 Sep 2011 00:04:00 +0000 bsmith Address Sysem isn't working for me in the REXX script on OS/2.
Wed, 21 Sep 2011 00:01:06 +0000 bsmith Fix calling convention of print callback on OS/2.
Tue, 20 Sep 2011 23:52:36 +0000 bsmith Switch to using a dummy window handle for pixmap fonts on OS/2.
Tue, 20 Sep 2011 21:02:54 +0000 bsmith Initial attempt at printing on OS/2.
Mon, 19 Sep 2011 22:40:33 +0000 bsmith Fixes to that last commit... bitmap not mask and forgot to return.
Mon, 19 Sep 2011 22:36:24 +0000 bsmith Attempt at implementing clip mask for transparency in GTK2 for Cairo.
Mon, 19 Sep 2011 21:31:36 +0000 bsmith Ok so gdk_cairo_set_source_window() is only available in GTK 2.24 and higher...
Mon, 19 Sep 2011 21:09:58 +0000 bsmith Fixed dw_pixmap_bitblt() on printing context pixmaps in GTK3.
Mon, 19 Sep 2011 19:48:23 +0000 bsmith Ok fixed a problem with the last commit using the wrong representation on Mac.
Mon, 19 Sep 2011 19:37:35 +0000 bsmith Added some test code to save what we are trying to print as a PNG on Mac.
Mon, 19 Sep 2011 16:21:26 +0000 bsmith Updated configure to check the presence of a .svn directory
Mon, 19 Sep 2011 09:52:45 +0000 mhessling Revert to using a file as the source for SVN revision number.
Sun, 18 Sep 2011 09:48:57 +0000 mhessling Change to method of obtaining SVN revision number
Sat, 17 Sep 2011 19:47:04 +0000 bsmith Added missing dw_mutex_trylock() prototype to header file.
Sat, 17 Sep 2011 09:20:31 +0000 bsmith Missing return on Windows... surprised this compiled.
Fri, 16 Sep 2011 22:42:35 +0000 bsmith Clean up some GTK2 warnings with newer compilers.
Fri, 16 Sep 2011 22:28:14 +0000 bsmith Added basic printing support for GTK 2.10 and above...
Fri, 16 Sep 2011 21:05:37 +0000 bsmith Add *.REV to the clean rules on Windows and OS/2 when using nmake.
Fri, 16 Sep 2011 21:00:31 +0000 bsmith Attempt at importing the svn revision with VAC/nmake.
Fri, 16 Sep 2011 11:20:14 +0000 bsmith Experimental change to link with static -lgcc...
Fri, 16 Sep 2011 10:53:10 +0000 bsmith Include revision number on OS/2 using EMX/gcc.
Fri, 16 Sep 2011 10:08:07 +0000 bsmith Added support for including the svn revision number as the sub version with Visual C.
Fri, 16 Sep 2011 07:27:56 +0000 bsmith Attempt to fix parsing errors with the double : separated
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:28:23 +0000 bsmith Added more change information to the readme file.
Thu, 15 Sep 2011 21:13:59 +0000 bsmith Added dw_mutex_trylock() that functions like dw_mutex_lock() except
Thu, 15 Sep 2011 05:10:07 +0000 bsmith Added DW_TIMEOUT_INFINITE constant to the header file.
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.
Tue, 13 Sep 2011 16:58:37 +0000 bsmith dw_event_wait() was returning DW_ERROR_TIMEOUT in the wrong state on Windows.
Mon, 12 Sep 2011 20:19:17 +0000 bsmith Updated readme with information from the 2.2 changes.
Mon, 12 Sep 2011 19:26:49 +0000 bsmith Added print jobname parameter to dw_print_new().
Mon, 12 Sep 2011 02:22:48 +0000 bsmith Test for vsnprintf seemed to be missing... readding it.
Sun, 11 Sep 2011 22:32:40 +0000 bsmith Implemented OS/2 dw_pixmap_set_font() this will need more work...
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 21:56:55 +0000 bsmith Implemented dw_pixmap_set_font() on Windows. Added to export files on Windows and OS/2.
Sun, 11 Sep 2011 21:36:07 +0000 bsmith Adding dw_pixmap_set_font() which is equivalent to dw_window_set_font() except for pixmaps.