svn commit: r1688550 - /pivot/branches/2.0.x/tests/src/org/apache/pivot/tests/issues/pivot964/Pivot964Pivot.java

2015-06-30 Thread rwhitcomb
Author: rwhitcomb Date: Wed Jul 1 04:25:40 2015 New Revision: 1688550 URL: http://svn.apache.org/r1688550 Log: PIVOT-964: Correct compile errors due to merging Java 7 changes into the Java 6 branch. Modified: pivot/branches/2.0.x/tests/src/org/apache/pivot/tests/issues/pivot964

svn commit: r1691618 - /pivot/trunk/core/src/org/apache/pivot/beans/BXMLSerializer.java

2015-07-17 Thread rwhitcomb
Author: rwhitcomb Date: Fri Jul 17 17:28:17 2015 New Revision: 1691618 URL: http://svn.apache.org/r1691618 Log: PIVOT-974: Fix BXMLSerializer to correctly deal with the new Java 8 Nashorn script engine by doing two things: 1) Accessing global variables needs to be done through the

svn commit: r1692012 - in /pivot/branches/2.0.x: ./ core/src/org/apache/pivot/beans/BXMLSerializer.java

2015-07-20 Thread rwhitcomb
Author: rwhitcomb Date: Mon Jul 20 19:49:19 2015 New Revision: 1692012 URL: http://svn.apache.org/r1692012 Log: PIVOT-974: Fix BXMLSerializer to correctly deal with the new Java 8 Nashorn script engine by doing two things: 1) Accessing global variables needs to be done through the

svn commit: r1692157 - in /pivot/branches/2.0.x: build.xml wtk/src/org/apache/pivot/wtk/LocalManifest.java wtk/src/org/apache/pivot/wtk/LocalManifestAdapter.java

2015-07-21 Thread rwhitcomb
Author: rwhitcomb Date: Tue Jul 21 16:00:51 2015 New Revision: 1692157 URL: http://svn.apache.org/r1692157 Log: PIVOT-975: Build problems with Java 1.8.0_45 First, enable Java 1.8 as a valid Java version number. Then, there are errors related to LocalManifestAdapter being a second class within

svn commit: r1692159 - in /pivot/trunk: ./ build.xml wtk/src/org/apache/pivot/wtk/LocalManifest.java wtk/src/org/apache/pivot/wtk/LocalManifestAdapter.java

2015-07-21 Thread rwhitcomb
Author: rwhitcomb Date: Tue Jul 21 16:09:12 2015 New Revision: 1692159 URL: http://svn.apache.org/r1692159 Log: PIVOT-975: Build problems with Java 1.8.0_45 First, enable Java 1.8 as a valid Java version number. Then, there are errors related to LocalManifestAdapter being a second class within

svn commit: r1694282 - in /pivot/trunk: ./ tests/src/org/apache/pivot/tests/ wtk-terra/src/org/apache/pivot/wtk/skin/terra/ wtk/src/org/apache/pivot/wtk/

2015-08-05 Thread rwhitcomb
Author: rwhitcomb Date: Wed Aug 5 18:45:38 2015 New Revision: 1694282 URL: http://svn.apache.org/r1694282 Log: PIVOT-977: Implement a specialized subclass of LinkButton to really do an HTML hyperlink. This is the complete implementation, plus small tests, of this functionality. The

svn commit: r1694284 - /pivot/trunk/tests/src/org/apache/pivot/tests/HyperlinkButtonTest.java

2015-08-05 Thread rwhitcomb
Author: rwhitcomb Date: Wed Aug 5 19:02:19 2015 New Revision: 1694284 URL: http://svn.apache.org/r1694284 Log: PIVOT-977: Correct a typo in one of the test programs. Modified: pivot/trunk/tests/src/org/apache/pivot/tests/HyperlinkButtonTest.java Modified: pivot/trunk/tests/src/org/apache

svn commit: r1694299 - in /pivot/trunk: wtk-terra/src/org/apache/pivot/wtk/skin/terra/ wtk/src/org/apache/pivot/wtk/ wtk/src/org/apache/pivot/wtk/effects/

2015-08-05 Thread rwhitcomb
Author: rwhitcomb Date: Wed Aug 5 19:36:25 2015 New Revision: 1694299 URL: http://svn.apache.org/r1694299 Log: PIVOT-976: Correct Javadoc errors / warnings detected by Java 8 compiler. This is one of many changes to address these problems. This corrects the "self-closing element not al

svn commit: r1694304 - in /pivot/trunk: core/src/org/apache/pivot/serialization/ core/src/org/apache/pivot/xml/ wtk-terra/src/org/apache/pivot/wtk/skin/terra/ wtk/src/org/apache/pivot/wtk/

2015-08-05 Thread rwhitcomb
Author: rwhitcomb Date: Wed Aug 5 19:49:13 2015 New Revision: 1694304 URL: http://svn.apache.org/r1694304 Log: PIVOT-976: Correct misc. Javadoc errors detected by Java 8 compiler. These are a bunch of things like "&" or "<" used by themselves in the Javadoc instead

svn commit: r1694313 - in /pivot/trunk: core/src/org/apache/pivot/functional/monad/ wtk/src/org/apache/pivot/wtk/

2015-08-05 Thread rwhitcomb
Author: rwhitcomb Date: Wed Aug 5 20:02:18 2015 New Revision: 1694313 URL: http://svn.apache.org/r1694313 Log: PIVOT-976: Correct more Javadoc errors detected by Java 8 compiler. This is the last of the errors found: mostly bad HTML entity or reference not found. A couple of bad tags (end

svn commit: r1694544 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/Component.java

2015-08-06 Thread rwhitcomb
Author: rwhitcomb Date: Thu Aug 6 17:49:04 2015 New Revision: 1694544 URL: http://svn.apache.org/r1694544 Log: PIVOT-976: Fix Javadoc warnings in Component.java. Also updated some of the doc. Redid the implementation of one loop to use 'for each' construct. Modified: pivot/tru

svn commit: r1694583 - /pivot/trunk/build.xml

2015-08-06 Thread rwhitcomb
Author: rwhitcomb Date: Thu Aug 6 22:46:23 2015 New Revision: 1694583 URL: http://svn.apache.org/r1694583 Log: Code cleanup: Don't package up "*.bak" files (editor artifacts). Add some new security-related attributes to the .jar file manifests. Modified: pivot/trunk/buil

svn commit: r1694754 - in /pivot/trunk: tests/src/org/apache/pivot/tests/HyperlinkButtonTest.java wtk/src/org/apache/pivot/wtk/text/ComponentNode.java wtk/src/org/apache/pivot/wtk/text/ImageNode.java

2015-08-07 Thread rwhitcomb
Author: rwhitcomb Date: Sat Aug 8 01:22:49 2015 New Revision: 1694754 URL: http://svn.apache.org/r1694754 Log: Code cleanup: this should eventually go into a JIRA issue... Small changes to allow ComponentNode and ImageNode to actually work inside a TextPane. Not sure of the reasons, but it

svn commit: r1694851 - in /pivot/trunk/wtk/src/org/apache/pivot/wtk: TextPane.java text/ComponentNode.java text/PlainTextSerializer.java

2015-08-08 Thread rwhitcomb
Author: rwhitcomb Date: Sun Aug 9 00:53:55 2015 New Revision: 1694851 URL: http://svn.apache.org/r1694851 Log: Code cleanup: Allow ComponentNode inside a TextPane to contribute its text to the overall text of the component. Do this by extracting whatever text I can get from whatever

svn commit: r1695162 - in /pivot/trunk: core/src/org/apache/pivot/collections/ wtk/src/org/apache/pivot/wtk/ wtk/src/org/apache/pivot/wtk/skin/

2015-08-10 Thread rwhitcomb
Author: rwhitcomb Date: Mon Aug 10 20:30:43 2015 New Revision: 1695162 URL: http://svn.apache.org/r1695162 Log: PIVOT-976: Some Javadoc fixes (according to Java 8). Some of the files that have only a few warnings (although the tool stops listing at 100 warnings, so there are still an unknown

svn commit: r1701059 - /pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTheme.java

2015-09-03 Thread rwhitcomb
Author: rwhitcomb Date: Thu Sep 3 16:17:20 2015 New Revision: 1701059 URL: http://svn.apache.org/r1701059 Log: Correct an oversight in "TerraTheme" where the new FillPane class did not have its TerraFillPaneSkin registered in the skin map. The only difference this might make is t

svn commit: r1703029 - /pivot/branches/2.0.x/wtk/src/org/apache/pivot/wtk/ListView.java

2015-09-14 Thread rwhitcomb
Author: rwhitcomb Date: Mon Sep 14 19:01:29 2015 New Revision: 1703029 URL: http://svn.apache.org/r1703029 Log: Code cleanup: Cleanup and add some Javadoc to ListView.java. Some typos were noticed in the current version, and more were found by inspecting the code. Added some @throws and some

svn commit: r1703071 - in /pivot/branches/2.0.x: core/src/org/apache/pivot/util/CalendarDate.java wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraCalendarSkin.java

2015-09-14 Thread rwhitcomb
Author: rwhitcomb Date: Mon Sep 14 22:06:20 2015 New Revision: 1703071 URL: http://svn.apache.org/r1703071 Log: PIVOT-978: Fix Calendar control to only allow valid years. Two changes: 1. Add two static methods to CalendarDate to get the min and max supported years for dates. 2. Then, set the

svn commit: r1703262 - in /pivot/branches/2.0.x: ./ tutorials/src/org/apache/pivot/tutorials/calculator/

2015-09-15 Thread rwhitcomb
Author: rwhitcomb Date: Tue Sep 15 17:37:26 2015 New Revision: 1703262 URL: http://svn.apache.org/r1703262 Log: Adding a new calculator directory to Pivot tutorials. This is a merge of revision 1687873 from trunk to branches/2.0.x. Added: pivot/branches/2.0.x/tutorials/src/org/apache/pivot

svn commit: r1703265 - in /pivot/branches/2.0.x: ./ tutorials/src/org/apache/pivot/tutorials/calculator/ wtk/src/org/apache/pivot/wtk/

2015-09-15 Thread rwhitcomb
Author: rwhitcomb Date: Tue Sep 15 17:42:25 2015 New Revision: 1703265 URL: http://svn.apache.org/r1703265 Log: PIVOT-972: Add a small tutorial application: a simple calculator app, to demonstrate keyboard mappings and action mappings. This is the first cut of the app, which works, except for

svn commit: r1703266 - in /pivot/branches/2.0.x: ./ tutorials/src/org/apache/pivot/tutorials/calculator/Calculator.java

2015-09-15 Thread rwhitcomb
Author: rwhitcomb Date: Tue Sep 15 17:44:38 2015 New Revision: 1703266 URL: http://svn.apache.org/r1703266 Log: PIVOT-972: Fix a bug with percent calculations in the Calculator tutorial application. This is a merge of revision 1688306 from trunk to branches/2.0.x. Modified: pivot/branches

svn commit: r1703267 - in /pivot/branches/2.0.x: ./ tutorials/src/org/apache/pivot/tutorials/calculator/Calculator.java tutorials/src/org/apache/pivot/tutorials/calculator/calculator_styles.json

2015-09-15 Thread rwhitcomb
Author: rwhitcomb Date: Tue Sep 15 17:47:28 2015 New Revision: 1703267 URL: http://svn.apache.org/r1703267 Log: PIVOT-972: Fix some more bugs with the calculator tutorial: * Implement the difference between "Clear" and "All Clear". * Highlight the current operator button

svn commit: r1703273 - /pivot/branches/2.0.x/tutorials/src/org/apache/pivot/tutorials/calculator/Calculator.java

2015-09-15 Thread rwhitcomb
Author: rwhitcomb Date: Tue Sep 15 18:53:44 2015 New Revision: 1703273 URL: http://svn.apache.org/r1703273 Log: PIVOT-972: Update the Calculator tutorial to work around a "javac" bug where an interface method called on an enum constant is not found by the compiler. Cast the enum va

svn commit: r1703276 - /pivot/branches/2.0.x/build.xml

2015-09-15 Thread rwhitcomb
Author: rwhitcomb Date: Tue Sep 15 19:28:47 2015 New Revision: 1703276 URL: http://svn.apache.org/r1703276 Log: Code cleanup: Reorganize the "build.xml" so that the tests are compiled after everything else, in case there are new methods that the tests depend on that won't compile

svn commit: r1703277 - in /pivot/trunk: ./ build.xml

2015-09-15 Thread rwhitcomb
Author: rwhitcomb Date: Tue Sep 15 19:32:49 2015 New Revision: 1703277 URL: http://svn.apache.org/r1703277 Log: Code cleanup: Reorganize the "build.xml" so that the tests are compiled after everything else, in case there are new methods that the tests depend on that won't compile

svn commit: r1703278 - /pivot/branches/2.0.x/tests/src/org/apache/pivot/tests/issues/Pivot951.java

2015-09-15 Thread rwhitcomb
Author: rwhitcomb Date: Tue Sep 15 19:43:06 2015 New Revision: 1703278 URL: http://svn.apache.org/r1703278 Log: PIVOT-951: Update the test program to specifically test for double click (i.e., count == 2) and to display a different message for counts beyond that. Modified: pivot/branches/2.0

svn commit: r1703292 - /pivot/branches/2.0.x/build.xml

2015-09-15 Thread rwhitcomb
Author: rwhitcomb Date: Tue Sep 15 21:15:49 2015 New Revision: 1703292 URL: http://svn.apache.org/r1703292 Log: Code cleanup: After the last change to copy some more of the resources into place so tutorials and tests can run directly, that broke the .jar packaging (caught by the Jenkins jar

svn commit: r1703293 - in /pivot/trunk: ./ build.xml

2015-09-15 Thread rwhitcomb
Author: rwhitcomb Date: Tue Sep 15 21:18:41 2015 New Revision: 1703293 URL: http://svn.apache.org/r1703293 Log: Code cleanup: After the last change to copy some more of the resources into place so tutorials and tests can run directly, that broke the .jar packaging (caught by the Jenkins jar

svn commit: r1705893 - in /pivot/trunk: charts/src/org/apache/pivot/charts/ wtk/src/org/apache/pivot/wtk/

2015-09-29 Thread rwhitcomb
Author: rwhitcomb Date: Tue Sep 29 17:13:08 2015 New Revision: 1705893 URL: http://svn.apache.org/viewvc?rev=1705893&view=rev Log: PIVOT-976: Add @param descriptions to Javadoc (found missing by Java 8) in nine files. There are still over 100 Javadoc warnings left to fix. Modi

svn commit: r1705929 - in /pivot/trunk/core/src/org/apache/pivot: beans/ serialization/

2015-09-29 Thread rwhitcomb
Author: rwhitcomb Date: Tue Sep 29 21:41:46 2015 New Revision: 1705929 URL: http://svn.apache.org/viewvc?rev=1705929&view=rev Log: PIVOT-976: Mostly add @param descriptions to Javadoc (found missing by Java 8) in ten files, although there were some other Javadoc fixes as well (adding @re

svn commit: r1705946 - in /pivot/trunk/core/src/org/apache/pivot: collections/ functional/monad/ util/ util/concurrent/

2015-09-29 Thread rwhitcomb
Author: rwhitcomb Date: Tue Sep 29 22:28:43 2015 New Revision: 1705946 URL: http://svn.apache.org/viewvc?rev=1705946&view=rev Log: PIVOT-976: Mostly add @param descriptions to Javadoc (found missing by Java 8) in eleven files, although there were some other Javadoc fixes as well (ad

svn commit: r1706138 - in /pivot/trunk/core/src/org/apache/pivot: json/ serialization/ text/ util/ xml/

2015-09-30 Thread rwhitcomb
Author: rwhitcomb Date: Wed Sep 30 19:23:12 2015 New Revision: 1706138 URL: http://svn.apache.org/viewvc?rev=1706138&view=rev Log: PIVOT-976: More Javadoc corrections (warnings found by Java 8) in twenty files. Still many, many more Javadoc warnings left to fix. Modified: pivot/trunk/

svn commit: r1706150 - in /pivot/trunk: web-server/src/org/apache/pivot/web/server/ web/src/org/apache/pivot/web/

2015-09-30 Thread rwhitcomb
Author: rwhitcomb Date: Wed Sep 30 20:00:13 2015 New Revision: 1706150 URL: http://svn.apache.org/viewvc?rev=1706150&view=rev Log: PIVOT-976: More Javadoc corrections (warnings found by Java 8) in the "web" files. Still many, many more Javadoc warnings left to fix. Modified:

svn commit: r1712137 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/

2015-11-02 Thread rwhitcomb
Author: rwhitcomb Date: Mon Nov 2 20:06:36 2015 New Revision: 1712137 URL: http://svn.apache.org/viewvc?rev=1712137&view=rev Log: PIVOT-976: More Javadoc corrections to warnings found by Java 8. This time it is the A*-D*Listener files, with a few excursions to other files with warnings. W

svn commit: r1712175 - /pivot/trunk/core/src/org/apache/pivot/beans/BXMLSerializer.java

2015-11-02 Thread rwhitcomb
Author: rwhitcomb Date: Mon Nov 2 22:57:25 2015 New Revision: 1712175 URL: http://svn.apache.org/viewvc?rev=1712175&view=rev Log: PIVOT-964: Fix another place where the "nashorn.global" object has to be searched in order to find script variables defined when using Java 8. The tri

svn commit: r1712190 - in /pivot/branches/2.0.x: ./ core/src/org/apache/pivot/beans/BXMLSerializer.java

2015-11-02 Thread rwhitcomb
Author: rwhitcomb Date: Tue Nov 3 00:14:16 2015 New Revision: 1712190 URL: http://svn.apache.org/viewvc?rev=1712190&view=rev Log: PIVOT-965: Fix another place where the "nashorn.global" object has to be searched in order to find script variables defined when using Java 8. The tri

svn commit: r1712396 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/

2015-11-03 Thread rwhitcomb
Author: rwhitcomb Date: Tue Nov 3 20:31:41 2015 New Revision: 1712396 URL: http://svn.apache.org/viewvc?rev=1712396&view=rev Log: PIVOT-976: More Javadoc fixes for the warnings discovered by Java 8. Now we're into more files in the A*-G* range, mostly listeners, but some component

svn commit: r1712423 - in /pivot/trunk: core/src/org/apache/pivot/util/Utils.java wtk/src/org/apache/pivot/wtk/Bounds.java wtk/src/org/apache/pivot/wtk/Component.java wtk/src/org/apache/pivot/wtk/Wind

2015-11-03 Thread rwhitcomb
Author: rwhitcomb Date: Tue Nov 3 21:44:48 2015 New Revision: 1712423 URL: http://svn.apache.org/viewvc?rev=1712423&view=rev Log: Code cleanup: Make a new method in the org.apache.pivot.utils.Utils class which does the common operation of checking an argument for null and thro

svn commit: r1712454 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/

2015-11-03 Thread rwhitcomb
Author: rwhitcomb Date: Wed Nov 4 01:30:04 2015 New Revision: 1712454 URL: http://svn.apache.org/viewvc?rev=1712454&view=rev Log: PIVOT-976: More Javadoc fixes for the warnings from Java 8. Continuing on down the list, basically. Almost all of these are @param descriptions, although some

svn commit: r1717360 - in /pivot/trunk/demos/src/org/apache/pivot/demos/decorator: ScaleDecoratorDemo.java scale_window.bxml

2015-11-30 Thread rwhitcomb
Author: rwhitcomb Date: Tue Dec 1 00:28:32 2015 New Revision: 1717360 URL: http://svn.apache.org/viewvc?rev=1717360&view=rev Log: Add a demo program to illustrate how to use ScaleDecorator for zooming in and out of an image. Added: pivot/trunk/demos/src/org/apache/pivot/demos/decor

svn commit: r1717363 - in /pivot/branches/2.0.x: ./ demos/src/org/apache/pivot/demos/decorator/ScaleDecoratorDemo.java demos/src/org/apache/pivot/demos/decorator/scale_window.bxml

2015-11-30 Thread rwhitcomb
Author: rwhitcomb Date: Tue Dec 1 00:32:49 2015 New Revision: 1717363 URL: http://svn.apache.org/viewvc?rev=1717363&view=rev Log: Add a demo program to illustrate how to use ScaleDecorator for zooming in and out of an image. This is a merge of revision 1717360 from "trunk" to &

svn commit: r1727872 - /pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraVFSBrowserSheetSkin.java

2016-01-31 Thread rwhitcomb
Author: rwhitcomb Date: Sun Jan 31 23:45:36 2016 New Revision: 1727872 URL: http://svn.apache.org/viewvc?rev=1727872&view=rev Log: PIVOT-982: Any file name typed into the Save As mode file name input for a VFS Browser Sheet would reject it with the field flagged as an error. This was basci

svn commit: r1727931 - /pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraFileBrowserSkin.java

2016-02-01 Thread rwhitcomb
Author: rwhitcomb Date: Mon Feb 1 13:12:12 2016 New Revision: 1727931 URL: http://svn.apache.org/viewvc?rev=1727931&view=rev Log: PIVOT-983: A similar bug was fixed in the VFS File Browser. The issue is that the "getRowAt" method of TableView returns -1 if the given y position i

svn commit: r1727932 - in /pivot/branches/2.0.x: ./ wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraFileBrowserSkin.java

2016-02-01 Thread rwhitcomb
Author: rwhitcomb Date: Mon Feb 1 13:25:17 2016 New Revision: 1727932 URL: http://svn.apache.org/viewvc?rev=1727932&view=rev Log: PIVOT-983: A similar bug was fixed in the VFS File Browser. The issue is that the "getRowAt" method of TableView returns -1 if the given y position i

svn commit: r1728247 - in /pivot/trunk: core/src/org/apache/pivot/beans/ tests/src/org/apache/pivot/tests/issues/pivot965/

2016-02-02 Thread rwhitcomb
Author: rwhitcomb Date: Wed Feb 3 02:31:39 2016 New Revision: 1728247 URL: http://svn.apache.org/viewvc?rev=1728247&view=rev Log: PIVOT-965: Fix an issue with Java 8 (Nashorn script engine) and the way we deal with included scripts. The problem is that in creating the new serializer for

svn commit: r1728248 - in /pivot/branches/2.0.x: ./ core/src/org/apache/pivot/beans/BXMLSerializer.java tests/src/org/apache/pivot/tests/issues/pivot965/

2016-02-02 Thread rwhitcomb
Author: rwhitcomb Date: Wed Feb 3 02:35:19 2016 New Revision: 1728248 URL: http://svn.apache.org/viewvc?rev=1728248&view=rev Log: PIVOT-965: Fix an issue with Java 8 (Nashorn script engine) and the way we deal with included scripts. The problem is that in creating the new serializer for

svn commit: r1729480 - in /pivot/trunk/tests/src/org/apache/pivot/tests: DataBindingTest.java data_binding_test.bxml

2016-02-09 Thread rwhitcomb
Author: rwhitcomb Date: Tue Feb 9 22:06:55 2016 New Revision: 1729480 URL: http://svn.apache.org/viewvc?rev=1729480&view=rev Log: Clean up the DataBindingTest so that it actually works now. This actually only involved simplifying the renderers to only implement the "toString(Object)

svn commit: r1729493 - in /pivot/trunk/tests/src/org/apache/pivot/tests: DataBindingTest.java data_binding_test.bxml

2016-02-09 Thread rwhitcomb
Author: rwhitcomb Date: Tue Feb 9 22:51:04 2016 New Revision: 1729493 URL: http://svn.apache.org/viewvc?rev=1729493&view=rev Log: Further refinement of the DataBindingTest program: implement the "store" via a new button in the GUI, and update the "context" display of th

svn commit: r1729501 - in /pivot/branches/2.0.x: ./ tests/src/org/apache/pivot/tests/DataBindingTest.java tests/src/org/apache/pivot/tests/data_binding_test.bxml

2016-02-09 Thread rwhitcomb
Author: rwhitcomb Date: Tue Feb 9 23:27:16 2016 New Revision: 1729501 URL: http://svn.apache.org/viewvc?rev=1729501&view=rev Log: Clean up the DataBindingTest so that it actually works now. This actually only involved simplifying the renderers to only implement the "toString(Object)

svn commit: r1729503 - in /pivot/branches/2.0.x: ./ tests/src/org/apache/pivot/tests/DataBindingTest.java tests/src/org/apache/pivot/tests/data_binding_test.bxml

2016-02-09 Thread rwhitcomb
Author: rwhitcomb Date: Tue Feb 9 23:31:44 2016 New Revision: 1729503 URL: http://svn.apache.org/viewvc?rev=1729503&view=rev Log: Further refinement of the DataBindingTest program: implement the "store" via a new button in the GUI, and update the "context" display of th

svn commit: r1730100 - in /pivot/trunk: tutorials/src/org/apache/pivot/tutorials/explorer/text_pane.bxml wtk/src/org/apache/pivot/wtk/GraphicsUtilities.java

2016-02-12 Thread rwhitcomb
Author: rwhitcomb Date: Fri Feb 12 20:20:00 2016 New Revision: 1730100 URL: http://svn.apache.org/viewvc?rev=1730100&view=rev Log: PIVOT-985: Fix the ColorUtilities.decodeColor method to deal with the two "standard" Java color names that didn't actually work: "darkgray&

svn commit: r1730103 - in /pivot/branches/2.0.x: ./ tutorials/src/org/apache/pivot/tutorials/explorer/text_pane.bxml wtk/src/org/apache/pivot/wtk/GraphicsUtilities.java

2016-02-12 Thread rwhitcomb
Author: rwhitcomb Date: Fri Feb 12 20:40:43 2016 New Revision: 1730103 URL: http://svn.apache.org/viewvc?rev=1730103&view=rev Log: PIVOT-985: Fix the ColorUtilities.decodeColor method to deal with the two "standard" Java color names that didn't actually work: "darkgray&

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

2016-02-12 Thread rwhitcomb
Author: rwhitcomb Date: Fri Feb 12 21:11:57 2016 New Revision: 1730108 URL: http://svn.apache.org/viewvc?rev=1730108&view=rev Log: PIVOT-985 (again): Since we supported the British spelling variation of these two colors, it seems only right to support this variation for the "gray"

svn commit: r1730110 - in /pivot/branches/2.0.x: ./ wtk/src/org/apache/pivot/wtk/GraphicsUtilities.java

2016-02-12 Thread rwhitcomb
Author: rwhitcomb Date: Fri Feb 12 21:24:48 2016 New Revision: 1730110 URL: http://svn.apache.org/viewvc?rev=1730110&view=rev Log: PIVOT-985 (again): Since we supported the British spelling variation of these two colors, it seems only right to support this variation for the "gray"

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

2016-03-14 Thread rwhitcomb
Author: rwhitcomb Date: Mon Mar 14 19:01:36 2016 New Revision: 1734986 URL: http://svn.apache.org/viewvc?rev=1734986&view=rev Log: Code cleanup: Make an enhancment to Utils.checkNull() to allow an empty descriptiont string to also count for throwing a "plain" IllegalArgumentDe

svn commit: r1734988 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/Span.java

2016-03-14 Thread rwhitcomb
Author: rwhitcomb Date: Mon Mar 14 19:21:58 2016 New Revision: 1734988 URL: http://svn.apache.org/viewvc?rev=1734988&view=rev Log: Code cleanup: Add Javadoc to the "Span" class. Retrofit all the null parameter checks to use the new Utils.checkNull() method for consistency. Not

svn commit: r1734997 [1/2] - /pivot/trunk/wtk/src/org/apache/pivot/wtk/

2016-03-14 Thread rwhitcomb
Author: rwhitcomb Date: Mon Mar 14 20:52:43 2016 New Revision: 1734997 URL: http://svn.apache.org/viewvc?rev=1734997&view=rev Log: PIVOT-976: More Javadoc fixes for the warnings from Java 8. Continuing on down the list, basically. Almost all of these are @param descriptions, although some

svn commit: r1734997 [2/2] - /pivot/trunk/wtk/src/org/apache/pivot/wtk/

2016-03-14 Thread rwhitcomb
Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/SpinnerBindingListener.java URL: http://svn.apache.org/viewvc/pivot/trunk/wtk/src/org/apache/pivot/wtk/SpinnerBindingListener.java?rev=1734997&r1=1734996&r2=1734997&view=diff

svn commit: r1735007 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/TextPane.java

2016-03-14 Thread rwhitcomb
Author: rwhitcomb Date: Tue Mar 15 01:33:10 2016 New Revision: 1735007 URL: http://svn.apache.org/viewvc?rev=1735007&view=rev Log: Misc. TextPane improvements: * Add some Javadoc, mostly pertaining to the offsets and whether they are document-relative or block-relative. * Notably add

svn commit: r1735008 - in /pivot/trunk/wtk/src/org/apache/pivot/wtk/text: ComponentNode.java Node.java TextNode.java

2016-03-14 Thread rwhitcomb
Author: rwhitcomb Date: Tue Mar 15 01:38:09 2016 New Revision: 1735008 URL: http://svn.apache.org/viewvc?rev=1735008&view=rev Log: Misc. TextPane changes (more): * Add the supporting methods in ComponentNode, Node, and TextNode to support the "getText(start, end)" method just add

svn commit: r1735181 - in /pivot/trunk: tests/src/org/apache/pivot/tests/ wtk-terra/src/org/apache/pivot/wtk/skin/terra/

2016-03-15 Thread rwhitcomb
Author: rwhitcomb Date: Wed Mar 16 03:24:05 2016 New Revision: 1735181 URL: http://svn.apache.org/viewvc?rev=1735181&view=rev Log: PIVOT-986: Provide a property for the FileBrowser and VFSBrowser classes to allow viewing of hidden files. There is already a STYLE in the skins of these cla

svn commit: r1735288 - /pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraVFSBrowserSkin.java

2016-03-18 Thread rwhitcomb
Author: rwhitcomb Date: Wed Mar 16 19:28:59 2016 New Revision: 1735288 URL: http://svn.apache.org/viewvc?rev=1735288&view=rev Log: PIVOT-986: One more minor correction (that probably doesn't even make a difference), but for consistency's sake: use the "isFileHidden" m

svn commit: r1735282 - in /pivot/trunk: tests/src/org/apache/pivot/tests/FileBrowserWithCharsetTest.java wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraFileBrowserSkin.java wtk-terra/src/org/apach

2016-03-18 Thread rwhitcomb
Author: rwhitcomb Date: Wed Mar 16 19:05:34 2016 New Revision: 1735282 URL: http://svn.apache.org/viewvc?rev=1735282&view=rev Log: PIVOT-986: When viewing hidden files in one of the browsers, dim the icon and the file name so it is clear that the file/directory is hidden. Put a "Sh

svn commit: r1740570 - /pivot/trunk/core/src/org/apache/pivot/beans/BXMLSerializer.java

2016-04-22 Thread rwhitcomb
Author: rwhitcomb Date: Fri Apr 22 17:13:47 2016 New Revision: 1740570 URL: http://svn.apache.org/viewvc?rev=1740570&view=rev Log: PIVOT-987: Address the different handling of script return values from attributes versus elements. The script return value was being ignore

svn commit: r1740574 - in /pivot/branches/2.0.x: ./ core/src/org/apache/pivot/beans/BXMLSerializer.java

2016-04-22 Thread rwhitcomb
Author: rwhitcomb Date: Fri Apr 22 17:20:35 2016 New Revision: 1740574 URL: http://svn.apache.org/viewvc?rev=1740574&view=rev Log: PIVOT-987: Address the different handling of script return values from attributes versus elements. The script return value was being ignore

svn commit: r1742009 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/

2016-05-02 Thread rwhitcomb
Author: rwhitcomb Date: Mon May 2 17:18:33 2016 New Revision: 1742009 URL: http://svn.apache.org/viewvc?rev=1742009&view=rev Log: PIVOT-976: More Javadoc fixes for the warnings from Java 8. Continuing on down the list, basically, to finish off the "Listener" classes, and a few ot

svn commit: r1742028 - in /pivot/trunk/wtk/src/org/apache/pivot/wtk: content/ effects/ media/

2016-05-02 Thread rwhitcomb
Author: rwhitcomb Date: Mon May 2 19:15:41 2016 New Revision: 1742028 URL: http://svn.apache.org/viewvc?rev=1742028&view=rev Log: PIVOT-976: More Javadoc fixes for the warnings from Java 8. Continuing on down the list, now into the directories past "wtk", namely "content"

svn commit: r1742040 - in /pivot/trunk/wtk/src/org/apache/pivot/wtk: TextArea.java TextPane.java TreeView.java VFSBrowser.java VFSBrowserSheet.java

2016-05-02 Thread rwhitcomb
Author: rwhitcomb Date: Mon May 2 21:52:31 2016 New Revision: 1742040 URL: http://svn.apache.org/viewvc?rev=1742040&view=rev Log: PIVOT-976: More Javadoc fixes for the warnings from Java 8. Continuing on down the list, now the last (except for DropTarget.java) of the "wtk" files.

svn commit: r1743220 - /pivot/trunk/web/src/org/apache/pivot/web/Query.java

2016-05-10 Thread rwhitcomb
Author: rwhitcomb Date: Tue May 10 16:18:04 2016 New Revision: 1743220 URL: http://svn.apache.org/viewvc?rev=1743220&view=rev Log: Two small fixes in the Query class: * Use the "getContentLengthLong()" method to get the complete content length (instead of the possibly truncated

svn commit: r1745388 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/

2016-05-24 Thread rwhitcomb
Author: rwhitcomb Date: Tue May 24 18:17:47 2016 New Revision: 1745388 URL: http://svn.apache.org/viewvc?rev=1745388&view=rev Log: PIVOT-976: More Javadoc fixes for the warnings from Java 8. Continuing on down the list, to finish off the WTK skin classes. Most of the changes were mis

svn commit: r1745405 - in /pivot/trunk: wtk-terra/src/org/apache/pivot/wtk/skin/terra/ wtk/src/org/apache/pivot/wtk/ wtk/src/org/apache/pivot/wtk/skin/ wtk/src/org/apache/pivot/wtk/text/ wtk/src/org/a

2016-05-24 Thread rwhitcomb
Author: rwhitcomb Date: Tue May 24 21:29:50 2016 New Revision: 1745405 URL: http://svn.apache.org/viewvc?rev=1745405&view=rev Log: PIVOT-976: More Javadoc fixes for the warnings from Java 8. This is the LAST! All the remaining warnings have been removed. NOTE: this does NOT mean that all

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

2016-05-24 Thread rwhitcomb
Author: rwhitcomb Date: Tue May 24 22:54:02 2016 New Revision: 1745408 URL: http://svn.apache.org/viewvc?rev=1745408&view=rev Log: PIVOT-984: Add the list of CSS3/X11 color names/values into GraphicsUtilities and add lookup of them to the "decodeColor" method. Next step is a dem

svn commit: r1747375 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/TextPaneSkinVerticalElementView.java

2016-06-08 Thread rwhitcomb
Author: rwhitcomb Date: Wed Jun 8 11:09:01 2016 New Revision: 1747375 URL: http://svn.apache.org/viewvc?rev=1747375&view=rev Log: Code cleanup: some time ago, the whole source in "trunk" was reformatted automatically to wrap at a certain width. Unfortunately this made some code

svn commit: r1747376 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/text/Paragraph.java

2016-06-08 Thread rwhitcomb
Author: rwhitcomb Date: Wed Jun 8 11:27:40 2016 New Revision: 1747376 URL: http://svn.apache.org/viewvc?rev=1747376&view=rev Log: Code cleanup: Add some explanatory Javadoc to some of the TextPane code because it is not clear sometimes what offsets mean and what methods do to the novice

svn commit: r1747377 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/text/Node.java

2016-06-08 Thread rwhitcomb
Author: rwhitcomb Date: Wed Jun 8 11:30:37 2016 New Revision: 1747377 URL: http://svn.apache.org/viewvc?rev=1747377&view=rev Log: Enhancement: Add a "userData" property to the TextPane "Node" class so that applications building a document can attach their own data s

svn commit: r1747378 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/TextPaneSkinParagraphView.java

2016-06-08 Thread rwhitcomb
Author: rwhitcomb Date: Wed Jun 8 11:32:35 2016 New Revision: 1747378 URL: http://svn.apache.org/viewvc?rev=1747378&view=rev Log: Code cleanup: some time ago, the whole source in "trunk" was reformatted automatically to wrap at a certain width. Unfortunately this made some code

svn commit: r1747379 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/TextPaneSkinParagraphView.java

2016-06-08 Thread rwhitcomb
Author: rwhitcomb Date: Wed Jun 8 11:36:05 2016 New Revision: 1747379 URL: http://svn.apache.org/viewvc?rev=1747379&view=rev Log: Code cleanup: One more line wrapping change. Plus there is a bug (looks like copy/paste error) where the wrong node view is used for the character count. I d

svn commit: r1747382 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/TextPane.java

2016-06-08 Thread rwhitcomb
Author: rwhitcomb Date: Wed Jun 8 11:41:23 2016 New Revision: 1747382 URL: http://svn.apache.org/viewvc?rev=1747382&view=rev Log: Code cleanup: Various changes to TextPane: * Use the new Utils.checkNull method in a lot of places. * Add a "checkDocumentExists()" method and use tha

svn commit: r1747383 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/TextPaneSkin.java

2016-06-08 Thread rwhitcomb
Author: rwhitcomb Date: Wed Jun 8 11:43:48 2016 New Revision: 1747383 URL: http://svn.apache.org/viewvc?rev=1747383&view=rev Log: Code cleanup: Fix more comments that were wrapped in an ugly manner. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/TextPaneSkin.java Modified: p

svn commit: r1747386 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/text/Element.java

2016-06-08 Thread rwhitcomb
Author: rwhitcomb Date: Wed Jun 8 12:33:08 2016 New Revision: 1747386 URL: http://svn.apache.org/viewvc?rev=1747386&view=rev Log: Add a convenience method to TextPane's Element class to get the whole text of the element, including all children, paragraph line endings, etc. Note: this

svn commit: r1747431 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/TextPaneSkinElementView.java

2016-06-08 Thread rwhitcomb
Author: rwhitcomb Date: Wed Jun 8 18:53:26 2016 New Revision: 1747431 URL: http://svn.apache.org/viewvc?rev=1747431&view=rev Log: PIVOT-988: Fix the inclusion check in TextPaneSkinElementView.getCharacterBounds(). It was using >= offset && <= offset + length, when it should

svn commit: r1747438 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/ListView.java

2016-06-08 Thread rwhitcomb
Author: rwhitcomb Date: Wed Jun 8 19:18:43 2016 New Revision: 1747438 URL: http://svn.apache.org/viewvc?rev=1747438&view=rev Log: Code cleanup: Add some Javadoc to ListView.java to explain some things better. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/ListView.java Modified: p

svn commit: r1747445 - in /pivot/trunk/core: src/org/apache/pivot/serialization/StringSerializer.java test/org/apache/pivot/serialization/test/StringSerializerTest.java

2016-06-08 Thread rwhitcomb
Author: rwhitcomb Date: Wed Jun 8 19:59:40 2016 New Revision: 1747445 URL: http://svn.apache.org/viewvc?rev=1747445&view=rev Log: PIVOT-989: Use the correct Charset in StringSerializer.writeObject(). The "getBytes()" call was not specifying any Charset, thus getting the pl

svn commit: r1747449 - in /pivot/branches/2.0.x: ./ core/src/org/apache/pivot/serialization/StringSerializer.java core/test/org/apache/pivot/serialization/test/StringSerializerTest.java

2016-06-08 Thread rwhitcomb
Author: rwhitcomb Date: Wed Jun 8 20:16:46 2016 New Revision: 1747449 URL: http://svn.apache.org/viewvc?rev=1747449&view=rev Log: PIVOT-989: Use the correct Charset in StringSerializer.writeObject(). The "getBytes()" call was not specifying any Charset, thus getting the pl

svn commit: r1747458 - /pivot/trunk/tests/src/org/apache/pivot/tests/ColorPaletteTest.java

2016-06-08 Thread rwhitcomb
Author: rwhitcomb Date: Wed Jun 8 22:12:36 2016 New Revision: 1747458 URL: http://svn.apache.org/viewvc?rev=1747458&view=rev Log: Code cleanup: Add an RGB display of each theme color to the ColorPaletteTest so we can visualize/inspect the current theme color values. Modified: pivot/t

svn commit: r1748459 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/Bounds.java

2016-06-14 Thread rwhitcomb
Author: rwhitcomb Date: Tue Jun 14 20:31:09 2016 New Revision: 1748459 URL: http://svn.apache.org/viewvc?rev=1748459&view=rev Log: Code cleanup: Add Javadoc to the existing Bounds class. Also add null argument checks in several places that lacked it (for consistency with all the other ch

svn commit: r1749542 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/TextPaneSkin.java

2016-06-21 Thread rwhitcomb
Author: rwhitcomb Date: Tue Jun 21 14:46:06 2016 New Revision: 1749542 URL: http://svn.apache.org/viewvc?rev=1749542&view=rev Log: Wrong positioning of cursor in TextPane when using the END key. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/TextPaneSkin.java Modified: pivot/t

svn commit: r1750549 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/TextPaneSkin.java

2016-06-28 Thread rwhitcomb
Author: rwhitcomb Date: Tue Jun 28 17:59:30 2016 New Revision: 1750549 URL: http://svn.apache.org/viewvc?rev=1750549&view=rev Log: PIVOT-891: Add double/triple click support in TextPane the same way it is supported (now) in TextArea. Double click selects the word immediately under/around

svn commit: r1750550 - in /pivot/branches/2.0.x: ./ wtk/src/org/apache/pivot/wtk/skin/TextPaneSkin.java

2016-06-28 Thread rwhitcomb
Author: rwhitcomb Date: Tue Jun 28 18:16:01 2016 New Revision: 1750550 URL: http://svn.apache.org/viewvc?rev=1750550&view=rev Log: PIVOT-891: Add double/triple click support in TextPane the same way it is supported (now) in TextArea. Double click selects the word immediately under/around

svn commit: r1756227 - in /pivot/branches/2.0.x: ./ wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraFileBrowserSheetSkin.java wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraFileBrowserSkin.java

2016-08-12 Thread rwhitcomb
Author: rwhitcomb Date: Fri Aug 12 20:47:04 2016 New Revision: 1756227 URL: http://svn.apache.org/viewvc?rev=1756227&view=rev Log: PIVOT-986: Provide a property for the FileBrowser and VFSBrowser classes to allow viewing of hidden files. There is already a STYLE in the skins of these cla

svn commit: r1756228 - in /pivot/branches/2.0.x: ./ tests/src/org/apache/pivot/tests/FileBrowserWithCharsetTest.java wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraFileBrowserSkin.java

2016-08-12 Thread rwhitcomb
Author: rwhitcomb Date: Fri Aug 12 21:00:59 2016 New Revision: 1756228 URL: http://svn.apache.org/viewvc?rev=1756228&view=rev Log: PIVOT-986: When viewing hidden files in one of the browsers, dim the icon and the file name so it is clear that the file/directory is hidden. Put a "Sh

svn commit: r1756437 - in /pivot/branches/2.0.x/tests/src/org/apache/pivot/tests/issues/pivot948: ./ Pivot948.java pivot_948.bxml

2016-08-15 Thread rwhitcomb
Author: rwhitcomb Date: Mon Aug 15 23:20:36 2016 New Revision: 1756437 URL: http://svn.apache.org/viewvc?rev=1756437&view=rev Log: PIVOT-948: Add an example program that both illustrates how to use data binding (in this case, "selected item binding" with a ListButton), but that al

svn commit: r1756438 - /pivot/trunk/pom.xml

2016-08-15 Thread rwhitcomb
Author: rwhitcomb Date: Mon Aug 15 23:29:14 2016 New Revision: 1756438 URL: http://svn.apache.org/viewvc?rev=1756438&view=rev Log: Add Javadoc plugin to Maven configuration. Modified: pivot/trunk/pom.xml Modified: pivot/trunk/pom.xml URL: http://svn.apache.org/viewvc/pivot/trunk/pom

svn commit: r1756439 - in /pivot/trunk: ./ tests/src/org/apache/pivot/tests/issues/pivot948/

2016-08-15 Thread rwhitcomb
Author: rwhitcomb Date: Mon Aug 15 23:30:47 2016 New Revision: 1756439 URL: http://svn.apache.org/viewvc?rev=1756439&view=rev Log: PIVOT-948: Add an example program that both illustrates how to use data binding (in this case, "selected item binding" with a ListButton), but that al

svn commit: r1756534 - /pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraMenuPopupSkin.java

2016-08-16 Thread rwhitcomb
Author: rwhitcomb Date: Tue Aug 16 17:19:03 2016 New Revision: 1756534 URL: http://svn.apache.org/viewvc?rev=1756534&view=rev Log: PIVOT-990: Fix the RepositionCallback logic in TerraMenuPopupSkin so that a menu whose width or height is greater than the display width or height will be positi

svn commit: r1756535 - in /pivot/branches/2.0.x: ./ wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraMenuPopupSkin.java

2016-08-16 Thread rwhitcomb
Author: rwhitcomb Date: Tue Aug 16 17:21:21 2016 New Revision: 1756535 URL: http://svn.apache.org/viewvc?rev=1756535&view=rev Log: PIVOT-990: Fix the RepositionCallback logic in TerraMenuPopupSkin so that a menu whose width or height is greater than the display width or height will be positi

svn commit: r1759036 - in /pivot/trunk: core/src/org/apache/pivot/util/Utils.java wtk/src/org/apache/pivot/wtk/HyperlinkButton.java wtk/src/org/apache/pivot/wtk/MenuPopup.java

2016-09-02 Thread rwhitcomb
Author: rwhitcomb Date: Fri Sep 2 20:46:50 2016 New Revision: 1759036 URL: http://svn.apache.org/viewvc?rev=1759036&view=rev Log: Code cleanup: Add two more argument checking methods to Utils.java and use them in a couple of places to test their utility. Also, put some "TODO:"

svn commit: r1759042 - in /pivot/trunk: core/src/org/apache/pivot/util/Resources.java wtk/src/org/apache/pivot/wtk/Alert.java

2016-09-02 Thread rwhitcomb
Author: rwhitcomb Date: Fri Sep 2 23:05:56 2016 New Revision: 1759042 URL: http://svn.apache.org/viewvc?rev=1759042&view=rev Log: Code cleanup: Add a convenience "getString" method to Resources.java for the (very) common case that the resource object will be a string. Use it as

svn commit: r1759043 - in /pivot/trunk/wtk/src/org/apache/pivot/wtk: TabPane.java TableView.java TaskAdapter.java TextArea.java Theme.java TreeView.java VFSBrowser.java VFSBrowserSheet.java

2016-09-02 Thread rwhitcomb
Author: rwhitcomb Date: Fri Sep 2 23:08:50 2016 New Revision: 1759043 URL: http://svn.apache.org/viewvc?rev=1759043&view=rev Log: Code cleanup: Use the Utils.checkNull() method in a bunch of places where we check for null arguments and throw IllegalArgumentException. This gives us cleaner

svn commit: r1779093 - /pivot/branches/2.0.x/core/src/org/apache/pivot/beans/BXMLSerializer.java

2017-01-16 Thread rwhitcomb
Author: rwhitcomb Date: Mon Jan 16 19:59:37 2017 New Revision: 1779093 URL: http://svn.apache.org/viewvc?rev=1779093&view=rev Log: PIVOT-965: Add "defaultLanguage" attribute to BXMLSerializer so that custom scripting language (for instance, "rhino" for compatibility) can

<    1   2   3   4   5   6   7   8   9   10   >