2009-10-15 |
Issue 132 ; refactoring SWT examples from examples module to new swt-examples module, commit 4 of several
Michael L Heuer
committed
on 15 Oct 2009
|
---|---|
Issue 132 ; refactoring SWT examples from examples module to new swt-examples module, commit 3 of several
Michael L Heuer
committed
on 15 Oct 2009
|
|
Issue 132 ; refactoring SWT examples from examples module to new swt-examples module, commit 2 of several
Michael L Heuer
committed
on 15 Oct 2009
|
|
Issue 132 ; refactoring SWT examples from examples module to new swt-examples module, commit 1 of several
Michael L Heuer
committed
on 15 Oct 2009
|
|
CheckStyle hunting in PSWTBoundsHandle
Allain Lalonde
committed
on 15 Oct 2009
|
|
Starting the cleanup of SWT module. Some "dangerous" changes that don't break binary compatibility, but just about do: I changed some fields from package scope to private. Should this break something, please let us know.
Allain Lalonde
committed
on 15 Oct 2009
|
|
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
|
|
Further CheckStyle activity on extras module.
Allain Lalonde
committed
on 15 Oct 2009
|
|
2009-10-14 |
More checkstyle goodness
Allain Lalonde
committed
on 14 Oct 2009
|
Adding P3DRectExample to examples
Allain Lalonde
committed
on 14 Oct 2009
|
|
Attacking CheckStyle warnings in extras package.
Allain Lalonde
committed
on 14 Oct 2009
|
|
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 |
Resolves issue 130, use this.canvas instead of constructor arg canvas (which may be null)
Sam Reid
committed
on 10 Oct 2009
|
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
|
|
Pushing on CheckStyle for extras.
Allain Lalonde
committed
on 10 Oct 2009
|
|
Making checkstyle ignore missing javadocs on private members and types.
Allain Lalonde
committed
on 10 Oct 2009
|
|
More CheckStyle Stuff
Allain Lalonde
committed
on 10 Oct 2009
|
|
More CheckStyle attacking.
Allain Lalonde
committed
on 10 Oct 2009
|
|
Fixing Checkstyle javadoc errors in worst offender.
Allain Lalonde
committed
on 10 Oct 2009
|
|
Fixing FindBugs transient field warnings.
Allain Lalonde
committed
on 10 Oct 2009
|
|
Adding fix for NPE on positions.
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 FindBugs Excludes, since all they did was remove tests from the examples modules. Instead I removed the unnecessary reporting from examples.
...
Allain Lalonde
committed
on 9 Oct 2009
|
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
|
|
formatting changes only, replacing tab characters with spaces
Michael L Heuer
committed
on 9 Oct 2009
|
|
Issue 128 ; applying patch from akurtakov, adding maven-bundle-plugin configuration and changing packaging from jar to bundle
Michael L Heuer
committed
on 9 Oct 2009
|
|
Trying again with ignores rules.
Allain Lalonde
committed
on 9 Oct 2009
|
|
Adding findbugs exclude rules to other projects.
Allain Lalonde
committed
on 9 Oct 2009
|
|
Makind FindBugs ignore any Test classes and example classes.
Allain Lalonde
committed
on 9 Oct 2009
|
|
Making checks for examples far less restrictive than the core library. Snippets don't always need to conform to SOLID principles.
Allain Lalonde
committed
on 9 Oct 2009
|
|
Formatting to conform with CheckStyle and some removal of inline conditionals.
Allain Lalonde
committed
on 9 Oct 2009
|
|
Killing more CheckStyle and a Couple PMD complaints.
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
|
|
Making CheckStyle more permissive of things the Piccolo2D code base doesn't agree with.
Allain Lalonde
committed
on 9 Oct 2009
|
|
2009-09-26 |
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-09-19 |
typo fix
Michael L Heuer
committed
on 19 Sep 2009
|
adding Alexander Kurtakov as a contributor, re Issue 125
Michael L Heuer
committed
on 19 Sep 2009
|
|
replacing tab characters with spaces
Michael L Heuer
committed
on 19 Sep 2009
|
|
2009-09-18 |
Issue 125 ; fix for compilation error with more recent versions of SWT dependency on linux, thanks to akurtakov for the patch
Michael L Heuer
committed
on 18 Sep 2009
|
2009-08-21 |
Issue 69 ; moving POffscreenCanvas to core
Michael L Heuer
committed
on 21 Aug 2009
|
Issue 64 ; minor checkstyle fixes
Michael L Heuer
committed
on 21 Aug 2009
|
|
Issue 64 ; adding ShadowUtils, PShadow to extras, ShadowExample to examples
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
|
Made test use actual height of html node instead of a hard coded value.
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
|
|
Issue 111 ; adding example to demonstrate text offset bounds problem with PHtmlView
Michael L Heuer
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
|
|
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
|
|
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
|
|
Issue 71; Made clicked on PStyledText nodes retain their scale if they were not new when clicked.
Allain Lalonde
committed
on 6 Aug 2009
|
|
Fixed bug causing PFrame not to display by default.
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
|
|
issue#45 - obsoleted by mvn site:deploy
Marcus Rohrmoser
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 |
Fixed reference to invalid getClickedAddress method in HtmlViewExample.
Allain Lalonde
committed
on 4 Aug 2009
|
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 |
minor API improvements to PSwing, javadoc improvements, and formatting changes
Michael L Heuer
committed
on 3 Aug 2009
|
minor API improvements to PSwing, javadoc improvements, and formatting changes
Michael L Heuer
committed
on 3 Aug 2009
|
|
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 |
Who knew. An overload that does nothing but call its parent that has a reason to exist.
Allain Lalonde
committed
on 31 Jul 2009
|
PMD bugs attack.
Allain Lalonde
committed
on 31 Jul 2009
|
|
FingBugs Hunting.
Allain Lalonde
committed
on 31 Jul 2009
|
|
Refactored PCacheCamera to cleanup and made it work in Headless mode.
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
|
|
ignores refined
Marcus Rohrmoser
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 |
Cleaning up examples a little
Allain Lalonde
committed
on 28 Jul 2009
|
Issue 19, Issue 90 ; rolling back changes made in r395
Michael L Heuer
committed
on 28 Jul 2009
|
|
Starting to refactor PStyledText. It's a beast. Too bad we don't have any code that really puts it through its paces.
Allain Lalonde
committed
on 28 Jul 2009
|
|
Making findbugs a little happier.
Allain Lalonde
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
|
|
|
|
Refactoring the ExampleRunner for clarity.
Allain Lalonde
committed
on 28 Jul 2009
|
|
Killing some FindBugs involving serialization.
Allain Lalonde
committed
on 28 Jul 2009
|
|
issue#108 fixed.
Allain Lalonde
committed
on 28 Jul 2009
|
|
issue#108 help hudson pick up the findbugs trends.
Marcus Rohrmoser
committed
on 28 Jul 2009
|
|
issue#108 add hudson address to the pom
Marcus Rohrmoser
committed
on 28 Jul 2009
|
|
issue#108 put cobertura back to the reports section as allain suggested in commit r565
Marcus Rohrmoser
committed
on 28 Jul 2009
|
|
issue#108 cosmetics.
Marcus Rohrmoser
committed
on 28 Jul 2009
|
|
issue#108 better make the deployment target depend on machine+user but on profiles.
Marcus Rohrmoser
committed
on 28 Jul 2009
|
|
2009-07-27 |
Issue #108 - Setting the local path for deployment of piccolo2d site on hudson.
Allain Lalonde
committed
on 27 Jul 2009
|
issue#108 found the reason why hudson tries to pull the changelog from https://...
Marcus Rohrmoser
committed
on 27 Jul 2009
|
|
ignores
Marcus Rohrmoser
committed
on 27 Jul 2009
|
|
issue#108 re-add changelog
Marcus Rohrmoser
committed
on 27 Jul 2009
|
|
issue#104 add 'parent' to the modules to build.
Marcus Rohrmoser
committed
on 27 Jul 2009
|
|
issue#108 fixes to the site.
Marcus Rohrmoser
committed
on 27 Jul 2009
|
|
issue#108 shut up hudson, part 4 - bump findbugs vesion.
Marcus Rohrmoser
committed
on 27 Jul 2009
|
|
issue#108 shut up hudson, part 3 - minor javadoc complaints.
Marcus Rohrmoser
committed
on 27 Jul 2009
|
|
issue#108 shut up hudson, part 2 - source encoding and another overview.html.
Marcus Rohrmoser
committed
on 27 Jul 2009
|
|
shut up hudson, part 1 - add an overview.html.
Marcus Rohrmoser
committed
on 27 Jul 2009
|
|
issue#108 set up hudson build
Marcus Rohrmoser
committed
on 27 Jul 2009
|
|
Commenting out developer activity plugin in reports. Could not autogenerate report from hudson
Allain Lalonde
committed
on 27 Jul 2009
|
|
Making developer activity use the public url for svn as opposed to the developer one
Allain Lalonde
committed
on 27 Jul 2009
|
|
Moving cobetura report to be constructed in the site stage, not in the clean one
Allain Lalonde
committed
on 27 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 |
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
|
|
Removing unnecessary import
Allain Lalonde
committed
on 24 Jul 2009
|
|
Fixed Issue 13; Added the clipping for the paint region as suggested by Sam
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
|
|
Very strange slider behaviour in mac. Trying a fix.
Allain Lalonde
committed
on 24 Jul 2009
|
|
reverting r524 zooming on mac broke... weird.
Allain Lalonde
committed
on 24 Jul 2009
|
|
Fixed Issue 83; Transforming graphics context was introducing slight rounding errors in the font metrics measurements. Calculating string widths using compnent.getGraphics() would yield slightly smaller widths than calculating them using the active Graphics object.
...
Allain Lalonde
committed
on 24 Jul 2009
|
|
2009-07-22 |
made XYArray implement Cloneable since it had a clone method
Allain Lalonde
committed
on 22 Jul 2009
|
updating developer information
Michael L Heuer
committed
on 22 Jul 2009
|
|
Accidentally introduced a 1.5 feature dependency in r539 (Arrays.toString(double[] ...))
Allain Lalonde
committed
on 22 Jul 2009
|
|
2009-07-21 |
removed static from before what amounted to instance variables.
Allain Lalonde
committed
on 21 Jul 2009
|
Removing unused imports
Allain Lalonde
committed
on 21 Jul 2009
|
|
Made PNotificationCenter matchingKeys use NotificationKey.equals as opposed to reproducing the logic.
Allain Lalonde
committed
on 21 Jul 2009
|
|
Fixing NotificationTarget and NotificationKey equals methods so that they conform to the equals contract.
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
|
|
Fixed Issue 71; made resulting PStyledText take the camera's scale into account. Also, made right click call stopEditing, so that the input field was always the same size as the resulting text would be, was weird otherwise
Allain Lalonde
committed
on 21 Jul 2009
|
|
Cleaned up PNavigationEventhandler. Removed nested ifs, refactored common code out into its own private method.
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
|
|
Removing unnecessary dependency to the findbugs plugin since it was already defined in the reports element.
Allain Lalonde
committed
on 21 Jul 2009
|
|
Adding Coverage Ignore Rules for Examples Module
Allain Lalonde
committed
on 21 Jul 2009
|
|
Added FindBugs as a plugin.
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 |
Just updated my contact info in the Maven Config File.
Allain Lalonde
committed
on 20 Jul 2009
|
#84 added developers.
Marcus Rohrmoser
committed
on 20 Jul 2009
|
|
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
|
|
removed printStackTrace call by making addListner return false if it was not able to add the listener
Allain Lalonde
committed
on 19 Jul 2009
|
|
Removing buried PrintException, replacing it with a JOptionPane.showMessageDialog call
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
|
|
Some refactoring to make PSwingRepaintManager clearer, nothing too fancy
Allain Lalonde
committed
on 18 Jul 2009
|
|
Issue 74 ; additional minor improvements for better UI responsiveness
Michael L Heuer
committed
on 18 Jul 2009
|
|
Commenting out assert since it doesn't work on all environments
Allain Lalonde
committed
on 18 Jul 2009
|
|
Issue 74 ; minor style and javadoc fixes
Michael L Heuer
committed
on 18 Jul 2009
|
|
Issue 74 ; minor style and javadoc fixes
Michael L Heuer
committed
on 18 Jul 2009
|
|
Trying to get test to pass. Seems to get GC to run
Allain Lalonde
committed
on 18 Jul 2009
|
|
Adding tests for PText
Allain Lalonde
committed
on 18 Jul 2009
|
|
Fixed Issue 74; removed the need to track PSwingCanvas.SwingWrapper instances in the PSwingRepaintManager, making the memory leak a non-issue
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
|
|
Changed test name since it was incorrectly referring to PCanvas
Allain Lalonde
committed
on 18 Jul 2009
|
|
Added PSwingCanvas Test for Memory Leak
Allain Lalonde
committed
on 18 Jul 2009
|
|
renamed test since PCanvas was redundant
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
|
|
Allain Lalonde
committed
on 18 Jul 2009
|
|
Added Memory Leak Test for PCanvas, should demonstrate the memory leak installInputSources has
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
|
|
Adding # of times finalizers are called.
Allain Lalonde
committed
on 18 Jul 2009
|
|
Issue 74 ; adding PSwingMemoryLeakExample to examples
Michael L Heuer
committed
on 18 Jul 2009
|
|
Adding some PInputEventFilter tests.
Allain Lalonde
committed
on 18 Jul 2009
|
|
Removed unnecessary call to getFullBounds in test. Probably just a hangover from a past test.
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
|
|
Allain Lalonde
committed
on 17 Jul 2009
|
|
Issue 74 ; some assertions fail when test case is run as part of a test suite
Michael L Heuer
committed
on 17 Jul 2009
|
|
Issue 74 ; adding unit test for PSwingRepaintManager
Michael L Heuer
committed
on 17 Jul 2009
|
|
Issue 69 ; adding render quality parameter
Michael L Heuer
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
|
|
Issue 53. Removing Test Code that can't be run in Headless mode
Allain Lalonde
committed
on 17 Jul 2009
|
|
2009-07-16 |
|
Made cobertura plugin output xml format as well as generating an html report
Allain Lalonde
committed
on 16 Jul 2009
|
|
Some tests for PDragEventHandler
Allain Lalonde
committed
on 16 Jul 2009
|
|
Adding some preliminary tests for PInputEvent
Allain Lalonde
committed
on 16 Jul 2009
|
|
Added some trivial tests for PPanEventHandler and added come accesors to it for maxAutoPanSpeed and minAutoPanSpeed.
...
Allain Lalonde
committed
on 16 Jul 2009
|
|
Removing local private members which are no longer needed since Buffering has been removed.
...
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
|
|
Added some tests for PAffineTransform
Allain Lalonde
committed
on 16 Jul 2009
|
|
2009-07-15 |
Fixed Issue 83; Guessed that the ellipses were caused my Mac's ability to do subpixel font rendering and MS's inability to do so. MS was probably rounding down to the next pixel and macs were not, allowing the text to be a couple pixels longer. Disabling it seems to do the trick.
Allain Lalonde
committed
on 15 Jul 2009
|
Moved mockListener out of methods and into the setUp. it's common enough to warrant it.
Allain Lalonde
committed
on 15 Jul 2009
|
|
Slight modification to MockPCamera for extensibility.
Allain Lalonde
committed
on 15 Jul 2009
|
|
Tests for PRoot
Allain Lalonde
committed
on 15 Jul 2009
|
|
Added more tests for PCameraTest and removed an errant ImageIO.write in PNode
Allain Lalonde
committed
on 15 Jul 2009
|
|
Added test for PDebug.debugBounds enabled
Allain Lalonde
committed
on 15 Jul 2009
|
|
2009-07-14 |
relates to issue#45 - work right on a mac and easy dropbox publishing.
Marcus Rohrmoser
committed
on 14 Jul 2009
|
fix issue#95
Marcus Rohrmoser
committed
on 14 Jul 2009
|
|
ignores
Marcus Rohrmoser
committed
on 14 Jul 2009
|
|
Issue 82; Fixed ; Made PSwing register itself as a ComponentListener to the component. When the component's visibility changes, so does the PSwing node. Also, I've overridden setVisible so that it calls setVisible on the underlying component.
Allain Lalonde
committed
on 14 Jul 2009
|
|
Added some tests to PSwing
Allain Lalonde
committed
on 14 Jul 2009
|
|
Added some tests for PComboBox and added getters for canvas and pSwing
Allain Lalonde
committed
on 14 Jul 2009
|
|
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 tests for PInputManagerTest. Difficult to create a mock PickPath so the mouse specific code is largely untested.
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
|
Adding some unit test to PLayer, 98.7% instruction coverage booya.
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-05-16 |
Issue 66 ; adding PrintExample to examples to replicate issue
Michael L Heuer
committed
on 16 May 2009
|
2009-05-05 |
Issue 69 ; adding POffscreenCanvas to extras, with unit test and example
Michael L Heuer
committed
on 5 May 2009
|
2009-03-31 |
minor style fixes
Michael L Heuer
committed
on 31 Mar 2009
|
2009-03-28 |
Issue 79 : removing testReferences method which incorrectly depends on certian behaviour from the garbage collector
Michael L Heuer
committed
on 28 Mar 2009
|
2009-03-17 |
Issue 67 ; fixed issue with example, it was incorrectly adding the scroll pane to the canvas
Michael L Heuer
committed
on 17 Mar 2009
|
2009-01-24 |
Issue 59 ; updating license date range to include 2009
Michael L Heuer
committed
on 24 Jan 2009
|
Issue 59 ; updating license date range to include 2009
Michael L Heuer
committed
on 24 Jan 2009
|
|
Issue 59 ; updating license date range to include 2009
Michael L Heuer
committed
on 24 Jan 2009
|
|
Issue 59 ; updating license date range to include 2009
Michael L Heuer
committed
on 24 Jan 2009
|
|
Issue 59 ; updating license date range to include 2009
Michael L Heuer
committed
on 24 Jan 2009
|
|
2008-11-09 |
Fix for Issue 9: PComboBox does not work when nested in a Panel
...
Stephen Chin
committed
on 9 Nov 2008
|
Added missing copyright.
Stephen Chin
committed
on 9 Nov 2008
|
|
Fix for issue 8: PSwing nodes prevent proper garbage collection
...
Stephen Chin
committed
on 9 Nov 2008
|
|
2008-11-05 |
issue#68 javadocs + scm pom entries.
Marcus Rohrmoser
committed
on 5 Nov 2008
|
issue#68 works.
Marcus Rohrmoser
committed
on 5 Nov 2008
|
|
Issue 49 ; adding a stroke example
Michael L Heuer
committed
on 5 Nov 2008
|
|
issue#49 issue#48 done for the first. Is it still compatible?
Marcus Rohrmoser
committed
on 5 Nov 2008
|
|
issue#49 issue#48 - much more elegant plus delegates but also less robust (sic\!). Maybe we'll keep the previous version...
Marcus Rohrmoser
committed
on 5 Nov 2008
|
|
issue#49 issue#48 - comments and minor improvements.
Marcus Rohrmoser
committed
on 5 Nov 2008
|
|
issue#49 issue#48 - pull out an extension point.
Marcus Rohrmoser
committed
on 5 Nov 2008
|
|
issue#49 issue#48 - possible solution.
Marcus Rohrmoser
committed
on 5 Nov 2008
|
|
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 25 ; refactor getpSwingCanvas() --> getPSwingCanvas()
Michael L Heuer
committed
on 8 Oct 2008
|
Issue 25 ; use the current PSwing repaint manager if one has been set, or create a new one if it is not of the right type
Michael L Heuer
committed
on 8 Oct 2008
|
|
Issue 23 ; check for existence of a node before removal to prevent NullPointerExceptions
Michael L Heuer
committed
on 8 Oct 2008
|
|
Issue 20 ; adding ContainerAdapter to disable double-buffering in children added to a container after the container has been added to a PSwing component
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
|
|
Issue 14 ; removing unnecessary invalidate/revalidate and repaint of PSwingCanvas
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 ; re-assigning copyright, per Sam Reid: 'I wrote the code that is copyrighted by University of Colorado, and I don't see any problems with reassigning copyright/license.'
Michael L Heuer
committed
on 22 Aug 2008
|
Issue 59 ; copyright start year should be 1998 to match oldest files
Michael L Heuer
committed
on 22 Aug 2008
|
|
Issue 59 ; copyright start year should be 1998 to match oldest files
Michael L Heuer
committed
on 22 Aug 2008
|
|
Issue 59 ; copyright start year should be 1998 to match oldest files
Michael L Heuer
committed
on 22 Aug 2008
|
|
Issue 59 ; copyright start year should be 1998 to match oldest files
Michael L Heuer
committed
on 22 Aug 2008
|
|
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-21 |
Issue 59 ; improving wording of the third condition clause
Michael L Heuer
committed
on 21 Aug 2008
|
2008-08-18 |
issue#42 adjust svn path
Marcus Rohrmoser
committed
on 18 Aug 2008
|
issue#6 issue#42 remove obsolete/redundant material
Marcus Rohrmoser
committed
on 18 Aug 2008
|
|
2008-08-14 |
issue#6 change report added
Marcus Rohrmoser
committed
on 14 Aug 2008
|
2008-08-13 |
Issue 59 ; clarifying copyright and license statements
Michael L Heuer
committed
on 13 Aug 2008
|
2008-08-02 |
Issue 29 ; Tweaked checkstyle configuration and ran eclipse formatter on the java source in examples. Reduced checkstyle errors from 5877 to 1352. Note this commit contains formatting-related changes only, no code changes.
Michael L Heuer
committed
on 2 Aug 2008
|
Issue 29 ; Tweaked checkstyle configuration and ran eclipse formatter on the java source in extras. Reduced checkstyle errors from 15693 to 3520. Note this commit contains formatting-related changes only, no code changes.
Michael L Heuer
committed
on 2 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-31 |
issue#45 pom and upload tweaks
Marcus Rohrmoser
committed
on 31 Jul 2008
|
issue#45 add a site navigation
Marcus Rohrmoser
committed
on 31 Jul 2008
|
|
Issue 28; re-adding checkstyle plugin configuration to core, extras, and examples poms, adding sun_checks.xml to src/build/conf in each to enable check configuration
Michael L Heuer
committed
on 31 Jul 2008
|
|
issue#45 upload shell script
Marcus Rohrmoser
committed
on 31 Jul 2008
|
|
2008-07-30 |
issue#45 revert r153
Marcus Rohrmoser
committed
on 30 Jul 2008
|
issue#45 try via org.apache.maven.wagon:wagon-webdav
Marcus Rohrmoser
committed
on 30 Jul 2008
|
|
issue#48 Reduced visibility of several members. Please review and vote, as this change
...
Marcus Rohrmoser
committed
on 30 Jul 2008
|
|
issue#48 started a unit test
Marcus Rohrmoser
committed
on 30 Jul 2008
|
|
issue#51 aligned package and class names of the tests with the classes under test.
Marcus Rohrmoser
committed
on 30 Jul 2008
|
|
issue#52 use jdk >= 1.4
Marcus Rohrmoser
committed
on 30 Jul 2008
|
|
Fix for issue 46: PFrameTest unit test fails on linux
Stephen Chin
committed
on 30 Jul 2008
|
|
Issue 47; replaced println to stdout/stderr in unit tests with assertNotNull
Michael L Heuer
committed
on 30 Jul 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
|
|
2008-07-22 |
issue#6 re-added the reactor pom.
Marcus Rohrmoser
committed
on 22 Jul 2008
|
issue#6 fixed some urls
Marcus Rohrmoser
committed
on 22 Jul 2008
|
|
|
|
|
|
2008-07-21 |
issue#38 relocate svn base
Marcus Rohrmoser
committed
on 21 Jul 2008
|
2008-07-20 |
Removed old ChangeLog.txt and changed ReleaseNote.txt to be in wiki format.
Stephen Chin
committed
on 20 Jul 2008
|
2008-07-17 |
Added a release notes file for the 1.2.1 Piccolo.java release.
Stephen Chin
committed
on 17 Jul 2008
|
2008-07-10 |
Issue 40; rolling back PText to revision 11 and replacing setWrapMode call in LensExample with setConstrain... calls.
Michael L Heuer
committed
on 10 Jul 2008
|
2008-07-09 |
change CRLF to LF issue#36
Marcus Rohrmoser
committed
on 9 Jul 2008
|
Updated Fix for issue #7: PFrame sets canvas size too large for the window
...
Stephen Chin
committed
on 9 Jul 2008
|
|
2008-07-08 |
Fix issue #7: PFrame sets canvas size too large for the window
...
Stephen Chin
committed
on 8 Jul 2008
|
2008-07-02 |
Modified the build script in preparation for a 1.2.1 release. This includes the following fixes:
...
Stephen Chin
committed
on 2 Jul 2008
|
Issue 34; adding package-level javadoc to extras packages (piccolox.*)
Michael L Heuer
committed
on 2 Jul 2008
|
|
2007-09-06 |
Fixed broken comment
Ben Bederson
committed
on 6 Sep 2007
|
2007-05-02 |
Fixed bug in PFrame where canvas size didn't follow containing PFrame size
Ben Bederson
committed
on 2 May 2007
|
2007-04-28 |
removed bogus copyright information
Sam Reid
committed
on 28 Apr 2007
|
removed bogus copyright information
Sam Reid
committed
on 28 Apr 2007
|
|
Ben Bederson
committed
on 28 Apr 2007
|
|
2007-04-14 |
|
Got rid of a bunch of warnings - mostly from unused code
Ben Bederson
committed
on 14 Apr 2007
|
|
2007-02-14 |
Removing broken fix
Ben Bederson
committed
on 14 Feb 2007
|
Finished the fix to PText wrapping
Ben Bederson
committed
on 14 Feb 2007
|
|
Clarified PText word wrap and bounds computation by deprecating
...
Ben Bederson
committed
on 14 Feb 2007
|
|
2007-02-03 |
|
2006-12-21 |
Made PNavigationEventHandler.directCameraViewToFocus set the focus to the specified focus node
Ben Bederson
committed
on 21 Dec 2006
|
Removed unused parameter in PNavigationEventHandler.directCameraViewToFocus()
Ben Bederson
committed
on 21 Dec 2006
|
|
Added fix to PFixedWidthStroke to make dashes also fixed to go along with the width.
...
Ben Bederson
committed
on 21 Dec 2006
|
|
2006-10-29 |
Fixed bug in intersects - accessed X instead of Y. Contributed by Sebastian Graca [titmus@poczta.onet.pl]
Ben Bederson
committed
on 29 Oct 2006
|
2006-10-05 |
piccolo java
Jesse Grosjean
committed
on 5 Oct 2006
|