[piccolo2d-dev] [piccolo2d] r1162 committed - updating parent jdk.version to 1.5

2012-02-23 Thread piccolo2d
Revision: 1162 Author: heuermh Date: Thu Feb 23 14:00:15 2012 Log: updating parent jdk.version to 1.5 http://code.google.com/p/piccolo2d/source/detail?r=1162 Modified: /piccolo2d.java/trunk/parent/pom.xml === --- /piccolo2d.java/trunk/parent/pom.xm

[piccolo2d-dev] [piccolo2d] r1163 committed - Issue 236 ; adding zoom event handler that responds to mouse wheel eve...

2012-02-23 Thread piccolo2d
Revision: 1163 Author: heuermh Date: Thu Feb 23 14:00:48 2012 Log: Issue 236 ; adding zoom event handler that responds to mouse wheel events http://code.google.com/p/piccolo2d/source/detail?r=1163 Added: /piccolo2d.java/trunk/core/src/main/java/org/piccolo2d/event/PMouseWheelZoom

[piccolo2d-dev] [piccolo2d] r1164 committed - removing empty directories from source trees

2012-02-23 Thread piccolo2d
Revision: 1164 Author: heuermh Date: Thu Feb 23 14:03:25 2012 Log: removing empty directories from source trees http://code.google.com/p/piccolo2d/source/detail?r=1164 Deleted: /piccolo2d.java/trunk/core/src/main/java/edu /piccolo2d.java/trunk/core/src/test/java/edu /piccolo2d.java/

[piccolo2d-dev] Re: Issue 236 in piccolo2d: Add zoom event handler that responds to mouse wheel events

2012-02-23 Thread piccolo2d
Updates: Status: Fixed Comment #7 on issue 236 by heue...@gmail.com: Add zoom event handler that responds to mouse wheel events http://code.google.com/p/piccolo2d/issues/detail?id=236 Turns out another zoom mode was what I was actually after, zoom about canvas center. I added that

[piccolo2d-dev] Re: Issue 207 in piccolo2d: Horizontal scrolling causes an exception

2012-02-23 Thread piccolo2d
Comment #9 on issue 207 by heue...@gmail.com: Horizontal scrolling causes an exception http://code.google.com/p/piccolo2d/issues/detail?id=207 I ran into this unexpectedly on linux with a mouse that had buttons 4-5 mismapped as 6-7 when testing issue 236. I also wanted to forward this not