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
|