log

age author description
Sat, 14 Mar 2009 11:05:51 +0100 Diggory Hardy Some ideas for content service menus.
Sat, 14 Mar 2009 11:05:31 +0100 Diggory Hardy Hooked redraws in for BoolContentWidget and SliderContentWidget.
Wed, 11 Feb 2009 13:02:30 +0000 Diggory Hardy Added a border widget.
Wed, 11 Feb 2009 12:00:12 +0000 Diggory Hardy Simple, inefficient context menus (displaying content description).
Tue, 10 Feb 2009 13:10:53 +0000 Diggory Hardy Allow EventContent creation for translatable labels.
Tue, 10 Feb 2009 12:57:09 +0000 Diggory Hardy Added a BoolContent-based collapsible widget.
Mon, 09 Feb 2009 23:27:41 +0000 Diggory Hardy Added a simple Slider widget.
Sun, 08 Feb 2009 17:36:57 +0000 Diggory Hardy Tightened rules for alignment sharing of grid layouts (avoids a bug and generally preferable).
Sun, 08 Feb 2009 15:49:45 +0000 Diggory Hardy Fix for using BoolContentWidget in a menu. Made popups' widths match their parents under certain conditions.
Sun, 08 Feb 2009 15:20:11 +0000 Diggory Hardy Fixed a bug with changing the minimal size and optimised it slightly.
Sun, 08 Feb 2009 11:55:36 +0000 Diggory Hardy Fixed a resizing issue and added a popup menu for all content.
Sat, 07 Feb 2009 13:28:52 +0000 Diggory Hardy Popup widgets: are simpler to use and can show content fields like DisplayContentWidget.
Sat, 07 Feb 2009 12:46:03 +0000 Diggory Hardy BIG commit. Major change: old Options class is gone, all content values are loaded and saved automatically. All options updated to reflect this, some changed.
Sun, 01 Feb 2009 12:36:21 +0000 Diggory Hardy Added simpler mergetag readers and writers, with unittest.
Fri, 30 Jan 2009 15:51:42 +0000 Diggory Hardy Somewhat unified path lookup between linux and windows and added font paths.
Thu, 29 Jan 2009 14:59:45 +0000 Diggory Hardy Moved mde.setup.paths to mde.file.paths and paths.mdeReader to mde.file.mergetag.Reader.MTMultiReader.
Fri, 23 Jan 2009 16:05:05 +0000 Diggory Hardy Fixed menu popup bug, improved recursion detection.
Fri, 23 Jan 2009 14:59:05 +0000 Diggory Hardy Cleaned up mde.imde and a couple of widget functions.
Wed, 21 Jan 2009 13:01:40 +0000 Diggory Hardy Major revisions to popup handling. Buttons can close menus now, plus some smaller impovements. Removed Widget module.
Sat, 17 Jan 2009 16:11:26 +0000 Diggory Hardy Changed how sizability is set for parents: can require all sub-widgets resizable or only one to set parent resizable.
Thu, 15 Jan 2009 16:52:46 +0000 Diggory Hardy Added a widget size printing debug function. Fixed a bug in SwitchWidget.
Wed, 14 Jan 2009 20:24:14 +0000 Diggory Hardy Added support for dynamic EnumContent loading and saving, with translation loading.
Thu, 08 Jan 2009 20:09:46 +0000 Diggory Hardy 2 fixes for ldc - not that I was able to compile anyway (x86_64).
Thu, 08 Jan 2009 13:05:44 +0000 Diggory Hardy Dynamic minimal size changing improved; works over layouts sharing alignment.
Tue, 06 Jan 2009 16:54:04 +0000 Diggory Hardy Added a simple switch/tab widget (depends on existing EnumContent).
Mon, 05 Jan 2009 12:43:27 +0000 Diggory Hardy Dynamic minimal size changing is now fully supported.
Sun, 04 Jan 2009 17:35:15 +0000 Diggory Hardy minSizeChange() allows run-time changes to widgets' minimal size (except for shrinking in a GridLayoutWidget).
Fri, 02 Jan 2009 18:10:14 +0000 Diggory Hardy Missed file from last commit.
Fri, 02 Jan 2009 18:07:10 +0000 Diggory Hardy Widgets now receive and store their parent (IParentWidget). Infinite widget recursion checks. WidgetManager code redistributed.
Thu, 01 Jan 2009 15:16:00 +0000 Diggory Hardy Ideas for keyboard selection of widgets.