comparison mde/gui/widget/Floating.d @ 82:ac1e3fd07275

New ssi file format. (De)serializer now supports non-ascii wide characters (encoded to UTF-8) and no longer supports non-ascii 8-bit chars which would result in bad UTF-8. Moved/renamed a few things left over from the last commit.
author Diggory Hardy <diggory.hardy@gmail.com>
date Sat, 30 Aug 2008 09:37:35 +0100
parents ea58f277f487
children b525ff28774b
comparison
equal deleted inserted replaced
81:d8fccaa45d5f 82:ac1e3fd07275
29 +/ 29 +/
30 import tango.util.log.Log : Log, Logger; 30 import tango.util.log.Log : Log, Logger;
31 31
32 private Logger logger; 32 private Logger logger;
33 static this () { 33 static this () {
34 logger = Log.getLogger ("mde.gui.widget.Window"); 34 logger = Log.getLogger ("mde.gui.widget.Floating");
35 } 35 }
36 //FIXME - documentation 36 //FIXME - documentation
37 37
38 /** GUI Window class 38 /** GUI Window class
39 * 39 *