log enso/graphics/transparentwindow.py @ 53:f198e567f744

age author description
Mon, 25 Feb 2008 20:00:37 -0800 Atul Varma Enso now uses a custom version of cairo, which is located at enso.cairo. This module is just a shadow module that delegates to a platform-specific provider implementation (such as enso_osx).
Sun, 24 Feb 2008 17:24:55 -0600 Andrew Wilson The graphics subsystem now operates entirely in points.
Sun, 24 Feb 2008 11:37:55 -0600 Atul Varma Added a prototype 'provider' framework to allow the Enso core to connect with platform-specific modules such as enso_osx. Also created a scripts/run_enso.py script, which doesn't currently work because of some annoying font issues which will be fixed soon.
Fri, 22 Feb 2008 18:08:36 -0600 Atul Varma Added a number of scaffolding modules. All of these modules are either empty or contain trivial scaffolding code so that the rest of the code in the repository can be imported. It's now also possible to run 'nosetests --with-doctest' from the root directory, which will find 20 assorted doctests and unit tests, all of which currently pass except one.