comparison 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
comparison
equal deleted inserted replaced
94:9520cc0448e5 95:2a364c7d82c9
11 See the GNU General Public License for more details. 11 See the GNU General Public License for more details.
12 12
13 You should have received a copy of the GNU General Public License 13 You should have received a copy of the GNU General Public License
14 along with this program. If not, see <http://www.gnu.org/licenses/>. */ 14 along with this program. If not, see <http://www.gnu.org/licenses/>. */
15 15
16 /** This module is for interfacing with the mde.mde module and some global items. */ 16 /** This module is for interfacing with the mde.mde module (or other module containing main()) and
17 * some global items. */
17 module mde.imde; 18 module mde.imde;
18 19
19 import mde.input.Input; 20 import mde.input.Input;
20 import mde.scheduler.Scheduler; 21 import mde.scheduler.Scheduler;
21 22