log

age author description
Tue, 29 Jul 2008 02:41:05 +0200 Frank Benoit Fix of win types.
Sun, 27 Jul 2008 15:23:24 +0200 Frank Benoit updated README requirements, cleaned dsss.conf
Sun, 27 Jul 2008 13:43:11 +0200 Frank Benoit merge
Sun, 27 Jul 2008 13:42:15 +0200 Frank Benoit Fix depenency to updated user32.lib and kernel32.lib
Sat, 26 Jul 2008 14:37:14 +0200 Frank Benoit Added tag Release-1 for changeset 2443a18f96b8
Sat, 26 Jul 2008 13:29:11 +0200 Frank Benoit merge Release-1
Mon, 21 Jul 2008 22:36:02 +0200 Frank Benoit rm outdated doc
Sat, 26 Jul 2008 02:48:20 +0200 Frank Benoit Removed version=TANGOSVN for release 0.99.7
Sat, 26 Jul 2008 02:08:41 +0200 Frank Benoit Fix struct sizes, based on a comparison to the values seen by C apps.
Thu, 24 Jul 2008 23:02:48 +0200 Frank Benoit Fix dynamic symbols from user32 where not loaded.
Thu, 24 Jul 2008 22:44:48 +0200 Frank Benoit Fix for ToolTip bug. Autohide was not working. Thanks kenshiro55 for reporting.
Mon, 21 Jul 2008 20:04:03 +0200 Frank Benoit Fix build errors with tango 0.99.6 release.
Sun, 20 Jul 2008 23:22:53 +0200 Frank Benoit minor indention
Sun, 20 Jul 2008 23:18:31 +0200 Frank Benoit Fix incorrect struct MOUSEINPUT
Sun, 20 Jul 2008 23:02:56 +0200 Frank Benoit sync with tango win32 Types.di
Sat, 19 Jul 2008 16:18:28 +0200 Frank Benoit Fix build for non-TANGOSVN and protos for AssocQueryString link error, thanks torhu for the patch.
Sat, 12 Jul 2008 17:45:46 +0200 Frank Benoit Add real copy ctor to StyleRange, this fixes the clone() impl.
Sat, 12 Jul 2008 11:56:46 +0200 Frank Benoit Add version TANGOSVN
Fri, 11 Jul 2008 23:01:25 +0200 Frank Benoit Reuse the tango windows api
Sun, 06 Jul 2008 18:45:41 +0200 Frank Benoit Fix: StyledText.paste() to check for empty clipboard result.
Sun, 06 Jul 2008 17:34:59 +0200 Frank Benoit Fix: add pragma link for zlib on windows.
Sun, 06 Jul 2008 17:26:06 +0200 Frank Benoit merge
Sun, 06 Jul 2008 17:23:35 +0200 Frank Benoit Fix: compile errors
Sun, 06 Jul 2008 16:42:54 +0200 Frank Benoit Add: version TANGOSVN
Tue, 01 Jul 2008 10:18:15 +0200 Frank Benoit changed line-endings to unix format
Tue, 01 Jul 2008 10:15:59 +0200 Frank Benoit Updater SWT 3.4M7 to 3.4
Tue, 01 Jul 2008 08:58:50 +0200 Frank Benoit More verbose error for failed theming.
Sat, 28 Jun 2008 20:27:21 +0200 Frank Benoit work on allow null strings and arrays
Sat, 28 Jun 2008 20:18:36 +0200 Frank Benoit work on allow null strings and arrays
Tue, 24 Jun 2008 22:05:28 +0200 Frank Benoit Fix implMissing for ImageLoader.save, thx yidabu for reporting.