[piccolo2d-dev] [piccolo2d] r885 committed - I totally disagree with a commenting style...

2009-11-03 Thread piccolo2d
Revision: 885 Author: mr0...@mro.name Date: Tue Nov 3 03:14:07 2009 Log: I totally disagree with a commenting style /** * Returns the width of the line. * * @return stroke width */ public float getLineWidth() I prefer to not see my name in such source files.

[piccolo2d-dev] [piccolo2d] r886 committed - I agree completely. Comments of that kind are pretty useless, but inst...

2009-11-03 Thread piccolo2d
Revision: 886 Author: allain.lalonde Date: Tue Nov 3 04:25:39 2009 Log: I agree completely. Comments of that kind are pretty useless, but instead of just mentioning it, why not fix it? I disagree with having developer names in files at all. If we didn't have subversion to track

[piccolo2d-dev] Re: invalidatePaint does not cause a repaint unless other events are occurring

2009-11-03 Thread Nigel
I agree, my interpretation is that calling invalidatePaint should result in a repaint sometime soon after. This differs from Piccolos current (wrong?) behaviour whereby calling invalidatePaint does not result in a repaint (unless some other event triggers the repaint). My gut feel is that

[piccolo2d-dev] Re: invalidatePaint does not cause a repaint unless other events are occurring

2009-11-03 Thread Allain Lalonde
Right. This is the default behaviour for repaint() on a Node. it will group all the repaint requests together that occur within a UI Cycle. 2009/11/3 Nigel nigel.tamp...@f2s.com I agree, my interpretation is that calling invalidatePaint should result in a repaint sometime soon after. This

[piccolo2d-dev] [piccolo2d] r887 committed - adding @since 1.3 tags

2009-11-03 Thread piccolo2d
Revision: 887 Author: heuermh Date: Tue Nov 3 10:48:31 2009 Log: adding @since 1.3 tags http://code.google.com/p/piccolo2d/source/detail?r=887 Modified: /piccolo2d.java/trunk/extras/src/main/java/edu/umd/cs/piccolox/nodes/PShadow.java

[piccolo2d-dev] @since tags in extras, swt

2009-11-03 Thread Michael Heuer
I haven't been able to get clirr to run for the extras or swt modules yet $ clirr.sh --old-version ../piccolo2d.java-release-1.2.1/build/piccolox.jar --new-version extras/target/piccolo2d-extras-1.3-SNAPSHOT.jar --orig-classpath ../piccolo2d.java-release-1.2.1/build/piccolo.jar --new-classpath

[piccolo2d-dev] Re: invalidatePaint does not cause a repaint unless other events are occurring

2009-11-03 Thread Allain Lalonde
Great :) No need to change anything. 2009/11/3 nls...@googlemail.com The problem seems to be caused by updating the scene graph by a thread other than the Swing event dispatch thread. This is not allowed, a solution is explained in the Piccolo2D Patterns. A consequence of updates by wrong

[piccolo2d-dev] Re: Issue 131 in piccolo2d: PScrollPane does not use setInteracting() on the canvas

2009-11-03 Thread piccolo2d
Updates: Status: Verified Comment #3 on issue 131 by heuermh: PScrollPane does not use setInteracting() on the canvas http://code.google.com/p/piccolo2d/issues/detail?id=131 The ScrollingExample looks good to me on several platforms. -- You received this message because you are

[piccolo2d-dev] Re: Issue 83 in piccolo2d: PSwing are fuzzy when scale!=1, due to buffering of the PSwing

2009-11-03 Thread piccolo2d
Updates: Status: Verified Comment #24 on issue 83 by heuermh: PSwing are fuzzy when scale!=1, due to buffering of the PSwing http://code.google.com/p/piccolo2d/issues/detail?id=83 Looks good to me on Mac OSX 10.5.8 PPC $ java -version java version 1.5.0_20 Java(TM) 2 Runtime