log

age author description
Mon, 29 Sep 2008 18:27:17 +0100 Diggory Hardy Solved some/removed some obsolete jobs/FIXMEs (excluding from gui code). General cleanup.
Mon, 29 Sep 2008 12:09:44 +0100 Diggory Hardy Changes to init and to allow compiling with gdc.
Tue, 23 Sep 2008 12:31:48 +0100 Diggory Hardy Added a workaround for a dmd bug.
Fri, 12 Sep 2008 17:36:14 +0100 Diggory Hardy New InitStage system, Screen & Screen.Drawable, separate testing and guiDemo binaries.
Thu, 11 Sep 2008 11:33:51 +0100 Diggory Hardy Intermediate commit (not stable). Changes to init system.
Sun, 31 Aug 2008 15:59:17 +0100 Diggory Hardy Merge plus a few tweaks.
Sat, 30 Aug 2008 10:54:32 +0100 Diggory Hardy Start of creating a separate gui demo module and leaving mde.d for testing.
Sat, 30 Aug 2008 09:37:35 +0100 Diggory Hardy New ssi file format.
Fri, 29 Aug 2008 11:59:43 +0100 Diggory Hardy Moved file IO code from mde/mergetag to mde/file[/mergetag] and changed how some errors are caught.
Thu, 07 Aug 2008 11:25:27 +0100 Diggory Hardy Gui reorganization and changes; partial implementation of floating widgets.
Tue, 05 Aug 2008 11:51:51 +0100 Diggory Hardy Moved mde/mergetag/parse/parse(To/From) to mde/mergetag/(de)serialize. Implemented (de)serialization of structs.
Tue, 29 Jul 2008 18:14:53 +0100 Diggory Hardy Widget data saving reimplemented for the new data system. (Now grid layout widgets remember their row & column sizes.)
Tue, 29 Jul 2008 17:11:22 +0100 Diggory Hardy Continuing widget data changes started in last commit: all previous widgets work again now (but lacking saving).
Mon, 28 Jul 2008 18:49:18 +0100 Diggory Hardy Re-enabled click event passing in the gui to make ButtonWidget work.
Mon, 28 Jul 2008 18:17:48 +0100 Diggory Hardy A massive overhaul/rewrite for the gui's data management and setup code. Currently much that was working is broken.
Mon, 07 Jul 2008 15:54:47 +0100 Diggory Hardy Minor tweaks.
Mon, 07 Jul 2008 15:53:58 +0100 Diggory Hardy Added a file which should have been in the last commit!
Sat, 05 Jul 2008 18:27:46 +0100 Diggory Hardy The first dynamically generated widget lists, based on Options, are here!
Sat, 05 Jul 2008 15:36:39 +0100 Diggory Hardy Separated the grid layout widget's implementation into a base and a derived class, to allow other uses of layout.
Fri, 04 Jul 2008 19:04:16 +0100 Diggory Hardy Moved my parseTo and parseFrom modules from tango.scrapple to mde in order to reduce dependencies.
Fri, 04 Jul 2008 18:53:28 +0100 Diggory Hardy Merged in tango updates.
Fri, 04 Jul 2008 18:49:16 +0100 Diggory Hardy Unittests: fixes and changes. Plus some doc changes.
Thu, 03 Jul 2008 12:40:31 +0100 Diggory Hardy Changes to work with tango r3700 (post 0.99.6).
Wed, 02 Jul 2008 17:10:07 +0100 Diggory Hardy Replaced IWidget.getMinimalSize(out w,out h) with minWidth() and minHeight().
Sun, 29 Jun 2008 15:40:37 +0100 Diggory Hardy Changes to widgets: widgets may now get strings as creation data. Strings for TextWidgets can be set in files (in a temporary mannor).
Sun, 29 Jun 2008 11:55:55 +0100 Diggory Hardy Overhauled Options so that it now uses templates and mixins for type-specific internals, and supported types can be adjusted via just one list.
Fri, 27 Jun 2008 18:35:33 +0100 Diggory Hardy Moved many modules/packages to better reflect usage.
Fri, 27 Jun 2008 17:19:46 +0100 Diggory Hardy Documentation changes only. (Idea for new gui.content.Items module; unused gl.texture module commented out.)
Wed, 25 Jun 2008 17:25:48 +0100 Diggory Hardy A little bit of progress on the content handling system (relevent code is likely to be revised).
Tue, 24 Jun 2008 20:40:52 +0100 Diggory Hardy Fixed a little bug giving the mouse pointer the correct position.