log mde/events.d @ 132:264028f4115a

age author description
Fri, 23 Jan 2009 14:59:05 +0000 Diggory Hardy Cleaned up mde.imde and a couple of widget functions.
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.
Thu, 11 Sep 2008 11:33:51 +0100 Diggory Hardy Intermediate commit (not stable). Changes to init system.
Fri, 27 Jun 2008 18:35:33 +0100 Diggory Hardy Moved many modules/packages to better reflect usage.
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).
Fri, 02 May 2008 17:38:43 +0100 Diggory Hardy Enabled drawing on demand, and made the polling interval configurable.
Wed, 30 Apr 2008 18:05:56 +0100 Diggory Hardy Lots more work on the GUI. Also renamed lots of files.
Tue, 29 Apr 2008 18:10:58 +0100 Diggory Hardy GUI now supports basic interactible widgets, widget colour and border are more unified, and some code cleanup.
Mon, 28 Apr 2008 10:59:47 +0100 Diggory Hardy Major changes to the scheduler, previously only used by the main loop.
Sat, 12 Apr 2008 14:10:13 +0100 Diggory Hardy A new GUI widget plus changes to the init system.
Thu, 03 Apr 2008 18:15:02 +0100 Diggory Hardy Changed the licensing and removed a few dead files.
Thu, 03 Apr 2008 17:26:52 +0100 Diggory Hardy Some minor and some futile efforts.
Thu, 27 Mar 2008 16:15:21 +0000 Diggory Hardy Only locally-changed options are stored in user-config now. Log levels revised.
Thu, 27 Mar 2008 10:58:57 +0000 Diggory Hardy Implemented drawing a very basic gl box, and only drawing when necessary.
Tue, 25 Mar 2008 12:24:04 +0000 Diggory Hardy Changes to Options, particularly regarding window sizes.
Mon, 24 Mar 2008 17:53:28 +0000 Diggory Hardy Window settings now come from options, and may use OpenGL (enabled/disabled at compile time).
Sat, 22 Mar 2008 16:22:59 +0000 Diggory Hardy Reworked much of Init.
Tue, 18 Mar 2008 17:51:52 +0000 Diggory Hardy Changes to Init and logging.
Sat, 15 Mar 2008 15:14:25 +0000 Diggory Hardy Applied the GNU GPL v2 to mde.
Mon, 18 Feb 2008 11:54:56 +0000 Diggory Hardy DefaultData largely rewritten with unittest, SDL input event handling completed with unittest, changes to Init threading.
Fri, 25 Jan 2008 18:17:38 +0000 Diggory Hardy Big changes to init; got some way towards input event support; changed mergetag ID to char[] from uint.
Sun, 06 Jan 2008 17:38:51 +0000 Diggory Hardy Many changes: upgraded to tango 0.99.4, reorganised mde/input, large changes to mde/mergetag and mde/init, separated off test/MTTest.d and more.