log

age author description
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.
Sun, 11 Sep 2011 20:52:44 +0000 bsmith Added default font of "Sans" on GTK3...
Sun, 11 Sep 2011 02:45:38 +0000 bsmith Need to size the NSImageView to print it apparently on Mac.
Sat, 10 Sep 2011 18:34:25 +0000 bsmith Fixed using a pointer after being free()ed on Windows and Mac.
Sat, 10 Sep 2011 17:59:37 +0000 bsmith Some layout updates on the dwtest render page.
Sat, 10 Sep 2011 17:41:28 +0000 bsmith Initial implementation of printing support on Mac.
Fri, 09 Sep 2011 21:05:57 +0000 bsmith Fix for issues in printing pages on Windows.
Fri, 09 Sep 2011 10:52:05 +0000 bsmith *sigh* formatting cleanups from that last commit.
Fri, 09 Sep 2011 10:45:04 +0000 bsmith Initial implementation of the print object on Windows.
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.
Wed, 07 Sep 2011 01:52:54 +0000 bsmith Include the header column text width during container optimize on Mac.
Wed, 07 Sep 2011 00:56:46 +0000 bsmith Avoid an array out of bounds after container clear on Mac.
Tue, 06 Sep 2011 19:53:39 +0000 bsmith Similar Mac fix to what I just commited on Windows...
Tue, 06 Sep 2011 14:47:39 +0000 bsmith Check that the return code isn't TRUE before passing to handlers on Windows.
Fri, 02 Sep 2011 18:02:29 +0000 bsmith With subclasses calling _wndproc directly on Windows, save the result...
Fri, 02 Sep 2011 17:02:50 +0000 bsmith Implemented foreground color changes for MLE on Mac.
Fri, 02 Sep 2011 10:54:39 +0000 mhessling Ensure default keypress event is not processed if handler returns 1
Fri, 02 Sep 2011 01:17:31 +0000 mhessling Added ability to set background color of MLE; setting foreground still outstanding.
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 19:16:30 +0000 bsmith Removing an accidentally left debug message.
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...
Fri, 26 Aug 2011 02:44:15 +0000 bsmith Initialize the calendar control to the current date during creation on Mac.
Thu, 25 Aug 2011 21:12:25 +0000 bsmith Removed spinbutton workaround on Vista and higher... still needed for XP.
Thu, 25 Aug 2011 19:33:40 +0000 bsmith Added support for attempting to launch a browser using a
Wed, 10 Aug 2011 02:36:32 +0000 bsmith Fixed the dw_splitbar_set() comment documentation. The percent parameter was missing.
Thu, 04 Aug 2011 22:06:58 +0000 bsmith Switch from "netscape" to "firefox" for the default web browser to execute.
Thu, 04 Aug 2011 21:34:53 +0000 bsmith Fixed a documentation and template error regarding dw_browse() return code.
Sat, 30 Jul 2011 00:48:56 +0000 bsmith Minor changes to the dist rule in the Unix Makefile.
Fri, 29 Jul 2011 22:11:25 +0000 bsmith Updated makefiles to 2.1 on Windows and OS/2 for packaging.
Fri, 29 Jul 2011 21:57:03 +0000 bsmith Updated a couple more places to 2.1.
Fri, 29 Jul 2011 21:50:27 +0000 bsmith Added information to the readme regarding potential issues upgrading to 2.1 on Windows and Lion.
Wed, 27 Jul 2011 00:37:34 +0000 bsmith Minor typecast fixes for warnings reported by clang on Mac.
Tue, 26 Jul 2011 20:35:05 +0000 bsmith Fixed a configure warning about datarootdir. (Just ignoring it for now)
Tue, 26 Jul 2011 10:38:31 +0000 bsmith Update readme and up version to 2.1 in the header in preparaton for release.
Tue, 26 Jul 2011 09:39:36 +0000 bsmith Fixed some warnings on recent versions of Linux/gcc regarding return values.
Tue, 26 Jul 2011 09:32:50 +0000 bsmith Fixed the 64bit warnings in GTK3.
Tue, 26 Jul 2011 08:06:05 +0000 bsmith Updated to more current config.guess and config.sub files.
Tue, 26 Jul 2011 05:40:47 +0000 bsmith Cleaned up warnings building GTK2 on 64bit.
Tue, 26 Jul 2011 04:29:06 +0000 bsmith Minor change to the DW_RGB() macro to avoid compiler warnings under certain circumstances.
Tue, 26 Jul 2011 03:09:41 +0000 bsmith Added DW_INT_TO_POINTER/DW_UINT_TO_POINTER/DW_POINTER_TO_INT/DW_POINTER_TO_UINT macros.
Tue, 26 Jul 2011 00:25:57 +0000 bsmith Added support for dw_window_redraw() causing splitbar panes to redraw without
Mon, 25 Jul 2011 23:22:04 +0000 bsmith Fixed a problem with dw_tree_item_delete() due to earlier tree data storage changes.
Sat, 23 Jul 2011 05:09:34 +0000 bsmith Fixed dw_window_destroy() with groupboxes on Mac.
Tue, 19 Jul 2011 05:10:56 +0000 bsmith Experimental change to set the current working directory to the bundle path on Mac.
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.
Thu, 30 Jun 2011 07:43:35 +0000 mhessling Add --with-gtk3 switch to enable building with GTK+ 3.x on systems where
Thu, 30 Jun 2011 04:48:10 +0000 mhessling Enable use of WebKit 1.0 under ubuntu Natty; package name:
Wed, 29 Jun 2011 18:33:59 +0000 bsmith Reverted the image scaling on buttons on Mac so it remains consistent on other platforms.
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.
Wed, 29 Jun 2011 17:35:00 +0000 bsmith Fixed problem with missing menubar on GTK2.
Tue, 28 Jun 2011 23:38:59 +0000 mhessling Use _tempnam() on Windows instead of tmpnam() for dw_*_from_data() functions.
Tue, 28 Jun 2011 20:30:29 +0000 bsmith Added new functions for 2.1 to the template, and updated the box packing examples to use the new unified method to reduce redundancy.
Tue, 28 Jun 2011 20:17:22 +0000 bsmith Merge all 3 box packing functions into one internal function on GTK2.
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 18:41:23 +0000 bsmith Merge all 3 box packing functions into one internal function on Mac.
Tue, 28 Jun 2011 18:27:12 +0000 bsmith Merge all 3 box packing functions into one internal function on OS/2.
Tue, 28 Jun 2011 17:53:09 +0000 bsmith Merge all 3 box packing functions into one internal function on Windows.
Tue, 28 Jun 2011 07:41:10 +0000 bsmith Updates to the readme for version 2.1 (in progress).
Tue, 28 Jun 2011 06:55:45 +0000 bsmith Implemented table rearranging on GTK2 getting dw_box_pack_at_index() working there too.
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...
Tue, 28 Jun 2011 04:50:51 +0000 bsmith Fixed a minor cut and paste error and formatting on Mac.
Tue, 28 Jun 2011 04:47:41 +0000 bsmith Fixed erroneously named variables for the message boxes on OS/2.
Tue, 28 Jun 2011 04:41:43 +0000 bsmith Added function dw_box_pack_at_index() on Windows, Mac and OS/2. And an example usage in dwtest.
Sun, 26 Jun 2011 02:36:23 +0000 bsmith Added stub dw_font_set_default() functions for GTK.
Sun, 26 Jun 2011 02:07:49 +0000 bsmith Renamed Mac _dw_default_font() to dw_font_set_default() and added it on OS/2 and Windows.
Sat, 25 Jun 2011 03:16:40 +0000 bsmith Bitmap widgets shouldn't scale down images when the widget is smaller than the image on Mac.
Sat, 25 Jun 2011 03:15:29 +0000 bsmith Bitmap type widgets shouldn't rescale the image to fit on Windows.
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:34:05 +0000 bsmith Scale down images on bitmap buttons if they are too big on the Mac.