view Readme.txt @ 160:ccd01fde535e

Replaced WidgetManager's click and motion callbacks with a drag event system. This is less flexible, but much closer to what is required (and is simpler and less open to bugs through unintended use).
author Diggory Hardy <diggory.hardy@gmail.com>
date Thu, 21 May 2009 22:15:32 +0200
parents f9f5e04f20b2
children
line wrap: on
line source

See doc/Readme.txt for the real readme. This file just lists some quick information about what's here...

mde/            The source directory.
data/           Some data files, plus some base configuration data (user-
                configuration should be stored in ~/.config/mde on UNIX systems
                and ./user on Windows (needs fixing); see
                codeDoc/resource/paths.txt for further info).
user/           Windows only user-config (see above note).
bin/            This directory contains executables/other binaries. It must
                exist for compiling (but should be auto-created).
doc/            Some basic information.
codeDoc/        Documentation aimed mostly at developers. The directory
                structure roughly corresponds to that under mde/.
test/           Source code for testing programs.
util/           Source code for utility programs.
dsss_objs/      Compiled object files. Delete if you like.
dsss.conf       The build-time configuration.