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
|
|
Accidental IO remnant during testing.
Allain Lalonde
committed
on 7 Aug 2009
|
|
Added test for PHtmlViewTest that checks for paint covering the entire bounds.
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-05 |
Fixed issue 106. Added fillStrategy to the toImage method.
...
Allain Lalonde
committed
on 5 Aug 2009
|
2009-08-04 |
issue#111: merged phtml branch to trunk
Allain Lalonde
committed
on 4 Aug 2009
|
2009-08-01 |
Attacking checkstyle complaints.
Allain Lalonde
committed
on 1 Aug 2009
|
2009-07-31 |
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 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#101 - throw a RTE wrappping the original EX.
Marcus Rohrmoser
committed
on 29 Jul 2009
|
issue#110 - only whitespace and syntax. No semantic changes.
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
|
|
2009-07-28 |
Issue 19, Issue 90 ; rolling back changes made in r395
Michael L Heuer
committed
on 28 Jul 2009
|
Killing some FindBugs involving serialization.
Allain Lalonde
committed
on 28 Jul 2009
|
|
2009-07-26 |
Broke apart the name tests so that 1 test method tested 1 obvious behaviour
Allain Lalonde
committed
on 26 Jul 2009
|
2009-07-25 |
proposal to fix issue#22
Marcus Rohrmoser
committed
on 25 Jul 2009
|
2009-07-24 |
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 |
Removing unused imports
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
|
|
2009-07-20 |
Adding more tests and adding tests for PDebug
Allain Lalonde
committed
on 20 Jul 2009
|
Unit tests
Allain Lalonde
committed
on 20 Jul 2009
|
|
Added tests for PBasicInputEventHandler
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 |
Unit Testing for PImage and removed a little cruft
Allain Lalonde
committed
on 18 Jul 2009
|