log

age author description
Thu, 01 Jan 2009 14:52:09 +0000 Diggory Hardy Basic edit cursor placement using the mouse.
Sun, 28 Dec 2008 10:55:15 +0000 Diggory Hardy Unittest for mde.gui.widget.layout.
Fri, 26 Dec 2008 12:07:38 +0000 Diggory Hardy Some tweaks to popup events and widgets.
Sun, 21 Dec 2008 12:03:50 +0000 Diggory Hardy Partial implementation of infinite widget recursion protection; some cleanup.
Sat, 20 Dec 2008 17:57:05 +0000 Diggory Hardy Enums handled more generically now via either a popup list or flat list of BoolContentWidgets.
Fri, 19 Dec 2008 15:15:06 +0000 Diggory Hardy Changes for tango r4201. Added override keyword in a lot of places.
Fri, 19 Dec 2008 10:32:28 +0000 Diggory Hardy Popup menu; works for simple menus except that clicking an item doesn't close it.
Sat, 13 Dec 2008 12:54:43 +0000 Diggory Hardy EnumContent; log level can be selected from a popup list.
Sat, 06 Dec 2008 17:41:42 +0000 Diggory Hardy Resolved ticket #4, allowing widgets to reload strings and recalculate sizes mid-run.
Fri, 05 Dec 2008 11:29:39 +0000 Diggory Hardy Translation reloading as far as AContent name/desc supported. Limited & crude support for updating gui.
Thu, 04 Dec 2008 10:32:20 +0000 Diggory Hardy Optional, visible spacing in grid layouts.
Wed, 03 Dec 2008 19:37:32 +0000 Diggory Hardy Added capability for border-less pop-up widgets. Simple pop-up menu.
Sun, 30 Nov 2008 17:17:56 +0000 Diggory Hardy Translation: now has a file for each locale, instead of a file for each section. Items updated; all strings translated.
Sat, 29 Nov 2008 16:43:44 +0000 Diggory Hardy Fix & workaround for tango r4134.
Sat, 29 Nov 2008 12:36:39 +0000 Diggory Hardy Quit button, big changes to content system.
Wed, 26 Nov 2008 13:07:46 +0000 Diggory Hardy Cleaned up Options.d removing old storage method. It's now possible to get a ContentList of the whole of Options.
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.
Sat, 22 Nov 2008 20:59:36 +0000 Cyborg16 Compilation fixes for windows and unittest code.
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.
Sat, 15 Nov 2008 17:39:14 +0000 Diggory Hardy There is now a position marker for text editing.
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.
Mon, 10 Nov 2008 16:44:44 +0000 Diggory Hardy Floating widgets now work nicely: customizable borders added, resizing, moving.
Thu, 06 Nov 2008 13:16:39 +0000 Diggory Hardy Improvements to FloatingAreaWidget: positioning, passing click events and draw order.
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, 23 Oct 2008 17:45:49 +0100 Diggory Hardy Boolean options are now encapsulated within a Content class (currently an experiment).
Tue, 21 Oct 2008 11:35:15 +0100 Diggory Hardy Widgets now save dimensions without preventing structural changes in the base config file from applying.
Tue, 21 Oct 2008 09:57:19 +0100 Diggory Hardy Shared alignments supported in more complex cases.
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.