log

age author description
Sun, 24 Aug 2008 00:30:47 +0200 Frank Benoit ctors to this
Sat, 23 Aug 2008 19:10:48 +0200 Frank Benoit Added JFace Text sources
Sun, 17 Aug 2008 02:05:20 +0200 Frank Benoit Fix: runtime error in ui.forms. Arrays had an intermediate copy, so values were not stored correctly.
Sun, 17 Aug 2008 01:30:26 +0200 Frank Benoit more collection impls
Sun, 17 Aug 2008 01:30:09 +0200 Frank Benoit fix: compile error
Sun, 17 Aug 2008 01:29:36 +0200 Frank Benoit Fix: compile errors
Sat, 16 Aug 2008 22:31:55 +0200 Frank Benoit Fix: formating of dialog text.
Sat, 16 Aug 2008 13:24:47 +0200 Frank Benoit Fix: missing switch default. Thx yidabu for reporting.
Tue, 12 Aug 2008 02:34:21 +0200 Frank Benoit Add core.jobs package
Mon, 11 Aug 2008 17:18:41 +0200 Frank Benoit Fix: tango assertion error, see tango ticket 1237
Mon, 11 Aug 2008 11:14:42 +0200 Frank Benoit Fix: DMD anon class problems
Fri, 08 Aug 2008 19:28:39 +0200 Frank Benoit Collection impl
Fri, 08 Aug 2008 19:28:08 +0200 Frank Benoit Fix: member variable initialized in wrong place
Fri, 08 Aug 2008 16:23:35 +0200 Frank Benoit Fix: fix the call to tango.core.Array.sort. true only if a < b.
Fri, 08 Aug 2008 15:12:30 +0200 Frank Benoit Collection impl
Fri, 08 Aug 2008 11:26:13 +0200 Frank Benoit Fix compile error
Fri, 08 Aug 2008 11:23:41 +0200 Frank Benoit Add LinkedList.size()
Fri, 08 Aug 2008 11:22:58 +0200 Frank Benoit Fix: exceptions on AA access
Fri, 08 Aug 2008 00:21:19 +0200 Frank Benoit Fix missing import
Thu, 07 Aug 2008 17:39:11 +0200 Frank Benoit merge
Thu, 07 Aug 2008 17:37:04 +0200 Frank Benoit Add two field editor from the CDT project, thanks yidabu for the port.
Thu, 07 Aug 2008 17:21:03 +0200 Frank Benoit Fix: removed import to deleted file.
Thu, 07 Aug 2008 16:39:52 +0200 Frank Benoit Impl of Bean
Thu, 07 Aug 2008 16:39:43 +0200 Frank Benoit Removed unneeded code
Thu, 07 Aug 2008 16:03:56 +0200 Frank Benoit more Collection impl
Thu, 07 Aug 2008 16:03:20 +0200 Frank Benoit Fix segfault on attemp to synchronize on interface classinfo
Thu, 07 Aug 2008 15:01:33 +0200 Frank Benoit Reworked the collection uses to make use of a wrapper collection that is compatible to the Java Collections.
Sun, 03 Aug 2008 17:01:51 +0200 Frank Benoit Replace static ctors with lazy init.
Sun, 03 Aug 2008 03:07:30 +0200 Frank Benoit Reduce static ctors
Sun, 03 Aug 2008 02:17:46 +0200 Frank Benoit First Draw2D example running