log mde/gui/renderer/IRenderer.d @ 147:075705ad664a

age author description
Wed, 11 Feb 2009 13:02:30 +0000 Diggory Hardy Added a border widget.
Mon, 09 Feb 2009 23:27:41 +0000 Diggory Hardy Added a simple Slider widget.
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, 06 Dec 2008 17:41:42 +0000 Diggory Hardy Resolved ticket #4, allowing widgets to reload strings and recalculate sizes mid-run.
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.
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, 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.
Mon, 10 Nov 2008 16:44:44 +0000 Diggory Hardy Floating widgets now work nicely: customizable borders added, resizing, moving.
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.
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.
Thu, 07 Aug 2008 11:25:27 +0100 Diggory Hardy Gui reorganization and changes; partial implementation of floating widgets.
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, 14 Jun 2008 17:15:06 +0100 Diggory Hardy Included a wdim typedef for all variables to do with window position or size instead of just using int.
Thu, 15 May 2008 10:39:57 +0100 Diggory Hardy Column/row resizing implemented for GridLayoutWidget (finally)!
Tue, 13 May 2008 12:02:36 +0100 Diggory Hardy The renderer now controls which parts of the window border allow resizing.
Mon, 05 May 2008 17:02:21 +0100 Diggory Hardy Windows can now be resized!
Mon, 05 May 2008 14:47:25 +0100 Diggory Hardy Allowed widget resizing, changed widget IDs and made Input catch any callback exceptions.
Wed, 30 Apr 2008 18:05:56 +0100 Diggory Hardy Lots more work on the GUI. Also renamed lots of files.