Okay, I made it through that GTK-related bug. So, some new builds and the tarball:
* http://code.whytheluckystiff.net/dist/shoes-0.r605.exe (windows xp/vista + video support; 7M) * http://code.whytheluckystiff.net/dist/shoes-0.r605-intel.dmg (osx intel + video support; 7.7M) * http://code.whytheluckystiff.net/dist/shoes-0.r605.tar.gz (source; 421K) Other builds are listed at <http://code.whytheluckystiff.net/shoes/wiki/RecentBuilds> No PPC build this time, still trying to work it out. -- New in this release: transparent scroll windows. Previously, scroll windows (such as the link list in samples/good-vjot.rb) had a white background. In this release, scroll windows are clear, which makes them much more like HTML divs styled with {overflow-y: auto}. Also, if you have curved rectangles (backgrounds or borders,) you'll need to use :curve instead of :radius in your style. The :radius style is now used for radial gradients. # black background with curved corners background black, :curve => 5 This release also includes both SQLite3 and Hpricot. _why
