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
Sun, 25 May 2008 05:22:47 +0200 Frank Benoit Fix cyclic dependency in TableLayout. Changing static this to lazy initialization.
Sun, 25 May 2008 04:55:40 +0200 Frank Benoit Fix compile errors
Sat, 24 May 2008 08:33:56 +0200 Frank Benoit Forms work with first test
Sat, 24 May 2008 06:59:31 +0200 Frank Benoit ui.forms compile, just FormTextModel with xml reimpl left todo
Sat, 24 May 2008 06:18:55 +0200 Frank Benoit Fix continue porting
Sat, 24 May 2008 05:11:16 +0200 Frank Benoit Fix continue porting
Thu, 22 May 2008 20:08:10 +0200 Frank Benoit Make ArrayContentProvider a template for the arrays element type.
Thu, 22 May 2008 19:09:48 +0200 Frank Benoit Fix FileImageDescriptor to work with compiletime data
Thu, 22 May 2008 17:56:17 +0200 Frank Benoit JFace and its examples do compile
Thu, 22 May 2008 04:03:58 +0200 Frank Benoit Some fixing
Thu, 22 May 2008 01:36:46 +0200 Frank Benoit Merge with d-fied sources of 3.4M7
Mon, 19 May 2008 13:41:06 +0200 Frank Benoit Make nested class CellEditor.LayoutData a top level class to omit compiler errors "forward reference"
Fri, 16 May 2008 23:44:34 +0200 Frank Benoit Fix cyclic dependency
Wed, 16 Apr 2008 20:48:19 +0200 Frank Benoit type to sourcelibrary
Tue, 15 Apr 2008 06:48:52 +0200 Frank Benoit The FieldEditors shall show Paths in native look
Tue, 15 Apr 2008 06:48:29 +0200 Frank Benoit activate the debug outputs
Tue, 15 Apr 2008 06:26:40 +0200 Frank Benoit Add the eclipse-red icons
Mon, 14 Apr 2008 03:08:08 +0200 Frank Benoit remove debug prints
Mon, 14 Apr 2008 02:10:46 +0200 Frank Benoit dup string when used as map keys
Mon, 14 Apr 2008 02:08:22 +0200 Frank Benoit Fix keys from org.eclipse. to dwtx.
Mon, 14 Apr 2008 00:46:30 +0200 Frank Benoit Fix Dialog.getButton
Sun, 13 Apr 2008 21:00:22 +0200 Frank Benoit ignores
Sun, 13 Apr 2008 17:54:39 +0200 Frank Benoit impl JFaceResource.format
Sun, 13 Apr 2008 17:19:04 +0200 Frank Benoit experimental runner factory
Sun, 13 Apr 2008 16:37:43 +0200 Frank Benoit fix anon classes
Sun, 13 Apr 2008 16:37:23 +0200 Frank Benoit get locale in right formatting
Sat, 12 Apr 2008 17:53:06 +0200 Frank Benoit Fix ignored labelprovider for TreeViewer (See WrapperViewerLabelProvider.d), removed the debugging prints
Fri, 11 Apr 2008 17:10:32 +0200 Frank Benoit remove debugging prints
Fri, 11 Apr 2008 17:09:49 +0200 Frank Benoit Map.get fix
Fri, 11 Apr 2008 17:09:34 +0200 Frank Benoit import data
Fri, 11 Apr 2008 17:09:04 +0200 Frank Benoit Fix path separators
Fri, 11 Apr 2008 16:31:18 +0200 Frank Benoit JHashMapT into FontRegistry
Fri, 11 Apr 2008 16:20:43 +0200 Frank Benoit import data with getImportData!()
Fri, 11 Apr 2008 16:19:36 +0200 Frank Benoit implement PreferenceStore.store
Fri, 11 Apr 2008 16:19:01 +0200 Frank Benoit Fix anon classes
Fri, 11 Apr 2008 16:18:16 +0200 Frank Benoit fix exception from file.isFolder, test first if exists.
Fri, 11 Apr 2008 01:41:47 +0200 Frank Benoit some FIXME
Fri, 11 Apr 2008 01:24:25 +0200 Frank Benoit Fix override and super aliases
Thu, 10 Apr 2008 19:10:12 +0200 Frank Benoit fix compile errors
Thu, 10 Apr 2008 11:21:35 +0200 Frank Benoit implement win version detection
Thu, 10 Apr 2008 08:59:39 +0200 Frank Benoit debug prints, dwt.dwthelper restructure, ...
Tue, 08 Apr 2008 22:05:42 +0200 Frank Benoit fix anon classes
Sun, 06 Apr 2008 14:15:58 +0200 Frank Benoit resource loading, fix type in image names
Sun, 06 Apr 2008 13:21:48 +0200 Frank Benoit fix static interface and static this
Sun, 06 Apr 2008 13:19:51 +0200 Frank Benoit add res folder
Sat, 05 Apr 2008 04:49:22 +0200 Frank Benoit remaining files
Sat, 05 Apr 2008 01:45:47 +0200 Frank Benoit preference
Thu, 03 Apr 2008 20:41:52 +0200 Frank Benoit menus
Thu, 03 Apr 2008 20:38:02 +0200 Frank Benoit TreeColumnLayout
Thu, 03 Apr 2008 19:27:28 +0200 Frank Benoit LocalSelectionTransfer
Thu, 03 Apr 2008 19:20:11 +0200 Frank Benoit util dnd
Thu, 03 Apr 2008 18:56:20 +0200 Frank Benoit fieldassist
Thu, 03 Apr 2008 05:38:04 +0200 Frank Benoit Sub...
Thu, 03 Apr 2008 05:17:07 +0200 Frank Benoit SubContributionManager
Thu, 03 Apr 2008 05:03:09 +0200 Frank Benoit StatusLine
Thu, 03 Apr 2008 04:50:25 +0200 Frank Benoit CoolBarManager
Thu, 03 Apr 2008 00:48:42 +0200 Frank Benoit ControlContribution
Thu, 03 Apr 2008 00:46:30 +0200 Frank Benoit ProgressMonitorDialog
Thu, 03 Apr 2008 00:40:15 +0200 Frank Benoit MessageDialogWithToggle
Thu, 03 Apr 2008 00:37:05 +0200 Frank Benoit MessageDialog