log mde/content/AStringContent.d @ 175:1cbde9807293

age author description
Fri, 11 Sep 2009 20:56:53 +0200 Diggory Hardy Compile/link-time fixes for ldc & non-debug builds.
Mon, 29 Jun 2009 21:20:16 +0200 Diggory Hardy Context menu services not applicable to the current type can now be hidden.
Sat, 27 Jun 2009 11:57:26 +0200 Diggory Hardy Context menus: added a clipboard (functions accessible from main menu rather than context menu).
Sun, 07 Jun 2009 16:20:16 +0200 Diggory Hardy Fixed a few bugs; most notably changing the translation reloads the text on PopupMenuWidgets now.
Sat, 23 May 2009 17:23:21 +0200 Diggory Hardy Some (somewhat pointless) memory optimisations for AStringContent.
Sat, 23 May 2009 15:47:32 +0200 Diggory Hardy Provided sensible conversions for setting the value of one AStringContent from another, along with unittest.
Fri, 22 May 2009 19:59:22 +0200 Diggory Hardy First drag and drop support: can drag from AStringContentWidget to any content editable. No visual feedback while dragging.
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.
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 13:05:44 +0000 Diggory Hardy Dynamic minimal size changing improved; works over layouts sharing alignment.
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).
Thu, 01 Jan 2009 14:52:09 +0000 Diggory Hardy Basic edit cursor placement using the mouse.
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.
Sat, 13 Dec 2008 12:54:43 +0000 Diggory Hardy EnumContent; log level can be selected from a popup list.
Sat, 29 Nov 2008 12:36:39 +0000 Diggory Hardy Quit button, big changes to content system.