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

2009-07-29 Thread codesite-noreply
Comment #2 on issue 112 by heuermh: OSX: "Error: custom stroke not implemented" http://code.google.com/p/piccolo2d/issues/detail?id=112 Could you throw that check into a static method or field, in say PUtil? Feel free to borrow implementation style from commons-lang SystemUtils: http://svn.a

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

2009-07-29 Thread codesite-noreply
Comment #3 on issue 112 by mr0...@mro.name: OSX: "Error: custom stroke not implemented" http://code.google.com/p/piccolo2d/issues/detail?id=112 sure. Something like PUtil.isAppleVm(); or so. I always hesitate to expand the API. Otherwise: code should be platform neutral if anyhow possible. E

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

2009-07-29 Thread codesite-noreply
Comment #4 on issue 112 by mr0...@mro.name: OSX: "Error: custom stroke not implemented" http://code.google.com/p/piccolo2d/issues/detail?id=112 so I favour a private static method for the moment. -- You received this message because you are listed in the owner or CC fields of this issue, or b

[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 pro

[piccolo2d-dev] Issue 113 in piccolo2d: Invisible nodes are reported to be picked by InputEventHandler

2009-07-29 Thread codesite-noreply
Updates: Status: Started Labels: Type-Defect Priority-Critical Effort-Low OpSys-All Toolkit-Piccolo2D.Java Component-Core Milestone-1.3 Comment #1 on issue 113 by allain.lalonde: Invisible nodes are reported to be picked by InputEventHandler http://code.google.com/p/piccolo2d/

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

2009-07-29 Thread codesite-noreply
Comment #8 on issue 112 by mr0...@mro.name: OSX: "Error: custom stroke not implemented" http://code.google.com/p/piccolo2d/issues/detail?id=112 http://files.getdropbox.com/u/965005/java-puzzle-what%27s%20wrong%20here%3F.png -- You received this message because you are listed in the owner or C

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

2009-07-29 Thread codesite-noreply
Comment #9 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://files.getdropbox.com/u/965005/java-puzzle-what%27s%20wrong%20here%3F.png I wrote this yesterday: http://code.google.com/p/piccol

[piccolo2d-dev] Issue 113 in piccolo2d: Invisible nodes are reported to be picked by InputEventHandler

2009-07-29 Thread codesite-noreply
Updates: Status: Fixed Comment #2 on issue 113 by allain.lalonde: Invisible nodes are reported to be picked by InputEventHandler http://code.google.com/p/piccolo2d/issues/detail?id=113 Fixed in r622 -- You received this message because you are listed in the owner or CC fields of this

[piccolo2d-dev] Issue 113 in piccolo2d: Invisible nodes are reported to be picked by InputEventHandler

2009-07-29 Thread codesite-noreply
Updates: Status: Verified Owner: allain.lalonde Comment #3 on issue 113 by mr0...@mro.name: Invisible nodes are reported to be picked by InputEventHandler http://code.google.com/p/piccolo2d/issues/detail?id=113 (No comment was entered for this change.) -- You received this mes

[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: http://code.google.com/p/piccolo2d/source/diff?

[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 +++ /wik

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

2009-07-29 Thread codesite-noreply
Comment #6 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: http://code.google.com/p/piccolo2d/source/diff?

[piccolo2d-dev] [piccolo2d] r620 commited - I am not happy with the code for mapping points to link addresses, but...

2009-07-29 Thread codesite-noreply
Revision: 620 Author: allain.lalonde Date: Wed Jul 29 10:49:31 2009 Log: I am not happy with the code for mapping points to link addresses, but it passes every test I can throw at it. I'll keep looking for something simpler, but in the end it'll be functionally equivalent to what's there now.

[piccolo2d-dev] [piccolo2d] r622 commited - Fixed Issue 113; made fullPick ignore a node and its children if that ...

2009-07-29 Thread codesite-noreply
Revision: 622 Author: allain.lalonde Date: Wed Jul 29 12:09:45 2009 Log: Fixed Issue 113; made fullPick ignore a node and its children if that node is invisible. http://code.google.com/p/piccolo2d/source/detail?r=622 Modified: /piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/PNode.

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

2009-07-29 Thread codesite-noreply
Comment #3 on issue 111 by heuermh: Piccolo is missing HTML support http://code.google.com/p/piccolo2d/issues/detail?id=111 A few thoughts about the code in the phtml branch, as of r620. The license text is not exactly correct, it should match the text in license-piccolo.txt I prefer the cla

[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
Updates: Status: WontFix Comment #11 on issue 112 by mr0...@mro.name: OSX: "Error: custom stroke not implemented" http://code.google.com/p/piccolo2d/issues/detail?id=112 that's a problem with JDK 1.4.2 that's fixed in 1.5.0 -- You received this message because you are listed in the ow

[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 becau

[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) th

[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 an

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

2009-07-29 Thread codesite-noreply
Comment #2 on issue 114 by heuermh: Minor API improvements to PText http://code.google.com/p/piccolo2d/issues/detail?id=114 Patch for some of the above: Index: PText.java === --- PText.java (revision 622) +++ PText.java (working

[piccolo2d-dev] [piccolo2d] r621 commited - ignores refined

2009-07-29 Thread codesite-noreply
Revision: 621 Author: mr0...@mro.name Date: Wed Jul 29 10:55:11 2009 Log: ignores refined http://code.google.com/p/piccolo2d/source/detail?r=621 Modified: /piccolo2d.java/trunk/.gitignore === --- /piccolo2d.java/trunk/.gitignoreTue Jul 14 01:14:45 2009 +

[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] [piccolo2d] r623 commited - Issue 114 ; minor API improvements to PText

2009-07-29 Thread codesite-noreply
Revision: 623 Author: heuermh Date: Wed Jul 29 19:55:26 2009 Log: Issue 114 ; minor API improvements to PText http://code.google.com/p/piccolo2d/source/detail?r=623 Modified: /piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/nodes/PText.java /piccolo2d.java/trunk/core/src/test/j

[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 been

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

2009-07-29 Thread codesite-noreply
Comment #4 on issue 111 by heuermh: Piccolo is missing HTML support http://code.google.com/p/piccolo2d/issues/detail?id=111 On further consideration, I like PHtmlView or PHTMLView better as a class name. It is not possible to use setTextPaint(Paint paint) because JLabel provides only setFor

[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 === --- /piccolo

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

2009-07-29 Thread codesite-noreply
Status: New Owner: Labels: Type-Defect Priority-Critical Effort-Low OpSys-All Toolkit-Piccolo2D.Java Component-Core New issue 116 by heuermh: New round of clirr errors, as of r624 http://code.google.com/p/piccolo2d/issues/detail?id=116 $ clirr.sh -n core/target/piccolo2d-core-1.3-SNAPSHOT

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

2009-07-30 Thread codesite-noreply
Updates: Status: Accepted Owner: mr0...@mro.name Comment #1 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 I see. I cannot dowload clirr as the cvs gives me a connection refused and the maven repo

[piccolo2d-dev] [piccolo2d] r625 commited - issue#116 reduce accidental finalicy

2009-07-30 Thread codesite-noreply
Revision: 625 Author: mr0...@mro.name Date: Thu Jul 30 02:01:10 2009 Log: issue#116 reduce accidental finalicy http://code.google.com/p/piccolo2d/source/detail?r=625 Modified: /piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/event/PInputEventFilter.java /piccolo2d.java/trunk/core

[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] [piccolo2d] r626 commited - issue#116 - tests accessing non-final fields to prevent code-clean fin...

2009-07-30 Thread codesite-noreply
Revision: 626 Author: mr0...@mro.name Date: Thu Jul 30 02:15:41 2009 Log: issue#116 - tests accessing non-final fields to prevent code-clean finalization. Code Clean. http://code.google.com/p/piccolo2d/source/detail?r=626 Added: /piccolo2d.java/trunk/core/src/test/java/edu/umd/cs/piccolo/ut

[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] Issue 116 in piccolo2d: New round of clirr errors, as of r624

2009-07-30 Thread codesite-noreply
Updates: Status: Fixed Comment #4 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 Well, what shall I say. Every now and then I have my troubles deciphering the english language subtleties. Especially when

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

2009-07-30 Thread codesite-noreply
Updates: Status: Verified Comment #5 on issue 116 by heuermh: New round of clirr errors, as of r624 http://code.google.com/p/piccolo2d/issues/detail?id=116 (No comment was entered for this change.) -- You received this message because you are listed in the owner or CC fields of this iss

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

2009-07-30 Thread codesite-noreply
Updates: Status: Fixed Comment #5 on issue 114 by heuermh: Minor API improvements to PText http://code.google.com/p/piccolo2d/issues/detail?id=114 (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 be

[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.java/trunk/extras/src/main/java/edu/umd/cs/piccolox/nodes/PCacheCamera.jav

[piccolo2d-dev] [piccolo2d] r628 commited - FingBugs Hunting.

2009-07-30 Thread codesite-noreply
Revision: 628 Author: allain.lalonde Date: Thu Jul 30 12:36:17 2009 Log: FingBugs Hunting. http://code.google.com/p/piccolo2d/source/detail?r=628 Added: /piccolo2d.java/trunk/core/src/test/java/edu/umd/cs/piccolo/MockPCamera.java Modified: /piccolo2d.java/trunk/core/src/main/java/edu/umd/cs

[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 prefer

[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.java/trunk/core/src/main/java/edu/umd/cs/piccolo/act

[piccolo2d-dev] [piccolo2d] r630 committed - Who knew. An overload that does nothing but call its parent that has a...

2009-07-30 Thread codesite-noreply
Revision: 630 Author: allain.lalonde Date: Thu Jul 30 15:07:25 2009 Log: Who knew. An overload that does nothing but call its parent that has a reason to exist. http://code.google.com/p/piccolo2d/source/detail?r=630 Modified: /piccolo2d.java/trunk/extras/src/main/java/edu/umd/cs/piccolox/sw

[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 atta

[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 sing

[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 im

[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 becaus

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

2009-07-31 Thread codesite-noreply
Comment #2 on issue 118 by heuermh: PCanvas.getLayer() is misleading http://code.google.com/p/piccolo2d/issues/detail?id=118 I thought the same and didn't include getLayer() in POffscreenCanvas. It is a nice bit of sugar though, and a nice conceptual shortcut as well. One typically adds ch

[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 any

[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 users

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

2009-07-31 Thread codesite-noreply
Comment #1 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 I added JTextComponent and direct Java2D text rendering to the benchmark and things got even stranger o

[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.java/trunk/co

[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.java/trunk/extras/src/main/java/edu/umd/cs/piccolox/pswing/PSwing.java

[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.java/trunk/extras/src/test/java/edu/umd/cs/piccolox/pswing/PSwingTest.

[piccolo2d-dev] [piccolo2d] r637 committed - CheckStyle hunting.

2009-08-03 Thread codesite-noreply
Revision: 637 Author: allain.lalonde Date: Mon Aug 3 10:19:18 2009 Log: CheckStyle hunting. http://code.google.com/p/piccolo2d/source/detail?r=637 Modified: /piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/activities/PActivity.java /piccolo2d.java/trunk/core/src/main/java/edu/

[piccolo2d-dev] [piccolo2d] r638 committed - CheckStyle hunting.

2009-08-03 Thread codesite-noreply
Revision: 638 Author: allain.lalonde Date: Mon Aug 3 12:11:00 2009 Log: CheckStyle hunting. http://code.google.com/p/piccolo2d/source/detail?r=638 Modified: /piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/util/PAffineTransformException.java ==

[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 PInputEvent

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

2009-08-04 Thread codesite-noreply
Updates: Status: Fixed Comment #19 on issue 83 by allain.lalonde: PSwing are fuzzy when scale!=1, due to buffering of the PSwing http://code.google.com/p/piccolo2d/issues/detail?id=83 (No comment was entered for this change.) -- You received this message because you are listed in the

[piccolo2d-dev] [piccolo2d] r640 committed - Added javadocs to PHtml and renamed it to PHtmlView

2009-08-04 Thread codesite-noreply
Revision: 640 Author: allain.lalonde Date: Tue Aug 4 06:56:20 2009 Log: Added javadocs to PHtml and renamed it to PHtmlView http://code.google.com/p/piccolo2d/source/detail?r=640 Added: /piccolo2d.java/branches/phtml/core/src/main/java/edu/umd/cs/piccolo/nodes/PHtmlView.java /piccolo2d.j

[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.java/branches/phtml/examples/src/main/java/edu/umd/cs/piccolo/examples/HtmlVi

[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.java/trunk/core/src/te

[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.java/trunk/examples/src/main/java/edu/umd/cs/piccolo/examples/HtmlViewEx

[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: http://groups.google.

[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.java/trunk/co

[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.java/trunk/extras/src/main/java/

[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 adjust

[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] [piccolo2d] r647 committed - More CheckStyles and some stack usage cleanup on PNode

2009-08-04 Thread codesite-noreply
Revision: 647 Author: allain.lalonde Date: Tue Aug 4 18:13:28 2009 Log: More CheckStyles and some stack usage cleanup on PNode http://code.google.com/p/piccolo2d/source/detail?r=647 Modified: /piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/PCamera.java /piccolo2d.java/trunk/core/

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

2009-08-05 Thread codesite-noreply
Updates: Status: Fixed Comment #6 on issue 111 by allain.lalonde: Piccolo is missing HTML support http://code.google.com/p/piccolo2d/issues/detail?id=111 (No comment was entered for this change.) -- You received this message because you are listed in the owner or CC fields of this issue

[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 field

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

2009-08-05 Thread codesite-noreply
Comment #2 on issue 106 by mr0...@mro.name: toImage array is too simple in its fill behaviour http://code.google.com/p/piccolo2d/issues/detail?id=106 Yes, I also think 'AspectFit' is the best default, because it's most conservative - keep aspect ratio and display all image content. -- You r

[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 wor

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

2009-08-05 Thread codesite-noreply
Updates: Status: Fixed Comment #3 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 Fixed in r649. -- You received this message because you are listed in the owner or CC fields of this issue, or be

[piccolo2d-dev] [piccolo2d] r650 committed - Unused imports. Damn.

2009-08-05 Thread codesite-noreply
Revision: 650 Author: allain.lalonde Date: Wed Aug 5 07:49:03 2009 Log: Unused imports. Damn. http://code.google.com/p/piccolo2d/source/detail?r=650 Modified: /piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/PNode.java === --- /piccolo2d.java/tru

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

2009-08-05 Thread codesite-noreply
Status: Accepted Owner: allain.lalonde Labels: Type-Enhancement Priority-Medium Effort-Medium OpSys-All Toolkit-Piccolo2D.Java Component-Core Milestone-2.0 Usability New issue 121 by allain.lalonde: Refactor PNode to break out some responsibilities. http://code.google.com/p/piccolo2d/issues/d

[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 resul

[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 beca

[piccolo2d-dev] Issue 72 in piccolo2d: PSelectionEventHandler grip points do not scale with zoom

2009-08-05 Thread codesite-noreply
Updates: Status: WontFix Comment #12 on issue 72 by allain.lalonde: PSelectionEventHandler grip points do not scale with zoom http://code.google.com/p/piccolo2d/issues/detail?id=72 Since this thread shows how one would go about implementing custom handles, I'm marking this one as Won

[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] [piccolo2d] r652 committed - Issue 71; Made clicked on PStyledText nodes retain their scale if they...

2009-08-05 Thread codesite-noreply
Revision: 652 Author: allain.lalonde Date: Wed Aug 5 09:19:11 2009 Log: Issue 71; Made clicked on PStyledText nodes retain their scale if they were not new when clicked. http://code.google.com/p/piccolo2d/source/detail?r=652 Modified: /piccolo2d.java/trunk/extras/src/main/java/edu/umd/cs/p

[piccolo2d-dev] Issue 71 in piccolo2d: PStyledTextEventHandler does not scale

2009-08-05 Thread codesite-noreply
Updates: Status: Fixed Comment #8 on issue 71 by allain.lalonde: PStyledTextEventHandler does not scale http://code.google.com/p/piccolo2d/issues/detail?id=71 Fixed in r652 -- You received this message because you are listed in the owner or CC fields of this issue, or because you star

[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
Comment #2 on issue 120 by dave.jarvis: ant all fails to build all of piccolo http://code.google.com/p/piccolo2d/issues/detail?id=120 This now requires at least three separate "build files": build.bat, build.sh, and build.xml. Ant (and Maven, etc.) allows you to have an operating-independe

[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 b

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

2009-08-05 Thread codesite-noreply
Comment #5 on issue 120 by mr0...@mro.name: ant all fails to build all of piccolo http://code.google.com/p/piccolo2d/issues/detail?id=120 I didn't get the point. The release is complete (binary + source + functioning build.sh) and we don't ant-build no more. Why should we fix something that

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

2009-08-05 Thread codesite-noreply
Comment #6 on issue 120 by allain.lalonde: ant all fails to build all of piccolo http://code.google.com/p/piccolo2d/issues/detail?id=120 Either way, there's a patch that would fix the problem. Removing the need for a custom build script. -- You received this message because you are listed i

[piccolo2d-dev] [piccolo2d] r653 committed - Fixed Issue 66; made printing the canvas print the entire scene, regar...

2009-08-05 Thread codesite-noreply
Revision: 653 Author: allain.lalonde Date: Wed Aug 5 13:17:16 2009 Log: Fixed Issue 66; made printing the canvas print the entire scene, regardless of what's visible. http://code.google.com/p/piccolo2d/source/detail?r=653 Modified: /piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/

[piccolo2d-dev] Issue 66 in piccolo2d: Full print doesn't work

2009-08-05 Thread codesite-noreply
Updates: Status: Fixed Comment #4 on issue 66 by allain.lalonde: Full print doesn't work http://code.google.com/p/piccolo2d/issues/detail?id=66 Fixed in r653 -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. Y

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

2009-08-05 Thread codesite-noreply
Comment #7 on issue 120 by dave.jarvis: ant all fails to build all of piccolo http://code.google.com/p/piccolo2d/issues/detail?id=120 1. Don't Repeat Yourself. build.xml, build.bat, build.sh architecturally do the same thing. Allain's patch means you can now simplify the build instructions:

[piccolo2d-dev] [piccolo2d] r654 committed - undid stack clean up in r647 since it caused a pretty major break in S...

2009-08-05 Thread codesite-noreply
Revision: 654 Author: allain.lalonde Date: Wed Aug 5 18:13:48 2009 Log: undid stack clean up in r647 since it caused a pretty major break in ScrollExample and others. That's what I get for thinking I'm being clever. http://code.google.com/p/piccolo2d/source/detail?r=654 Modified: /piccolo2d.

[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 examine

[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 m

[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.java/trunk/extras/src/main/java/edu/umd/cs/piccolox/pswing

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

2009-08-06 Thread codesite-noreply
Updates: Status: Fixed Comment #5 on issue 32 by allain.lalonde: PSwing mouse wheel support http://code.google.com/p/piccolo2d/issues/detail?id=32 Resolved in r655 -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this is

[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 115 in piccolo2d: Discontinue .Net

2009-08-06 Thread codesite-noreply
Comment #2 on issue 115 by allain.lalonde: Discontinue .Net http://code.google.com/p/piccolo2d/issues/detail?id=115 Don't agree with "lacking future of .Net" but the rest I agree with. -- You received this message because you are listed in the owner or CC fields of this issue, or because you st

[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 mess

[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.java/trunk/core

<    2   3   4   5   6   7   8   9   10   11   >