[piccolo2d-dev] Re: Issue 84 in piccolo2d: New node selection model and event handler based on GlazedLists' EventList

2010-04-09 Thread piccolo2d
Comment #1 on issue 84 by heue...@gmail.com: New node selection model and event handler based on GlazedLists' EventList http://code.google.com/p/piccolo2d/issues/detail?id=84 This is getting higher on my priority list, though I'll probably implement it in my own reposit

[piccolo2d-dev] Re: Issue 85 in piccolo2d: New user object selection model and event handler based on GlazedLists' EventList

2010-04-09 Thread piccolo2d
Comment #1 on issue 85 by heue...@gmail.com: New user object selection model and event handler based on GlazedLists' EventList http://code.google.com/p/piccolo2d/issues/detail?id=85 This is getting higher on my priority list, though I'll probably implement it in my own reposit

[piccolo2d-dev] Re: Issue 164 in piccolo2d: PNode#moveToFront change to avoid java.util.ConcurrentModificationException

2010-04-09 Thread piccolo2d
Comment #2 on issue 164 by heue...@gmail.com: PNode#moveToFront change to avoid java.util.ConcurrentModificationException http://code.google.com/p/piccolo2d/issues/detail?id=164 See also Issue 166. -- You received this message because you are listed in the owner or CC fields of this issue

[piccolo2d-dev] Re: Issue 173 in piccolo2d: Slow repaint of PSwing components when zooming (from 1.2 to 1.3)

2010-04-09 Thread piccolo2d
Comment #1 on issue 173 by heue...@gmail.com: Slow repaint of PSwing components when zooming (from 1.2 to 1.3) http://code.google.com/p/piccolo2d/issues/detail?id=173 I believe there were also some PSwing changes in 1.2 to 1.2.1, have you tried comparing with that version? I have noticed

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

2010-04-09 Thread piccolo2d
Comment #4 on issue 117 by heue...@gmail.com: 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 Source code is in svn at http://dishevelled.svn.sourceforge.net/svnroot/dishevelled/trunk

[piccolo2d-dev] Re: Issue 37 in piccolo2d: change namespaces to piccolo2d,

2010-04-09 Thread piccolo2d
Updates: Status: Accepted Comment #5 on issue 37 by heue...@gmail.com: change namespaces to piccolo2d, http://code.google.com/p/piccolo2d/issues/detail?id=37 Moving status back to Accepted, needs to be done on trunk. -- You received this message because you are listed in the owner or

[piccolo2d-dev] Re: Issue 135 in piccolo2d: Constants are not constant in the core.

2010-04-09 Thread piccolo2d
Updates: Status: Accepted Comment #13 on issue 135 by heue...@gmail.com: Constants are not constant in the core. http://code.google.com/p/piccolo2d/issues/detail?id=135 Moving status back to Accepted, needs to be done on trunk. -- You received this message because you are listed in

[piccolo2d-dev] Re: Issue 54 in piccolo2d: Remove cyclic package dependencies

2010-04-09 Thread piccolo2d
Comment #1 on issue 54 by heue...@gmail.com: Remove cyclic package dependencies http://code.google.com/p/piccolo2d/issues/detail?id=54 Feel free to make a proposal here, or commit to trunk and we'll vote via code review. Might we also consider moving some classes from extras to

[piccolo2d-dev] Re: Issue 164 in piccolo2d: PNode#moveToFront change to avoid java.util.ConcurrentModificationException

2010-04-09 Thread piccolo2d
Comment #3 on issue 164 by allain.lalonde: PNode#moveToFront change to avoid java.util.ConcurrentModificationException http://code.google.com/p/piccolo2d/issues/detail?id=164 Alternative is to return the child collection using Collection.unmodifiableList wouldn't require a complete

[piccolo2d-dev] Re: Issue 166 in piccolo2d: Refactor PNode.moveToBack() and related

2010-04-09 Thread piccolo2d
Comment #6 on issue 166 by heue...@gmail.com: Refactor PNode.moveToBack() and related http://code.google.com/p/piccolo2d/issues/detail?id=166 Methods that change the Z-order of a peer node void raiseAbove(PNode peer) void lowerBelow(PNode peer) ? -- You received this message because you

[piccolo2d-dev] Re: Issue 164 in piccolo2d: PNode#moveToFront change to avoid java.util.ConcurrentModificationException

2010-04-09 Thread piccolo2d
Comment #4 on issue 164 by mr0...@mro.name: PNode#moveToFront change to avoid java.util.ConcurrentModificationException http://code.google.com/p/piccolo2d/issues/detail?id=164 immutable? love this idea. -- You received this message because you are listed in the owner or CC fields of this

[piccolo2d-dev] Re: Issue 173 in piccolo2d: Slow repaint of PSwing components when zooming (from 1.2 to 1.3)

2010-04-10 Thread piccolo2d
Comment #2 on issue 173 by mikkelrj: Slow repaint of PSwing components when zooming (from 1.2 to 1.3) http://code.google.com/p/piccolo2d/issues/detail?id=173 Good call, I hadn't checked with the 1.2.1 release. However, I just did and for me that works like the 1.2 release, that is,

[piccolo2d-dev] [piccolo2d] r1003 committed - Changing constants to final as per Issue #135

2010-04-15 Thread piccolo2d
Revision: 1003 Author: allain.lalo...@gmail.com Date: Thu Apr 15 18:47:47 2010 Log: Changing constants to final as per Issue #135 http://code.google.com/p/piccolo2d/source/detail?r=1003 Modified: /piccolo2d.java/trunk /piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/event

[piccolo2d-dev] Re: Issue 135 in piccolo2d: Constants are not constant in the core.

2010-04-15 Thread piccolo2d
Updates: Status: Fixed Comment #14 on issue 135 by allain.lalonde: Constants are not constant in the core. http://code.google.com/p/piccolo2d/issues/detail?id=135 Commit #1003 adds the final keyword where appropriate. -- You received this message because you are listed in the owner

[piccolo2d-dev] [piccolo2d] r1004 committed - Deleting PUtilTest since it no longer had any tests

2010-04-15 Thread piccolo2d
Revision: 1004 Author: allain.lalo...@gmail.com Date: Thu Apr 15 18:51:04 2010 Log: Deleting PUtilTest since it no longer had any tests http://code.google.com/p/piccolo2d/source/detail?r=1004 Deleted: /piccolo2d.java/trunk/core/src/test/java/edu/umd/cs/piccolo/util/PUtilTest.java

[piccolo2d-dev] [piccolo2d] r1005 committed - Fixing Issue 136. PNotificationCenter is being made final so that subc...

2010-04-15 Thread piccolo2d
Revision: 1005 Author: allain.lalo...@gmail.com Date: Thu Apr 15 19:04:33 2010 Log: Fixing Issue 136. PNotificationCenter is being made final so that subclasses can't create multiple instances of it http://code.google.com/p/piccolo2d/source/detail?r=1005 Modified: /piccolo2d.java/

[piccolo2d-dev] Re: Issue 136 in piccolo2d: PNotificationCenter is a singleton but isn't declared as final

2010-04-15 Thread piccolo2d
Updates: Status: Fixed Comment #3 on issue 136 by allain.lalonde: PNotificationCenter is a singleton but isn't declared as final http://code.google.com/p/piccolo2d/issues/detail?id=136 Fixed in r1005. -- You received this message because you are listed in the owner or CC fiel

[piccolo2d-dev] [piccolo2d] r1006 committed - Removing Deprecated code

2010-04-15 Thread piccolo2d
Revision: 1006 Author: allain.lalo...@gmail.com Date: Thu Apr 15 19:27:24 2010 Log: Removing Deprecated code http://code.google.com/p/piccolo2d/source/detail?r=1006 Modified: /piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/PCamera.java /piccolo2d.java/trunk/core/src/main/java/edu

[piccolo2d-dev] Re: Issue 136 in piccolo2d: PNotificationCenter is a singleton but isn't declared as final

2010-04-17 Thread piccolo2d
Comment #4 on issue 136 by tbit455...@aol.com: PNotificationCenter is a singleton but isn't declared as final http://code.google.com/p/piccolo2d/issues/detail?id=136 Hi Allain, what do you think about the following extension to your change: // Your code public s

[piccolo2d-dev] Re: Issue 136 in piccolo2d: PNotificationCenter is a singleton but isn't declared as final

2010-04-17 Thread piccolo2d
Comment #5 on issue 136 by allain.lalonde: PNotificationCenter is a singleton but isn't declared as final http://code.google.com/p/piccolo2d/issues/detail?id=136 Since it's a singleton, I think that's best practice. I will apply your suggestion. -- You received this mess

[piccolo2d-dev] [piccolo2d] r1007 committed - Marking accessor for PNotificationCenter Singleton as synchronized. Th...

2010-04-17 Thread piccolo2d
Revision: 1007 Author: allain.lalonde Date: Sat Apr 17 05:05:59 2010 Log: Marking accessor for PNotificationCenter Singleton as synchronized. This one was caught by poster in http://code.google.com/p/piccolo2d/issues/detail?id=136#c4 http://code.google.com/p/piccolo2d/source/detail?r=1007

[piccolo2d-dev] [piccolo2d] r1008 committed - Removing unnecessary local variables from validateFullBounds.

2010-04-17 Thread piccolo2d
Revision: 1008 Author: allain.lalonde Date: Sat Apr 17 05:36:49 2010 Log: Removing unnecessary local variables from validateFullBounds. http://code.google.com/p/piccolo2d/source/detail?r=1008 Modified: /piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/PNode.java

[piccolo2d-dev] [piccolo2d] r1009 committed - Removing dead class since all methods that invoked it were deprecated ...

2010-04-17 Thread piccolo2d
Revision: 1009 Author: allain.lalonde Date: Sat Apr 17 05:38:08 2010 Log: Removing dead class since all methods that invoked it were deprecated and so have been deleted. http://code.google.com/p/piccolo2d/source/detail?r=1009 Modified: /piccolo2d.java/trunk/core/src/main/java/edu/umd/cs

[piccolo2d-dev] Issue 175 in piccolo2d: Because Cloning uses serialization all transient fields are null.

2010-04-17 Thread piccolo2d
Status: New Owner: allain.lalonde Labels: Type-Enhancement Priority-Medium Effort-Medium Toolkit-Piccolo2D.Java Component-Core Milestone-2.0 New issue 175 by allain.lalonde: Because Cloning uses serialization all transient fields are null. http://code.google.com/p/piccolo2d/issues/detail

[piccolo2d-dev] [piccolo2d] r1010 committed - Adding Deep Copy Test to PNode.clone()

2010-04-17 Thread piccolo2d
Revision: 1010 Author: allain.lalonde Date: Sat Apr 17 06:52:49 2010 Log: Adding Deep Copy Test to PNode.clone() http://code.google.com/p/piccolo2d/source/detail?r=1010 Modified: /piccolo2d.java/trunk/core/src/test/java/edu/umd/cs/piccolo/PNodeTest.java

[piccolo2d-dev] [piccolo2d] r1011 committed - Making checkstyle allow missing javadocs on getters. Leaving it up to ...

2010-04-17 Thread piccolo2d
Revision: 1011 Author: allain.lalo...@gmail.com Date: Sat Apr 17 07:02:58 2010 Log: Making checkstyle allow missing javadocs on getters. Leaving it up to the developer to decide if a javadoc is nessary. http://code.google.com/p/piccolo2d/source/detail?r=1011 Modified: /piccolo2d.java/trunk

[piccolo2d-dev] Re: Issue 172 in piccolo2d: Add getRoot method to POffscreenCanvas

2010-04-17 Thread piccolo2d
Updates: Status: Fixed Comment #2 on issue 172 by allain.lalonde: Add getRoot method to POffscreenCanvas http://code.google.com/p/piccolo2d/issues/detail?id=172 I've implemented these changes in POffscreenCanvas, but implemented the background as a Color rather than as Paint.

[piccolo2d-dev] [piccolo2d] r1012 committed - Making PNode.print() throw PrinterException rather than swallowing it....

2010-04-17 Thread piccolo2d
Revision: 1012 Author: allain.lalonde Date: Sat Apr 17 07:27:48 2010 Log: Making PNode.print() throw PrinterException rather than swallowing it. This is until we remove printing support from PNode as per Issue 102. http://code.google.com/p/piccolo2d/source/detail?r=1012 Modified

[piccolo2d-dev] Re: Issue 102 in piccolo2d: PNode.print swallows failures

2010-04-17 Thread piccolo2d
Comment #5 on issue 102 by allain.lalonde: PNode.print swallows failures http://code.google.com/p/piccolo2d/issues/detail?id=102 Made it bubble up the exception in r1012 -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this

[piccolo2d-dev] Re: Issue 164 in piccolo2d: PNode#moveToFront change to avoid java.util.ConcurrentModificationException

2010-04-17 Thread piccolo2d
Updates: Owner: allain.lalonde Comment #5 on issue 164 by allain.lalonde: PNode#moveToFront change to avoid java.util.ConcurrentModificationException http://code.google.com/p/piccolo2d/issues/detail?id=164 Should I modify getChildrenReference to user Collections.unmodifiableList

[piccolo2d-dev] [piccolo2d] r1013 committed - Fixing Issue 172

2010-04-17 Thread piccolo2d
Revision: 1013 Author: allain.lalonde Date: Sat Apr 17 08:14:43 2010 Log: Fixing Issue 172 http://code.google.com/p/piccolo2d/source/detail?r=1013 Modified: /piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/POffscreenCanvas.java

[piccolo2d-dev] Re: Issue 172 in piccolo2d: Add getRoot method to POffscreenCanvas

2010-04-17 Thread piccolo2d
Comment #3 on issue 172 by allain.lalonde: Add getRoot method to POffscreenCanvas http://code.google.com/p/piccolo2d/issues/detail?id=172 Fixed in r1013 -- 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] Re: Issue 164 in piccolo2d: PNode#moveToFront change to avoid java.util.ConcurrentModificationException

2010-04-17 Thread piccolo2d
Comment #6 on issue 164 by samrreid: PNode#moveToFront change to avoid java.util.ConcurrentModificationException http://code.google.com/p/piccolo2d/issues/detail?id=164 Immutability would be safest, but since the method is named getChildrenReference, it is possible that some client code is

[piccolo2d-dev] Re: Issue 164 in piccolo2d: PNode#moveToFront change to avoid java.util.ConcurrentModificationException

2010-04-17 Thread piccolo2d
Comment #7 on issue 164 by allain.lalonde: PNode#moveToFront change to avoid java.util.ConcurrentModificationException http://code.google.com/p/piccolo2d/issues/detail?id=164 Agreed that if a client is directly manipulating the reference, their code will break, but since getChildReference

[piccolo2d-dev] Re: Issue 50 in piccolo2d: Allow specification of rendering hints on a per-node basis

2010-04-17 Thread piccolo2d
Comment #2 on issue 50 by allain.lalonde: Allow specification of rendering hints on a per-node basis http://code.google.com/p/piccolo2d/issues/detail?id=50 This could be done relatively efficiently if we bundle a node's RenderingHints as an object that would be responsible for applyin

[piccolo2d-dev] [piccolo2d] r1014 committed - Issue 172 ; increasing test coverage, javadoc improvements, checkstyle...

2010-04-18 Thread piccolo2d
Revision: 1014 Author: heuermh Date: Sun Apr 18 19:57:39 2010 Log: Issue 172 ; increasing test coverage, javadoc improvements, checkstyle fixes http://code.google.com/p/piccolo2d/source/detail?r=1014 Modified: /piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo

[piccolo2d-dev] Re: Issue 172 in piccolo2d: Add getRoot method to POffscreenCanvas

2010-04-18 Thread piccolo2d
Comment #4 on issue 172 by heue...@gmail.com: Add getRoot method to POffscreenCanvas http://code.google.com/p/piccolo2d/issues/detail?id=172 $ svn commit -m "Issue 172 ; increasing test coverage, javadoc improvements, checkstyle fixes" . Sendingcore/src/main/java/edu/umd/

[piccolo2d-dev] Issue 176 in piccolo2d: PBoundsHandle does not change cursor and installs action when mouse moves over

2010-04-20 Thread piccolo2d
Status: New Owner: New issue 176 by tbit455...@aol.com: PBoundsHandle does not change cursor and installs action when mouse moves over http://code.google.com/p/piccolo2d/issues/detail?id=176 What steps will reproduce the problem? 1. Create a node and a selection handler that uses

[piccolo2d-dev] Re: Issue 176 in piccolo2d: PBoundsHandle does not change cursor and installs action when mouse moves over

2010-04-20 Thread piccolo2d
Comment #1 on issue 176 by tbit455...@aol.com: PBoundsHandle does not change cursor and installs action when mouse moves over http://code.google.com/p/piccolo2d/issues/detail?id=176 Sorry I have to correct step 3. 3 Move the cursor over any handle on the selected node -- You received this

[piccolo2d-dev] Re: Issue 176 in piccolo2d: PBoundsHandle does not change cursor and installs action when mouse moves over

2010-04-20 Thread piccolo2d
Comment #2 on issue 176 by heue...@gmail.com: PBoundsHandle does not change cursor and installs action when mouse moves over http://code.google.com/p/piccolo2d/issues/detail?id=176 The selection example (examples/src/main/java/edu/umd/cs/piccolo/examples/SelectionExample.java) seems to

[piccolo2d-dev] Issue 177 in piccolo2d: When deleting a selected node using the keyboard a selection change is not fired

2010-04-20 Thread piccolo2d
Status: New Owner: New issue 177 by tbit455...@aol.com: When deleting a selected node using the keyboard a selection change is not fired http://code.google.com/p/piccolo2d/issues/detail?id=177 What is the expected output? What do you see instead? A selection change is done (see code

[piccolo2d-dev] Re: Issue 176 in piccolo2d: PBoundsHandle does not change cursor and installs action when mouse moves over

2010-04-20 Thread piccolo2d
Comment #3 on issue 176 by tbit455...@aol.com: PBoundsHandle does not change cursor and installs action when mouse moves over http://code.google.com/p/piccolo2d/issues/detail?id=176 I use a customized PSelectionHandler that overwrites decorateSelectedNode; maybe this is the problem? See

[piccolo2d-dev] Issue 178 in piccolo2d: PNode.SetPaint() is not working (SWT version)

2010-04-24 Thread piccolo2d
Status: New Owner: New issue 178 by tssutha03: PNode.SetPaint() is not working (SWT version) http://code.google.com/p/piccolo2d/issues/detail?id=178 What steps will reproduce the problem? 1. Create PSWTCanvas in Eclipse RCP application and add few nodes. 2. Set color for nodes using

[piccolo2d-dev] [piccolo2d] r1015 committed - Removing eploratory 2.0 spike branch

2010-04-27 Thread piccolo2d
Revision: 1015 Author: allain.lalonde Date: Tue Apr 27 06:34:37 2010 Log: Removing eploratory 2.0 spike branch http://code.google.com/p/piccolo2d/source/detail?r=1015 Deleted: /piccolo2d.java/branches/2.0-spike -- Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en

[piccolo2d-dev] Re: Issue 178 in piccolo2d: PNode.SetPaint() is not working (SWT version)

2010-04-27 Thread piccolo2d
Comment #1 on issue 178 by heue...@gmail.com: PNode.SetPaint() is not working (SWT version) http://code.google.com/p/piccolo2d/issues/detail?id=178 When using PSWTCanvas, you need to use the SWT versions of the core Piccolo2D classes, e.g. PSWTPath instead of PPath. Take a look at the

[piccolo2d-dev] [piccolo2d] r1016 committed - Issue 177 ; adding unit test for selection notification on delete key ...

2010-04-27 Thread piccolo2d
Revision: 1016 Author: heuermh Date: Tue Apr 27 13:58:11 2010 Log: Issue 177 ; adding unit test for selection notification on delete key event http://code.google.com/p/piccolo2d/source/detail?r=1016 Added: /piccolo2d.java/trunk/extras/src/test/java/edu/umd/cs/piccolox/event

[piccolo2d-dev] Re: Issue 177 in piccolo2d: When deleting a selected node using the keyboard a selection change is not fired

2010-04-27 Thread piccolo2d
://code.google.com/p/piccolo2d/issues/detail?id=177 Added unit test to svn trunk. $ svn commit -m "Issue 177 ; adding unit test for selection notification on delete key event" src/test/java/ Adding src/test/java/edu/umd/cs/piccolox/event/PSelectionEventHandlerTest.java Tr

[piccolo2d-dev] Re: Issue 177 in piccolo2d: When deleting a selected node using the keyboard a selection change is not fired

2010-04-27 Thread piccolo2d
Comment #2 on issue 177 by allain.lalonde: When deleting a selected node using the keyboard a selection change is not fired http://code.google.com/p/piccolo2d/issues/detail?id=177 Two changes need to be made in order for this to be a fix. #1 addition of postSelectionChanged #2 Pressing

[piccolo2d-dev] Re: Issue 177 in piccolo2d: When deleting a selected node using the keyboard a selection change is not fired

2010-04-27 Thread piccolo2d
Comment #3 on issue 177 by heue...@gmail.com: When deleting a selected node using the keyboard a selection change is not fired http://code.google.com/p/piccolo2d/issues/detail?id=177 Good point. I'll add a few more test cases to the unit test and apply that patch to svn trunk. -

[piccolo2d-dev] Re: Issue 177 in piccolo2d: When deleting a selected node using the keyboard a selection change is not fired

2010-04-28 Thread piccolo2d
Comment #4 on issue 177 by allain.lalonde: When deleting a selected node using the keyboard a selection change is not fired http://code.google.com/p/piccolo2d/issues/detail?id=177 It probably should be applied for eventual release in 1.3.1 -- You received this message because you are

[piccolo2d-dev] [piccolo2d] r1017 committed - Issue 177 ; adding additional unit tests and applying patch

2010-04-28 Thread piccolo2d
Revision: 1017 Author: heuermh Date: Wed Apr 28 09:48:20 2010 Log: Issue 177 ; adding additional unit tests and applying patch http://code.google.com/p/piccolo2d/source/detail?r=1017 Modified: /piccolo2d.java/trunk/extras/src/main/java/edu/umd/cs/piccolox/event/PSelectionEventHandler.java

[piccolo2d-dev] Re: Issue 177 in piccolo2d: When deleting a selected node using the keyboard a selection change is not fired

2010-04-28 Thread piccolo2d
Updates: Status: Fixed Labels: Milestone-2.0 Comment #5 on issue 177 by heue...@gmail.com: When deleting a selected node using the keyboard a selection change is not fired http://code.google.com/p/piccolo2d/issues/detail?id=177 $ svn commit -m "Issue 177 ; adding addit

[piccolo2d-dev] [piccolo2d] r1018 committed - Adding tests to ensure PSwing plays well with FEST....

2010-04-28 Thread piccolo2d
Revision: 1018 Author: allain.lalonde Date: Wed Apr 28 19:26:36 2010 Log: Adding tests to ensure PSwing plays well with FEST. Proves(?) Issue #33 can be closed. http://code.google.com/p/piccolo2d/source/detail?r=1018 Added: /piccolo2d.java/trunk/extras/src/test/java/edu/umd/cs/piccolox

[piccolo2d-dev] Re: Issue 33 in piccolo2d: PSwing components not visible in testing frameworks

2010-04-28 Thread piccolo2d
Comment #5 on issue 33 by allain.lalonde: PSwing components not visible in testing frameworks http://code.google.com/p/piccolo2d/issues/detail?id=33 Added tests in r1018 demonstrating this is a non-issue. It's entirely possible that I'm not understanding this thought since I

[piccolo2d-dev] [piccolo2d] r1019 committed - Commenting out test that doesn't work under XVnc

2010-04-28 Thread piccolo2d
Revision: 1019 Author: allain.lalonde Date: Wed Apr 28 20:17:08 2010 Log: Commenting out test that doesn't work under XVnc http://code.google.com/p/piccolo2d/source/detail?r=1019 Modified: /piccolo2d.java/trunk/extras/src/test/java/edu/umd/cs/piccolox/pswing/PSwingFESTTest

[piccolo2d-dev] Re: Issue 176 in piccolo2d: PBoundsHandle does not change cursor and installs action when mouse moves over

2010-05-07 Thread piccolo2d
Comment #4 on issue 176 by tbit455...@aol.com: PBoundsHandle does not change cursor and installs action when mouse moves over http://code.google.com/p/piccolo2d/issues/detail?id=176 Forget about this issue. It was a fault in my application ;-) -- Piccolo2D Developers Group: http

[piccolo2d-dev] Re: Issue 176 in piccolo2d: PBoundsHandle does not change cursor and installs action when mouse moves over

2010-05-07 Thread piccolo2d
Updates: Status: WontFix Comment #5 on issue 176 by allain.lalonde: PBoundsHandle does not change cursor and installs action when mouse moves over http://code.google.com/p/piccolo2d/issues/detail?id=176 (No comment was entered for this change.) -- Piccolo2D Developers Group: http

[piccolo2d-dev] Re: Issue 37 in piccolo2d: change namespaces to piccolo2d,

2010-05-10 Thread piccolo2d
Updates: Status: Started Owner: heuermh Comment #6 on issue 37 by heue...@gmail.com: change namespaces to piccolo2d, http://code.google.com/p/piccolo2d/issues/detail?id=37 Guess I'll own this one for Piccolo2D.Java on trunk. We still need a .Net build on Mono in ord

[piccolo2d-dev] Re: Issue 37 in piccolo2d: change namespaces to piccolo2d,

2010-05-10 Thread piccolo2d
Comment #7 on issue 37 by heue...@gmail.com: change namespaces to piccolo2d, http://code.google.com/p/piccolo2d/issues/detail?id=37 $ svn commit -m "Issue 37 ; refactoring package edu.umd.cs.piccolo to org.piccolo2d in core" . Transmitting file data ... Committed revision 1020. --

[piccolo2d-dev] Re: Issue 37 in piccolo2d: change namespaces to piccolo2d,

2010-05-10 Thread piccolo2d
Comment #8 on issue 37 by heue...@gmail.com: change namespaces to piccolo2d, http://code.google.com/p/piccolo2d/issues/detail?id=37 $ svn commit -m "Issue 37 ; refactoring package edu.umd.cs.piccolox to org.piccolo2d.extras in extras" . Transmitting file data ... Committed rev

[piccolo2d-dev] [piccolo2d] r1022 committed - Issue 37 ; refactoring package edu.umd.cs.piccolox.swt to org.piccolo2...

2010-05-10 Thread piccolo2d
Revision: 1022 Author: heuermh Date: Mon May 10 20:20:27 2010 Log: Issue 37 ; refactoring package edu.umd.cs.piccolox.swt to org.piccolo2d.extras.swt in swt http://code.google.com/p/piccolo2d/source/detail?r=1022 Added: /piccolo2d.java/trunk/swt/src/main/java/org /piccolo2d.java/trunk/swt

[piccolo2d-dev] Re: Issue 37 in piccolo2d: change namespaces to piccolo2d,

2010-05-10 Thread piccolo2d
Comment #9 on issue 37 by heue...@gmail.com: change namespaces to piccolo2d, http://code.google.com/p/piccolo2d/issues/detail?id=37 $ svn commit -m "Issue 37 ; refactoring package edu.umd.cs.piccolox.swt to org.piccolo2d.extras.swt in swt" . Transmitting file data ... Committed rev

[piccolo2d-dev] Re: Issue 37 in piccolo2d: change namespaces to piccolo2d,

2010-05-10 Thread piccolo2d
Comment #10 on issue 37 by heue...@gmail.com: change namespaces to piccolo2d, http://code.google.com/p/piccolo2d/issues/detail?id=37 commit -m "Issue 37 ; refactoring example packages to org.piccolo2d.examples and org.piccolo2d.extras.swt.examples for examples and swt-exa

[piccolo2d-dev] [piccolo2d] r1024 committed - Issue 37 ; various cleanup related to org.piccolo2d package refactorin...

2010-05-10 Thread piccolo2d
Revision: 1024 Author: heuermh Date: Mon May 10 20:48:44 2010 Log: Issue 37 ; various cleanup related to org.piccolo2d package refactoring http://code.google.com/p/piccolo2d/source/detail?r=1024 Deleted: /piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo /piccolo2d.java/trunk/core/src

[piccolo2d-dev] Re: Issue 37 in piccolo2d: change namespaces to piccolo2d,

2010-05-10 Thread piccolo2d
Comment #11 on issue 37 by heue...@gmail.com: change namespaces to piccolo2d, http://code.google.com/p/piccolo2d/issues/detail?id=37 $ svn commit -m "Issue 37 ; various cleanup related to org.piccolo2d package refactoring" . Transmitting file data ... Committed revision 1024. --

[piccolo2d-dev] Re: Issue 60 in piccolo2d: Build piccolo2d.net with mono

2010-05-11 Thread piccolo2d
Comment #4 on issue 60 by heue...@gmail.com: Build piccolo2d.net with mono http://code.google.com/p/piccolo2d/issues/detail?id=60 Were any source code or build changes necessary to run in MonoDevelop? Could you update the doc at http://code.google.com/p/piccolo2d/wiki/MonoBuild with a

[piccolo2d-dev] Issue 179 in piccolo2d: event listeners are automatically created even if disabled

2010-05-12 Thread piccolo2d
Status: New Owner: New issue 179 by fernando.loizides: event listeners are automatically created even if disabled http://code.google.com/p/piccolo2d/issues/detail?id=179 What steps will reproduce the problem? I think that there is a BUG that creates a new form that AUTOMATICALLY

[piccolo2d-dev] [piccolo2d] r1025 committed - Making use of conditional painting with the introduction of invalidate...

2010-06-08 Thread piccolo2d
Revision: 1025 Author: allain.lalonde Date: Tue Jun 8 07:48:28 2010 Log: Making use of conditional painting with the introduction of invalidatePaint(). Meaning it won't pin the CPU when there's nothing to repaint. http://code.google.com/p/piccolo2d/source/detail?r=1025

[piccolo2d-dev] Issue 180 in piccolo2d: Drawing tears when dragging or resizing path nodes

2010-06-14 Thread piccolo2d
Status: New Owner: Labels: Type-Defect OpSys-All Toolkit-Piccolo2D.Java New issue 180 by heue...@gmail.com: Drawing tears when dragging or resizing path nodes http://code.google.com/p/piccolo2d/issues/detail?id=180 Drawing tears when dragging or resizing path nodes in e.g

[piccolo2d-dev] Re: Issue 180 in piccolo2d: Drawing tears when dragging or resizing path nodes

2010-06-14 Thread piccolo2d
Comment #1 on issue 180 by atdixon: Drawing tears when dragging or resizing path nodes http://code.google.com/p/piccolo2d/issues/detail?id=180 I've reproduced this same issue on Mac OS X/JDK 1.6. -- Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en

[piccolo2d-dev] Re: Issue 152 in piccolo2d: Refactor PPath to use Path2D on JDK 1.6+

2010-06-23 Thread piccolo2d
Comment #3 on issue 152 by heue...@gmail.com: Refactor PPath to use Path2D on JDK 1.6+ http://code.google.com/p/piccolo2d/issues/detail?id=152 Attaching draft implementation for review. See also issue 153. Attachments: issues152-153-src.zip 8.2 KB -- Piccolo2D Developers Group

[piccolo2d-dev] Re: Issue 153 in piccolo2d: PArea, a wrapper for java.awt.geom.Area to allow Constructive Area Geometry (CAG) operations

2010-06-23 Thread piccolo2d
Comment #2 on issue 153 by heue...@gmail.com: PArea, a wrapper for java.awt.geom.Area to allow Constructive Area Geometry (CAG) operations http://code.google.com/p/piccolo2d/issues/detail?id=153 Attaching draft implementation for review. See also issue 152. Attachments: issues152

[piccolo2d-dev] Issue 181 in piccolo2d: PNode.toImage is not centered and can create cropped images for PNodes with non-integral (x,y) bounds

2010-07-12 Thread piccolo2d
Status: Accepted Owner: re...@colorado.edu Labels: Type-Defect Priority-High Effort-Low OpSys-All New issue 181 by re...@colorado.edu: PNode.toImage is not centered and can create cropped images for PNodes with non-integral (x,y) bounds http://code.google.com/p/piccolo2d/issues/detail?id=181

[piccolo2d-dev] Re: Issue 181 in piccolo2d: PNode.toImage is not centered and can create cropped images for PNodes with non-integral (x,y) bounds

2010-07-12 Thread piccolo2d
Comment #1 on issue 181 by re...@colorado.edu: PNode.toImage is not centered and can create cropped images for PNodes with non-integral (x,y) bounds http://code.google.com/p/piccolo2d/issues/detail?id=181 Here is the test case program and resultant output image file. Attachments

[piccolo2d-dev] Re: Issue 181 in piccolo2d: PNode.toImage is not centered and can create cropped images for PNodes with non-integral (x,y) bounds

2010-07-12 Thread piccolo2d
Comment #2 on issue 181 by re...@colorado.edu: PNode.toImage is not centered and can create cropped images for PNodes with non-integral (x,y) bounds http://code.google.com/p/piccolo2d/issues/detail?id=181 Here is the test case program and resultant output image file. Attachments

[piccolo2d-dev] Re: Issue 181 in piccolo2d: PNode.toImage is not centered and can create cropped images for PNodes with non-integral (x,y) bounds

2010-07-12 Thread piccolo2d
Comment #3 on issue 181 by re...@colorado.edu: PNode.toImage is not centered and can create cropped images for PNodes with non-integral (x,y) bounds http://code.google.com/p/piccolo2d/issues/detail?id=181 I isolated the problem and identified a potential solution. The problem was being

[piccolo2d-dev] Re: Issue 181 in piccolo2d: PNode.toImage is not centered and can create cropped images for PNodes with non-integral (x,y) bounds

2010-07-14 Thread piccolo2d
Comment #4 on issue 181 by re...@colorado.edu: PNode.toImage is not centered and can create cropped images for PNodes with non-integral (x,y) bounds http://code.google.com/p/piccolo2d/issues/detail?id=181 The fix described in Comment 3 is not general; for instance, applying that solution

[piccolo2d-dev] Re: Issue 181 in piccolo2d: PNode.toImage is not centered and can create cropped images for PNodes with non-integral (x,y) bounds

2010-07-19 Thread piccolo2d
Comment #5 on issue 181 by heue...@gmail.com: PNode.toImage is not centered and can create cropped images for PNodes with non-integral (x,y) bounds http://code.google.com/p/piccolo2d/issues/detail?id=181 I have also noticed this problem. As a workaround, I usually add the padding when

[piccolo2d-dev] Issue 182 in piccolo2d: Change namespace to ORG.piccolo2D for Piccolo2d.NET

2010-07-19 Thread piccolo2d
Status: Accepted Owner: Labels: Type-Task Priority-Critical Effort-Low Toolkit-Piccolo2D.NET New issue 182 by heue...@gmail.com: Change namespace to ORG.piccolo2D for Piccolo2d.NET http://code.google.com/p/piccolo2d/issues/detail?id=182 Split off from issue 37, waiting for .NET

[piccolo2d-dev] Issue 183 in piccolo2d: Change namespace to ORG.piccolo2D for PocketPiccolo2d.NET

2010-07-19 Thread piccolo2d
Status: New Owner: Labels: Type-Task Priority-Medium Effort-Low Toolkit-PocketPiccolo2D.NET New issue 183 by heue...@gmail.com: Change namespace to ORG.piccolo2D for PocketPiccolo2d.NET http://code.google.com/p/piccolo2d/issues/detail?id=183 Split off from issue 37, waiting for .NET

[piccolo2d-dev] Re: Issue 182 in piccolo2d: Change namespace to ORG.piccolo2D for Piccolo2d.NET

2010-07-19 Thread piccolo2d
Updates: Status: New Labels: -Priority-Critical Priority-Medium Comment #1 on issue 182 by heue...@gmail.com: Change namespace to ORG.piccolo2D for Piccolo2d.NET http://code.google.com/p/piccolo2d/issues/detail?id=182 (No comment was entered for this change.) -- Piccolo2D

[piccolo2d-dev] Re: Issue 37 in piccolo2d: change namespaces to piccolo2d,

2010-07-19 Thread piccolo2d
Updates: Status: Fixed Labels: -Toolkit-All Toolkit-Piccolo2D.Java Comment #12 on issue 37 by heue...@gmail.com: change namespaces to piccolo2d, http://code.google.com/p/piccolo2d/issues/detail?id=37 Split changes to .NET codebases to separate issues 182 and 183. Closing

[piccolo2d-dev] Re: Issue 107 in piccolo2d: Improve interpolating activities with other easing functions

2010-07-19 Thread piccolo2d
Updates: Status: WontFix Comment #5 on issue 107 by heue...@gmail.com: Improve interpolating activities with other easing functions http://code.google.com/p/piccolo2d/issues/detail?id=107 (No comment was entered for this change.) -- Piccolo2D Developers Group: http

[piccolo2d-dev] Re: Issue 152 in piccolo2d: Refactor PPath to use Path2D on JDK 1.6+

2010-07-21 Thread piccolo2d
Comment #4 on issue 152 by mr0...@mro.name: Refactor PPath to use Path2D on JDK 1.6+ http://code.google.com/p/piccolo2d/issues/detail?id=152 I do agree with Chris http://groups.google.com/group/piccolo2d-dev/msg/2944bdf8a13ebcfa Could we do both - add the 1.6 features and still remain

[piccolo2d-dev] Re: Issue 153 in piccolo2d: PArea, a wrapper for java.awt.geom.Area to allow Constructive Area Geometry (CAG) operations

2010-07-21 Thread piccolo2d
Comment #3 on issue 153 by mr0...@mro.name: PArea, a wrapper for java.awt.geom.Area to allow Constructive Area Geometry (CAG) operations http://code.google.com/p/piccolo2d/issues/detail?id=153 concerning jdk 1.5 compatibility see also issue#152 -- Piccolo2D Developers Group: http

[piccolo2d-dev] Re: Issue 152 in piccolo2d: Refactor PPath to use Path2D on JDK 1.6+

2010-07-21 Thread piccolo2d
Comment #5 on issue 152 by heue...@gmail.com: Refactor PPath to use Path2D on JDK 1.6+ http://code.google.com/p/piccolo2d/issues/detail?id=152 I wonder how that might be possible . . . Path2D is a class added to the JDK in 1.6. Perhaps we could create a dependency on that class compiled

[piccolo2d-dev] Re: Issue 152 in piccolo2d: Refactor PPath to use Path2D on JDK 1.6+

2010-07-21 Thread piccolo2d
Comment #6 on issue 152 by samrreid: Refactor PPath to use Path2D on JDK 1.6+ http://code.google.com/p/piccolo2d/issues/detail?id=152 I wonder how that might be possible . . . Path2D is a class added to the JDK in 1.6. As mentioned in comment 4, this could be done by dynamically checking

[piccolo2d-dev] [piccolo2d] r1026 committed - creating ppath refactoring branch from trunk

2010-07-23 Thread piccolo2d
Revision: 1026 Author: heuermh Date: Fri Jul 23 08:41:36 2010 Log: creating ppath refactoring branch from trunk http://code.google.com/p/piccolo2d/source/detail?r=1026 Added: /piccolo2d.java/branches/ppath-refactoring -- Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev

[piccolo2d-dev] Re: Issue 152 in piccolo2d: Refactor PPath to use Path2D on JDK 1.6+

2010-07-23 Thread piccolo2d
Comment #7 on issue 152 by heue...@gmail.com: Refactor PPath to use Path2D on JDK 1.6+ http://code.google.com/p/piccolo2d/issues/detail?id=152 I don't see how that would work, since Path2D needs to be part of the public API for the new PPath class. PPath(Path2D path) void se

[piccolo2d-dev] [piccolo2d] r1027 committed - adding PShape and PArea, refactoring PPath; two tests fail, two test m...

2010-07-23 Thread piccolo2d
Revision: 1027 Author: heuermh Date: Fri Jul 23 11:55:49 2010 Log: adding PShape and PArea, refactoring PPath; two tests fail, two test methods do not compile http://code.google.com/p/piccolo2d/source/detail?r=1027 Added: /piccolo2d.java/branches/ppath-refactoring/core/src/main/java/org

[piccolo2d-dev] [piccolo2d] r1029 committed - refactoring PNodeTest, moving methods that do not refer to node field ...

2010-07-23 Thread piccolo2d
Revision: 1029 Author: heuermh Date: Fri Jul 23 12:24:02 2010 Log: refactoring PNodeTest, moving methods that do not refer to node field to PNodeTest http://code.google.com/p/piccolo2d/source/detail?r=1029 Modified: /piccolo2d.java/branches/ppath-refactoring/core/src/test/java/org

[piccolo2d-dev] [piccolo2d] r1030 committed - adding unit tests for PArea, PPath.Float, and PPath.Double; lots of te...

2010-07-23 Thread piccolo2d
Revision: 1030 Author: heuermh Date: Fri Jul 23 12:41:40 2010 Log: adding unit tests for PArea, PPath.Float, and PPath.Double; lots of test failures http://code.google.com/p/piccolo2d/source/detail?r=1030 Added: /piccolo2d.java/branches/ppath-refactoring/core/src/test/java/org/piccolo2d

[piccolo2d-dev] [piccolo2d] r1031 committed - increasing test coverage for PArea, back to only expected test failure...

2010-07-23 Thread piccolo2d
Revision: 1031 Author: heuermh Date: Fri Jul 23 13:43:12 2010 Log: increasing test coverage for PArea, back to only expected test failures http://code.google.com/p/piccolo2d/source/detail?r=1031 Modified: /piccolo2d.java/branches/ppath-refactoring/core/src/main/java/org/piccolo2d/nodes

[piccolo2d-dev] Re: Issue 152 in piccolo2d: Refactor PPath to use Path2D on JDK 1.6+

2010-07-24 Thread piccolo2d
Comment #8 on issue 152 by mr0...@mro.name: Refactor PPath to use Path2D on JDK 1.6+ http://code.google.com/p/piccolo2d/issues/detail?id=152 take a Shape input parameter, typecheck internally by RTTI against PPath and throw an exception in case. Not nice, as the type isn't formally

[piccolo2d-dev] Issue 184 in piccolo2d: visual artifacts when rendering (node disapearance, ghosts, etc)

2010-07-26 Thread piccolo2d
Status: New Owner: New issue 184 by lionel.victor: visual artifacts when rendering (node disapearance, ghosts, etc) http://code.google.com/p/piccolo2d/issues/detail?id=184 I was a great fan of Piccolo... I'm still running a custom version of the original framework from the unive

[piccolo2d-dev] Re: Issue 184 in piccolo2d: visual artifacts when rendering (node disapearance, ghosts, etc)

2010-08-02 Thread piccolo2d
Updates: Status: Duplicate Mergedinto: 180 Comment #1 on issue 184 by heue...@gmail.com: visual artifacts when rendering (node disapearance, ghosts, etc) http://code.google.com/p/piccolo2d/issues/detail?id=184 Thank you for submitting this issue -- it is a duplicate of Issue

[piccolo2d-dev] Re: Issue 180 in piccolo2d: Drawing tears when dragging or resizing path nodes

2010-08-02 Thread piccolo2d
Comment #2 on issue 180 by heue...@gmail.com: Drawing tears when dragging or resizing path nodes http://code.google.com/p/piccolo2d/issues/detail?id=180 Issue 184 has been merged into this issue. -- Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en

[piccolo2d-dev] [piccolo2d] r1032 committed - tightening API a bit, increasing test coverage

2010-08-02 Thread piccolo2d
Revision: 1032 Author: heuermh Date: Mon Aug 2 09:49:24 2010 Log: tightening API a bit, increasing test coverage http://code.google.com/p/piccolo2d/source/detail?r=1032 Modified: /piccolo2d.java/branches/ppath-refactoring/core/src/main/java/org/piccolo2d/nodes/PArea.java /piccolo2d.java

[piccolo2d-dev] Re: Issue 180 in piccolo2d: Drawing tears when dragging or resizing path nodes

2010-08-02 Thread piccolo2d
Comment #3 on issue 180 by samrreid: Drawing tears when dragging or resizing path nodes http://code.google.com/p/piccolo2d/issues/detail?id=180 I'm not 100% sure that the problem in Issue 184 is the same as the one in this ticket. For example, the problem indicated in Issue

[piccolo2d-dev] Re: Issue 184 in piccolo2d: visual artifacts when rendering (node disapearance, ghosts, etc)

2010-08-02 Thread piccolo2d
Comment #2 on issue 184 by samrreid: visual artifacts when rendering (node disapearance, ghosts, etc) http://code.google.com/p/piccolo2d/issues/detail?id=184 I'm not 100% sure that the problem in Issue 184 is the same as the one in Issue 180. For example, the problem indicated in

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