log

age author description
Sun, 08 May 2011 03:28:10 +0000 bsmith Minor fixed and code cleanups on OS/2.
Sun, 08 May 2011 00:47:54 +0000 bsmith Fix for dw_notebook_page_new() changing active page incorrectly on Windows.
Sat, 07 May 2011 20:17:06 +0000 bsmith Fixed GTK reporting wrong character and line counts. 1000 revisions!!!
Sat, 07 May 2011 20:04:34 +0000 bsmith Fixes for dw_mle_import to make it function like the other platforms on Windows.
Sat, 07 May 2011 19:55:05 +0000 bsmith Removed some code I accidentally commited to the OS/2 module.
Sat, 07 May 2011 19:49:24 +0000 bsmith Fixes to MLE handling to make it work like the other platforms.
Sat, 07 May 2011 19:46:58 +0000 bsmith Removed carriage return stripping from GTK3, it is not needed.
Sat, 07 May 2011 19:44:51 +0000 bsmith Remove carriage return stripping for GTK2... it is only needed in GTK1.
Sat, 07 May 2011 19:39:45 +0000 bsmith A few MLE fixes on the Mac... and a slightly updated dwtest for MLE testing.
Sat, 07 May 2011 19:12:58 +0000 bsmith Added some MLE tests to dwtest program to make sure MLEs function the same across platforms.
Sat, 07 May 2011 15:20:34 +0000 bsmith Fix return value of dw_mle_import() after importing empty string on OS/2.
Sat, 07 May 2011 14:42:35 +0000 bsmith Clamp the point specified in dw_mle_set_cursor() to the range of text to avoid an exception on Mac.
Sat, 07 May 2011 06:29:35 +0000 mhessling Reset line endings to LF from CRLF
Sat, 07 May 2011 06:06:19 +0000 bsmith Added a DW_RESOURCE() macro for typecasting parameters to HICN and for doing bounds checking.
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.
Sat, 07 May 2011 02:15:50 +0000 bsmith Changes so the template will actually compile... and more comment completeness.
Sat, 07 May 2011 01:58:16 +0000 bsmith Added a template skeleton file for porting DW to other platforms.
Sat, 07 May 2011 00:09:24 +0000 mhessling Allow checboxes and other "buttons" to have a blank title instead of the default "Button"
Fri, 06 May 2011 07:54:58 +0000 bsmith Fixed dw_window_destroy() on container and trees... there are multiple parts to scrollviews aparently on Mac.
Fri, 06 May 2011 07:50:02 +0000 mhessling Don't destroy a pixmap if the handle is null
Fri, 06 May 2011 06:47:31 +0000 bsmith Ok so we need to set the object to be the right value in this case so it gets removed from the proper view on Mac.
Fri, 06 May 2011 06:34:14 +0000 bsmith Attempt at fixing dw_window_destroy() for controls that are embedded in scrollviews on Mac.
Fri, 06 May 2011 02:57:12 +0000 bsmith Fixes to the GTK1/2 module to support the new HICN type, but no major structural changes.
Fri, 06 May 2011 02:44:02 +0000 bsmith Oops... missed including the header change in that last commit.
Fri, 06 May 2011 02:35:22 +0000 bsmith Changed HICN to be a pointer type and simplified the icon code.
Fri, 06 May 2011 01:46:27 +0000 bsmith Changed to using HANDLE as the base type for HICN on Windows.
Thu, 05 May 2011 23:16:38 +0000 bsmith Fixed a few things I missed when merging from the GTK3 module.
Thu, 05 May 2011 23:11:25 +0000 bsmith Step 1 in the modernization of the GTK1/2 module... see comments in GTK3 commit.
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.