tripleplay icon indicating copy to clipboard operation
tripleplay copied to clipboard

Utilities for use in PlayN-based games.

Results 10 tripleplay issues
Sort by recently updated
recently updated
newest added

Bumps [org.apache.maven:maven-core](https://github.com/apache/maven) from 2.0 to 3.8.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven:maven-core&package-manager=maven&previous-version=2.0&new-version=3.8.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Error message: ``` Failed to execute goal on project tripleplay-java-swt: Could not resolve dependencies for project com.threerings:tripleplay-java-swt:jar:2.1-SNAPSHOT: Failure to find org.eclipse.swt:org.eclipse.swt.cocoa.macosx.x86_64:jar:4.5.1 in https://jcenter.bintray.com/ was cached in the local repository, resolution...

The [demo of the UI toolkit](http://threerings.github.com/tripleplay/widgetdemo.html) unpredictably acquires a vertical mouse offset when I attempt to use it. My first 0-N clicks will work fine, then from N+1 onwards my...

I can't find any `AndroidTPPlatform` or `HtmlTPPlatform` classes to register as the tripleplay platform, so I guess there's no support yet for native text fields on these platforms. I'm not...

I noticed in the demo after enabling the java platform, going into and out of the general tab shows the text fields fixed in place.

Disabling or right aligning a text field, for example, does not do what's expected.

HTML, Android, and iOS have native widgets for accepting password input. It would be great if tripleplay can provide an abstraction that maps to native widgets. Thanks.

The buttons (and also some other tripleplay-elements) are not shown correctly in IE9 (my version is 9.0.8). The corner on the right bottom is drawn in wrong colors. You can...

This Style produces strange outputs in HTML5 in all browsers: Style.BACKGROUND.is(Background.roundRect(Color.BLUE, 4, Color.WHITE, 1).inset(5,40, 2, 40)) The large insets on the left and right sides conflict with the round corners.