log

age author description
Tue, 15 Sep 2009 20:09:59 +0200 Diggory Hardy Fixed a bug where (non-resizible) widgets wouldn't get shrunk when minimal size decreases, meaning optional context menus are hiden properly now. default tip
Tue, 15 Sep 2009 10:36:37 +0200 Diggory Hardy Coloured log output to the console.
Sat, 12 Sep 2009 09:50:33 +0200 Diggory Hardy Release-clicks don't cause problems now.
Sat, 12 Sep 2009 09:14:43 +0200 Diggory Hardy Fixes to CollapsibleWidget. Disabled AChildWidget.invariant.
Fri, 11 Sep 2009 20:56:53 +0200 Diggory Hardy Compile/link-time fixes for ldc & non-debug builds.
Mon, 31 Aug 2009 13:54:23 +0200 Diggory Hardy Temporary commit to allow backup
Sat, 08 Aug 2009 15:53:10 +0200 Diggory Hardy Enabled ServiceContentList to call its callbacks when its value changes. Tried to fix some other bugs, but this is not a very clean commit, due to wanting to make some big changes to enable better use of invariants next.
Wed, 29 Jul 2009 20:28:22 +0200 Diggory Hardy Implemented "void setContent (IContent)".
Sun, 26 Jul 2009 11:04:17 +0200 Diggory Hardy Partially complete commit: code runs but context menus don't work.
Mon, 29 Jun 2009 21:20:16 +0200 Diggory Hardy Context menu services not applicable to the current type can now be hidden.
Mon, 29 Jun 2009 18:55:50 +0200 Diggory Hardy Context menu refinements: right button click-drag-release use and closing via buttons.
Mon, 29 Jun 2009 18:45:58 +0200 Diggory Hardy More work on the context menu: now roughly usable like an ordinary context menu.
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, 21 Jun 2009 12:19:18 +0200 Diggory Hardy Made content displayable while being dragged.
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.
Thu, 21 May 2009 22:15:40 +0200 Diggory Hardy Replaced WidgetManager's click and motion callbacks with a drag event system.
Thu, 21 May 2009 22:15:32 +0200 Diggory Hardy Replaced WidgetManager's click and motion callbacks with a drag event system.
Thu, 21 May 2009 20:55:10 +0200 Diggory Hardy Finished last commit, rearranged code for the WidgetManager class.
Fri, 24 Apr 2009 17:35:53 +0100 Diggory Hardy Re-enabled raising floating widgets, by clicking frame; disabled attempt at immediate language reloading for popup-button widgets.
Wed, 22 Apr 2009 10:35:15 +0200 Diggory Hardy Reduced the number of draws occuring.
Sat, 18 Apr 2009 21:51:03 +0200 Diggory Hardy Fix to reload translations.
Sat, 18 Apr 2009 12:19:24 +0200 Diggory Hardy Changed collapsible widget in GUI.
Sat, 18 Apr 2009 12:02:33 +0200 Diggory Hardy Better error reporting for loading translations; avoided an infinite loop.
Fri, 10 Apr 2009 18:09:55 +0200 Diggory Hardy Fixed a bug preventing log messages from being displayed.
Fri, 10 Apr 2009 15:19:46 +0200 Diggory Hardy Menu placement now takes into account left/right placement of parent menus.
Sat, 04 Apr 2009 17:32:18 +0200 Diggory Hardy Updated for compatibility with tango 0.99.8.
Sat, 04 Apr 2009 11:59:27 +0200 Diggory Hardy Fix for non-debug builds.
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.
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.
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.