log mde/gui/widget/createWidget.d @ 103:42e241e7be3e

age author description
Tue, 25 Nov 2008 18:01:44 +0000 Diggory Hardy ContentList content type; getting content items/lists from Options generically via content.Items, and a new addContent widget function. Several improvements to generic handling of content. New button-with-text widget.
Sun, 16 Nov 2008 17:03:47 +0000 Diggory Hardy Some path adjustments for windows (untested) and fonts. All types of option can be edited.
Fri, 14 Nov 2008 12:44:32 +0000 Diggory Hardy Implemented an editable TextContent widget; it's now possible to edit text options using the GUI.
Wed, 12 Nov 2008 13:18:51 +0000 Diggory Hardy All types of Option have been converted to use ValueContent classes, and their values can be displayed.
Thu, 06 Nov 2008 11:07:18 +0000 Diggory Hardy Boolean options can be adjusted from the gui now (using a very basic widget). Also some bug-fixes.
Thu, 16 Oct 2008 17:43:48 +0100 Diggory Hardy Shared alignment for dynamic content lists - finally implemented! Lots of smaller changes too.
Wed, 01 Oct 2008 23:37:51 +0100 Diggory Hardy Widgets generated dynamically from a list can now be standard widgets selected from data files.
Thu, 11 Sep 2008 11:33:51 +0100 Diggory Hardy Intermediate commit (not stable). Changes to init system.
Thu, 07 Aug 2008 11:25:27 +0100 Diggory Hardy Gui reorganization and changes; partial implementation of floating widgets.
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: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.
Sat, 05 Jul 2008 18:27:46 +0100 Diggory Hardy The first dynamically generated widget lists, based on Options, are here!
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).
Sat, 14 Jun 2008 17:52:22 +0100 Diggory Hardy Added very basic (and currently useless) content support.
Thu, 22 May 2008 11:34:09 +0100 Diggory Hardy Several changes to resising windows and layout widgets. This commit still has some bugs.
Fri, 16 May 2008 12:22:10 +0100 Diggory Hardy Started implementing text rendering.
Wed, 07 May 2008 13:07:03 +0100 Diggory Hardy Implemented widget saving.
Mon, 05 May 2008 14:47:25 +0100 Diggory Hardy Allowed widget resizing, changed widget IDs and made Input catch any callback exceptions.
Fri, 02 May 2008 16:03:52 +0100 Diggory Hardy Work on the Gui: some of the framework for drag & drop. Also made Window an IWidget.
Wed, 30 Apr 2008 18:05:56 +0100 Diggory Hardy Lots more work on the GUI. Also renamed lots of files.