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