svn commit: r1812783 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/ImageViewSkin.java

2017-10-20 Thread rwhitcomb
Author: rwhitcomb Date: Fri Oct 20 20:09:22 2017 New Revision: 1812783 URL: http://svn.apache.org/viewvc?rev=1812783=rev Log: Use of "Utils" methods for parameter checking in ImageViewSkin.java. Some code beautification for clarity. Note that null background is acceptable. Modified:

svn commit: r1812782 - in /pivot/trunk/core: src/org/apache/pivot/util/BooleanResult.java test/org/apache/pivot/util/test/BooleanResultTest.java

2017-10-20 Thread rwhitcomb
Author: rwhitcomb Date: Fri Oct 20 19:49:11 2017 New Revision: 1812782 URL: http://svn.apache.org/viewvc?rev=1812782=rev Log: Update BooleanResult to add a "clear()" method that sets the value to "false". Add tests of this in the BooleanResultTest class. Modified:

svn commit: r1812765 - /pivot/trunk/core/src/org/apache/pivot/util/Utils.java

2017-10-20 Thread rwhitcomb
Author: rwhitcomb Date: Fri Oct 20 17:05:37 2017 New Revision: 1812765 URL: http://svn.apache.org/viewvc?rev=1812765=rev Log: Add some more parameter checking methods in Utils: * Check for non-negative float values (parallel to the "int" value method already there). * Check for "positive"

svn commit: r1812764 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/GraphicsUtilities.java

2017-10-20 Thread rwhitcomb
Author: rwhitcomb Date: Fri Oct 20 17:03:15 2017 New Revision: 1812764 URL: http://svn.apache.org/viewvc?rev=1812764=rev Log: Make some new variations on the "prepareForText" methods in GraphicsUtilities for use in other places in the code. Also add a method to set the font rendering hints. And