History for piccolo2d.java / extras
2009-07-15
@Allain Lalonde
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
2009-07-14
@Allain Lalonde
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
@Allain Lalonde
Added some tests to PSwing
Allain Lalonde committed on 14 Jul 2009
@Allain Lalonde
Added some tests for PComboBox and added getters for canvas and pSwing
Allain Lalonde committed on 14 Jul 2009
2009-05-05
@Michael L Heuer
Issue 69 ; adding POffscreenCanvas to extras, with unit test and example
Michael L Heuer committed on 5 May 2009
2009-03-31
@Michael L Heuer
minor style fixes
Michael L Heuer committed on 31 Mar 2009
2009-03-28
@Michael L Heuer
Issue 79 : removing testReferences method which incorrectly depends on certian behaviour from the garbage collector
Michael L Heuer committed on 28 Mar 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-11-09
@Stephen Chin
Fix for Issue 9: PComboBox does not work when nested in a Panel ...
Stephen Chin committed on 9 Nov 2008
@Stephen Chin
Added missing copyright.
Stephen Chin committed on 9 Nov 2008
@Stephen Chin
Fix for issue 8: PSwing nodes prevent proper garbage collection ...
Stephen Chin committed on 9 Nov 2008
2008-11-05
@Marcus Rohrmoser
issue#68 javadocs + scm pom entries.
Marcus Rohrmoser committed on 5 Nov 2008
@Marcus Rohrmoser
issue#68 works.
Marcus Rohrmoser committed on 5 Nov 2008
@Marcus Rohrmoser
issue#49 issue#48 done for the first. Is it still compatible?
Marcus Rohrmoser committed on 5 Nov 2008
@Marcus Rohrmoser
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
@Marcus Rohrmoser
issue#49 issue#48 - comments and minor improvements.
Marcus Rohrmoser committed on 5 Nov 2008
@Marcus Rohrmoser
issue#49 issue#48 - pull out an extension point.
Marcus Rohrmoser committed on 5 Nov 2008
@Marcus Rohrmoser
issue#49 issue#48 - possible solution.
Marcus Rohrmoser committed on 5 Nov 2008
2008-10-08
@Michael L Heuer
Issue 25 ; refactor getpSwingCanvas() --> getPSwingCanvas()
Michael L Heuer committed on 8 Oct 2008
@Michael L Heuer
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
@Michael L Heuer
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
@Michael L Heuer
Issue 15 ; properly consume mouse events in PSwing components
Michael L Heuer committed on 8 Oct 2008
@Michael L Heuer
Issue 14 ; removing unnecessary invalidate/revalidate and repaint of PSwingCanvas
Michael L Heuer committed on 8 Oct 2008
2008-08-22
@Michael L Heuer
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
@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 ; 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-14
@Marcus Rohrmoser
issue#6 change report added
Marcus Rohrmoser committed on 14 Aug 2008
2008-08-02
@Michael L Heuer
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-07-31
@Marcus Rohrmoser
issue#45 pom and upload tweaks
Marcus Rohrmoser committed on 31 Jul 2008