[piccolo2d-dev] Issue 110 in piccolo2d: Syntactical code clean

2009-07-28 Thread codesite-noreply
Comment #5 on issue 110 by allain.lalonde: Syntactical code clean http://code.google.com/p/piccolo2d/issues/detail?id=110 (copied form mailing list) final on parameters protects us from writing to them from within methods. FindBugs and PMD (I think) both flag this behaviour as problematic and

[piccolo2d-dev] Issue 111 in piccolo2d: Piccolo is missing HTML support

2009-07-28 Thread codesite-noreply
Comment #1 on issue 111 by mr0...@mro.name: Piccolo is missing HTML support http://code.google.com/p/piccolo2d/issues/detail?id=111 great! -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue

[piccolo2d-dev] Issue 111 in piccolo2d: Piccolo is missing HTML support

2009-07-28 Thread codesite-noreply
Comment #2 on issue 111 by samrreid: Piccolo is missing HTML support http://code.google.com/p/piccolo2d/issues/detail?id=111 In some runs, I experimented with making the internal JLabel static (so all PHTML shared a copy), and didn't see any problems with the rendering. We should discuss

[piccolo2d-dev] Issue 63 in piccolo2d: JSlider fails to render knob icon under Intel Macs in Java 1.5

2009-07-28 Thread codesite-noreply
Comment #3 on issue 63 by samrreid: JSlider fails to render knob icon under Intel Macs in Java 1.5 http://code.google.com/p/piccolo2d/issues/detail?id=63 My coworker, the reporter of this bug, indicated that this bug is fixed with newer versions Mac's Java implementation. -- You received

[piccolo2d-dev] Issue 110 in piccolo2d: Syntactical code clean

2009-07-28 Thread codesite-noreply
Comment #6 on issue 110 by samrreid: Syntactical code clean http://code.google.com/p/piccolo2d/issues/detail?id=110 If we already have a process in place that flags reassignment to variables and arguments (as allain suggested above), then I think inserting 'final' is unnecessary. -- You

[piccolo2d-dev] Issue 110 in piccolo2d: Syntactical code clean

2009-07-28 Thread codesite-noreply
Comment #7 on issue 110 by heuermh: Syntactical code clean http://code.google.com/p/piccolo2d/issues/detail?id=110 I thought I did apply the Eclipse formatter at one point in the past? Checkstyle doesn't show many whitespace errors. I would advise to be careful with the final parameter

[piccolo2d-dev] Issue 110 in piccolo2d: Syntactical code clean

2009-07-28 Thread codesite-noreply
Comment #8 on issue 110 by mr0...@mro.name: Syntactical code clean http://code.google.com/p/piccolo2d/issues/detail?id=110 @Michael: you did? the better! So there won't be many ws diffs. @All: A process in place is a good thing to have. But if that leads to not using the compiler to detect

[piccolo2d-dev] [piccolo2d] r595 commited - Added PHtml and HTMLExample...

2009-07-28 Thread codesite-noreply
Revision: 595 Author: allain.lalonde Date: Tue Jul 28 10:22:29 2009 Log: Added PHtml and HTMLExample I've made it support link clicks by having a getClickedAddress(Point2D point) method. http://code.google.com/p/piccolo2d/source/detail?r=595 Added:

[piccolo2d-dev] Issue 101 in piccolo2d: Eliminate printStackTrace

2009-07-28 Thread codesite-noreply
Updates: Status: Started Comment #11 on issue 101 by mr0...@mro.name: Eliminate printStackTrace http://code.google.com/p/piccolo2d/issues/detail?id=101 undone in r596. will commit the agreed on changes soon. -- You received this message because you are listed in the owner or CC fields

[piccolo2d-dev] Issue 22 in piccolo2d: Name property for PNodes

2009-07-28 Thread codesite-noreply
Comment #21 on issue 22 by mr0...@mro.name: Name property for PNodes http://code.google.com/p/piccolo2d/issues/detail?id=22 undone in r597. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue

[piccolo2d-dev] Issue 110 in piccolo2d: Syntactical code clean

2009-07-28 Thread codesite-noreply
Comment #9 on issue 110 by mr0...@mro.name: Syntactical code clean http://code.google.com/p/piccolo2d/issues/detail?id=110 done it, see r599 local mvn build ok, hudson struggles with the checkout. @Michael: can you clirr this version against 1.2.1? -- You received this message because you

[piccolo2d-dev] Issue 110 in piccolo2d: Syntactical code clean

2009-07-28 Thread codesite-noreply
Updates: Status: Fixed Comment #10 on issue 110 by mr0...@mro.name: Syntactical code clean http://code.google.com/p/piccolo2d/issues/detail?id=110 BTW, r599 also added the Eclipse Code Clean Profile

[piccolo2d-dev] [piccolo2d] r600 commited - issue#22 again without syntax check.

2009-07-28 Thread codesite-noreply
Revision: 600 Author: mr0...@mro.name Date: Tue Jul 28 13:25:13 2009 Log: issue#22 again without syntax check. http://code.google.com/p/piccolo2d/source/detail?r=600 Modified: /piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/PNode.java === ---

[piccolo2d-dev] Issue 22 in piccolo2d: Name property for PNodes

2009-07-28 Thread codesite-noreply
Comment #22 on issue 22 by mr0...@mro.name: Name property for PNodes http://code.google.com/p/piccolo2d/issues/detail?id=22 redone in r600. Please verify and vote. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue.

[piccolo2d-dev] Issue 101 in piccolo2d: Eliminate printStackTrace

2009-07-28 Thread codesite-noreply
Updates: Status: Fixed Comment #12 on issue 101 by mr0...@mro.name: Eliminate printStackTrace http://code.google.com/p/piccolo2d/issues/detail?id=101 redone in r601. Please verify vote. -- You received this message because you are listed in the owner or CC fields of this issue, or

[piccolo2d-dev] Issue 22 in piccolo2d: Name property for PNodes

2009-07-28 Thread codesite-noreply
Updates: Status: Fixed Comment #23 on issue 22 by mr0...@mro.name: Name property for PNodes http://code.google.com/p/piccolo2d/issues/detail?id=22 (No comment was entered for this change.) -- You received this message because you are listed in the owner or CC fields of this issue, or

[piccolo2d-dev] [piccolo2d] r605 commited - a rude review: the example looks nice, the matching needs some tests.

2009-07-28 Thread codesite-noreply
Revision: 605 Author: mr0...@mro.name Date: Tue Jul 28 14:32:21 2009 Log: a rude review: the example looks nice, the matching needs some tests. http://code.google.com/p/piccolo2d/source/detail?r=605 Modified:

[piccolo2d-dev] [piccolo2d] r606 commited - forgot to clean

2009-07-28 Thread codesite-noreply
Revision: 606 Author: mr0...@mro.name Date: Tue Jul 28 14:34:37 2009 Log: forgot to clean http://code.google.com/p/piccolo2d/source/detail?r=606 Modified: /piccolo2d.java/branches/phtml/examples/src/main/java/edu/umd/cs/piccolo/examples/HTMLExample.java

[piccolo2d-dev] [piccolo2d] r607 commited - uh - non-wellformed HTML allowed - honestly?

2009-07-28 Thread codesite-noreply
Revision: 607 Author: mr0...@mro.name Date: Tue Jul 28 14:37:17 2009 Log: uh - non-wellformed HTML allowed - honestly? http://code.google.com/p/piccolo2d/source/detail?r=607 Modified: /piccolo2d.java/branches/phtml/core/src/main/java/edu/umd/cs/piccolo/nodes/PHtml.java

[piccolo2d-dev] [piccolo2d] r608 commited - Bug Example. Maybe esoteric but allowed and no warning in the docs.

2009-07-28 Thread codesite-noreply
Revision: 608 Author: mr0...@mro.name Date: Tue Jul 28 14:41:02 2009 Log: Bug Example. Maybe esoteric but allowed and no warning in the docs. http://code.google.com/p/piccolo2d/source/detail?r=608 Modified:

[piccolo2d-dev] [piccolo2d] r609 commited - Made PHtml not use regular expressions for parsing HTML3.2 since it re...

2009-07-28 Thread codesite-noreply
Revision: 609 Author: allain.lalonde Date: Tue Jul 28 21:35:50 2009 Log: Made PHtml not use regular expressions for parsing HTML3.2 since it really couldn't handle malformed HTML at all. At least now there's a passing attempt. http://code.google.com/p/piccolo2d/source/detail?r=609 Added:

[piccolo2d-dev] [piccolo2d] r610 commited - Removed example of 'invalid' html markup, since it's been fixed

2009-07-28 Thread codesite-noreply
Revision: 610 Author: allain.lalonde Date: Tue Jul 28 21:39:14 2009 Log: Removed example of 'invalid' html markup, since it's been fixed http://code.google.com/p/piccolo2d/source/detail?r=610 Modified:

[piccolo2d-dev] Issue 112 in piccolo2d: OSX: Error: custom stroke not implemented

2009-07-29 Thread codesite-noreply
Comment #1 on issue 112 by mr0...@mro.name: OSX: Error: custom stroke not implemented http://code.google.com/p/piccolo2d/issues/detail?id=112 proposed fix: ### Eclipse Workspace Patch 1.0 #P phtml Index: core/src/main/java/edu/umd/cs/piccolo/nodes/PPath.java

[piccolo2d-dev] [piccolo2d] r613 commited - issue#61 - repair compiler errors.

2009-07-29 Thread codesite-noreply
Revision: 613 Author: mr0...@mro.name Date: Wed Jul 29 03:03:31 2009 Log: issue#61 - repair compiler errors. http://code.google.com/p/piccolo2d/source/detail?r=613 Modified: /piccolo2d.java/branches/svg2009/svg/src/main/java/org/piccolo2d/svg/PathParser.java

[piccolo2d-dev] [piccolo2d] r614 commited - issue#61 - code clean.

2009-07-29 Thread codesite-noreply
Revision: 614 Author: mr0...@mro.name Date: Wed Jul 29 03:04:53 2009 Log: issue#61 - code clean. http://code.google.com/p/piccolo2d/source/detail?r=614 Modified: /piccolo2d.java/branches/svg2009/svg/src/main/java/org/piccolo2d/svg/SvgSaxHandler.java

[piccolo2d-dev] [piccolo2d] r615 commited - issue#61 - repair compiler errors. Strange - JDK 1.4 had no IOEx there...

2009-07-29 Thread codesite-noreply
Revision: 615 Author: mr0...@mro.name Date: Wed Jul 29 03:17:21 2009 Log: issue#61 - repair compiler errors. Strange - JDK 1.4 had no IOEx there while 1.4.2 has... http://code.google.com/p/piccolo2d/source/detail?r=615 Modified:

[piccolo2d-dev] Issue 112 in piccolo2d: OSX: Error: custom stroke not implemented

2009-07-29 Thread codesite-noreply
Comment #5 on issue 112 by heuermh: OSX: Error: custom stroke not implemented http://code.google.com/p/piccolo2d/issues/detail?id=112 If we can come up with a profound solution that works on all platforms, I'm all for it. If we have to do OS java version checks (if jdk 1.6+ is not a

[piccolo2d-dev] Issue 112 in piccolo2d: OSX: Error: custom stroke not implemented

2009-07-29 Thread codesite-noreply
Comment #7 on issue 112 by mr0...@mro.name: OSX: Error: custom stroke not implemented http://code.google.com/p/piccolo2d/issues/detail?id=112 Such a drag: http://mro.name/drop/java-puzzle-what%27s%20wrong%20here%3F.png I wrote this yesterday:

[piccolo2d-dev] [piccolo2d] r619 commited - issue#61 new svg branch url

2009-07-29 Thread codesite-noreply
Revision: 619 Author: mr0...@mro.name Date: Wed Jul 29 06:36:15 2009 Log: issue#61 new svg branch url http://code.google.com/p/piccolo2d/source/detail?r=619 Modified: /wiki/SvgSupport.wiki === --- /wiki/SvgSupport.wiki Tue Jul 21 18:48:54 2009 +++

[piccolo2d-dev] Issue 114 in piccolo2d: Minor API improvements to PText

2009-07-29 Thread codesite-noreply
Status: New Owner: Labels: Type-Enhancement Priority-Low Effort-Low OpSys-All Toolkit-Piccolo2D.Java Component-Core New issue 114 by heuermh: Minor API improvements to PText http://code.google.com/p/piccolo2d/issues/detail?id=114 When considering the code on the phtml branch, I noticed a

[piccolo2d-dev] Issue 112 in piccolo2d: OSX: Error: custom stroke not implemented

2009-07-29 Thread codesite-noreply
Comment #10 on issue 112 by mr0...@mro.name: OSX: Error: custom stroke not implemented http://code.google.com/p/piccolo2d/issues/detail?id=112 Such a fail: http://mro.name/drop/java-puzzle-solved.png Maybe we'll make PFixedWidthStroke inherit BasicStroke? -- You received this message

[piccolo2d-dev] Issue 114 in piccolo2d: Minor API improvements to PText

2009-07-29 Thread codesite-noreply
Comment #1 on issue 114 by heuermh: Minor API improvements to PText http://code.google.com/p/piccolo2d/issues/detail?id=114 More bad smells: font property can be set to null, but then DEFAULT_FONT is used. Would be better if it were set to DEFAULT_FONT on construction and if setFont(null)

[piccolo2d-dev] Issue 115 in piccolo2d: Discontinue .Net

2009-07-29 Thread codesite-noreply
Status: Accepted Owner: mr0...@mro.name Labels: Type-Task Priority-High Effort-Low OpSys-Windows Toolkit-Piccolo2D.NET Milestone-1.3 Maintainability New issue 115 by mr0...@mro.name: Discontinue .Net http://code.google.com/p/piccolo2d/issues/detail?id=115 Because of a lacking future of .Net

[piccolo2d-dev] Issue 114 in piccolo2d: Minor API improvements to PText

2009-07-29 Thread codesite-noreply
Comment #3 on issue 114 by heuermh: Minor API improvements to PText http://code.google.com/p/piccolo2d/issues/detail?id=114 And patch for justification/horizontalAlignment: Index: PText.java === --- PText.java (revision 622) +++

[piccolo2d-dev] Issue 114 in piccolo2d: Minor API improvements to PText

2009-07-29 Thread codesite-noreply
Updates: Status: Started Owner: heuermh Comment #4 on issue 114 by heuermh: Minor API improvements to PText http://code.google.com/p/piccolo2d/issues/detail?id=114 In addition to those issues described above, javadoc has been improved and protected paint(PPaintContext) has

[piccolo2d-dev] [piccolo2d] r624 commited - Issue 114 ; minor javadoc fix

2009-07-29 Thread codesite-noreply
Revision: 624 Author: heuermh Date: Wed Jul 29 20:11:27 2009 Log: Issue 114 ; minor javadoc fix http://code.google.com/p/piccolo2d/source/detail?r=624 Modified: /piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/nodes/PText.java === ---

[piccolo2d-dev] Issue 116 in piccolo2d: New round of clirr errors, as of r624

2009-07-30 Thread codesite-noreply
Updates: Status: Started Labels: Milestone-1.3 Comment #2 on issue 116 by mr0...@mro.name: New round of clirr errors, as of r624 http://code.google.com/p/piccolo2d/issues/detail?id=116 As of final see commits r625 + r626. -- You received this message because you are listed in

[piccolo2d-dev] Issue 116 in piccolo2d: New round of clirr errors, as of r624

2009-07-30 Thread codesite-noreply
Comment #3 on issue 116 by heuermh: New round of clirr errors, as of r624 http://code.google.com/p/piccolo2d/issues/detail?id=116 The code cleaner is smarter than we are. I like it. ;) No clirr errors or significant warnings remain. I misunderstood the ...has been removed, but an inherited

[piccolo2d-dev] [piccolo2d] r627 commited - Refactored PCacheCamera to cleanup and made it work in Headless mode.

2009-07-30 Thread codesite-noreply
Revision: 627 Author: allain.lalonde Date: Thu Jul 30 12:23:57 2009 Log: Refactored PCacheCamera to cleanup and made it work in Headless mode. http://code.google.com/p/piccolo2d/source/detail?r=627 Modified:

[piccolo2d-dev] Issue 115 in piccolo2d: Discontinue .Net

2009-07-30 Thread codesite-noreply
Comment #1 on issue 115 by allain.lalonde: Discontinue .Net http://code.google.com/p/piccolo2d/issues/detail?id=115 Amen. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification

[piccolo2d-dev] [piccolo2d] r629 committed - PMD bugs attack.

2009-07-30 Thread codesite-noreply
Revision: 629 Author: allain.lalonde Date: Thu Jul 30 14:59:39 2009 Log: PMD bugs attack. http://code.google.com/p/piccolo2d/source/detail?r=629 Modified: /piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/PCamera.java

[piccolo2d-dev] Issue 117 in piccolo2d: Text rendering in PText and JLabel via PSwing appear not to respect antialiasing rendering hints

2009-07-30 Thread codesite-noreply
Status: New Owner: Labels: Type-Enhancement Priority-Medium OpSys-All Toolkit-Piccolo2D.Java New issue 117 by heuermh: Text rendering in PText and JLabel via PSwing appear not to respect antialiasing rendering hints http://code.google.com/p/piccolo2d/issues/detail?id=117 Consider the

[piccolo2d-dev] Issue 31 in piccolo2d: PActivity activityFinished gets called multiple times

2009-07-30 Thread codesite-noreply
Comment #6 on issue 31 by allain.lalonde: PActivity activityFinished gets called multiple times http://code.google.com/p/piccolo2d/issues/detail?id=31 This can be resolved by adding a reset/reschedule method to the activity that would reschedule the event when called. Activity could be

[piccolo2d-dev] Issue 118 in piccolo2d: PCanvas.getLayer() is misleading

2009-07-31 Thread codesite-noreply
Status: Accepted Owner: allain.lalonde Labels: Type-Defect Priority-Low Toolkit-Piccolo2D.Java OpSys-All Component-Core Milestone-2.0 Usability New issue 118 by allain.lalonde: PCanvas.getLayer() is misleading http://code.google.com/p/piccolo2d/issues/detail?id=118 PCanvas.getLayer()'s name

[piccolo2d-dev] Issue 118 in piccolo2d: PCanvas.getLayer() is misleading

2009-07-31 Thread codesite-noreply
Comment #1 on issue 118 by mr0...@mro.name: PCanvas.getLayer() is misleading http://code.google.com/p/piccolo2d/issues/detail?id=118 +1 for firstLayer. Add it soon, make getLayer() deprecated. -- You received this message because you are listed in the owner or CC fields of this issue, or

[piccolo2d-dev] Issue 118 in piccolo2d: PCanvas.getLayer() is misleading

2009-07-31 Thread codesite-noreply
Comment #3 on issue 118 by allain.lalonde: PCanvas.getLayer() is misleading http://code.google.com/p/piccolo2d/issues/detail?id=118 After having thought about it a little while, I've thought of this approach: Change PCanvas to have getLayer(index) as opposed to getLayer(). It wouldn't hide

[piccolo2d-dev] Issue 118 in piccolo2d: PCanvas.getLayer() is misleading

2009-07-31 Thread codesite-noreply
Comment #4 on issue 118 by allain.lalonde: PCanvas.getLayer() is misleading http://code.google.com/p/piccolo2d/issues/detail?id=118 After speaking with heuermh, I've decided that changing it without giving it more thought is out of the question. It's too integral a part of the way most

[piccolo2d-dev] [piccolo2d] r632 committed - Cleaning up checkstyle and single line javadocs on fields

2009-08-01 Thread codesite-noreply
Revision: 632 Author: allain.lalonde Date: Sat Aug 1 04:53:29 2009 Log: Cleaning up checkstyle and single line javadocs on fields http://code.google.com/p/piccolo2d/source/detail?r=632 Modified: /piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/PCamera.java

[piccolo2d-dev] [piccolo2d] r633 committed - Issue 114 ; additional minor formatting and javadoc fixes

2009-08-02 Thread codesite-noreply
Revision: 633 Author: heuermh Date: Sun Aug 2 19:41:03 2009 Log: Issue 114 ; additional minor formatting and javadoc fixes http://code.google.com/p/piccolo2d/source/detail?r=633 Modified: /piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/nodes/PText.java

[piccolo2d-dev] [piccolo2d] r635 committed - minor API improvements to PSwing, javadoc improvements, and formatting...

2009-08-02 Thread codesite-noreply
Revision: 635 Author: heuermh Date: Sun Aug 2 19:49:04 2009 Log: minor API improvements to PSwing, javadoc improvements, and formatting changes http://code.google.com/p/piccolo2d/source/detail?r=635 Modified:

[piccolo2d-dev] [piccolo2d] r636 committed - minor API improvements to PSwing, javadoc improvements, and formatting...

2009-08-02 Thread codesite-noreply
Revision: 636 Author: heuermh Date: Sun Aug 2 19:50:05 2009 Log: minor API improvements to PSwing, javadoc improvements, and formatting changes http://code.google.com/p/piccolo2d/source/detail?r=636 Modified:

[piccolo2d-dev] Issue 119 in piccolo2d: PInputEvent needs refactoring

2009-08-04 Thread codesite-noreply
Status: Accepted Owner: allain.lalonde Labels: Type-Enhancement Priority-Medium Effort-High OpSys-All Toolkit-Piccolo2D.Java Component-Core Milestone-2.0 Usability New issue 119 by allain.lalonde: PInputEvent needs refactoring http://code.google.com/p/piccolo2d/issues/detail?id=119

[piccolo2d-dev] [piccolo2d] r641 committed - Modified HTMLExample to refer to match renaming of PHtml to PHtmlView

2009-08-04 Thread codesite-noreply
Revision: 641 Author: allain.lalonde Date: Tue Aug 4 07:05:16 2009 Log: Modified HTMLExample to refer to match renaming of PHtml to PHtmlView http://code.google.com/p/piccolo2d/source/detail?r=641 Added:

[piccolo2d-dev] [piccolo2d] r642 committed - issue#111: merged phtml branch to trunk

2009-08-04 Thread codesite-noreply
Revision: 642 Author: allain.lalonde Date: Tue Aug 4 07:26:15 2009 Log: issue#111: merged phtml branch to trunk http://code.google.com/p/piccolo2d/source/detail?r=642 Added: /piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/nodes/PHtmlView.java

[piccolo2d-dev] [piccolo2d] r643 committed - Fixed reference to invalid getClickedAddress method in HtmlViewExample...

2009-08-04 Thread codesite-noreply
Revision: 643 Author: allain.lalonde Date: Tue Aug 4 07:32:58 2009 Log: Fixed reference to invalid getClickedAddress method in HtmlViewExample. http://code.google.com/p/piccolo2d/source/detail?r=643 Modified:

[piccolo2d-dev] [piccolo2d] r644 committed - Removing phtml branch

2009-08-04 Thread codesite-noreply
Revision: 644 Author: allain.lalonde Date: Tue Aug 4 08:07:04 2009 Log: Removing phtml branch http://code.google.com/p/piccolo2d/source/detail?r=644 Deleted: /piccolo2d.java/branches/phtml --~--~-~--~~~---~--~~ Piccolo2D Developers Group:

[piccolo2d-dev] [piccolo2d] r645 committed - Checkstyle fixes and some cleanup of PBounds.

2009-08-04 Thread codesite-noreply
Revision: 645 Author: allain.lalonde Date: Tue Aug 4 09:04:02 2009 Log: Checkstyle fixes and some cleanup of PBounds. http://code.google.com/p/piccolo2d/source/detail?r=645 Modified: /piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/nodes/PHtmlView.java

[piccolo2d-dev] [piccolo2d] r646 committed - 1. Some more checkstyle hunting....

2009-08-04 Thread codesite-noreply
Revision: 646 Author: allain.lalonde Date: Tue Aug 4 13:42:37 2009 Log: 1. Some more checkstyle hunting. 2. Fixed a bug with calling PFrame.setFullScreenMode multiple times in a row. http://code.google.com/p/piccolo2d/source/detail?r=646 Modified:

[piccolo2d-dev] Issue 16 in piccolo2d: Support non-rectangular zooming of PCameras on nodes

2009-08-04 Thread codesite-noreply
Comment #6 on issue 16 by allain.lalonde: Support non-rectangular zooming of PCameras on nodes http://code.google.com/p/piccolo2d/issues/detail?id=16 Although I think this does allow for maximum flexibility, I can't help but wonder if the payoffs are not worth it. The very concept of node's

[piccolo2d-dev] Issue 111 in piccolo2d: Piccolo is missing HTML support

2009-08-04 Thread codesite-noreply
Comment #5 on issue 111 by allain.lalonde: Piccolo is missing HTML support http://code.google.com/p/piccolo2d/issues/detail?id=111 merged branch in r642 -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may

[piccolo2d-dev] Issue 80 in piccolo2d: PCanvas button handling code doesn't dispatch multi-button presses.

2009-08-04 Thread codesite-noreply
Updates: Status: WontFix Comment #3 on issue 80 by allain.lalonde: PCanvas button handling code doesn't dispatch multi-button presses. http://code.google.com/p/piccolo2d/issues/detail?id=80 I've confirmed that this was my misunderstanding the swing spec. Turns out that left+right at

[piccolo2d-dev] Issue 106 in piccolo2d: toImage array is too simple in its fill behaviour

2009-08-05 Thread codesite-noreply
Comment #1 on issue 106 by allain.lalonde: toImage array is too simple in its fill behaviour http://code.google.com/p/piccolo2d/issues/detail?id=106 Actually #2 (the first one) is the one I'll go with as the default. -- You received this message because you are listed in the owner or CC

[piccolo2d-dev] [piccolo2d] r649 committed - Fixed issue 106. Added fillStrategy to the toImage method....

2009-08-05 Thread codesite-noreply
Revision: 649 Author: allain.lalonde Date: Wed Aug 5 07:47:02 2009 Log: Fixed issue 106. Added fillStrategy to the toImage method. Not sure if this method will stick around long term in 2.0, since it's doing something that more appropriately belongs in a helper class of some sort, but it

[piccolo2d-dev] Issue 120 in piccolo2d: ant all fails to build all of piccolo

2009-08-05 Thread codesite-noreply
Updates: Status: WontFix Labels: Type-Defect Priority-Medium Effort-Low OpSys-Linux Toolkit-Piccolo2D.Java Milestone-1.2.1 Comment #1 on issue 120 by allain.lalonde: ant all fails to build all of piccolo http://code.google.com/p/piccolo2d/issues/detail?id=120 This issue

[piccolo2d-dev] Issue 88 in piccolo2d: toImage doesn't return an image of the proper size

2009-08-05 Thread codesite-noreply
Updates: Status: Fixed Comment #6 on issue 88 by allain.lalonde: toImage doesn't return an image of the proper size http://code.google.com/p/piccolo2d/issues/detail?id=88 Fixed in r649 -- You received this message because you are listed in the owner or CC fields of this issue, or

[piccolo2d-dev] [piccolo2d] r651 committed - Fixed bug causing PFrame not to display by default.

2009-08-05 Thread codesite-noreply
Revision: 651 Author: allain.lalonde Date: Wed Aug 5 09:16:51 2009 Log: Fixed bug causing PFrame not to display by default. http://code.google.com/p/piccolo2d/source/detail?r=651 Modified: /piccolo2d.java/trunk/extras/src/main/java/edu/umd/cs/piccolox/PFrame.java

[piccolo2d-dev] Issue 56 in piccolo2d: Infinite rendering loop caused by setOffset/Bounds/Scale in layoutChildren

2009-08-05 Thread codesite-noreply
Updates: Status: Verified Comment #2 on issue 56 by allain.lalonde: Infinite rendering loop caused by setOffset/Bounds/Scale in layoutChildren http://code.google.com/p/piccolo2d/issues/detail?id=56 Because of the code in setBounds: if (bounds.x != x || bounds.y != y || bounds.width

[piccolo2d-dev] Issue 120 in piccolo2d: ant all fails to build all of piccolo

2009-08-05 Thread codesite-noreply
Updates: Status: Accepted Comment #3 on issue 120 by allain.lalonde: ant all fails to build all of piccolo http://code.google.com/p/piccolo2d/issues/detail?id=120 Very good point. I'll make try and make this work. -- You received this message because you are listed in the owner or CC

[piccolo2d-dev] Issue 120 in piccolo2d: ant all fails to build all of piccolo

2009-08-05 Thread codesite-noreply
Comment #4 on issue 120 by allain.lalonde: ant all fails to build all of piccolo http://code.google.com/p/piccolo2d/issues/detail?id=120 Here's a patch that allows it to compile on my system. I'm not sure about the procedure for patching a tag release-1.2.1 so, I'll let someone else apply

[piccolo2d-dev] Issue 13 in piccolo2d: PSwing components cause extraneous redraws

2009-08-05 Thread codesite-noreply
Updates: Status: Verified Comment #11 on issue 13 by allain.lalonde: PSwing components cause extraneous redraws http://code.google.com/p/piccolo2d/issues/detail?id=13 Thought it through even handles when the component is larger than the repaint region. -- You received this message

[piccolo2d-dev] Issue 32 in piccolo2d: PSwing mouse wheel support

2009-08-06 Thread codesite-noreply
Comment #4 on issue 32 by allain.lalonde: PSwing mouse wheel support http://code.google.com/p/piccolo2d/issues/detail?id=32 I've applied the changes manually by analyzing the patch above. It works flawlessly! Good job steve! I've attached the patch. I will commit the changes after I

[piccolo2d-dev] Issue 121 in piccolo2d: Refactor PNode to break out some responsibilities.

2009-08-06 Thread codesite-noreply
Comment #1 on issue 121 by heuermh: Refactor PNode to break out some responsibilities. http://code.google.com/p/piccolo2d/issues/detail?id=121 I agree, toImage and print functionality seem like good candidates for extracting out into instances of the Strategy pattern. -- You received this

[piccolo2d-dev] [piccolo2d] r655 committed - Resolved Issue 32 using steveonjava's code....

2009-08-06 Thread codesite-noreply
Revision: 655 Author: allain.lalonde Date: Thu Aug 6 09:07:42 2009 Log: Resolved Issue 32 using steveonjava's code. Also, tidied up the PSwingEventHandler code. http://code.google.com/p/piccolo2d/source/detail?r=655 Added:

[piccolo2d-dev] Issue 120 in piccolo2d: ant all fails to build all of piccolo

2009-08-06 Thread codesite-noreply
Comment #9 on issue 120 by dave.jarvis: ant all fails to build all of piccolo http://code.google.com/p/piccolo2d/issues/detail?id=120 http://maven.apache.org/ant-tasks ;-) The rhetoric isn't anti-IDE. It's anti-specific-IDE. IDEs are a great productivity boon, and have been since the early

[piccolo2d-dev] Issue 121 in piccolo2d: Refactor PNode to break out some responsibilities.

2009-08-06 Thread codesite-noreply
Comment #2 on issue 121 by mr0...@mro.name: Refactor PNode to break out some responsibilities. http://code.google.com/p/piccolo2d/issues/detail?id=121 Couldn't they even be completely removed from PNode and rather be decorators to PNode leveraging POffscreenCanvas? -- You received this

[piccolo2d-dev] [piccolo2d] r658 committed - Issue 111 ; API and javadoc improvements to PHtmlView, html -- text, ...

2009-08-06 Thread codesite-noreply
Revision: 658 Author: heuermh Date: Thu Aug 6 10:18:47 2009 Log: Issue 111 ; API and javadoc improvements to PHtmlView, html -- text, htmlColor -- textColor, clickedAddress -- linkAddressAt, etc. http://code.google.com/p/piccolo2d/source/detail?r=658 Modified:

[piccolo2d-dev] Issue 111 in piccolo2d: Piccolo is missing HTML support

2009-08-06 Thread codesite-noreply
Comment #7 on issue 111 by heuermh: Piccolo is missing HTML support http://code.google.com/p/piccolo2d/issues/detail?id=111 Committed some of the changes I mentioned above for review in r658. $ svn commit -m Issue 111 ; API and javadoc improvements to PHtmlView, html -- text, htmlColor --

[piccolo2d-dev] [piccolo2d] r656 committed - Issue 111 ; adding correct license header text

2009-08-06 Thread codesite-noreply
Revision: 656 Author: heuermh Date: Thu Aug 6 09:14:02 2009 Log: Issue 111 ; adding correct license header text http://code.google.com/p/piccolo2d/source/detail?r=656 Modified: /piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/nodes/PHtmlView.java

[piccolo2d-dev] Issue 120 in piccolo2d: ant all fails to build all of piccolo

2009-08-06 Thread codesite-noreply
Status: New Owner: New issue 120 by dave.jarvis: ant all fails to build all of piccolo http://code.google.com/p/piccolo2d/issues/detail?id=120 What steps will reproduce the problem? 1. Download Piccolo2D. 2. Unzip archive. 3. ant all What is the expected output? Expected at least one

[piccolo2d-dev] [piccolo2d] r639 committed - Additional Checkstyle fixes. Also, made java doc comments on private m...

2009-08-06 Thread codesite-noreply
Revision: 639 Author: allain.lalonde Date: Mon Aug 3 19:46:04 2009 Log: Additional Checkstyle fixes. Also, made java doc comments on private members/fields optional. http://code.google.com/p/piccolo2d/source/detail?r=639 Modified: /piccolo2d.java/trunk/core/src/build/conf/checkstyle.xml

[piccolo2d-dev] [piccolo2d] r657 committed - Issue 111 ; adding correct license header text

2009-08-06 Thread codesite-noreply
Revision: 657 Author: heuermh Date: Thu Aug 6 09:58:59 2009 Log: Issue 111 ; adding correct license header text http://code.google.com/p/piccolo2d/source/detail?r=657 Modified: /piccolo2d.java/trunk/core/src/test/java/edu/umd/cs/piccolo/nodes/PHtmlViewTest.java

[piccolo2d-dev] Issue 111 in piccolo2d: Piccolo is missing HTML support

2009-08-06 Thread codesite-noreply
Comment #8 on issue 111 by heuermh: Piccolo is missing HTML support http://code.google.com/p/piccolo2d/issues/detail?id=111 PHtmlView should also provide the paintGreek/greekThreshold mechanism as in PText and PSwing. -- You received this message because you are listed in the owner or CC

[piccolo2d-dev] [piccolo2d] r659 committed - Added test for PHtmlViewTest that checks for paint covering the entire...

2009-08-06 Thread codesite-noreply
Revision: 659 Author: allain.lalonde Date: Thu Aug 6 11:20:01 2009 Log: Added test for PHtmlViewTest that checks for paint covering the entire bounds. http://code.google.com/p/piccolo2d/source/detail?r=659 Modified:

[piccolo2d-dev] Issue 117 in piccolo2d: Text rendering in PText and JLabel via PSwing appear not to respect antialiasing rendering hints

2009-08-06 Thread codesite-noreply
Comment #2 on issue 117 by heuermh: Text rendering in PText and JLabel via PSwing appear not to respect antialiasing rendering hints http://code.google.com/p/piccolo2d/issues/detail?id=117 Attaching new version of text-rendering-benchmark.jar with PHtmlView. PHtmlView appears to have the

[piccolo2d-dev] [piccolo2d] r663 committed - Major reworking to PHtmlView so that it calculates its bounds correctl...

2009-08-06 Thread codesite-noreply
Revision: 663 Author: allain.lalonde Date: Thu Aug 6 16:04:58 2009 Log: Major reworking to PHtmlView so that it calculates its bounds correctly based on a fixed width and a variable height. Will make it more generic later. http://code.google.com/p/piccolo2d/source/detail?r=663 Modified:

[piccolo2d-dev] Issue 117 in piccolo2d: Text rendering in PText and JLabel via PSwing appear not to respect antialiasing rendering hints

2009-08-12 Thread codesite-noreply
Comment #3 on issue 117 by sheuer: Text rendering in PText and JLabel via PSwing appear not to respect antialiasing rendering hints http://code.google.com/p/piccolo2d/issues/detail?id=117 Results on mac os x java version 1.6.0_13 Java(TM) SE Runtime Environment (build 1.6.0_13-b03-211) Java

[piccolo2d-dev] Issue 122 in piccolo2d: Scaling differences between two layers

2009-08-17 Thread codesite-noreply
Status: New Owner: New issue 122 by matthias...@gmx.de: Scaling differences between two layers http://code.google.com/p/piccolo2d/issues/detail?id=122 What steps will reproduce the problem? 1. create Two Layers: backgroundLayer and hudLayer, add them to the root layer (put backgroundLayer

[piccolo2d-dev] [piccolo2d] r668 committed - Issue 64 ; adding ShadowUtils, PShadow to extras, ShadowExample to exa...

2009-08-20 Thread codesite-noreply
Revision: 668 Author: heuermh Date: Thu Aug 20 13:59:03 2009 Log: Issue 64 ; adding ShadowUtils, PShadow to extras, ShadowExample to examples http://code.google.com/p/piccolo2d/source/detail?r=668 Added:

[piccolo2d-dev] [piccolo2d] r670 committed - Issue 69 ; moving POffscreenCanvas to core

2009-08-20 Thread codesite-noreply
Revision: 670 Author: heuermh Date: Thu Aug 20 14:13:09 2009 Log: Issue 69 ; moving POffscreenCanvas to core http://code.google.com/p/piccolo2d/source/detail?r=670 Added: /piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/POffscreenCanvas.java

[piccolo2d-dev] Issue 69 in piccolo2d: Add integration with Processing (http://processing.org)

2009-08-20 Thread codesite-noreply
Updates: Labels: -Component-Extras Component-Core Comment #5 on issue 69 by heuermh: Add integration with Processing (http://processing.org) http://code.google.com/p/piccolo2d/issues/detail?id=69 Proposing this for inclusion in core. Vote at r670. commit -m Issue 69 ; moving

[piccolo2d-dev] Issue 64 in piccolo2d: Add shadow nodes to extras

2009-08-20 Thread codesite-noreply
Comment #5 on issue 64 by allain.lalonde: Add shadow nodes to extras http://code.google.com/p/piccolo2d/issues/detail?id=64 I like the code. I think it should be moved into a compositions attribute of the PNode class. If we start doing this kind of composition, then we end up moving exactly

[piccolo2d-dev] Issue 61 in piccolo2d: Investigate SVG support

2009-08-20 Thread codesite-noreply
Comment #6 on issue 61 by mttdgf: Investigate SVG support http://code.google.com/p/piccolo2d/issues/detail?id=61 Great work, very impressive, but I'm afraid I must vote against including svg support in Piccolo: 1) Loading SVG is only part of the standard, scripting integration is another

[piccolo2d-dev] Issue 123 in piccolo2d: PiccoloX uses Sun classes (sun.dc.path) that aren't in OpenJDK

2009-08-21 Thread codesite-noreply
Comment #2 on issue 123 by ibboard: PiccoloX uses Sun classes (sun.dc.path) that aren't in OpenJDK http://code.google.com/p/piccolo2d/issues/detail?id=123 I'll try to check it out next week, although I can't check out from public SVN at work because of the firewall rules. I had seen issue

[piccolo2d-dev] Issue 43 in piccolo2d: Prepare the 1.3 release

2009-09-04 Thread codesite-noreply
Comment #2 on issue 43 by akurtakov: Prepare the 1.3 release http://code.google.com/p/piccolo2d/issues/detail?id=43 Also can you consider adding the code used in pydev? It was sent to piccolo list long ago. See https://mailman.cs.umd.edu/pipermail/piccolo-chat/2006/003452.html -- You received

[piccolo2d-dev] Issue 43 in piccolo2d: Prepare the 1.3 release

2009-09-04 Thread codesite-noreply
Comment #3 on issue 43 by heuermh: Prepare the 1.3 release http://code.google.com/p/piccolo2d/issues/detail?id=43 Eliminate dependency on sun.* classes in PFixedWidthStroke is Issue 48. Added the post to piccolo-dev as Issue 124. Could you create a new issue for depends on swt 2.*? I'm not a

[piccolo2d-dev] Issue 124 in piccolo2d: Add additional constructors to PSWTImage

2009-09-04 Thread codesite-noreply
Status: New Owner: Labels: Type-Enhancement Priority-Medium Effort-Medium OpSys-All Toolkit-Piccolo2D.Java New issue 124 by heuermh: Add additional constructors to PSWTImage http://code.google.com/p/piccolo2d/issues/detail?id=124 Old post to piccolo-dev, referred to in Issue 43. From:

[piccolo2d-dev] Issue 115 in piccolo2d: Discontinue .Net

2009-09-17 Thread codesite-noreply
Comment #4 on issue 115 by heuermh: Discontinue .Net http://code.google.com/p/piccolo2d/issues/detail?id=115 The Piccolo2D.Java and Piccolo2D.Net toolkits are already out of sync, with the 1.2.1 release. I see no reason not to keep the .Net toolkit active as it were. There is continued

[piccolo2d-dev] Issue 125 in piccolo2d: Compilation failure in swt module under linux

2009-09-18 Thread codesite-noreply
Updates: Status: Accepted Owner: heuermh Labels: Type-Defect Priority-High Effort-Low OpSys-Linux Toolkit-Piccolo2D.Java Component-SWT Milestone-1.3 Comment #3 on issue 125 by heuermh: Compilation failure in swt module under linux

[piccolo2d-dev] Issue 128 in piccolo2d: Add osgi manifest to the builded jars

2009-09-29 Thread codesite-noreply
Updates: Labels: Milestone-1.3 Comment #1 on issue 128 by akurtakov: Add osgi manifest to the builded jars http://code.google.com/p/piccolo2d/issues/detail?id=128 (No comment was entered for this change.) -- You received this message because you are listed in the owner or CC fields of

[piccolo2d-dev] Issue 43 in piccolo2d: Prepare the 1.3 release

2009-10-07 Thread codesite-noreply
Comment #7 on issue 43 by samrreid: Prepare the 1.3 release http://code.google.com/p/piccolo2d/issues/detail?id=43 Since the 1.3 timeframe is looking like it might be a long ways off, I'm wondering how stable the svn trunk is, or about the possibility of making a 1.2.2 release candidate

<    1   2   3   4   5   6   >