Hi folks.. V1.26 is up there for your enjoyment now..
Main addition to this one is Linux audio support, but I've also done some heavy rewriting of the windowing code.
* Linux audio support using ALSA! This is a first stab at an implementation, so I've only had chance to try it on one soundcard - linux audio experts, please let me know what I've done wrong!
* Restructured the way components are housed in windows, getting rid of NativeDesktopWindow and instead having a ComponentPeer base class, of which there may be more than one implementation. (This won't make any difference to most people, only power-users)
* Graphics contexts now work with a RectangleList as their clip region, instead of just a single rectangle
* added some methods to Desktop to access a list of top-level desktop components
* fixes and improvements to TextEditor, improving its handling of word-wrapping
* added a QuickTime page and an audio input monitor to the demo app.

