log

age author description
Thu, 07 Aug 2008 15:07:17 +0200 Frank Benoit merge
Thu, 07 Aug 2008 15:06:52 +0200 Frank Benoit sync with dwt-linux
Tue, 05 Aug 2008 02:52:59 +0200 Frank Benoit Fix: memmove with wrong indirection.
Tue, 05 Aug 2008 01:07:44 +0200 Frank Benoit Fix: make MARK copy work correctly mit multiple chars.
Tue, 05 Aug 2008 00:54:11 +0200 Frank Benoit unicode utils
Tue, 05 Aug 2008 00:52:09 +0200 Frank Benoit Load some more WinAPI functions dynamically.
Tue, 05 Aug 2008 00:51:33 +0200 Frank Benoit Fix: delete the whole codepoint for backspace.
Sun, 03 Aug 2008 23:40:57 +0200 Frank Benoit sync StyledText with dwt-linux
Sun, 03 Aug 2008 02:21:43 +0200 Frank Benoit Minimal adjustement for draw2d
Fri, 01 Aug 2008 07:16:10 +0200 Frank Benoit Fix path handling, thanks yidabu for reporting.
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.