2012-09-01 |
Issue 207 ; ignore mouse pressed and released events with button MouseEvent.NOBUTTON instead of throwing an exception
Michael L Heuer
committed
on 1 Sep 2012
|
---|---|
2012-02-24 |
Issue 236 ; adding zoom event handler that responds to mouse wheel events
Michael L Heuer
committed
on 24 Feb 2012
|
2011-12-11 |
Issue 231 ; doc fix, width --> height
Michael L Heuer
committed
on 11 Dec 2011
|
2011-11-14 |
Issue 227; (trunk) fixed bounds issue when replacing PCamera on a PCanvas; added relevant tests
Aaron Dixon
committed
on 14 Nov 2011
|
2011-04-04 |
Issue 217; adding/replacing license headers
Aaron Dixon
committed
on 4 Apr 2011
|
2011-03-16 |
Issue 205 ; updating copyright year in license header to 2011
Michael L Heuer
committed
on 16 Mar 2011
|
2010-12-22 |
Issue 185 ; applying patch issue185fix.patch
Michael L Heuer
committed
on 22 Dec 2010
|
2010-08-07 |
Issue 180 ; rolling back r1008 to r1006
Michael L Heuer
committed
on 7 Aug 2010
|
Issue 185 ; applying patch from atdixon with minor changes, list of activities is cleared after activities are processed
Michael L Heuer
committed
on 7 Aug 2010
|
|
2010-05-11 |
Issue 37 ; refactoring package edu.umd.cs.piccolo to org.piccolo2d in core
Michael L Heuer
committed
on 11 May 2010
|
2010-04-19 |
Issue 172 ; increasing test coverage, javadoc improvements, checkstyle fixes
Michael L Heuer
committed
on 19 Apr 2010
|
2010-04-18 |
Fixing Issue 172
Allain Lalonde
committed
on 18 Apr 2010
|
2010-04-17 |
Making PNode.print() throw PrinterException rather than swallowing it.
...
Allain Lalonde
committed
on 17 Apr 2010
|
Removing dead class since all methods that invoked it were deprecated and so have been deleted.
Allain Lalonde
committed
on 17 Apr 2010
|
|
Removing unnecessary local variables from validateFullBounds.
Allain Lalonde
committed
on 17 Apr 2010
|
|
2010-04-16 |
Removing Deprecated code
Allain Lalonde
committed
on 16 Apr 2010
|
Changing constants to final as per Issue #135
Allain Lalonde
committed
on 16 Apr 2010
|
|
2010-02-27 |
Issue 166 ; improved javadoc comments for moveToFront and related. Fixes issue 166.
Michael L Heuer
committed
on 27 Feb 2010
|
2010-02-10 |
Reverting r923 since it was a breaking change. It will need to be redone in 2.0. Seems that some apps were making use of this behaviour.
Allain Lalonde
committed
on 10 Feb 2010
|
2010-02-02 |
Applied formatting changes. Eclipse, I love you but...
Allain Lalonde
committed
on 2 Feb 2010
|
Fixing error with rounding error bug when calculating inverseTransform repeatedly during globalToLocal.
...
Allain Lalonde
committed
on 2 Feb 2010
|
|
2010-01-19 |
updating copyright years to include 2010
Michael L Heuer
committed
on 19 Jan 2010
|
2010-01-15 |
Fixing Issue #155 by removing check for "isEmpty" on passed bounds to add.
...
Allain Lalonde
committed
on 15 Jan 2010
|
2009-11-01 |
adding @since 1.3 tags in core where clirr report identified new items
Michael L Heuer
committed
on 1 Nov 2009
|
2009-10-28 |
adding additional constructor PInterpolatingActivity(long duration)
Michael L Heuer
committed
on 28 Oct 2009
|
2009-10-25 |
cleaning up checkstyle warnings introduced by latest refactorings.
Allain Lalonde
committed
on 25 Oct 2009
|
Fixing new PMD warnings.
Allain Lalonde
committed
on 25 Oct 2009
|
|
2009-10-24 |
increasing test coverage
Michael L Heuer
committed
on 24 Oct 2009
|
As per Issue # 27, I'm making the repainting of the canvas lazier.
...
Allain Lalonde
committed
on 24 Oct 2009
|
|
making PCamera internally consistent with regards to layer references, best we can do without making related methods final
Michael L Heuer
committed
on 24 Oct 2009
|
|
2009-10-23 |
fixing javadoc warnings in core
Michael L Heuer
committed
on 23 Oct 2009
|
replacing e accute accent characters with HTML entities in javadoc
Michael L Heuer
committed
on 23 Oct 2009
|
|
Fixing some FindBugs. Everything still seems to pass tests fine, so I'm checking in.
Allain Lalonde
committed
on 23 Oct 2009
|
|
2009-10-22 |
Removed the translation from Aspect Cover. It was not logical in the way it behaved. It now just places the node at the top left of the image.
Allain Lalonde
committed
on 22 Oct 2009
|
Fixed bug found in r88. Translation was being computed incorrectly for Aspect Cover. It now lines up the center of the PNode and the center of the image.
Allain Lalonde
committed
on 22 Oct 2009
|
|
2009-10-21 |
style and javadoc fixes
Michael L Heuer
committed
on 21 Oct 2009
|
2009-10-20 |
minor javadoc fixes . . . I really should stop now. :)
Michael L Heuer
committed
on 20 Oct 2009
|
minor javadoc fixes
Michael L Heuer
committed
on 20 Oct 2009
|
|
more style and javadoc fixes
Michael L Heuer
committed
on 20 Oct 2009
|
|
more style and javadoc fixes
Michael L Heuer
committed
on 20 Oct 2009
|
|
style and javadoc fixes
Michael L Heuer
committed
on 20 Oct 2009
|
|
Fixing core CheckStyle warnings. All magic number warnings were on constant definitions. Cleaning them up would not have increased code clarity greatly enough to warrant it.
Allain Lalonde
committed
on 20 Oct 2009
|
|
Fixing some checkstyle bugs and fixing an infinite recursion bug introduced by r727 by me :(
Allain Lalonde
committed
on 20 Oct 2009
|
|
2009-10-15 |
Fixing Issue #137, replaced getWidth() and getHeight() with getFullBounds().getWidth() and getFullBounds().getHeight() in PNode.toImage. Thank you Sam for pointing this out.
Allain Lalonde
committed
on 15 Oct 2009
|
2009-10-14 |
More CheckStyle blitzing on core. Javadocs are all there now. To drop the number much further I'll need to expand expressions for defining Property change codes, or break binary compatability by making constants final. I'm 100% for doing that, but I understand some people have reservations.
Allain Lalonde
committed
on 14 Oct 2009
|
2009-10-13 |
Tedious CheckStyle blitz on core.
Allain Lalonde
committed
on 13 Oct 2009
|
2009-10-10 |
Fixing bug with setTransparency not sending new or old value when property change was fired. Also, some formatting
Allain Lalonde
committed
on 10 Oct 2009
|
More CheckStyle Stuff
Allain Lalonde
committed
on 10 Oct 2009
|
|
Fixing PMD Bug in setText of PText
Allain Lalonde
committed
on 10 Oct 2009
|
|
Hunting FindBugs in Core.
Allain Lalonde
committed
on 10 Oct 2009
|
|
2009-10-09 |
Removing accidental System.out.printlns woops.
Allain Lalonde
committed
on 9 Oct 2009
|
Added messages for IOException throws in javadocs on PObjectOutputStream
Allain Lalonde
committed
on 9 Oct 2009
|
|
Removing lots of javadoc findbugs in the core
Allain Lalonde
committed
on 9 Oct 2009
|
|
Stabbing at some more CheckStyle complaints and making FileLength max=4000. We have PNode to thank for that.
Allain Lalonde
committed
on 9 Oct 2009
|
|
Attacking some checkstyle complaints.
Allain Lalonde
committed
on 9 Oct 2009
|
|
Removed unnecessary imports.
Allain Lalonde
committed
on 9 Oct 2009
|
|
2009-08-21 |
Issue 69 ; moving POffscreenCanvas to core
Michael L Heuer
committed
on 21 Aug 2009
|
2009-08-08 |
PHtmlView: Making it only attempt to fitHeight when width > 0. Otherwise bad mojo.
Allain Lalonde
committed
on 8 Aug 2009
|
PHtmlView - removed the JFrame.pack() hack. I feel better now.
Allain Lalonde
committed
on 8 Aug 2009
|
|
2009-08-07 |
Broke apart tests of PHtmlView so that 1 test = 1 behaviour.
Allain Lalonde
committed
on 7 Aug 2009
|
Major reworking to PHtmlView so that it calculates its bounds correctly based on a fixed width and a variable height. Will make it more generic later.
Allain Lalonde
committed
on 7 Aug 2009
|
|
Made PHtmlView text follow node bounds. Became apparent when setting a background paint color.
Allain Lalonde
committed
on 7 Aug 2009
|
|
Issue 111 ; API and javadoc improvements to PHtmlView, html --> text, htmlColor --> textColor, clickedAddress --> linkAddressAt, etc.
Michael L Heuer
committed
on 7 Aug 2009
|
|
Issue 111 ; adding correct license header text
Michael L Heuer
committed
on 7 Aug 2009
|
|
2009-08-06 |
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.
Allain Lalonde
committed
on 6 Aug 2009
|
Fixed Issue 66; made printing the canvas print the entire scene, regardless of what's visible.
Allain Lalonde
committed
on 6 Aug 2009
|
|
2009-08-05 |
Unused imports. Damn.
Allain Lalonde
committed
on 5 Aug 2009
|
Fixed issue 106. Added fillStrategy to the toImage method.
...
Allain Lalonde
committed
on 5 Aug 2009
|
|
More CheckStyles and some stack usage cleanup on PNode
Allain Lalonde
committed
on 5 Aug 2009
|
|
Checkstyle fixes and some cleanup of PBounds.
Allain Lalonde
committed
on 5 Aug 2009
|
|
2009-08-04 |
issue#111: merged phtml branch to trunk
Allain Lalonde
committed
on 4 Aug 2009
|
Additional Checkstyle fixes. Also, made java doc comments on private members/fields optional.
Allain Lalonde
committed
on 4 Aug 2009
|
|
CheckStyle hunting.
Allain Lalonde
committed
on 4 Aug 2009
|
|
CheckStyle hunting.
Allain Lalonde
committed
on 4 Aug 2009
|
|
2009-08-03 |
CheckStyle goodness
Allain Lalonde
committed
on 3 Aug 2009
|
Issue 114 ; additional minor formatting and javadoc fixes
Michael L Heuer
committed
on 3 Aug 2009
|
|
2009-08-01 |
Cleaning up checkstyle and single line javadocs on fields
Allain Lalonde
committed
on 1 Aug 2009
|
Attacking checkstyle complaints.
Allain Lalonde
committed
on 1 Aug 2009
|
|
2009-07-31 |
PMD bugs attack.
Allain Lalonde
committed
on 31 Jul 2009
|
FingBugs Hunting.
Allain Lalonde
committed
on 31 Jul 2009
|
|
2009-07-30 |
issue#116 - tests accessing non-final fields to prevent code-clean finalization. Code Clean.
Marcus Rohrmoser
committed
on 30 Jul 2009
|
issue#116 reduce accidental finalicy
Marcus Rohrmoser
committed
on 30 Jul 2009
|
|
Issue 114 ; minor javadoc fix
Michael L Heuer
committed
on 30 Jul 2009
|
|
Issue 114 ; minor API improvements to PText
Michael L Heuer
committed
on 30 Jul 2009
|
|
Fixed Issue 113; made fullPick ignore a node and its children if that node is invisible.
Allain Lalonde
committed
on 30 Jul 2009
|
|
2009-07-29 |
issue#99 deprecate paramString and remove toString
Marcus Rohrmoser
committed
on 29 Jul 2009
|
issue#101 - throw a RTE wrappping the original EX.
Marcus Rohrmoser
committed
on 29 Jul 2009
|
|
issue#22 again without syntax check.
Marcus Rohrmoser
committed
on 29 Jul 2009
|
|
issue#110 - only whitespace and syntax. No semantic changes.
Marcus Rohrmoser
committed
on 29 Jul 2009
|
|
issue#99 undo r563 to repeat later in the agreed on style.
Marcus Rohrmoser
committed
on 29 Jul 2009
|
|
issue#22 undo r561 to repeat later in the agreed on style.
Marcus Rohrmoser
committed
on 29 Jul 2009
|
|
issue#101 - undo r562.
Marcus Rohrmoser
committed
on 29 Jul 2009
|
|
2009-07-28 |
Issue 19, Issue 90 ; rolling back changes made in r395
Michael L Heuer
committed
on 28 Jul 2009
|
Fixing implicit integer conversion by specifying that division is being done on an double.
Allain Lalonde
committed
on 28 Jul 2009
|
|
|
|
Killing some FindBugs involving serialization.
Allain Lalonde
committed
on 28 Jul 2009
|
|
2009-07-27 |
issue#108 shut up hudson, part 3 - minor javadoc complaints.
Marcus Rohrmoser
committed
on 27 Jul 2009
|
2009-07-25 |
fix issue#99.
Marcus Rohrmoser
committed
on 25 Jul 2009
|
fix issue#101 by throwing RuntimeExceptions.
Marcus Rohrmoser
committed
on 25 Jul 2009
|
|
proposal to fix issue#22
Marcus Rohrmoser
committed
on 25 Jul 2009
|
|
2009-07-24 |
Moving helper method to bottom of MouseListener to be consistent.
Allain Lalonde
committed
on 24 Jul 2009
|
Fixed bug with refactoring. copy and paste. dang.
Allain Lalonde
committed
on 24 Jul 2009
|
|
Removing unnecessary null checks in removeInputListeners.
...
Allain Lalonde
committed
on 24 Jul 2009
|
|
Removed unnecessary check since all possible values of getButton() were covered there was no need to check for newButton == 0.
Allain Lalonde
committed
on 24 Jul 2009
|
|
Refactored PCanvas code into more manageable private methods. Hooray for cleaner code.
Allain Lalonde
committed
on 24 Jul 2009
|
|
Implemented Issue 21; added a new Property Constant (since the old one was incorrect) and deprecated the old one
Allain Lalonde
committed
on 24 Jul 2009
|
|
reverting r524 zooming on mac broke... weird.
Allain Lalonde
committed
on 24 Jul 2009
|
|
2009-07-22 |
Accidentally introduced a 1.5 feature dependency in r539 (Arrays.toString(double[] ...))
Allain Lalonde
committed
on 22 Jul 2009
|
2009-07-21 |
Removing unused imports
Allain Lalonde
committed
on 21 Jul 2009
|
fixed possible bug with double[].toString() preferred way of doing this is to use the Arrays.toString() method
Allain Lalonde
committed
on 21 Jul 2009
|
|
Marked the static instances as final
Allain Lalonde
committed
on 21 Jul 2009
|
|
Marked ALL_MODIFIERS_MASK as final
Allain Lalonde
committed
on 21 Jul 2009
|
|
Added back in check for modifiers applying to input events. Turns out some of the examples expect this behaviour (NavigationExample being one).
Allain Lalonde
committed
on 21 Jul 2009
|
|
Change path back to private scope. Accident caused while trying to figure out a way of unit testing the generated path.
Allain Lalonde
committed
on 21 Jul 2009
|
|
Removed some unnecessary imports from PCanvas
Allain Lalonde
committed
on 21 Jul 2009
|
|
Refactored mousePressed and mouseReleased so that code common to each is now in a helper method. Net result is a much lower cyclomatic complexity for each.
Allain Lalonde
committed
on 21 Jul 2009
|
|
2009-07-20 |
Unit tests
Allain Lalonde
committed
on 20 Jul 2009
|
2009-07-19 |
Added getInputEventListeners to PCanvas and PNode making them return an array of PInputEventListener objects. This makes it fall inline with the other listeners inherited from JComponent and it also makes listener methods testable.
Allain Lalonde
committed
on 19 Jul 2009
|
Reverted override of createInverse in PAffineTransform since the fact that it didn't throw anything was being overlooked in Hudson, but honoured in Eclipse
Allain Lalonde
committed
on 19 Jul 2009
|
|
Removing some calls to printStackTrace(), replacing them with appropriate responses Issue 101
Allain Lalonde
committed
on 19 Jul 2009
|
|
2009-07-18 |
Fixing bug with PImage being run in Headless Mode
Allain Lalonde
committed
on 18 Jul 2009
|
Unit Testing for PImage and removed a little cruft
Allain Lalonde
committed
on 18 Jul 2009
|
|
Some Unit Tests for PInputEvent
Allain Lalonde
committed
on 18 Jul 2009
|
|
Adding tests for PText
Allain Lalonde
committed
on 18 Jul 2009
|
|
Adding tests for PText and making it return empty string by default rather than null. More inline with JTextField
Allain Lalonde
committed
on 18 Jul 2009
|
|
Fixed a memory leak with PCanvas instances registering themselves with KeyboardFocus and never unregistering themselves.
...
Allain Lalonde
committed
on 18 Jul 2009
|
|
Fixed Issue 100; Plastered PInputEventFilter with Unit Tests and then made it consider the masks conditionally.
...
Allain Lalonde
committed
on 18 Jul 2009
|
|
Fixed Issue 91; deprecated repaintFromlayer(PBounds, PNode) in favor of the more specific repaintFromlayer(PBounds, PLayer) making it impossible to accidentally pass a camera say to this method.
Allain Lalonde
committed
on 18 Jul 2009
|
|
Fixed Issue 96; Made PAffineTransform throw PAffineTransformException (a subclass of RuntimeException) whenever a non-invertible transform is encountered.
...
Allain Lalonde
committed
on 18 Jul 2009
|
|
2009-07-17 |
Fixed Issue 92; make it check for empty stack before popping the cursor
Allain Lalonde
committed
on 17 Jul 2009
|
Fixed Issue 94; made removeLayer(PLayer) "fail" silently. Also added some additional tests and refactoring. Sorry for such a large commit, I'd try to split it up, but it's hard to tell what's safe to leave out and what's not. I know that the whole together unit tests fine. I have to remember to checkin more frequently.
Allain Lalonde
committed
on 17 Jul 2009
|
|
Simplifying getInverseTransform and making it not call printStackTrace() since it was handling that case anyway. Issue #96 may make this a non-issue anyway.
Allain Lalonde
committed
on 17 Jul 2009
|
|
2009-07-16 |
Added some trivial tests for PPanEventHandler and added come accesors to it for maxAutoPanSpeed and minAutoPanSpeed.
...
Allain Lalonde
committed
on 16 Jul 2009
|
Folding nested if statements into themselves. Makes PMD stop complaining so loudly.
Allain Lalonde
committed
on 16 Jul 2009
|
|
Refactored PDebug code so that PMD didn't complain about two ifs that could be joined. In the process making it slightly clearer.
Allain Lalonde
committed
on 16 Jul 2009
|
|
Replaced complex xor logic with Java's xor operator.
Allain Lalonde
committed
on 16 Jul 2009
|
|
Part of a solution to Issue #53; made toImage not use GraphicsEnvironment in the case of running in Headless mode.
Allain Lalonde
committed
on 16 Jul 2009
|
|
2009-07-14 |
Added accessors for render quality on PCanvas (Issue 93) , and also wrote more tests to confirm that Issue 87 is fixed.
Allain Lalonde
committed
on 14 Jul 2009
|
Added some move tests to PCanvas
Allain Lalonde
committed
on 14 Jul 2009
|
|
made toImage(int, int, Paint) return an image of the size requested. Since it seems that the resizing is already done in PNode.paint it was just a matter of deleting the resize code.
...
Allain Lalonde
committed
on 14 Jul 2009
|
|
Added some more tests for PCamera and broke MockPropertyChangeListener out into its own top level class. Also, cleared up some wording in comments.
Allain Lalonde
committed
on 14 Jul 2009
|
|
2009-07-13 |
Marked position as @deprecated, and make animateToRelativePosition public (from package private).
Allain Lalonde
committed
on 13 Jul 2009
|
Modified PNode so that it retained public interface clirr. I'll run that from now on. Thanks, and sorry heuermh
Allain Lalonde
committed
on 13 Jul 2009
|
|
Pushed up UnitTest Instruction Coverate of PNode up to 90.1% and reorganized PNode slightly so that it was easier to test position.
Allain Lalonde
committed
on 13 Jul 2009
|
|
2009-01-24 |
Issue 59 ; updating license date range to include 2009
Michael L Heuer
committed
on 24 Jan 2009
|
2008-10-15 |
set opacity to be true by default, to make sure changes are compatible with new support for transparent pcanvas (see PCanvas.paintComponent)
Sam Reid
committed
on 15 Oct 2008
|
2008-10-08 |
Issue 23 ; check for existence of a node before removal to prevent NullPointerExceptions
Michael L Heuer
committed
on 8 Oct 2008
|
Issue 19 ; added reference to PCamera as PInputEvent input source in cases where path is null
Michael L Heuer
committed
on 8 Oct 2008
|
|
Issue 17 ; refactoring PCanvas KeyListener to KeyEventPostProcessor
Michael L Heuer
committed
on 8 Oct 2008
|
|
Issue 15 ; properly consume mouse events in PSwing components
Michael L Heuer
committed
on 8 Oct 2008
|
|
2008-10-02 |
added support for non-opaque canvas, see http://groups.google.com/group/piccolo2d-dev/browse_thread/thread/134e2792d3a54cf
Sam Reid
committed
on 2 Oct 2008
|
2008-08-22 |
Issue 59 ; copyright start year should be 1998 to match oldest files
Michael L Heuer
committed
on 22 Aug 2008
|
Issue 59 ; updating license header and adding one where missing
Michael L Heuer
committed
on 22 Aug 2008
|
|
2008-08-01 |
Issue 29 ; Added eclipse formatter configuration, tweaked checkstyle configuration to match, and ran eclipse formatter on the java source in core. Reduced checkstyle errors from 14037 to 2502. Note this commit contains formatting-related changes only, no code changes.
Michael L Heuer
committed
on 1 Aug 2008
|
2008-07-27 |
issue#6 add overview.html to javadocs
Marcus Rohrmoser
committed
on 27 Jul 2008
|
issue#44 subdirectory and artifact rename
Marcus Rohrmoser
committed
on 27 Jul 2008
|