log

age author description
Sun, 24 Aug 2008 03:23:46 +0200 Frank Benoit Following dsss compile errors
Sun, 24 Aug 2008 02:31:41 +0200 Frank Benoit Regexp throws removal in interfaces
Sun, 24 Aug 2008 02:26:23 +0200 Frank Benoit Regex instanceof changes
Sun, 24 Aug 2008 02:22:48 +0200 Frank Benoit Regex this.outer change
Sun, 24 Aug 2008 02:20:40 +0200 Frank Benoit Regex removal of throws decls, some instanceof
Sun, 24 Aug 2008 01:52:31 +0200 Frank Benoit Regex fix for anon classes
Sun, 24 Aug 2008 01:46:20 +0200 Frank Benoit Regex fix for casts
Sun, 24 Aug 2008 01:29:22 +0200 Frank Benoit Fix ctors to this with gvim regexp
Sun, 24 Aug 2008 01:13:39 +0200 Frank Benoit tool for package imports
Sun, 24 Aug 2008 01:13:23 +0200 Frank Benoit Add package imports
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
Sun, 03 Aug 2008 00:54:29 +0200 Frank Benoit More helper classes, needed by draw2d
Sun, 03 Aug 2008 00:52:34 +0200 Frank Benoit merge
Sun, 03 Aug 2008 00:52:14 +0200 Frank Benoit Added Draw2d code, still work in progress
Fri, 01 Aug 2008 07:06:52 +0200 Frank Benoit Fix path handling, thanks yidabu for reporting.
Sat, 26 Jul 2008 14:39:08 +0200 Frank Benoit Added tag Release-1 for changeset 1088ca33d3e0
Sat, 26 Jul 2008 02:46:58 +0200 Frank Benoit Removed version=TANGOSVN for release 0.99.7 Release-1
Wed, 09 Jul 2008 23:23:56 +0200 Frank Benoit Add version TANGOSVN
Wed, 09 Jul 2008 18:01:43 +0200 Frank Benoit Fix: change to lazy intialization, to prevent Display creation too early.
Mon, 07 Jul 2008 15:54:03 +0200 Frank Benoit changed filetype to unix
Mon, 07 Jul 2008 15:53:07 +0200 Frank Benoit make the mango icu fork work.
Sun, 06 Jul 2008 23:30:07 +0200 Frank Benoit Update 3.4M7 to 3.4
Sun, 22 Jun 2008 22:57:31 +0200 Frank Benoit Add a local copy of the mango ICU binding to work out the utf8 usability. Will hopefully go back into mango.
Sat, 21 Jun 2008 15:29:48 +0200 Frank Benoit fix workaround anon class problem in dmd 1.028
Sat, 21 Jun 2008 10:58:07 +0200 Frank Benoit fix workaround anon class problem in dmd 1.028
Fri, 20 Jun 2008 14:49:12 +0200 Frank Benoit merge
Fri, 20 Jun 2008 14:48:17 +0200 Frank Benoit Fix some runtime errors
Fri, 20 Jun 2008 14:23:16 +0200 Frank Benoit Added explicit control info to workaround missing reflection.
Fri, 20 Jun 2008 13:00:15 +0200 Frank Benoit Fix anon class segfault. Thanks yidabu for the report.
Fri, 20 Jun 2008 12:44:40 +0200 Frank Benoit Lazy initialization to fix cyclic dep. Thanks yidabu for the report.
Wed, 28 May 2008 23:05:40 +0200 Frank Benoit Removed debug output