GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
miura250
/
piccolo2d.java
Download ZIP
110commits
Transfer to URL with SHA
tree:
ed5c36525f
Branches
Tags
×
master
piccolo2d.java
/
extras
/
src
/
latest commit
ed5c36525f
Allain Lalonde
authored
on 15 Jul 2009
..
build/
conf
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.
16 years ago
main/
java
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.
15 years ago
test/java/edu/umd/cs/
piccolox
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.
15 years ago