svn commit: r1823503 [2/2] - in /pivot/trunk: demos/src/org/apache/pivot/demos/dom/ demos/src/org/apache/pivot/demos/json/ demos/src/org/apache/pivot/demos/styles/ demos/src/org/apache/pivot/demos/tex

2018-02-07 Thread rwhitcomb
Modified: pivot/trunk/tutorials/src/org/apache/pivot/tutorials/explorer/tools/ComponentInspectorSkin.java URL: http://svn.apache.org/viewvc/pivot/trunk/tutorials/src/org/apache/pivot/tutorials/explorer/tools/ComponentInspectorSkin.java?rev=1823503=1823502=1823503=diff

svn commit: r1823503 [1/2] - in /pivot/trunk: demos/src/org/apache/pivot/demos/dom/ demos/src/org/apache/pivot/demos/json/ demos/src/org/apache/pivot/demos/styles/ demos/src/org/apache/pivot/demos/tex

2018-02-07 Thread rwhitcomb
Author: rwhitcomb Date: Wed Feb 7 17:18:37 2018 New Revision: 1823503 URL: http://svn.apache.org/viewvc?rev=1823503=rev Log: PIVOT-1020: Add more values to the Style enum. Rework all the demos, tests and tutorials (including the web site source) to use the Style enum everywhere "getStyles()" is

svn commit: r1823528 [2/2] - in /pivot/trunk: core/test/org/apache/pivot/functional/monad/test/ demos/src/org/apache/pivot/demos/styles/ demos/src/org/apache/pivot/demos/text/ tutorials/src/org/apache

2018-02-07 Thread rwhitcomb
Modified: pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraVFSBrowserSkin.java URL: http://svn.apache.org/viewvc/pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraVFSBrowserSkin.java?rev=1823528=1823527=1823528=diff

svn commit: r1823532 - in /pivot/trunk: tests/src/org/apache/pivot/tests/issues/Pivot734.java wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTreeViewSkin.java wtk/src/org/apache/pivot/wtk/TreeView

2018-02-07 Thread rwhitcomb
Author: rwhitcomb Date: Thu Feb 8 01:41:49 2018 New Revision: 1823532 URL: http://svn.apache.org/viewvc?rev=1823532=rev Log: PIVOT-734: Several changes necessary to solve this (although all these may be a bit of overkill, at least the problem is solved): * The earlier changes mentioned in the

svn commit: r1823528 [1/2] - in /pivot/trunk: core/test/org/apache/pivot/functional/monad/test/ demos/src/org/apache/pivot/demos/styles/ demos/src/org/apache/pivot/demos/text/ tutorials/src/org/apache

2018-02-07 Thread rwhitcomb
Author: rwhitcomb Date: Wed Feb 7 23:04:23 2018 New Revision: 1823528 URL: http://svn.apache.org/viewvc?rev=1823528=rev Log: PIVOT-1020: A few more Style values. Finish off all the rest of the Style enum changes in "wtk" and "wtk-terra". Tweak a few demos, tests, and tutorials too. Changes

svn commit: r1823527 - in /pivot/trunk/wtk: src/org/apache/pivot/wtk/Bounds.java test/org/apache/pivot/wtk/test/BoundsTest.java

2018-02-07 Thread rwhitcomb
Author: rwhitcomb Date: Wed Feb 7 22:56:35 2018 New Revision: 1823527 URL: http://svn.apache.org/viewvc?rev=1823527=rev Log: Add a static final EMPTY as a default value for Bounds(0, 0, 0, 0) Add a test for it in BoundsTest. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/Bounds.java