[piccolo2d-dev] Issue 95 in piccolo2d: @deprecated broke the mvn build

2009-07-14 Thread codesite-noreply
Status: Accepted Owner: mr0...@mro.name Labels: Type-Defect Priority-Critical Effort-Low OpSys-All Toolkit-Piccolo2D.Java Component-Core Milestone-1.3 Maintainability New issue 95 by mr0...@mro.name: @deprecated broke the mvn build http://code.google.com/p/piccolo2d/issues/detail?id=95 commit

[piccolo2d-dev] [piccolo2d commit] r459 - ignores

2009-07-14 Thread codesite-noreply
Author: mr0...@mro.name Date: Tue Jul 14 01:14:45 2009 New Revision: 459 Added: piccolo2d.java/trunk/.gitignore Log: ignores Added: piccolo2d.java/trunk/.gitignore == --- (empty file) +++

[piccolo2d-dev] [piccolo2d commit] r461 - relates to issue#45 - work right on a mac and easy dropbox publishing.

2009-07-14 Thread codesite-noreply
Author: mr0...@mro.name Date: Tue Jul 14 01:15:22 2009 New Revision: 461 Modified: piccolo2d.java/trunk/mvn-site-deploy.sh Log: relates to issue#45 - work right on a mac and easy dropbox publishing. Modified: piccolo2d.java/trunk/mvn-site-deploy.sh

[piccolo2d-dev] Issue 95 in piccolo2d: @deprecated broke the mvn build

2009-07-14 Thread codesite-noreply
Updates: Status: Fixed Comment #1 on issue 95 by mr0...@mro.name: @deprecated broke the mvn build http://code.google.com/p/piccolo2d/issues/detail?id=95 fixed with r460 -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred

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

2009-07-14 Thread allain
I don't have access to a mac but would someone with access to it please try replacing PSwing's paint method with the following and telling me if it works? public void paint(Graphics2D g2) { if (component.getBounds().isEmpty()) { // The component has not been initialized

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

2009-07-14 Thread codesite-noreply
Comment #9 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 Oh, just got it. no worries. -- You received this message because you are listed in the owner or CC fields of this issue, or because

[piccolo2d-dev] [piccolo2d commit] r467 - Fixed Issue 83; Guessed that the ellipses were caused my Mac's ability to do subpixel font...

2009-07-14 Thread codesite-noreply
Author: allain.lalonde Date: Tue Jul 14 13:37:05 2009 New Revision: 467 Modified: piccolo2d.java/trunk/extras/src/main/java/edu/umd/cs/piccolox/pswing/PSwing.java Log: Fixed Issue 83; Guessed that the ellipses were caused my Mac's ability to do subpixel font rendering and MS's inability