svn commit: r1889346 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/TextInputSelectionListener.java

2021-04-30 Thread rwhitcomb
Author: rwhitcomb Date: Fri Apr 30 22:07:45 2021 New Revision: 1889346 URL: http://svn.apache.org/viewvc?rev=1889346=rev Log: PIVOT-1047,PIVOT-1032: Make TextInputSelectionListener back into a FunctionalInterface by removing default implementation; fix "checkstyle" problems. Modified:

svn commit: r1889345 [1/2] - in /pivot/trunk: ./ wtk/src/org/apache/pivot/wtk/

2021-04-30 Thread rwhitcomb
Author: rwhitcomb Date: Fri Apr 30 22:02:41 2021 New Revision: 1889345 URL: http://svn.apache.org/viewvc?rev=1889345=rev Log: PIVOT-1032: Reduce file size of ApplicationContext by moving a bunch of stuff to other classes; fix "checkstyle" problems in all. Added:

svn commit: r1889345 [2/2] - in /pivot/trunk: ./ wtk/src/org/apache/pivot/wtk/

2021-04-30 Thread rwhitcomb
Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/Mouse.java URL: http://svn.apache.org/viewvc/pivot/trunk/wtk/src/org/apache/pivot/wtk/Mouse.java?rev=1889345=1889344=1889345=diff == ---

svn commit: r1889344 - in /pivot/trunk: core/src/org/apache/pivot/json/JSONSerializer.java core/src/org/apache/pivot/util/ExceptionUtils.java wtk/src/org/apache/pivot/wtk/Insets.java wtk/src/org/apach

2021-04-30 Thread rwhitcomb
Author: rwhitcomb Date: Fri Apr 30 21:54:42 2021 New Revision: 1889344 URL: http://svn.apache.org/viewvc?rev=1889344=rev Log: Tweak some error messages and comments. Modified: pivot/trunk/core/src/org/apache/pivot/json/JSONSerializer.java

svn commit: r1889343 - in /pivot/trunk: charts/src/org/apache/pivot/charts/content/ core/src/org/apache/pivot/collections/ core/src/org/apache/pivot/collections/concurrent/ core/src/org/apache/pivot/f

2021-04-30 Thread rwhitcomb
Author: rwhitcomb Date: Fri Apr 30 21:53:24 2021 New Revision: 1889343 URL: http://svn.apache.org/viewvc?rev=1889343=rev Log: PIVOT-1032: Fix as many of the "checkstyle" problems in these files as possible. Modified: pivot/trunk/charts/src/org/apache/pivot/charts/content/Interval.java