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

2017-11-03 Thread rwhitcomb
Author: rwhitcomb Date: Sat Nov 4 02:37:43 2017 New Revision: 1814244 URL: http://svn.apache.org/viewvc?rev=1814244=rev Log: Updated the external link to the Java 8 API Javadoc. Modified: pivot/trunk/build.xml Modified: pivot/trunk/build.xml URL: http://svn.apache.org/viewvc/pivot/trunk

svn commit: r1814533 - in /pivot/trunk/web/src/org/apache/pivot/web: Query.java QueryListener.java

2017-11-07 Thread rwhitcomb
Author: rwhitcomb Date: Tue Nov 7 19:52:03 2017 New Revision: 1814533 URL: http://svn.apache.org/viewvc?rev=1814533=rev Log: PIVOT-1011, PIVOT-999, Code cleanup: * Use "Utils" methods for parameter validation in some of the "web" classes. * Move the QueryListenerList to

svn commit: r1814427 - in /pivot/trunk/core/src/org/apache/pivot/collections: List.java Map.java Queue.java Set.java Stack.java

2017-11-06 Thread rwhitcomb
Author: rwhitcomb Date: Mon Nov 6 16:28:11 2017 New Revision: 1814427 URL: http://svn.apache.org/viewvc?rev=1814427=rev Log: PIVOT-999: Update the remaining classes in Collections to use "forEach" for their listener lists. Modified: pivot/trunk/core/src/org/apache/pivot/c

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

2017-11-06 Thread rwhitcomb
Author: rwhitcomb Date: Mon Nov 6 16:29:32 2017 New Revision: 1814428 URL: http://svn.apache.org/viewvc?rev=1814428=rev Log: Code cleanup: Make some error messages from Utils methods read more nicely by capitalizing the first word of the sentence. Modified: pivot/trunk/core/src/org/apache

svn commit: r1817445 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/SelectDirection.java

2017-12-07 Thread rwhitcomb
Author: rwhitcomb Date: Fri Dec 8 00:41:56 2017 New Revision: 1817445 URL: http://svn.apache.org/viewvc?rev=1817445=rev Log: PIVOT-891: Update the quickly obsolete Javadoc for SelectDirection. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/SelectDirection.java Modified: pivot/trunk

svn commit: r1817443 - in /pivot/trunk: wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTextAreaSkin.java wtk-terra/src/org/apache/pivot/wtk/skin/terra/terra_theme_defaults.json wtk/src/org/apache/

2017-12-07 Thread rwhitcomb
Author: rwhitcomb Date: Thu Dec 7 23:55:48 2017 New Revision: 1817443 URL: http://svn.apache.org/viewvc?rev=1817443=rev Log: PIVOT-1014: Update TextAreaSkin and TerraTextAreaSkin to use the default styles in the "terra_theme_defaults.json" file. There were some inconsistencies between

svn commit: r1817442 - in /pivot/trunk: web/src/org/apache/pivot/web/ wtk/src/org/apache/pivot/wtk/

2017-12-07 Thread rwhitcomb
Author: rwhitcomb Date: Thu Dec 7 23:51:53 2017 New Revision: 1817442 URL: http://svn.apache.org/viewvc?rev=1817442=rev Log: PIVOT-1011: Naming the static classes as "List" doesn't work well because any subclass of the ".Adapter" class will also inherit the "List&quo

svn commit: r1817553 - 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/

2017-12-08 Thread rwhitcomb
Author: rwhitcomb Date: Fri Dec 8 19:47:55 2017 New Revision: 1817553 URL: http://svn.apache.org/viewvc?rev=1817553=rev Log: PIVOT-1014, PIVOT-1011, PIVOT-1012, PIVOT-999: Do all the recent changes in the Separator and its skin classes. Add the default styles (which had/have some conflicts

svn commit: r1817549 - in /pivot/trunk: core/src/org/apache/pivot/json/ core/src/org/apache/pivot/util/ wtk-terra/src/org/apache/pivot/wtk/skin/terra/ wtk/src/org/apache/pivot/wtk/ wtk/src/org/apache/

2017-12-08 Thread rwhitcomb
Author: rwhitcomb Date: Fri Dec 8 19:37:27 2017 New Revision: 1817549 URL: http://svn.apache.org/viewvc?rev=1817549=rev Log: Explicitly add a "Sequence" constructor for Insets, Bounds, Dimensions, etc. (basically all the "wtk" classes where we updated the "decode"

svn commit: r1817255 - in /pivot/trunk/wtk/src/org/apache/pivot/wtk: TextInput.java TextInputBindingListener.java TextInputContentListener.java TextInputListener.java TextInputSelectionListener.java

2017-12-05 Thread rwhitcomb
Author: rwhitcomb Date: Wed Dec 6 01:00:53 2017 New Revision: 1817255 URL: http://svn.apache.org/viewvc?rev=1817255=rev Log: PIVOT-1011: Move the multiple ListenerList subclasses out of TextInput and into their respective interface classes (alongside any Adapter classes that are needed

svn commit: r1817251 - /pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTextInputSkin.java

2017-12-05 Thread rwhitcomb
Author: rwhitcomb Date: Tue Dec 5 23:42:57 2017 New Revision: 1817251 URL: http://svn.apache.org/viewvc?rev=1817251=rev Log: PIVOT-891: Small updates to TerraTextInputSkin to have double click select the word, and triple click select everything. Essentially duplicate the "selectSpan&qu

svn commit: r1817256 - /pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTextInputSkin.java

2017-12-05 Thread rwhitcomb
Author: rwhitcomb Date: Wed Dec 6 01:03:12 2017 New Revision: 1817256 URL: http://svn.apache.org/viewvc?rev=1817256=rev Log: PIVOT-891: Fix the left/right selection logic (I think it's all okay now, with the possible exception of Shift-HOME and Shift-END and maybe word navigation with Shift

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

2017-12-05 Thread rwhitcomb
Author: rwhitcomb Date: Wed Dec 6 06:11:40 2017 New Revision: 1817268 URL: http://svn.apache.org/viewvc?rev=1817268=rev Log: PIVOT-1011: Move the ListenerList classes into the Listener interfaces for ColorChooser and ColorChooserButton. Misc. other Utils checks on parameters, and other cleanup

svn commit: r1817267 - in /pivot/trunk/wtk/src/org/apache/pivot/wtk: ScrollPane.java ScrollPaneListener.java skin/ScrollPaneSkin.java

2017-12-05 Thread rwhitcomb
Author: rwhitcomb Date: Wed Dec 6 06:05:38 2017 New Revision: 1817267 URL: http://svn.apache.org/viewvc?rev=1817267=rev Log: PIVOT-1011: Move the listener list out of ScrollPane and into ScrollPaneListener. Misc. other reformatting in the skin class, and Utils checks on parameters

svn commit: r1817402 - in /pivot/trunk/core/src/org/apache/pivot/util/concurrent: SimpleExecutorService.java Task.java

2017-12-07 Thread rwhitcomb
Author: rwhitcomb Date: Thu Dec 7 17:57:51 2017 New Revision: 1817402 URL: http://svn.apache.org/viewvc?rev=1817402=rev Log: PIVOT-498: Make the default executor service for Task, TaskSequence, and TaskGroup into an "Executors.newCachedThreadPool()", instead of our simple serv

svn commit: r1817403 - in /pivot/trunk/tests/src/org/apache/pivot/tests: TerraTheme_test.json terra_theme_defaults_test.json terra_theme_styles_test.json

2017-12-07 Thread rwhitcomb
Author: rwhitcomb Date: Thu Dec 7 18:26:56 2017 New Revision: 1817403 URL: http://svn.apache.org/viewvc?rev=1817403=rev Log: PIVOT-1014: Update one of the test TerraTheme*.json files to add the new theme defaults and theme styles file name overrides, with comments as an example of how to change

svn commit: r1817316 - in /pivot/trunk: tests/src/org/apache/pivot/tests/CheckedListViewTest.java tests/src/org/apache/pivot/tests/checked_list_view_test.bxml wtk/src/org/apache/pivot/wtk/ListViewItem

2017-12-06 Thread rwhitcomb
Author: rwhitcomb Date: Wed Dec 6 19:56:42 2017 New Revision: 1817316 URL: http://svn.apache.org/viewvc?rev=1817316=rev Log: PIVOT-971: Update the CheckedListViewTest program to test/demo the tri-state checkbox feature. Add an Adapter class to ListViewItemStateListener since it now has two

svn commit: r1817927 - in /pivot/trunk/core: src/org/apache/pivot/util/Version.java test/org/apache/pivot/util/test/VersionTest.java

2017-12-12 Thread rwhitcomb
Author: rwhitcomb Date: Tue Dec 12 16:19:34 2017 New Revision: 1817927 URL: http://svn.apache.org/viewvc?rev=1817927=rev Log: PIVOT-1016: Introduce minimal version parsing changes so that at least the current Java 9 version string will parse without errors. The Version.toString() won't recover

svn commit: r1817567 - /pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraSplitPaneSkin.java

2017-12-08 Thread rwhitcomb
Author: rwhitcomb Date: Fri Dec 8 21:03:49 2017 New Revision: 1817567 URL: http://svn.apache.org/viewvc?rev=1817567=rev Log: PIVOT-636: Calculate non-zero splitter preferred sizes as the sum of the splitter thickness and the top/left and bottom/right component preferred sizes (if any). Modified

svn commit: r1813186 - in /pivot/trunk: core/src/org/apache/pivot/util/ wtk-terra/src/org/apache/pivot/wtk/skin/terra/ wtk/src/org/apache/pivot/wtk/

2017-10-24 Thread rwhitcomb
Author: rwhitcomb Date: Tue Oct 24 15:24:35 2017 New Revision: 1813186 URL: http://svn.apache.org/viewvc?rev=1813186=rev Log: PIVOT-999: Update Calendar and CalendarButton to use "forEach" in their listener list methods. Use Utils methods for parameter validation in the skin classes

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: r1830366 - /pivot/trunk/pivot_checks.xml

2018-04-27 Thread rwhitcomb
Author: rwhitcomb Date: Fri Apr 27 17:13:55 2018 New Revision: 1830366 URL: http://svn.apache.org/viewvc?rev=1830366=rev Log: PIVOT-1032: Update the style checks to allow max method length of 200 lines (up from the default of 150) because we have a fair number of long methods that we would

svn commit: r1830388 - /pivot/trunk/pivot_checks.xml

2018-04-27 Thread rwhitcomb
Author: rwhitcomb Date: Fri Apr 27 19:22:50 2018 New Revision: 1830388 URL: http://svn.apache.org/viewvc?rev=1830388=rev Log: PIVOT-1032: Configure the "NewlineAtEndOfFile" to accept any combination of line endings, not just the "system" one. This helps with cross-pl

svn commit: r1830372 - /pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTreeViewSkin.java

2018-04-27 Thread rwhitcomb
Author: rwhitcomb Date: Fri Apr 27 17:22:48 2018 New Revision: 1830372 URL: http://svn.apache.org/viewvc?rev=1830372=rev Log: PIVOT-1032: Tweak a Javadoc changed wrongly with the last submissions. Modified: pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTreeViewSkin.java

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

2018-04-27 Thread rwhitcomb
Author: rwhitcomb Date: Fri Apr 27 18:37:48 2018 New Revision: 1830386 URL: http://svn.apache.org/viewvc?rev=1830386=rev Log: PIVOT-1032: Update the "build.xml" to include the "check-style" target. NOTE: this won't work without the "checkstyle...-all.jar" file

svn commit: r1830370 - /pivot/trunk/StyleErrors.java

2018-04-27 Thread rwhitcomb
Author: rwhitcomb Date: Fri Apr 27 17:16:50 2018 New Revision: 1830370 URL: http://svn.apache.org/viewvc?rev=1830370=rev Log: PIVOT-1032: Add a program to summarize the results of the "check style" task. Note: not updating the "build.xml" yet because it would require th

svn commit: r1830383 [2/3] - in /pivot/trunk: core/src/org/apache/pivot/collections/ core/src/org/apache/pivot/json/ core/src/org/apache/pivot/serialization/ core/src/org/apache/pivot/xml/ tutorials/s

2018-04-27 Thread rwhitcomb
Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/ExpanderListener.java URL: http://svn.apache.org/viewvc/pivot/trunk/wtk/src/org/apache/pivot/wtk/ExpanderListener.java?rev=1830383=1830382=1830383=diff == ---

svn commit: r1830383 [1/3] - in /pivot/trunk: core/src/org/apache/pivot/collections/ core/src/org/apache/pivot/json/ core/src/org/apache/pivot/serialization/ core/src/org/apache/pivot/xml/ tutorials/s

2018-04-27 Thread rwhitcomb
Author: rwhitcomb Date: Fri Apr 27 18:09:02 2018 New Revision: 1830383 URL: http://svn.apache.org/viewvc?rev=1830383=rev Log: PIVOT-1032: Change all "default public" in all the listener interfaces to just "default". This reduces our "check style" error count by a

svn commit: r1830383 [3/3] - in /pivot/trunk: core/src/org/apache/pivot/collections/ core/src/org/apache/pivot/json/ core/src/org/apache/pivot/serialization/ core/src/org/apache/pivot/xml/ tutorials/s

2018-04-27 Thread rwhitcomb
Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/TabPaneListener.java URL: http://svn.apache.org/viewvc/pivot/trunk/wtk/src/org/apache/pivot/wtk/TabPaneListener.java?rev=1830383=1830382=1830383=diff == ---

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

2018-04-27 Thread rwhitcomb
Author: rwhitcomb Date: Fri Apr 27 18:22:33 2018 New Revision: 1830384 URL: http://svn.apache.org/viewvc?rev=1830384=rev Log: PIVOT-1032: Fix the last [ModifierOrder] errors. Modified: pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraFileBrowserSkin.java pivot/trunk/wtk

svn commit: r1830377 - in /pivot/trunk: core/src/org/apache/pivot/json/ core/src/org/apache/pivot/util/ wtk/src/org/apache/pivot/wtk/

2018-04-27 Thread rwhitcomb
Author: rwhitcomb Date: Fri Apr 27 17:30:42 2018 New Revision: 1830377 URL: http://svn.apache.org/viewvc?rev=1830377=rev Log: Tweak some Javadoc (mostly cleanup of lists). Modified: pivot/trunk/core/src/org/apache/pivot/json/JSONSerializer.java pivot/trunk/core/src/org/apache/pivot/util

svn commit: r1833140 - in /pivot/trunk: wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTheme.java wtk/src/org/apache/pivot/wtk/Theme.java wtk/src/org/apache/pivot/wtk/ThemeNotFoundException.java

2018-06-07 Thread rwhitcomb
Author: rwhitcomb Date: Thu Jun 7 19:08:55 2018 New Revision: 1833140 URL: http://svn.apache.org/viewvc?rev=1833140=rev Log: PIVOT-1034: Several things related to theme initialization: * Allow ThemeNotFoundException to have a custom message. * Change several other exceptions in Theme

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

2018-06-18 Thread rwhitcomb
Author: rwhitcomb Date: Mon Jun 18 16:42:27 2018 New Revision: 1833735 URL: http://svn.apache.org/viewvc?rev=1833735=rev Log: PIVOT-1036: Add an Ant target to zip up the resource files required for a Japanese translation. First step in getting them translated. Modified: pivot/trunk

svn commit: r1833730 [2/2] - in /pivot/trunk: core/src/org/apache/pivot/collections/ core/src/org/apache/pivot/serialization/ core/test/org/apache/pivot/collections/test/ wtk-terra/src/org/apache/pivo

2018-06-18 Thread rwhitcomb
Modified: pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTextInputSkin.java URL: http://svn.apache.org/viewvc/pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTextInputSkin.java?rev=1833730=1833729=1833730=diff

svn commit: r1833730 [1/2] - in /pivot/trunk: core/src/org/apache/pivot/collections/ core/src/org/apache/pivot/serialization/ core/test/org/apache/pivot/collections/test/ wtk-terra/src/org/apache/pivo

2018-06-18 Thread rwhitcomb
Author: rwhitcomb Date: Mon Jun 18 14:51:41 2018 New Revision: 1833730 URL: http://svn.apache.org/viewvc?rev=1833730=rev Log: PIVOT-1032: Working on the style errors. Modified: pivot/trunk/core/src/org/apache/pivot/collections/ArrayList.java pivot/trunk/core/src/org/apache/pivot

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

2018-06-18 Thread rwhitcomb
Author: rwhitcomb Date: Mon Jun 18 14:46:53 2018 New Revision: 1833728 URL: http://svn.apache.org/viewvc?rev=1833728=rev Log: PIVOT-1035: Implement an internal build number mechanism using Ant's "" task. Modified: pivot/trunk/build.xml Modified: pivot/trunk/build.xml

svn commit: r1832639 - in /pivot/trunk: core/src/org/apache/pivot/json/JSON.java wtk/src/org/apache/pivot/wtk/skin/FillPaneSkin.java wtk/src/org/apache/pivot/wtk/skin/GridPaneSkin.java wtk/src/org/apa

2018-05-31 Thread rwhitcomb
Author: rwhitcomb Date: Thu May 31 18:25:47 2018 New Revision: 1832639 URL: http://svn.apache.org/viewvc?rev=1832639=rev Log: PIVOT-1032: Fix more "check-style" issues. Modified: pivot/trunk/core/src/org/apache/pivot/json/JSON.java pivot/trunk/wtk/src/org/apache/pivo

svn commit: r1832904 [3/3] - in /pivot/trunk: core/src/org/apache/pivot/beans/ core/src/org/apache/pivot/util/ tests/src/org/apache/pivot/tests/ wtk-terra/src/org/apache/pivot/wtk/skin/terra/ wtk/src/

2018-06-04 Thread rwhitcomb
Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/text/Element.java URL: http://svn.apache.org/viewvc/pivot/trunk/wtk/src/org/apache/pivot/wtk/text/Element.java?rev=1832904=1832903=1832904=diff == ---

svn commit: r1832904 [2/3] - in /pivot/trunk: core/src/org/apache/pivot/beans/ core/src/org/apache/pivot/util/ tests/src/org/apache/pivot/tests/ wtk-terra/src/org/apache/pivot/wtk/skin/terra/ wtk/src/

2018-06-04 Thread rwhitcomb
Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/TextInput.java URL: http://svn.apache.org/viewvc/pivot/trunk/wtk/src/org/apache/pivot/wtk/TextInput.java?rev=1832904=1832903=1832904=diff == ---

svn commit: r1832904 [1/3] - in /pivot/trunk: core/src/org/apache/pivot/beans/ core/src/org/apache/pivot/util/ tests/src/org/apache/pivot/tests/ wtk-terra/src/org/apache/pivot/wtk/skin/terra/ wtk/src/

2018-06-04 Thread rwhitcomb
Author: rwhitcomb Date: Tue Jun 5 00:14:11 2018 New Revision: 1832904 URL: http://svn.apache.org/viewvc?rev=1832904=rev Log: PIVOT-1032: Working on the style errors. Modified: pivot/trunk/core/src/org/apache/pivot/beans/BeanMonitor.java pivot/trunk/core/src/org/apache/pivot/util

svn commit: r1832859 - in /pivot/trunk: core/src/org/apache/pivot/util/Console.java tests/src/org/apache/pivot/tests/TextAreaConsoleTest.java tests/src/org/apache/pivot/tests/console_test.bxml wtk/src

2018-06-04 Thread rwhitcomb
Author: rwhitcomb Date: Mon Jun 4 15:41:02 2018 New Revision: 1832859 URL: http://svn.apache.org/viewvc?rev=1832859=rev Log: Improvements to "Console" debugging package: * Allow override of output streams (defaults to System.out and .err). * Make Console into a non-st

svn commit: r1832861 - in /pivot/trunk: ./ core/src/org/apache/pivot/beans/ core/src/org/apache/pivot/collections/adapter/ core/src/org/apache/pivot/json/ core/src/org/apache/pivot/util/ wtk/src/org/a

2018-06-04 Thread rwhitcomb
Author: rwhitcomb Date: Mon Jun 4 15:45:49 2018 New Revision: 1832861 URL: http://svn.apache.org/viewvc?rev=1832861=rev Log: PIVOT-1032: Working on the style errors. Modified: pivot/trunk/core/src/org/apache/pivot/beans/BeanAdapter.java pivot/trunk/core/src/org/apache/pivot/collections

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

2018-06-04 Thread rwhitcomb
Author: rwhitcomb Date: Mon Jun 4 15:54:53 2018 New Revision: 1832862 URL: http://svn.apache.org/viewvc?rev=1832862=rev Log: Fix the one usage of Console in the existing code to use the new conventions. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/TextPaneSkin.java Modified

svn commit: r1832864 - /pivot/trunk/demos/src/org/apache/pivot/demos/text/TextPaneDemo.java

2018-06-04 Thread rwhitcomb
Author: rwhitcomb Date: Mon Jun 4 16:07:48 2018 New Revision: 1832864 URL: http://svn.apache.org/viewvc?rev=1832864=rev Log: PIVOT-1032: Working on the style errors. Modified: pivot/trunk/demos/src/org/apache/pivot/demos/text/TextPaneDemo.java Modified: pivot/trunk/demos/src/org/apache

svn commit: r1833950 - /pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTreeViewSkin.java

2018-06-20 Thread rwhitcomb
Author: rwhitcomb Date: Wed Jun 20 20:43:15 2018 New Revision: 1833950 URL: http://svn.apache.org/viewvc?rev=1833950=rev Log: PIVOT-1037: Add checks for this specific condition, namely that the count of nodes to be removed (from the visible nodes list) is out of range of what is currently

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

2018-06-20 Thread rwhitcomb
Author: rwhitcomb Date: Wed Jun 20 19:46:15 2018 New Revision: 1833942 URL: http://svn.apache.org/viewvc?rev=1833942=rev Log: PIVOT-1035: Add three of the "Specification" fields in the .jar file manifests: * Specification-Title * Specification-Version * Specification-Vendor to make th

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

2018-06-20 Thread rwhitcomb
Author: rwhitcomb Date: Wed Jun 20 17:43:28 2018 New Revision: 1833931 URL: http://svn.apache.org/viewvc?rev=1833931=rev Log: PIVOT_1035: Change the build number to a date stamp of the form: DDDHHmm which is "20181711037" right now. Modified: pivot/trunk/build.xml Modif

svn commit: r1833933 - /pivot/trunk/core/src/org/apache/pivot/util/Version.java

2018-06-20 Thread rwhitcomb
Author: rwhitcomb Date: Wed Jun 20 18:44:26 2018 New Revision: 1833933 URL: http://svn.apache.org/viewvc?rev=1833933=rev Log: PIVOT-1035: For the new "DDDHHmm" build number, the Version class has to be updated to allow a long value for the "updateRevision". Modified:

svn commit: r1830786 - in /pivot/trunk/demos/src/org/apache/pivot/demos/colors: ./ Colors.java

2018-05-02 Thread rwhitcomb
Author: rwhitcomb Date: Wed May 2 22:38:01 2018 New Revision: 1830786 URL: http://svn.apache.org/viewvc?rev=1830786=rev Log: Add a new demo program to display all the CSSColor values in a "nice" way, with tooltips showing the RGB color values of each. Added: pivot/trunk/dem

svn commit: r1830787 - /pivot/trunk/demos/src/org/apache/pivot/demos/colors/Colors.java

2018-05-02 Thread rwhitcomb
Author: rwhitcomb Date: Wed May 2 23:16:51 2018 New Revision: 1830787 URL: http://svn.apache.org/viewvc?rev=1830787=rev Log: Update the tooltip in the new Colors demo to show the color name as well as the RGB value. Modified: pivot/trunk/demos/src/org/apache/pivot/demos/colors/Colors.java

svn commit: r1830789 - /pivot/trunk/StyleErrors.java

2018-05-02 Thread rwhitcomb
Author: rwhitcomb Date: Thu May 3 01:53:46 2018 New Revision: 1830789 URL: http://svn.apache.org/viewvc?rev=1830789=rev Log: PIVOT-1032: Update the StyleErrors program to recognize and report the number of unique file names with errors. Modified: pivot/trunk/StyleErrors.java Modified

svn commit: r1830285 [1/2] - in /pivot/trunk: core/src/org/apache/pivot/collections/adapter/ core/src/org/apache/pivot/functional/monad/ core/test/org/apache/pivot/functional/monad/test/ core/test/org

2018-04-26 Thread rwhitcomb
Author: rwhitcomb Date: Fri Apr 27 00:00:08 2018 New Revision: 1830285 URL: http://svn.apache.org/viewvc?rev=1830285=rev Log: PIVOT-1032: Fix a host of "check style" errors in various places. No particular rhyme or reason except we went after some of the lower frequency errors and w

svn commit: r1830285 [2/2] - in /pivot/trunk: core/src/org/apache/pivot/collections/adapter/ core/src/org/apache/pivot/functional/monad/ core/test/org/apache/pivot/functional/monad/test/ core/test/org

2018-04-26 Thread rwhitcomb
Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/LabelSkin.java URL: http://svn.apache.org/viewvc/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/LabelSkin.java?rev=1830285=1830284=1830285=diff == ---

svn commit: r1830842 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/ScriptApplication.java

2018-05-03 Thread rwhitcomb
Author: rwhitcomb Date: Thu May 3 16:47:01 2018 New Revision: 1830842 URL: http://svn.apache.org/viewvc?rev=1830842=rev Log: Somehow ScriptApplication lost the no-arg constructor, which is necessary for use with DesktopApplicationContext.main... So, add it in again so the program actually works

svn commit: r1830844 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/effects/easing/Easing.java

2018-05-03 Thread rwhitcomb
Author: rwhitcomb Date: Thu May 3 17:06:05 2018 New Revision: 1830844 URL: http://svn.apache.org/viewvc?rev=1830844=rev Log: Add Javadoc to the Easing interface to explain the methods and parameters. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/effects/easing/Easing.java Modified

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 rende

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

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: pivo

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

2018-01-05 Thread rwhitcomb
Author: rwhitcomb Date: Fri Jan 5 18:38:37 2018 New Revision: 1820341 URL: http://svn.apache.org/viewvc?rev=1820341=rev Log: PIVOT-999: Use "forEach" in Node listener list. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/text/Node.java Modified: pivot/trunk/wtk/src/org/apache

svn commit: r1820337 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/text/Document.java

2018-01-05 Thread rwhitcomb
Author: rwhitcomb Date: Fri Jan 5 17:57:06 2018 New Revision: 1820337 URL: http://svn.apache.org/viewvc?rev=1820337=rev Log: PIVOT-1021: Add the node class name to the exception thrown from Document.insert() in order to better track down what is going wrong with the Undo operation after a delete

svn commit: r1820330 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/TextArea.java

2018-01-05 Thread rwhitcomb
Author: rwhitcomb Date: Fri Jan 5 17:38:47 2018 New Revision: 1820330 URL: http://svn.apache.org/viewvc?rev=1820330=rev Log: PIVOT-999, PIVOT-1012, PIVOT-1011: * Use Utils methods for parameter validation all through TextArea. * Change the paragraph listener list to use "forEach"

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

2018-01-05 Thread rwhitcomb
Author: rwhitcomb Date: Fri Jan 5 17:55:12 2018 New Revision: 1820336 URL: http://svn.apache.org/viewvc?rev=1820336=rev Log: PIVOT-999, PIVOT-1012: * Use "forEach" in the element listeners list to iterate through the list. * Use Utils methods for parameter validation throughout the Ele

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

2018-01-05 Thread rwhitcomb
Author: rwhitcomb Date: Fri Jan 5 18:25:51 2018 New Revision: 1820340 URL: http://svn.apache.org/viewvc?rev=1820340=rev Log: PIVOT-1012: Use Utils methods for more parameter validation in TextPane. Add some Javadoc and reflow some other comments. Modified: pivot/trunk/wtk/src/org/apache

svn commit: r1820338 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/TextAreaSkin.java

2018-01-05 Thread rwhitcomb
Author: rwhitcomb Date: Fri Jan 5 18:01:19 2018 New Revision: 1820338 URL: http://svn.apache.org/viewvc?rev=1820338=rev Log: Changes to TextAreaSkin to use the new "getWidth" and "getHeight" methods of Insets to simplify the code. Modified: pivot/trunk/wtk/src/org/a

svn commit: r1820335 - in /pivot/trunk/wtk/src/org/apache/pivot/wtk: content/TreeBranch.java effects/TagDecorator.java

2018-01-05 Thread rwhitcomb
Author: rwhitcomb Date: Fri Jan 5 17:43:45 2018 New Revision: 1820335 URL: http://svn.apache.org/viewvc?rev=1820335=rev Log: PIVOT-1012: Update several classes to do their parameter validation using the Utils methods. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/content

svn commit: r1820334 - in /pivot/trunk/wtk/src/org/apache/pivot/wtk/content: CalendarDateSpinnerData.java TableViewDateCellRenderer.java

2018-01-05 Thread rwhitcomb
Author: rwhitcomb Date: Fri Jan 5 17:42:10 2018 New Revision: 1820334 URL: http://svn.apache.org/viewvc?rev=1820334=rev Log: PIVOT-1012: Update several classes to do their parameter validation using the Utils methods. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/content

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

2018-01-05 Thread rwhitcomb
Author: rwhitcomb Date: Fri Jan 5 18:57:51 2018 New Revision: 1820345 URL: http://svn.apache.org/viewvc?rev=1820345=rev Log: PIVOT-1012: Use Utils methods for parameter validation in TextPaneSkin. Add color name parameter to calls to GraphicsUtilities.decodeColor(). Unrelated changes: * Create

svn commit: r1820327 - in /pivot/trunk: core/src/org/apache/pivot/util/ClassUtils.java core/src/org/apache/pivot/util/Utils.java wtk/src/org/apache/pivot/wtk/skin/TextPaneSkinTextNodeView.java

2018-01-05 Thread rwhitcomb
Author: rwhitcomb Date: Fri Jan 5 17:27:26 2018 New Revision: 1820327 URL: http://svn.apache.org/viewvc?rev=1820327=rev Log: Move the "defaultToString" and "simpleDefaultToString" methods out of Utils and into ClassUtils (because they make more sense there). Rename the l

svn commit: r1820329 - /pivot/trunk/tutorials/src/org/apache/pivot/tutorials/explorer/tools/ComponentInspectorSkin.java

2018-01-05 Thread rwhitcomb
Author: rwhitcomb Date: Fri Jan 5 17:34:34 2018 New Revision: 1820329 URL: http://svn.apache.org/viewvc?rev=1820329=rev Log: PIVOT-999: Use the default "getColor" method from Dictionary in one more place. Modified: pivot/trunk/tutorials/src/org/apache/pivot/tutorials/expl

svn commit: r1820344 - in /pivot/trunk/wtk/src/org/apache/pivot/wtk: TextPane.java text/Element.java text/Node.java

2018-01-05 Thread rwhitcomb
Author: rwhitcomb Date: Fri Jan 5 18:49:54 2018 New Revision: 1820344 URL: http://svn.apache.org/viewvc?rev=1820344=rev Log: PIVOT-1021: Fix the underlying problem with Undo after delete of a whole node: the Undo needs to put just exactly the nodes removed back into the original node they were

svn commit: r1820362 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/effects/WatermarkDecorator.java

2018-01-05 Thread rwhitcomb
Author: rwhitcomb Date: Fri Jan 5 22:24:49 2018 New Revision: 1820362 URL: http://svn.apache.org/viewvc?rev=1820362=rev Log: Use the new "wtk.FontUtilities" and "utils.class to move the common code to one place. Modified: pivot/trunk/wtk/src/org/apache/pi

svn commit: r1820357 - in /pivot/trunk/wtk/src/org/apache/pivot/wtk: ImageView.java content/BaseContent.java

2018-01-05 Thread rwhitcomb
Author: rwhitcomb Date: Fri Jan 5 21:39:39 2018 New Revision: 1820357 URL: http://svn.apache.org/viewvc?rev=1820357=rev Log: PIVOT-999: Update ImageView to use "forEach" in the listener lists. Update to use the ImageUtils common code just created. Reflow some comments that were wrapped

svn commit: r1820364 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/media/Image.java

2018-01-05 Thread rwhitcomb
Author: rwhitcomb Date: Fri Jan 5 22:32:00 2018 New Revision: 1820364 URL: http://svn.apache.org/viewvc?rev=1820364=rev Log: PIVOT-999: Use "forEach" in the ImageListener list methods. PIVOT-1012: Use "Utils.checkNull" in one applicable place. * Change the "toStri

svn commit: r1820363 - in /pivot/trunk/wtk/src/org/apache/pivot/wtk/effects: DropShadowDecorator.java ShadeDecorator.java TagDecorator.java TranslationDecorator.java

2018-01-05 Thread rwhitcomb
Author: rwhitcomb Date: Fri Jan 5 22:29:48 2018 New Revision: 1820363 URL: http://svn.apache.org/viewvc?rev=1820363=rev Log: PIVOT-1012: Use Utils methods for parameter validation. Some other misc. cleanup in the "wtk/effects" directory: * Some decorators still had the default imple

svn commit: r1820358 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/text/ImageNode.java

2018-01-05 Thread rwhitcomb
Author: rwhitcomb Date: Fri Jan 5 21:41:18 2018 New Revision: 1820358 URL: http://svn.apache.org/viewvc?rev=1820358=rev Log: PIVOT-999: Update ImageNode to use "forEach" in the listener lists. Update to use the ImageUtils common code just created. Use "Utils" methods for

svn commit: r1820896 - in /pivot/trunk/core: src/org/apache/pivot/collections/ src/org/apache/pivot/collections/concurrent/ test/org/apache/pivot/collections/test/

2018-01-11 Thread rwhitcomb
Author: rwhitcomb Date: Thu Jan 11 16:05:56 2018 New Revision: 1820896 URL: http://svn.apache.org/viewvc?rev=1820896=rev Log: PIVOT-1022: Add a "maxDepth" property to the "Stack" interface, and then implement this in ArrayStack.java, LinkedStack.java, and Synchron

svn commit: r1820905 - /pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTableViewSkin.java

2018-01-11 Thread rwhitcomb
Author: rwhitcomb Date: Thu Jan 11 17:44:12 2018 New Revision: 1820905 URL: http://svn.apache.org/viewvc?rev=1820905=rev Log: PIVOT-1023: Implement Cmd/Ctrl-A in TableView skin to select all (in multi-select mode), and space to toggle the "current" row selection state. Modified: p

svn commit: r1820359 - in /pivot/trunk/wtk/src/org/apache/pivot/wtk: skin/ComponentSkin.java text/Element.java

2018-01-05 Thread rwhitcomb
Author: rwhitcomb Date: Fri Jan 5 21:43:34 2018 New Revision: 1820359 URL: http://svn.apache.org/viewvc?rev=1820359=rev Log: Use the new "wtk.FontUtilities" class to move the common code to one place. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/ComponentSkin.java p

svn commit: r1820582 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/TextPaneSkinNodeView.java

2018-01-08 Thread rwhitcomb
Author: rwhitcomb Date: Mon Jan 8 16:45:11 2018 New Revision: 1820582 URL: http://svn.apache.org/viewvc?rev=1820582=rev Log: PIVOT-999: Update the rather messy code in TextPaneSkinNodeView that creates the skin class for each node type to use a functional interface so that a lambda expression

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

2018-01-08 Thread rwhitcomb
Author: rwhitcomb Date: Mon Jan 8 17:00:27 2018 New Revision: 1820584 URL: http://svn.apache.org/viewvc?rev=1820584=rev Log: PIVOT-1021: Change the undo edit classes a little bit in preparation for fixing the problem of undo a delete of a partial node in TextPane. Modified: pivot/trunk/wtk

svn commit: r1821520 - in /pivot/trunk: tests/src/org/apache/pivot/tests/TextInputValidatorTest.java wtk/src/org/apache/pivot/wtk/validation/DecimalValidator.java wtk/src/org/apache/pivot/wtk/validati

2018-01-18 Thread rwhitcomb
Author: rwhitcomb Date: Thu Jan 18 16:11:07 2018 New Revision: 1821520 URL: http://svn.apache.org/viewvc?rev=1821520=rev Log: PIVOT-1025: Fix the Decimal and Formatted Validators to allow a leading "+" sign in the "isValid" and "parseNumber" methods. Modified:

svn commit: r1821556 [1/2] - in /pivot/trunk: demos/src/org/apache/pivot/demos/decorator/ demos/src/org/apache/pivot/demos/dom/ demos/src/org/apache/pivot/demos/itunes/ demos/src/org/apache/pivot/demo

2018-01-18 Thread rwhitcomb
Author: rwhitcomb Date: Thu Jan 18 20:51:26 2018 New Revision: 1821556 URL: http://svn.apache.org/viewvc?rev=1821556=rev Log: PIVOT-999: Deprecate Application.Adapter in favor of default methods for the Application interface itself. This involves changing all the uses of "ex

svn commit: r1821556 [2/2] - in /pivot/trunk: demos/src/org/apache/pivot/demos/decorator/ demos/src/org/apache/pivot/demos/dom/ demos/src/org/apache/pivot/demos/itunes/ demos/src/org/apache/pivot/demo

2018-01-18 Thread rwhitcomb
Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/Application.java URL: http://svn.apache.org/viewvc/pivot/trunk/wtk/src/org/apache/pivot/wtk/Application.java?rev=1821556=1821555=1821556=diff == ---

svn commit: r1821559 - /pivot/trunk/tests/src/org/apache/pivot/tests/TextInputValidatorTest.java

2018-01-18 Thread rwhitcomb
Author: rwhitcomb Date: Thu Jan 18 21:57:56 2018 New Revision: 1821559 URL: http://svn.apache.org/viewvc?rev=1821559=rev Log: PIVOT-999: Revert changes to TextInputValidatorTest just made because they are not ready for prime time yet. Modified: pivot/trunk/tests/src/org/apache/pivot/tests

svn commit: r1821689 [2/2] - in /pivot/trunk: demos/src/org/apache/pivot/demos/rss/ tests/src/org/apache/pivot/tests/ tests/src/org/apache/pivot/tests/issues/ tutorials/src/org/apache/pivot/tutorials/

2018-01-19 Thread rwhitcomb
Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/ListView.java URL: http://svn.apache.org/viewvc/pivot/trunk/wtk/src/org/apache/pivot/wtk/ListView.java?rev=1821689=1821688=1821689=diff == ---

svn commit: r1821689 [1/2] - in /pivot/trunk: demos/src/org/apache/pivot/demos/rss/ tests/src/org/apache/pivot/tests/ tests/src/org/apache/pivot/tests/issues/ tutorials/src/org/apache/pivot/tutorials/

2018-01-19 Thread rwhitcomb
Author: rwhitcomb Date: Fri Jan 19 17:41:44 2018 New Revision: 1821689 URL: http://svn.apache.org/viewvc?rev=1821689=rev Log: PIVOT-1011: A lot more work moving the ListenerList implementations for listeners into the Listener interfaces themselves; implementing default methods in the interface

svn commit: r1822149 - in /pivot/trunk/wtk/src/org/apache/pivot/wtk: TextPane.java text/Element.java text/TextNode.java

2018-01-24 Thread rwhitcomb
Author: rwhitcomb Date: Wed Jan 24 18:46:49 2018 New Revision: 1822149 URL: http://svn.apache.org/viewvc?rev=1822149=rev Log: PIVOT-1021: Complete rearrangement of how undo in TextPane works: * Save the removed characters all the time for undo purposes. * Use the TextPane.insert() method to undo

svn commit: r1821340 - in /pivot/trunk: examples/src/org/apache/pivot/examples/sheets/ tests/src/org/apache/pivot/tests/ tests/src/org/apache/pivot/tests/issues/ tutorials/src/org/apache/pivot/tutoria

2018-01-16 Thread rwhitcomb
Author: rwhitcomb Date: Wed Jan 17 01:40:26 2018 New Revision: 1821340 URL: http://svn.apache.org/viewvc?rev=1821340=rev Log: PIVOT-1011: A lot more work moving the ListenerList implementations for listeners into the Listener interfaces themselves; implementing default methods in the interface

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

2018-01-11 Thread rwhitcomb
Author: rwhitcomb Date: Thu Jan 11 19:00:00 2018 New Revision: 1820921 URL: http://svn.apache.org/viewvc?rev=1820921=rev Log: PIVOT-1022: Use the new capability of LinkedStack to limit the stack depth in TextPane for the "undo" stack. Modified: pivot/trunk/wtk/src/org/apache

svn commit: r1820938 - in /pivot/trunk: tests/src/org/apache/pivot/tests/table_view_test2.bxml wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTableViewSkin.java

2018-01-11 Thread rwhitcomb
Author: rwhitcomb Date: Thu Jan 11 22:30:50 2018 New Revision: 1820938 URL: http://svn.apache.org/viewvc?rev=1820938=rev Log: PIVOT-1023: Implement Ctrl/Cmd-U to unselect everything in TableView skin. Update one test program to allow testing of the multi-select features. Modified: pivot

svn commit: r1820922 - in /pivot/trunk/wtk/src/org/apache/pivot/wtk: TextArea.java TextInput.java

2018-01-11 Thread rwhitcomb
Author: rwhitcomb Date: Thu Jan 11 19:15:38 2018 New Revision: 1820922 URL: http://svn.apache.org/viewvc?rev=1820922=rev Log: PIVOT-1022: Make the same changes for LinkedStack as were made in TextPane to TextInput and TextArea too (for their "undo" stacks). Modified: pivot/trunk/w

svn commit: r1820933 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/Frame.java

2018-01-11 Thread rwhitcomb
Author: rwhitcomb Date: Thu Jan 11 21:13:38 2018 New Revision: 1820933 URL: http://svn.apache.org/viewvc?rev=1820933=rev Log: Cleanup some duplicated code in Frame.java around building a linked list of ancestor components. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/Frame.java

svn commit: r1820918 - in /pivot/trunk/wtk/src/org/apache/pivot/wtk: TextPane.java skin/TextPaneSkinNodeView.java skin/TextPaneSkinTextNodeView.java text/Element.java text/Node.java text/NodeListener.

2018-01-11 Thread rwhitcomb
Author: rwhitcomb Date: Thu Jan 11 18:53:49 2018 New Revision: 1820918 URL: http://svn.apache.org/viewvc?rev=1820918=rev Log: PIVOT-1021: Fix "undo" of a delete of part of a text node in TextPane. * Save the characters to delete from the StringBuilder before the delete. * Add a

svn commit: r1820931 - in /pivot/trunk/core: src/org/apache/pivot/collections/ src/org/apache/pivot/collections/concurrent/ test/org/apache/pivot/collections/test/

2018-01-11 Thread rwhitcomb
Author: rwhitcomb Date: Thu Jan 11 20:44:26 2018 New Revision: 1820931 URL: http://svn.apache.org/viewvc?rev=1820931=rev Log: PIVOT-1022: Make similar changes to Queue and all its implementations: add a "maxLength" property and implement checking this length before queuing a new

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

2018-01-30 Thread rwhitcomb
Author: rwhitcomb Date: Tue Jan 30 16:18:23 2018 New Revision: 1822661 URL: http://svn.apache.org/viewvc?rev=1822661=rev Log: PIVOT-1021: Fix a problem with the updated selection after undo at the end of the document. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/TextPane.java Modified

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

2018-01-30 Thread rwhitcomb
Author: rwhitcomb Date: Tue Jan 30 22:12:19 2018 New Revision: 1822709 URL: http://svn.apache.org/viewvc?rev=1822709=rev Log: Copy over more files from tutorials/src and tests/src directories to the "ant-bin" directories so the programs will run correctly (with all their supporting f

svn commit: r1822989 - in /pivot/trunk: ./ demos/src/org/apache/pivot/demos/json/ demos/src/org/apache/pivot/demos/xml/ demos/www/ demos/xsl/ examples/src/org/apache/pivot/examples/sheets/ tests/src/o

2018-02-02 Thread rwhitcomb
Author: rwhitcomb Date: Fri Feb 2 17:28:06 2018 New Revision: 1822989 URL: http://svn.apache.org/viewvc?rev=1822989=rev Log: Some cleanup in the build: * Add "examples" as a target, which compiles and copies the relevant source files. * Include "examples" in the "cl

svn commit: r1823010 - in /pivot/trunk: core/src/org/apache/pivot/annotations/ core/src/org/apache/pivot/annotations/UnsupportedOperation.java wtk/src/org/apache/pivot/wtk/content/NumericSpinnerData.j

2018-02-02 Thread rwhitcomb
Author: rwhitcomb Date: Fri Feb 2 23:44:33 2018 New Revision: 1823010 URL: http://svn.apache.org/viewvc?rev=1823010=rev Log: PIVOT-1027: Introduce an @UnsupportedOperation annotation and apply it (along with some Javadoc changes) to NumericSpinnerData, which has a number of these unsupported

svn commit: r1822902 - in /pivot/trunk: charts/src/org/apache/pivot/charts/ tests/src/org/apache/pivot/tests/ wtk/src/org/apache/pivot/wtk/ wtk/src/org/apache/pivot/wtk/skin/

2018-02-01 Thread rwhitcomb
Author: rwhitcomb Date: Thu Feb 1 20:32:48 2018 New Revision: 1822902 URL: http://svn.apache.org/viewvc?rev=1822902=rev Log: PIVOT-1011: The last of the work moving the ListenerList implementations for listeners into the Listener interfaces themselves; implementing default methods

svn commit: r1822906 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/ExpanderListener.java

2018-02-01 Thread rwhitcomb
Author: rwhitcomb Date: Thu Feb 1 20:50:19 2018 New Revision: 1822906 URL: http://svn.apache.org/viewvc?rev=1822906=rev Log: PIVOT-1011: Remove duplicate import from previous changes. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/ExpanderListener.java Modified: pivot/trunk/wtk/src/org

<    1   2   3   4   5   6   7   8   9   >