History for piccolo2d.java / core / src / test / java
2013-11-27
@Michael L Heuer
Issue 166 ; refactor PNode moveToBack and related
Michael L Heuer committed on 27 Nov 2013
2012-09-05
@Michael L Heuer
refactoring jdk16 and jdk16-modules back into core and examples respectfully
Michael L Heuer committed on 5 Sep 2012
2012-09-01
@Michael L Heuer
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
@Michael L Heuer
Issue 236 ; adding zoom event handler that responds to mouse wheel events
Michael L Heuer committed on 24 Feb 2012
2011-11-14
@Aaron Dixon
Issue 227; (trunk) fixed bounds issue when replacing PCamera on a PCanvas; added relevant tests
Aaron Dixon committed on 14 Nov 2011
2011-03-16
@Michael L Heuer
Issue 205 ; updating copyright year in license header to 2011
Michael L Heuer committed on 16 Mar 2011
2010-05-11
@Michael L Heuer
Issue 37 ; refactoring package edu.umd.cs.piccolo to org.piccolo2d in core
Michael L Heuer committed on 11 May 2010
2010-04-19
@Michael L Heuer
Issue 172 ; increasing test coverage, javadoc improvements, checkstyle fixes
Michael L Heuer committed on 19 Apr 2010
2010-04-17
@Allain Lalonde
Adding Deep Copy Test to PNode.clone()
Allain Lalonde committed on 17 Apr 2010
2010-04-16
@Allain Lalonde
Removing Deprecated code
Allain Lalonde committed on 16 Apr 2010
@Allain Lalonde
Deleting PUtilTest since it no longer had any tests
Allain Lalonde committed on 16 Apr 2010
@Allain Lalonde
Changing constants to final as per Issue #135
Allain Lalonde committed on 16 Apr 2010
2010-02-10
@Allain Lalonde
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-01-19
@Michael L Heuer
updating copyright years to include 2010
Michael L Heuer committed on 19 Jan 2010
2010-01-15
@Allain Lalonde
Fixing Issue #155 by removing check for "isEmpty" on passed bounds to add. ...
Allain Lalonde committed on 15 Jan 2010
2009-10-28
@Michael L Heuer
adding additional constructor PInterpolatingActivity(long duration)
Michael L Heuer committed on 28 Oct 2009
2009-10-24
@Michael L Heuer
increasing test coverage
Michael L Heuer committed on 24 Oct 2009
@Michael L Heuer
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
@Michael L Heuer
adding license headers for core unit tests
Michael L Heuer committed on 24 Oct 2009
2009-10-21
@Michael L Heuer
style and javadoc fixes
Michael L Heuer committed on 21 Oct 2009
2009-10-20
@Allain Lalonde
Adding clone tests to allow for later refactoring.
Allain Lalonde committed on 20 Oct 2009
2009-10-15
@Allain Lalonde
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-13
@Allain Lalonde
Tedious CheckStyle blitz on core.
Allain Lalonde committed on 13 Oct 2009
2009-10-10
@Allain Lalonde
Hunting FindBugs in Core.
Allain Lalonde committed on 10 Oct 2009
2009-10-09
@Allain Lalonde
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
2009-09-26
@Michael L Heuer
Issue 127 ; tolerances for unit test assertions were too strict for OpenJDK IcedTea6 1.4.1 implementation on linux
Michael L Heuer committed on 26 Sep 2009
2009-08-21
@Michael L Heuer
Issue 69 ; moving POffscreenCanvas to core
Michael L Heuer committed on 21 Aug 2009
2009-08-08
@Allain Lalonde
Made test use actual height of html node instead of a hard coded value.
Allain Lalonde committed on 8 Aug 2009
2009-08-07
@Allain Lalonde
Broke apart tests of PHtmlView so that 1 test = 1 behaviour.
Allain Lalonde committed on 7 Aug 2009
@Allain Lalonde
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
@Allain Lalonde
Accidental IO remnant during testing.
Allain Lalonde committed on 7 Aug 2009
@Allain Lalonde
Added test for PHtmlViewTest that checks for paint covering the entire bounds.
Allain Lalonde committed on 7 Aug 2009
@Michael L Heuer
Issue 111 ; API and javadoc improvements to PHtmlView, html --> text, htmlColor --> textColor, clickedAddress --> linkAddressAt, etc.
Michael L Heuer committed on 7 Aug 2009
@Michael L Heuer
Issue 111 ; adding correct license header text
Michael L Heuer committed on 7 Aug 2009
2009-08-05
@Allain Lalonde
Fixed issue 106. Added fillStrategy to the toImage method. ...
Allain Lalonde committed on 5 Aug 2009
2009-08-04
@Allain Lalonde
issue#111: merged phtml branch to trunk
Allain Lalonde committed on 4 Aug 2009
2009-08-01
@Allain Lalonde
Attacking checkstyle complaints.
Allain Lalonde committed on 1 Aug 2009
2009-07-31
@Allain Lalonde
FingBugs Hunting.
Allain Lalonde committed on 31 Jul 2009
2009-07-30
@Marcus Rohrmoser
issue#116 - tests accessing non-final fields to prevent code-clean finalization. Code Clean.
Marcus Rohrmoser committed on 30 Jul 2009
@Michael L Heuer
Issue 114 ; minor API improvements to PText
Michael L Heuer committed on 30 Jul 2009
@Allain Lalonde
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
@Marcus Rohrmoser
issue#101 - throw a RTE wrappping the original EX.
Marcus Rohrmoser committed on 29 Jul 2009
@Marcus Rohrmoser
issue#110 - only whitespace and syntax. No semantic changes.
Marcus Rohrmoser committed on 29 Jul 2009
@Marcus Rohrmoser
issue#22 undo r561 to repeat later in the agreed on style.
Marcus Rohrmoser committed on 29 Jul 2009
2009-07-28
@Michael L Heuer
Issue 19, Issue 90 ; rolling back changes made in r395
Michael L Heuer committed on 28 Jul 2009
@Allain Lalonde
Killing some FindBugs involving serialization.
Allain Lalonde committed on 28 Jul 2009
2009-07-26
@Allain Lalonde
Broke apart the name tests so that 1 test method tested 1 obvious behaviour
Allain Lalonde committed on 26 Jul 2009
2009-07-25
@Marcus Rohrmoser
proposal to fix issue#22
Marcus Rohrmoser committed on 25 Jul 2009
2009-07-24
@Allain Lalonde
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
2009-07-21
@Allain Lalonde
Removing unused imports
Allain Lalonde committed on 21 Jul 2009
@Allain Lalonde
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
2009-07-20
@Allain Lalonde
Adding more tests and adding tests for PDebug
Allain Lalonde committed on 20 Jul 2009
@Allain Lalonde
Unit tests
Allain Lalonde committed on 20 Jul 2009
@Allain Lalonde
Added tests for PBasicInputEventHandler
Allain Lalonde committed on 20 Jul 2009
2009-07-19
@Allain Lalonde
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
@Allain Lalonde
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
@Allain Lalonde
Removing some calls to printStackTrace(), replacing them with appropriate responses Issue 101
Allain Lalonde committed on 19 Jul 2009
2009-07-18
@Allain Lalonde
Unit Testing for PImage and removed a little cruft
Allain Lalonde committed on 18 Jul 2009
@Allain Lalonde
Some Unit Tests for PInputEvent
Allain Lalonde committed on 18 Jul 2009
@Allain Lalonde
Adding tests for PText
Allain Lalonde committed on 18 Jul 2009
@Allain Lalonde
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
@Allain Lalonde
renamed test since PCanvas was redundant
Allain Lalonde committed on 18 Jul 2009
@Allain Lalonde

Allain Lalonde committed on 18 Jul 2009
@Allain Lalonde
Added Memory Leak Test for PCanvas, should demonstrate the memory leak installInputSources has
Allain Lalonde committed on 18 Jul 2009
@Allain Lalonde
Fixed Issue 100; Plastered PInputEventFilter with Unit Tests and then made it consider the masks conditionally. ...
Allain Lalonde committed on 18 Jul 2009
@Allain Lalonde
Adding some PInputEventFilter tests.
Allain Lalonde committed on 18 Jul 2009
@Allain Lalonde
Removed unnecessary call to getFullBounds in test. Probably just a hangover from a past test.
Allain Lalonde committed on 18 Jul 2009
@Allain Lalonde
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
@Allain Lalonde
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
@Allain Lalonde
Fixed Issue 92; make it check for empty stack before popping the cursor
Allain Lalonde committed on 17 Jul 2009
@Allain Lalonde
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
2009-07-16
@Allain Lalonde
Some tests for PDragEventHandler
Allain Lalonde committed on 16 Jul 2009
@Allain Lalonde
Adding some preliminary tests for PInputEvent
Allain Lalonde committed on 16 Jul 2009
@Allain Lalonde
Added some trivial tests for PPanEventHandler and added come accesors to it for maxAutoPanSpeed and minAutoPanSpeed. ...
Allain Lalonde committed on 16 Jul 2009
@Allain Lalonde
Added some tests for PAffineTransform
Allain Lalonde committed on 16 Jul 2009
2009-07-15
@Allain Lalonde
Moved mockListener out of methods and into the setUp. it's common enough to warrant it.
Allain Lalonde committed on 15 Jul 2009
@Allain Lalonde
Slight modification to MockPCamera for extensibility.
Allain Lalonde committed on 15 Jul 2009
@Allain Lalonde
Tests for PRoot
Allain Lalonde committed on 15 Jul 2009
@Allain Lalonde
Added more tests for PCameraTest and removed an errant ImageIO.write in PNode
Allain Lalonde committed on 15 Jul 2009
@Allain Lalonde
Added test for PDebug.debugBounds enabled
Allain Lalonde committed on 15 Jul 2009
2009-07-14
@Allain Lalonde
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
@Allain Lalonde
Added some move tests to PCanvas
Allain Lalonde committed on 14 Jul 2009
@Allain Lalonde
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
@Allain Lalonde
Added some tests for PInputManagerTest. Difficult to create a mock PickPath so the mouse specific code is largely untested.
Allain Lalonde committed on 14 Jul 2009
@Allain Lalonde
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
@Allain Lalonde
Adding some unit test to PLayer, 98.7% instruction coverage booya.
Allain Lalonde committed on 13 Jul 2009
@Allain Lalonde
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
@Allain Lalonde
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
@Michael L Heuer
Issue 59 ; updating license date range to include 2009
Michael L Heuer committed on 24 Jan 2009
2008-08-22
@Michael L Heuer
Issue 59 ; copyright start year should be 1998 to match oldest files
Michael L Heuer committed on 22 Aug 2008
@Michael L Heuer
Issue 59 ; updating license header and adding one where missing
Michael L Heuer committed on 22 Aug 2008
2008-08-01
@Michael L Heuer
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-30
@Marcus Rohrmoser
issue#51 aligned package and class names of the tests with the classes under test.
Marcus Rohrmoser committed on 30 Jul 2008
@Michael L Heuer
Issue 47; replaced println to stdout/stderr in unit tests with assertNotNull
Michael L Heuer committed on 30 Jul 2008
2008-07-27
@Marcus Rohrmoser
issue#44 subdirectory and artifact rename
Marcus Rohrmoser committed on 27 Jul 2008