diff mde/imde.d @ 95:2a364c7d82c9

Boolean options can be adjusted from the gui now (using a very basic widget). Also some bug-fixes. Fixed a minor bug where layouts with the same id but without shared alignments would be messed up. Tracked down the "nothing trawn until a resize" bug (see jobs.txt). If widgets throw during creation they're now replaced by debug widgets. Function pointers are converted to delegates using a safer method.
author Diggory Hardy <diggory.hardy@gmail.com>
date Thu, 06 Nov 2008 11:07:18 +0000
parents 25cb7420dc91
children 08651e8a8c51
line wrap: on
line diff
--- a/mde/imde.d	Thu Oct 23 17:45:49 2008 +0100
+++ b/mde/imde.d	Thu Nov 06 11:07:18 2008 +0000
@@ -13,7 +13,8 @@
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>. */
 
-/** This module is for interfacing with the mde.mde module and some global items. */
+/** This module is for interfacing with the mde.mde module (or other module containing main()) and
+ * some global items. */
 module mde.imde;
 
 import mde.input.Input;