<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/jazzscheme</id>
  <title type="text">Jazz Scheme Google Group</title>
  <subtitle type="text">
  Discussion group for the JazzScheme platform
  </subtitle>
  <link href="/group/jazzscheme/feed/atom_v1_0_msgs.xml" rel="self" title="Jazz Scheme feed"/>
  <updated>2009-11-08T13:54:59Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Marco Gidde</name>
  <email>marco.gi...@freenet.de</email>
  </author>
  <updated>2009-11-08T13:54:59Z</updated>
  <id>http://groups.google.com/group/jazzscheme/browse_thread/thread/81d9b996fe0241f3/3776205a6a2d48c8?show_docid=3776205a6a2d48c8</id>
  <link href="http://groups.google.com/group/jazzscheme/browse_thread/thread/81d9b996fe0241f3/3776205a6a2d48c8?show_docid=3776205a6a2d48c8"/>
  <title type="text">Re: X11 performance tests/results</title>
  <summary type="html" xml:space="preserve">
  Hi Guillaume, &lt;br&gt; sorry for this very late reply. &lt;br&gt; Please don&#39;t waste your time with this &amp;quot;bug&amp;quot; and continue your fine work &lt;br&gt; on Jazz/Jedi by adding features, cleaning up code or even optimizing the &lt;br&gt; drawing routines (I think I mentioned already, that the UI redraws too &lt;br&gt; much). Of course you could try to use cairo_surface_create_similar to
  </summary>
  </entry>
  <entry>
  <author>
  <name>Guillaume Cartier</name>
  <email>gcart...@jazzscheme.org</email>
  </author>
  <updated>2009-11-05T13:14:09Z</updated>
  <id>http://groups.google.com/group/jazzscheme/browse_thread/thread/6abd6d7060229e19/7fa996402dd045d0?show_docid=7fa996402dd045d0</id>
  <link href="http://groups.google.com/group/jazzscheme/browse_thread/thread/6abd6d7060229e19/7fa996402dd045d0?show_docid=7fa996402dd045d0"/>
  <title type="text">Re: Windows binary anywhere</title>
  <summary type="html" xml:space="preserve">
  When JazzScheme was released 9 months ago, we took the time to build &lt;br&gt; binaries for Mac, Windows and Linux. Unfortunately we haven&#39;t had the &lt;br&gt; time yet to automate this lengthy process yet. And as Jazz is evolving &lt;br&gt; rapidly with many commits each day, I decided the best was simply to &lt;br&gt; remove binaries and references to them from the website (I have now
  </summary>
  </entry>
  <entry>
  <author>
  <name>bitli</name>
  <email>jmlug...@gmail.com</email>
  </author>
  <updated>2009-11-03T18:03:31Z</updated>
  <id>http://groups.google.com/group/jazzscheme/browse_thread/thread/6abd6d7060229e19/2330d615de0c0b4d?show_docid=2330d615de0c0b4d</id>
  <link href="http://groups.google.com/group/jazzscheme/browse_thread/thread/6abd6d7060229e19/2330d615de0c0b4d?show_docid=2330d615de0c0b4d"/>
  <title type="text">Windows binary anywhere</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; The windows binary are mentioned in the site, but I cannot find them. &lt;br&gt; Are they available? &lt;br&gt; bitli
  </summary>
  </entry>
  <entry>
  <author>
  <name>Guillaume Cartier</name>
  <email>gcart...@jazzscheme.org</email>
  </author>
  <updated>2009-11-02T20:47:12Z</updated>
  <id>http://groups.google.com/group/jazzscheme/browse_thread/thread/e85ee88693c3d5c0/2204f5a1dde1eb49?show_docid=2204f5a1dde1eb49</id>
  <link href="http://groups.google.com/group/jazzscheme/browse_thread/thread/e85ee88693c3d5c0/2204f5a1dde1eb49?show_docid=2204f5a1dde1eb49"/>
  <title type="text">Breaking changes to user profiles</title>
  <summary type="html" xml:space="preserve">
  A recent commit introduces breaking changes to user profiles. &lt;br&gt; &lt;p&gt;In HOME/jazz_user/lib/profile.&amp;lt;pr ofile name&amp;gt;/profile/&amp;lt;profile name&amp;gt;/ &lt;br&gt; settings/Workbench.jml, change &lt;br&gt; &lt;p&gt;(&amp;lt;Validate-Manifest&amp;gt; tag-module: project.jazz.validate.Validate - &lt;br&gt; Manifest) &lt;br&gt; &lt;p&gt;to &lt;br&gt; &lt;p&gt;(&amp;lt;Validation-Manifest&amp;gt; tag-module: project.jazz.validation.Valida tion-
  </summary>
  </entry>
  <entry>
  <author>
  <name>Guillaume Cartier</name>
  <email>gcart...@jazzscheme.org</email>
  </author>
  <updated>2009-10-13T19:35:48Z</updated>
  <id>http://groups.google.com/group/jazzscheme/browse_thread/thread/24cc014accb42a2b/4aa1e7d015d0dd7d?show_docid=4aa1e7d015d0dd7d</id>
  <link href="http://groups.google.com/group/jazzscheme/browse_thread/thread/24cc014accb42a2b/4aa1e7d015d0dd7d?show_docid=4aa1e7d015d0dd7d"/>
  <title type="text">Re: problem with the gomoku sample</title>
  <summary type="html" xml:space="preserve">
  That&#39;s the difference between invalidate-view and redraw-view. &lt;br&gt; &lt;p&gt;invalidate-view tells the windowing system a certain area must be &lt;br&gt; refreshed at the next paint. So multiple calls to invalidate-view will &lt;br&gt; just accumulate and the next paint will draw the union of those &lt;br&gt; invalidated areas. This is usually what we want.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Martin DeMello</name>
  <email>martindeme...@gmail.com</email>
  </author>
  <updated>2009-10-13T19:29:05Z</updated>
  <id>http://groups.google.com/group/jazzscheme/browse_thread/thread/24cc014accb42a2b/eb55722ae4c19de4?show_docid=eb55722ae4c19de4</id>
  <link href="http://groups.google.com/group/jazzscheme/browse_thread/thread/24cc014accb42a2b/eb55722ae4c19de4?show_docid=eb55722ae4c19de4"/>
  <title type="text">Re: problem with the gomoku sample</title>
  <summary type="html" xml:space="preserve">
  ah, okay :) why does invalidate-view not cause a redraw? &lt;br&gt; &lt;p&gt;martin &lt;br&gt; &lt;p&gt;On Wed, Oct 14, 2009 at 12:53 AM, Guillaume Cartier
  </summary>
  </entry>
  <entry>
  <author>
  <name>Guillaume Cartier</name>
  <email>gcart...@jazzscheme.org</email>
  </author>
  <updated>2009-10-13T19:23:14Z</updated>
  <id>http://groups.google.com/group/jazzscheme/browse_thread/thread/24cc014accb42a2b/94e17e4f1183bd4e?show_docid=94e17e4f1183bd4e</id>
  <link href="http://groups.google.com/group/jazzscheme/browse_thread/thread/24cc014accb42a2b/94e17e4f1183bd4e?show_docid=94e17e4f1183bd4e"/>
  <title type="text">Re: problem with the gomoku sample</title>
  <summary type="html" xml:space="preserve">
  Sorry about that, I had read C4 :-) &lt;br&gt; &lt;p&gt;Then, everything is as it should be. It does the same thing on Windows &lt;br&gt; and Mac. I&#39;ll add a redraw-view, so apart from being nicer, no one &lt;br&gt; else will go thinking it&#39;s a platform specific bug ;-) &lt;br&gt; &lt;p&gt;Thanks! &lt;br&gt; &lt;p&gt;Guillaume
  </summary>
  </entry>
  <entry>
  <author>
  <name>Guillaume Cartier</name>
  <email>gcart...@jazzscheme.org</email>
  </author>
  <updated>2009-10-13T19:16:25Z</updated>
  <id>http://groups.google.com/group/jazzscheme/browse_thread/thread/81d9b996fe0241f3/2f538f1dc6644015?show_docid=2f538f1dc6644015</id>
  <link href="http://groups.google.com/group/jazzscheme/browse_thread/thread/81d9b996fe0241f3/2f538f1dc6644015?show_docid=2f538f1dc6644015"/>
  <title type="text">Re: X11 performance tests/results</title>
  <summary type="html" xml:space="preserve">
  Hi Marco, &lt;br&gt; &lt;p&gt;First of all, many thanks for such an exaustive analysis of the &lt;br&gt; problem! It is very difficult and frustrating to try and debug a &lt;br&gt; problem like this without access to reproducing it but your help sure &lt;br&gt; goes a long way! &lt;br&gt; &lt;p&gt;After reading your email, it seems to me the most promising approach
  </summary>
  </entry>
  <entry>
  <author>
  <name>Martin DeMello</name>
  <email>martindeme...@gmail.com</email>
  </author>
  <updated>2009-10-13T18:42:21Z</updated>
  <id>http://groups.google.com/group/jazzscheme/browse_thread/thread/24cc014accb42a2b/e58873e52a28d0ef?show_docid=e58873e52a28d0ef</id>
  <link href="http://groups.google.com/group/jazzscheme/browse_thread/thread/24cc014accb42a2b/e58873e52a28d0ef?show_docid=e58873e52a28d0ef"/>
  <title type="text">Re: problem with the gomoku sample</title>
  <summary type="html" xml:space="preserve">
  No, C4 works fine, it&#39;s gomoku that has the problem. Here are the &lt;br&gt; details from xorg.log, in case they help: &lt;br&gt; &lt;p&gt;X.Org X Server 1.6.3.901 (1.6.4 RC 1) &lt;br&gt; Release Date: 2009-8-25 &lt;br&gt; X Protocol Version 11, Revision 0 &lt;br&gt; Build Operating System: Linux 2.6.30-ARCH i686 &lt;br&gt; Current Operating System: Linux mercury 2.6.31-ARCH #1 SMP PREEMPT Thu
  </summary>
  </entry>
  <entry>
  <author>
  <name>Guillaume Cartier</name>
  <email>gcart...@jazzscheme.org</email>
  </author>
  <updated>2009-10-13T18:35:00Z</updated>
  <id>http://groups.google.com/group/jazzscheme/browse_thread/thread/24cc014accb42a2b/4ee7f44b18161571?show_docid=4ee7f44b18161571</id>
  <link href="http://groups.google.com/group/jazzscheme/browse_thread/thread/24cc014accb42a2b/4ee7f44b18161571?show_docid=4ee7f44b18161571"/>
  <title type="text">Re: problem with the gomoku sample</title>
  <summary type="html" xml:space="preserve">
  Strange, it works correctly (e.g. with an animation making the piece &lt;br&gt; slide down the column) on both Windows and the X11-based version in &lt;br&gt; Mac OS X. &lt;br&gt; &lt;p&gt;If you want to take a look at the code (I do not have access to a pure &lt;br&gt; Linux station), all happens in the move-animation method of the &lt;br&gt; C4-Board class. It&#39;s a very simple few lines method. If your catalogs
  </summary>
  </entry>
  <entry>
  <author>
  <name>Martin DeMello</name>
  <email>martindeme...@gmail.com</email>
  </author>
  <updated>2009-10-11T07:53:49Z</updated>
  <id>http://groups.google.com/group/jazzscheme/browse_thread/thread/24cc014accb42a2b/59979cbc21623cfd?show_docid=59979cbc21623cfd</id>
  <link href="http://groups.google.com/group/jazzscheme/browse_thread/thread/24cc014accb42a2b/59979cbc21623cfd?show_docid=59979cbc21623cfd"/>
  <title type="text">problem with the gomoku sample</title>
  <summary type="html" xml:space="preserve">
  When I run the gomoku sample, the board isn&#39;t redrawn until both I and &lt;br&gt; the computer have played. That is, I click, nothing happens, there is &lt;br&gt; a perceptible delay while the computer thinks, and then two pieces &lt;br&gt; appear at once.Is there an issue with invalidate-view? &lt;br&gt; Running the latest jedi and gambit from git, under linux.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Martin DeMello</name>
  <email>martindeme...@gmail.com</email>
  </author>
  <updated>2009-10-08T20:54:50Z</updated>
  <id>http://groups.google.com/group/jazzscheme/browse_thread/thread/d0a784936148fc12/acbbfe3be3ee76ff?show_docid=acbbfe3be3ee76ff</id>
  <link href="http://groups.google.com/group/jazzscheme/browse_thread/thread/d0a784936148fc12/acbbfe3be3ee76ff?show_docid=acbbfe3be3ee76ff"/>
  <title type="text">Re: hello world tutorial</title>
  <summary type="html" xml:space="preserve">
  thanks, guillaume, that looks excellent! &lt;br&gt; &lt;p&gt;martin &lt;br&gt; &lt;p&gt;On Fri, Oct 9, 2009 at 1:11 AM, Guillaume Cartier
  </summary>
  </entry>
  <entry>
  <author>
  <name>Guillaume Cartier</name>
  <email>gcart...@jazzscheme.org</email>
  </author>
  <updated>2009-10-08T19:48:23Z</updated>
  <id>http://groups.google.com/group/jazzscheme/browse_thread/thread/62b1200936d73163/4002d15aa6062c30?show_docid=4002d15aa6062c30</id>
  <link href="http://groups.google.com/group/jazzscheme/browse_thread/thread/62b1200936d73163/4002d15aa6062c30?show_docid=4002d15aa6062c30"/>
  <title type="text">FAQ</title>
  <summary type="html" xml:space="preserve">
  I added a new FAQ page to the JazzScheme website: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.jazzscheme.org/faq.htm&quot;&gt;[link]&lt;/a&gt;. &lt;br&gt; For the moment, it contains an extract of every usefull Q/A on this &lt;br&gt; group since it was created 2 years ago. I plan on adding more in the &lt;br&gt; future. &lt;br&gt; Guillaume
  </summary>
  </entry>
  <entry>
  <author>
  <name>Guillaume Cartier</name>
  <email>gcart...@jazzscheme.org</email>
  </author>
  <updated>2009-10-08T19:41:37Z</updated>
  <id>http://groups.google.com/group/jazzscheme/browse_thread/thread/d0a784936148fc12/dca3dfb940298584?show_docid=dca3dfb940298584</id>
  <link href="http://groups.google.com/group/jazzscheme/browse_thread/thread/d0a784936148fc12/dca3dfb940298584?show_docid=dca3dfb940298584"/>
  <title type="text">Re: hello world tutorial</title>
  <summary type="html" xml:space="preserve">
  Hi Martin, &lt;br&gt; &lt;p&gt;I added a new &amp;quot;Hello World in many flavors!&amp;quot; section to the tutorials &lt;br&gt; page: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.jazzscheme.org/tutorials.htm&quot;&gt;[link]&lt;/a&gt;. &lt;br&gt; &lt;p&gt;By building up step by step to what the IDE automatically generates &lt;br&gt; for you when you create a new project, I hope it will help in getting &lt;br&gt; a better understanding of the underlying structure of repositories,
  </summary>
  </entry>
  <entry>
  <author>
  <name>Marco Gidde</name>
  <email>marco.gi...@freenet.de</email>
  </author>
  <updated>2009-10-04T14:12:39Z</updated>
  <id>http://groups.google.com/group/jazzscheme/browse_thread/thread/81d9b996fe0241f3/6256fc028d6c68f6?show_docid=6256fc028d6c68f6</id>
  <link href="http://groups.google.com/group/jazzscheme/browse_thread/thread/81d9b996fe0241f3/6256fc028d6c68f6?show_docid=6256fc028d6c68f6"/>
  <title type="text">X11 performance tests/results</title>
  <summary type="html" xml:space="preserve">
  Hi all, &lt;br&gt; 1 Introduction &lt;br&gt; ~~~~~~~~~~~~~~~ &lt;br&gt; I try to summarize the tests I made to improve (or better track down &lt;br&gt; the cause of) the poor performance that some of us have seen with &lt;br&gt; Jedi on Linux/X11. The effect can be described as an pixel wise &lt;br&gt; redraw of the Jedi GUI, it is so slow that you can see it is painted
  </summary>
  </entry>
</feed>
