svn commit: r1884971 - in /pivot/trunk/core/src/org/apache/pivot: collections/ArrayList.java util/StringUtils.java

2020-12-30 Thread rwhitcomb
Author: rwhitcomb Date: Wed Dec 30 23:25:48 2020 New Revision: 1884971 URL: http://svn.apache.org/viewvc?rev=1884971=rev Log: Enhance StringUtils.toString and use more places. Modified: pivot/trunk/core/src/org/apache/pivot/collections/ArrayList.java pivot/trunk/core/src/org/apache/pivot

svn commit: r1884965 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/DesktopApplicationContext.java

2020-12-30 Thread rwhitcomb
Author: rwhitcomb Date: Wed Dec 30 23:02:39 2020 New Revision: 1884965 URL: http://svn.apache.org/viewvc?rev=1884965=rev Log: Add more alternate flavors of DesktopApplicationContext.main for other situations. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/DesktopApplicationContext.java

svn commit: r1884970 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/Keyboard.java

2020-12-30 Thread rwhitcomb
Author: rwhitcomb Date: Wed Dec 30 23:21:51 2020 New Revision: 1884970 URL: http://svn.apache.org/viewvc?rev=1884970=rev Log: New methods in Keyboard class. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/Keyboard.java Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/Keyboard.java URL

svn commit: r1885468 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/Theme.java

2021-01-13 Thread rwhitcomb
Author: rwhitcomb Date: Thu Jan 14 05:40:34 2021 New Revision: 1885468 URL: http://svn.apache.org/viewvc?rev=1885468=rev Log: PIVOT-1051: Correction to font code in Theme. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/Theme.java Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk

svn commit: r1885470 - /pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/package.html

2021-01-13 Thread rwhitcomb
Author: rwhitcomb Date: Thu Jan 14 06:03:44 2021 New Revision: 1885470 URL: http://svn.apache.org/viewvc?rev=1885470=rev Log: Add a little text to the wtk-terra package doc. Modified: pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/package.html Modified: pivot/trunk/wtk-terra/src

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

2021-01-13 Thread rwhitcomb
Author: rwhitcomb Date: Thu Jan 14 06:01:39 2021 New Revision: 1885469 URL: http://svn.apache.org/viewvc?rev=1885469=rev Log: Enhancements to the CSSColor demo. Modified: pivot/trunk/demos/src/org/apache/pivot/demos/colors/Colors.java pivot/trunk/wtk/src/org/apache/pivot/wtk

svn commit: r1885494 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/FontUtilities.java

2021-01-14 Thread rwhitcomb
Author: rwhitcomb Date: Thu Jan 14 18:21:01 2021 New Revision: 1885494 URL: http://svn.apache.org/viewvc?rev=1885494=rev Log: Improve the parsing of font names inside FontUtilities.decode(). Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/FontUtilities.java Modified: pivot/trunk/wtk/src

svn commit: r1885491 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/ComponentSkin.java

2021-01-14 Thread rwhitcomb
Author: rwhitcomb Date: Thu Jan 14 16:56:57 2021 New Revision: 1885491 URL: http://svn.apache.org/viewvc?rev=1885491=rev Log: PIVOT-1051: Update some documentation around "decodeFont". Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/ComponentSkin.java Modified: pivot/tru

svn commit: r1885490 - in /pivot/trunk/core/src/org/apache/pivot: collections/ArrayList.java collections/LinkedList.java util/ListenerList.java

2021-01-14 Thread rwhitcomb
Author: rwhitcomb Date: Thu Jan 14 16:16:54 2021 New Revision: 1885490 URL: http://svn.apache.org/viewvc?rev=1885490=rev Log: Fix the use of StringUtils.toString(List) in several places. Modified: pivot/trunk/core/src/org/apache/pivot/collections/ArrayList.java pivot/trunk/core/src/org

svn commit: r1885499 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/FontUtilities.java

2021-01-14 Thread rwhitcomb
Author: rwhitcomb Date: Thu Jan 14 19:38:03 2021 New Revision: 1885499 URL: http://svn.apache.org/viewvc?rev=1885499=rev Log: Corrected a bug in FontUtilities; corrected style violations there. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/FontUtilities.java Modified: pivot/trunk/wtk

svn commit: r1885500 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/util/TextAreaOutputStream.java

2021-01-14 Thread rwhitcomb
Author: rwhitcomb Date: Thu Jan 14 19:40:51 2021 New Revision: 1885500 URL: http://svn.apache.org/viewvc?rev=1885500=rev Log: Fix a tab character. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/util/TextAreaOutputStream.java Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/util

svn commit: r1885461 - in /pivot/trunk: demos/src/org/apache/pivot/demos/text/TextPaneDemo.java wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTheme.java wtk/src/org/apache/pivot/wtk/FontUtilities

2021-01-13 Thread rwhitcomb
Author: rwhitcomb Date: Thu Jan 14 01:12:38 2021 New Revision: 1885461 URL: http://svn.apache.org/viewvc?rev=1885461=rev Log: PIVOT-1051: First bunch of code changes to support lists of font names. Not complete yet as we investigate how to implement this. Modified: pivot/trunk/demos/src/org

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

2021-01-13 Thread rwhitcomb
Author: rwhitcomb Date: Thu Jan 14 05:02:17 2021 New Revision: 1885467 URL: http://svn.apache.org/viewvc?rev=1885467=rev Log: PIVOT-1051: Finish the code to accept a list of font names. Modified: pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTheme.java pivot/trunk/wtk

svn commit: r1884992 - in /pivot/trunk: core/src/org/apache/pivot/util/StringUtils.java core/src/org/apache/pivot/util/Utils.java wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTreeViewSkin.java w

2020-12-31 Thread rwhitcomb
Author: rwhitcomb Date: Thu Dec 31 18:19:44 2020 New Revision: 1884992 URL: http://svn.apache.org/viewvc?rev=1884992=rev Log: Fixup small Javadoc problems from last submission. Modified: pivot/trunk/core/src/org/apache/pivot/util/StringUtils.java pivot/trunk/core/src/org/apache/pivot

svn commit: r1884993 - in /pivot/trunk: core/src/org/apache/pivot/collections/ core/src/org/apache/pivot/collections/adapter/ core/src/org/apache/pivot/functional/monad/ tests/src/org/apache/pivot/tes

2020-12-31 Thread rwhitcomb
Author: rwhitcomb Date: Thu Dec 31 18:29:20 2020 New Revision: 1884993 URL: http://svn.apache.org/viewvc?rev=1884993=rev Log: More "checkstyle" fixes to "core" classes, plus misc. cleanup. Modified: pivot/trunk/core/src/org/apache/pivot/collections/ArrayQueue.java

svn commit: r1884995 - /pivot/trunk/core/src/org/apache/pivot/collections/adapter/ListAdapter.java

2020-12-31 Thread rwhitcomb
Author: rwhitcomb Date: Thu Dec 31 18:48:13 2020 New Revision: 1884995 URL: http://svn.apache.org/viewvc?rev=1884995=rev Log: Fix obsolete Javadoc constructs. Modified: pivot/trunk/core/src/org/apache/pivot/collections/adapter/ListAdapter.java Modified: pivot/trunk/core/src/org/apache

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

2020-12-31 Thread rwhitcomb
Author: rwhitcomb Date: Thu Dec 31 19:31:08 2020 New Revision: 1884996 URL: http://svn.apache.org/viewvc?rev=1884996=rev Log: Use a property to compute the build number, not a file. Modified: pivot/trunk/build.xml Modified: pivot/trunk/build.xml URL: http://svn.apache.org/viewvc/pivot

svn commit: r1884991 [1/3] - in /pivot/trunk: core/src/org/apache/pivot/beans/ core/src/org/apache/pivot/collections/ core/src/org/apache/pivot/collections/adapter/ core/src/org/apache/pivot/serializa

2020-12-31 Thread rwhitcomb
Author: rwhitcomb Date: Thu Dec 31 18:02:57 2020 New Revision: 1884991 URL: http://svn.apache.org/viewvc?rev=1884991=rev Log: Fix obsolete Javadoc constructs. Added: pivot/trunk/wtk/src/org/apache/pivot/wtk/util/package.html Modified: pivot/trunk/core/src/org/apache/pivot/beans/BXML.java

svn commit: r1884991 [3/3] - in /pivot/trunk: core/src/org/apache/pivot/beans/ core/src/org/apache/pivot/collections/ core/src/org/apache/pivot/collections/adapter/ core/src/org/apache/pivot/serializa

2020-12-31 Thread rwhitcomb
Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/effects/BlurDecorator.java URL: http://svn.apache.org/viewvc/pivot/trunk/wtk/src/org/apache/pivot/wtk/effects/BlurDecorator.java?rev=1884991=1884990=1884991=diff == ---

svn commit: r1884991 [2/3] - in /pivot/trunk: core/src/org/apache/pivot/beans/ core/src/org/apache/pivot/collections/ core/src/org/apache/pivot/collections/adapter/ core/src/org/apache/pivot/serializa

2020-12-31 Thread rwhitcomb
Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/CardPane.java URL: http://svn.apache.org/viewvc/pivot/trunk/wtk/src/org/apache/pivot/wtk/CardPane.java?rev=1884991=1884990=1884991=diff == ---

svn commit: r1884994 - in /pivot/trunk: StyleChecks.java StyleErrors.java build.xml package-info.java pivot_checks.xml pivot_style_checks.xml

2020-12-31 Thread rwhitcomb
Author: rwhitcomb Date: Thu Dec 31 18:31:02 2020 New Revision: 1884994 URL: http://svn.apache.org/viewvc?rev=1884994=rev Log: Rename "StyleErrors" to StyleChecks, as well as the log files, and code. Added: pivot/trunk/StyleChecks.java - copied, changed from r1884993, p

svn commit: r1886138 - /pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraFormSkin.java

2021-02-02 Thread rwhitcomb
Author: rwhitcomb Date: Tue Feb 2 19:04:32 2021 New Revision: 1886138 URL: http://svn.apache.org/viewvc?rev=1886138=rev Log: Finish code in TerraFormSkin to implement message and label fonts. Fix some style errors. Modified: pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra

svn commit: r1886132 - /pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraFormSkin.java

2021-02-02 Thread rwhitcomb
Author: rwhitcomb Date: Tue Feb 2 18:05:42 2021 New Revision: 1886132 URL: http://svn.apache.org/viewvc?rev=1886132=rev Log: Add styles to Form for "labelFont" and "messageFont". Modified: pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraFormSkin.java Mo

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

2021-06-29 Thread rwhitcomb
Author: rwhitcomb Date: Wed Jun 30 03:36:38 2021 New Revision: 1891156 URL: http://svn.apache.org/viewvc?rev=1891156=rev Log: Reduce the number of files to do a "checkstyle" on (basically just the "core" classes and not demos, tutorials, etc.). Modified: pivot/trunk

svn commit: r1889182 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/Point.java

2021-04-25 Thread rwhitcomb
Author: rwhitcomb Date: Mon Apr 26 02:26:18 2021 New Revision: 1889182 URL: http://svn.apache.org/viewvc?rev=1889182=rev Log: Add another variation of Point.decode ("x, y"); fix checkstyle problems. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/Point.java Modified: pivot/tru

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.

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: pivot/trunk/w

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: 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/Int

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 pivot/trunk/core/src/org/apache/pivot/util

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

2021-04-27 Thread rwhitcomb
Author: rwhitcomb Date: Wed Apr 28 05:59:50 2021 New Revision: 1889254 URL: http://svn.apache.org/viewvc?rev=1889254=rev Log: Add "safelyDecode" into Version itself (from ApplicationContext). Modified: pivot/trunk/core/src/org/apache/pivot/util/Version.java pivot/trunk/cor

svn commit: r1888040 - /pivot/trunk/core/src/org/apache/pivot/serialization/MacroReader.java

2021-03-24 Thread rwhitcomb
Author: rwhitcomb Date: Wed Mar 24 20:32:51 2021 New Revision: 1888040 URL: http://svn.apache.org/viewvc?rev=1888040=rev Log: PIVOT-1056: Some small code cleanup and optimizations (I hope) in MacroReader since this could be used in reading the default styles file. Modified: pivot/trunk/core

svn commit: r1888039 - /pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraPromptSkin.java

2021-03-24 Thread rwhitcomb
Author: rwhitcomb Date: Wed Mar 24 20:29:57 2021 New Revision: 1888039 URL: http://svn.apache.org/viewvc?rev=1888039=rev Log: PIVOT-1056: For the new "message" styles in Prompt, use the reduced number of setter methods paradigm. Modified: pivot/trunk/wtk-terra/src/org/apache/pivo

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

2021-03-24 Thread rwhitcomb
Author: rwhitcomb Date: Wed Mar 24 20:24:37 2021 New Revision: 1888038 URL: http://svn.apache.org/viewvc?rev=1888038=rev Log: Clear up one more obsolete Javadoc construct. Modified: pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTreeViewSkin.java Modified: pivot/trunk/wtk

svn commit: r1888092 - /pivot/trunk/core/src/org/apache/pivot/serialization/MacroReader.java

2021-03-26 Thread rwhitcomb
Author: rwhitcomb Date: Fri Mar 26 17:51:11 2021 New Revision: 1888092 URL: http://svn.apache.org/viewvc?rev=1888092=rev Log: Remove empty code from MacroReader (after last change). Modified: pivot/trunk/core/src/org/apache/pivot/serialization/MacroReader.java Modified: pivot/trunk/core/src

svn commit: r1888187 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/Insets.java

2021-03-29 Thread rwhitcomb
Author: rwhitcomb Date: Tue Mar 30 03:15:45 2021 New Revision: 1888187 URL: http://svn.apache.org/viewvc?rev=1888187=rev Log: Allow Insets as valid source for Insets.fromObject. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/Insets.java Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk

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

2021-03-31 Thread rwhitcomb
Author: rwhitcomb Date: Wed Mar 31 19:13:49 2021 New Revision: 1888250 URL: http://svn.apache.org/viewvc?rev=1888250=rev Log: Tweak some doc and an error message in Component. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/Component.java Modified: pivot/trunk/wtk/src/org/apache/pivot

svn commit: r1888284 - in /pivot/trunk/wtk/src/org/apache/pivot/wtk: FontUtilities.java skin/ComponentSkin.java util/ColorUtilities.java

2021-04-01 Thread rwhitcomb
Author: rwhitcomb Date: Fri Apr 2 03:57:08 2021 New Revision: 1888284 URL: http://svn.apache.org/viewvc?rev=1888284=rev Log: PIVOT-1056,PIVOT-1014: Move the new "xxxFromObject" methods from ComponentSkin into FontUtilities and ColorUtilities so they can be used in other places (

svn commit: r1888286 - in /pivot/trunk: wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTabPaneSkin.java wtk/src/org/apache/pivot/wtk/skin/TabPaneSkin.java

2021-04-02 Thread rwhitcomb
Author: rwhitcomb Date: Fri Apr 2 06:19:12 2021 New Revision: 1888286 URL: http://svn.apache.org/viewvc?rev=1888286=rev Log: PIVOT-1056,PIVOT-1014: Make the changes to TerraTabPaneSkin (and related changes in TabPaneSkin). Modified: pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin

svn commit: r1888287 - in /pivot/trunk: core/src/org/apache/pivot/json/ demos/src/org/apache/pivot/demos/xml/ wtk-terra/src/org/apache/pivot/wtk/skin/terra/ wtk/src/org/apache/pivot/wtk/ wtk/src/org/a

2021-04-02 Thread rwhitcomb
Author: rwhitcomb Date: Fri Apr 2 06:29:30 2021 New Revision: 1888287 URL: http://svn.apache.org/viewvc?rev=1888287=rev Log: PIVOT-1032: Changes to reduce "checkstyle" violations. Modified: pivot/trunk/core/src/org/apache/pivot/json/JSONSerializer.java pivot/trunk/demos/src/

svn commit: r1887549 - in /pivot/trunk: charts/src/org/apache/pivot/charts/ core/src/org/apache/pivot/collections/ core/src/org/apache/pivot/json/ core/src/org/apache/pivot/util/ core/src/org/apache/p

2021-03-12 Thread rwhitcomb
Author: rwhitcomb Date: Fri Mar 12 19:50:08 2021 New Revision: 1887549 URL: http://svn.apache.org/viewvc?rev=1887549=rev Log: PIVOT-1032: Changes to eliminate checkstyle violations in the non-wtk Listener classes. Modified: pivot/trunk/charts/src/org/apache/pivot/charts

svn commit: r1887552 - in /pivot/trunk: core/src/org/apache/pivot/util/ wtk/src/org/apache/pivot/wtk/ wtk/src/org/apache/pivot/wtk/content/

2021-03-12 Thread rwhitcomb
Author: rwhitcomb Date: Fri Mar 12 20:58:56 2021 New Revision: 1887552 URL: http://svn.apache.org/viewvc?rev=1887552=rev Log: PIVOT-1032: Changes to reduce "checkstyle" violations. Modified: pivot/trunk/core/src/org/apache/pivot/util/BooleanResult.java pivot/trunk/core/src/

svn commit: r1887544 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/ButtonPressListener.java

2021-03-12 Thread rwhitcomb
Author: rwhitcomb Date: Fri Mar 12 18:05:37 2021 New Revision: 1887544 URL: http://svn.apache.org/viewvc?rev=1887544=rev Log: PIVOT-1032: Changes to reduce "checkstyle" violations. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/ButtonPressListener.java Modified: pivot/trunk/w

svn commit: r1887545 - /pivot/trunk/core/src/org/apache/pivot/util/ExceptionUtils.java

2021-03-12 Thread rwhitcomb
Author: rwhitcomb Date: Fri Mar 12 18:09:34 2021 New Revision: 1887545 URL: http://svn.apache.org/viewvc?rev=1887545=rev Log: Updates to ExceptionUtils to recognize more classes that need this treatment, and to make the exception names more readable. Modified: pivot/trunk/core/src/org/apache

svn commit: r1887553 [3/3] - in /pivot/trunk: wtk-terra/src/org/apache/pivot/wtk/skin/terra/ wtk/src/org/apache/pivot/wtk/skin/

2021-03-12 Thread rwhitcomb
Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/SeparatorSkin.java URL: http://svn.apache.org/viewvc/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/SeparatorSkin.java?rev=1887553=1887552=1887553=diff == ---

svn commit: r1887553 [1/3] - in /pivot/trunk: wtk-terra/src/org/apache/pivot/wtk/skin/terra/ wtk/src/org/apache/pivot/wtk/skin/

2021-03-12 Thread rwhitcomb
Author: rwhitcomb Date: Fri Mar 12 21:04:51 2021 New Revision: 1887553 URL: http://svn.apache.org/viewvc?rev=1887553=rev Log: Improvements to code that needs to get info from the theme: - methods in Component to get the theme font and colors - add some "getxxx" methods in the skins to r

svn commit: r1887553 [2/3] - in /pivot/trunk: wtk-terra/src/org/apache/pivot/wtk/skin/terra/ wtk/src/org/apache/pivot/wtk/skin/

2021-03-12 Thread rwhitcomb
Modified: pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTreeViewSkin.java URL: http://svn.apache.org/viewvc/pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTreeViewSkin.java?rev=1887553=1887552=1887553=diff

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

2021-03-12 Thread rwhitcomb
Author: rwhitcomb Date: Fri Mar 12 21:29:26 2021 New Revision: 1887554 URL: http://svn.apache.org/viewvc?rev=1887554=rev Log: PIVOT-1053: Also add new "getStyle" and "getStyleXXX" methods to Component. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/Component.java M

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

2021-03-12 Thread rwhitcomb
Author: rwhitcomb Date: Fri Mar 12 20:46:45 2021 New Revision: 1887551 URL: http://svn.apache.org/viewvc?rev=1887551=rev Log: Add new "putStyle" methods in Component to make setting styles less verbose. Named "putStyle" as reminiscent of the "getStyles().put(...)"

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

2021-03-12 Thread rwhitcomb
Author: rwhitcomb Date: Fri Mar 12 23:46:34 2021 New Revision: 1887556 URL: http://svn.apache.org/viewvc?rev=1887556=rev Log: PIVOT-1053: Convert the "wtk-terra" code to using new "putStyle", "getStyle", and "copyStyle" methods in Component. Modified:

svn commit: r1887788 - in /pivot/trunk: wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraBorderSkin.java wtk/src/org/apache/pivot/wtk/skin/BorderSkin.java

2021-03-18 Thread rwhitcomb
Author: rwhitcomb Date: Thu Mar 18 16:11:51 2021 New Revision: 1887788 URL: http://svn.apache.org/viewvc?rev=1887788=rev Log: PIVOT-1054: Fix the drawing problem with border titles at larger font sizes. Modified: pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraBorderSkin.java

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

2021-03-22 Thread rwhitcomb
Author: rwhitcomb Date: Mon Mar 22 06:29:02 2021 New Revision: 1887917 URL: http://svn.apache.org/viewvc?rev=1887917=rev Log: PIVOT-1056,PIVOT-1014: First POC commit of the Color, Font, Insets, and CornerRadii "fromObject" methods, used now in LabelSkin and BorderSkin. Coupled with the

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

2021-03-19 Thread rwhitcomb
Author: rwhitcomb Date: Fri Mar 19 22:33:29 2021 New Revision: 1887830 URL: http://svn.apache.org/viewvc?rev=1887830=rev Log: Simplification to Bounds. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/Bounds.java Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/Bounds.java URL: http

svn commit: r1887831 - /pivot/trunk/core/src/org/apache/pivot/beans/BeanAdapter.java

2021-03-19 Thread rwhitcomb
Author: rwhitcomb Date: Fri Mar 19 23:16:18 2021 New Revision: 1887831 URL: http://svn.apache.org/viewvc?rev=1887831=rev Log: PIVOT-1056: Some code cleanup and (maybe) optimization in BeanAdapter. Modified: pivot/trunk/core/src/org/apache/pivot/beans/BeanAdapter.java Modified: pivot/trunk

svn commit: r1887833 - /pivot/trunk/core/src/org/apache/pivot/beans/BeanAdapter.java

2021-03-19 Thread rwhitcomb
Author: rwhitcomb Date: Fri Mar 19 23:48:27 2021 New Revision: 1887833 URL: http://svn.apache.org/viewvc?rev=1887833=rev Log: Some tweaks to BeanAdapter. Modified: pivot/trunk/core/src/org/apache/pivot/beans/BeanAdapter.java Modified: pivot/trunk/core/src/org/apache/pivot/beans

svn commit: r1887832 - /pivot/trunk/StyleChecks.java

2021-03-19 Thread rwhitcomb
Author: rwhitcomb Date: Fri Mar 19 23:24:04 2021 New Revision: 1887832 URL: http://svn.apache.org/viewvc?rev=1887832=rev Log: Spiff up the output of StyleChecks a little bit. Modified: pivot/trunk/StyleChecks.java Modified: pivot/trunk/StyleChecks.java URL: http://svn.apache.org/viewvc

svn commit: r1886926 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/Keyboard.java

2021-02-25 Thread rwhitcomb
Author: rwhitcomb Date: Thu Feb 25 16:56:55 2021 New Revision: 1886926 URL: http://svn.apache.org/viewvc?rev=1886926=rev Log: Refactor Keyboard a little bit and add "arePressed" methods. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/Keyboard.java Modified: pivot/trunk/w

svn commit: r1886970 - /pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraPromptSkin.java

2021-02-26 Thread rwhitcomb
Author: rwhitcomb Date: Sat Feb 27 05:34:52 2021 New Revision: 1886970 URL: http://svn.apache.org/viewvc?rev=1886970=rev Log: Add styles to set font, colors, and text decoration of the Prompt message. Modified: pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraPromptSkin.java

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

2021-02-26 Thread rwhitcomb
Author: rwhitcomb Date: Sat Feb 27 05:43:47 2021 New Revision: 1886971 URL: http://svn.apache.org/viewvc?rev=1886971=rev Log: Add "enlarge" methods to Bounds and upgrade BoundsTest. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/Bounds.java pivot/trunk/wtk/test/org/apache

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

2021-03-01 Thread rwhitcomb
Author: rwhitcomb Date: Tue Mar 2 04:11:40 2021 New Revision: 1887074 URL: http://svn.apache.org/viewvc?rev=1887074=rev Log: Changes to reduce "checkstyle" violations. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/TextArea.java Modified: pivot/trunk/wtk/src/org/apache

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

2021-03-01 Thread rwhitcomb
Author: rwhitcomb Date: Tue Mar 2 04:03:59 2021 New Revision: 1887070 URL: http://svn.apache.org/viewvc?rev=1887070=rev Log: Tweak some Javadoc in Component. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/Component.java Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/Component.java

svn commit: r1887073 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/TablePane.java

2021-03-01 Thread rwhitcomb
Author: rwhitcomb Date: Tue Mar 2 04:07:43 2021 New Revision: 1887073 URL: http://svn.apache.org/viewvc?rev=1887073=rev Log: Tweak some Javadoc in TablePane. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/TablePane.java Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/TablePane.java

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

2021-03-01 Thread rwhitcomb
Author: rwhitcomb Date: Tue Mar 2 04:13:08 2021 New Revision: 1887075 URL: http://svn.apache.org/viewvc?rev=1887075=rev Log: Changes to reduce "checkstyle" violations. Modified: pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTextInputSkin.java Modified: pivot

svn commit: r1887121 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/Keyboard.java

2021-03-02 Thread rwhitcomb
Author: rwhitcomb Date: Tue Mar 2 21:09:48 2021 New Revision: 1887121 URL: http://svn.apache.org/viewvc?rev=1887121=rev Log: Changes to reduce "checkstyle" violations. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/Keyboard.java Modified: pivot/trunk/wtk/src/org/apache

svn commit: r1887117 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/Keyboard.java

2021-03-02 Thread rwhitcomb
Author: rwhitcomb Date: Tue Mar 2 20:44:09 2021 New Revision: 1887117 URL: http://svn.apache.org/viewvc?rev=1887117=rev Log: Fix typo in last change to Keyboard. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/Keyboard.java Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk

svn commit: r1886850 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/Action.java

2021-02-23 Thread rwhitcomb
Author: rwhitcomb Date: Tue Feb 23 18:13:31 2021 New Revision: 1886850 URL: http://svn.apache.org/viewvc?rev=1886850=rev Log: Add a "performAction" static method to Action to simplify performing a named action. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/Action.java Modif

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

2021-02-24 Thread rwhitcomb
Author: rwhitcomb Date: Thu Feb 25 04:37:07 2021 New Revision: 1886907 URL: http://svn.apache.org/viewvc?rev=1886907=rev Log: Update an error message in Component. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/Component.java Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk

svn commit: r1888797 - in /pivot/trunk/core: src/org/apache/pivot/json/JSONSerializer.java test/org/apache/pivot/json/test/JSONSerializerTest.java test/org/apache/pivot/json/test/map.json

2021-04-15 Thread rwhitcomb
Author: rwhitcomb Date: Thu Apr 15 16:42:26 2021 New Revision: 1888797 URL: http://svn.apache.org/viewvc?rev=1888797=rev Log: Implement extended Unicode escapes in JSON parsing: \u{x}. Modified: pivot/trunk/core/src/org/apache/pivot/json/JSONSerializer.java pivot/trunk/core/test/org

svn commit: r1888684 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/Action.java

2021-04-12 Thread rwhitcomb
Author: rwhitcomb Date: Mon Apr 12 20:03:01 2021 New Revision: 1888684 URL: http://svn.apache.org/viewvc?rev=1888684=rev Log: Add a convenience method to Action for adding items to the dictionary. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/Action.java Modified: pivot/trunk/wtk/src

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

2021-04-12 Thread rwhitcomb
Author: rwhitcomb Date: Mon Apr 12 19:44:50 2021 New Revision: 1888682 URL: http://svn.apache.org/viewvc?rev=1888682=rev Log: PIVOT-1014,PIVOT-1032,PIVOT-1056: Changes to NumberRuler: * Reduce skin "setter" methods * Move default settings to theme defaults file * Fix "check

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

2021-04-12 Thread rwhitcomb
Author: rwhitcomb Date: Mon Apr 12 19:59:27 2021 New Revision: 1888683 URL: http://svn.apache.org/viewvc?rev=1888683=rev Log: PIVOT-1057: Add "thick" focus rectangle support to TerraTheme. * Add the new property to theme description files. * Add code and property to TerraTheme. * Add

svn commit: r1888738 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/Action.java

2021-04-13 Thread rwhitcomb
Author: rwhitcomb Date: Tue Apr 13 17:50:59 2021 New Revision: 1888738 URL: http://svn.apache.org/viewvc?rev=1888738=rev Log: PIVOT-1032: Fix "checkstyle" problems in Action; check "isEnabled" before calling "perform" in the Callback class and performActi

svn commit: r1888779 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/Keyboard.java

2021-04-14 Thread rwhitcomb
Author: rwhitcomb Date: Wed Apr 14 21:27:35 2021 New Revision: 1888779 URL: http://svn.apache.org/viewvc?rev=1888779=rev Log: Fix and expand keystroke decoding in Keyboard (generalized to also include OSX Unicode symbols). Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/Keyboard.java

svn commit: r1888774 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/Keyboard.java

2021-04-14 Thread rwhitcomb
Author: rwhitcomb Date: Wed Apr 14 19:55:19 2021 New Revision: 1888774 URL: http://svn.apache.org/viewvc?rev=1888774=rev Log: Enhancements to Keyboard to recognize the OSX modifier key symbols. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/Keyboard.java Modified: pivot/trunk/wtk/src

svn commit: r1888842 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/FileBrowser.java

2021-04-17 Thread rwhitcomb
Author: rwhitcomb Date: Sat Apr 17 06:26:19 2021 New Revision: 142 URL: http://svn.apache.org/viewvc?rev=142=rev Log: PIVOT-1058,PIVOT-1032: When dealing with files in FileBrowser, use the canonical version in order to tell if the file really belongs to the root directory (necessary

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

2021-02-15 Thread rwhitcomb
Author: rwhitcomb Date: Mon Feb 15 21:49:54 2021 New Revision: 1886549 URL: http://svn.apache.org/viewvc?rev=1886549=rev Log: Tweak the Javadoc comments in Span. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/Span.java Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/Span.java URL

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

2021-02-15 Thread rwhitcomb
Author: rwhitcomb Date: Mon Feb 15 21:48:58 2021 New Revision: 1886548 URL: http://svn.apache.org/viewvc?rev=1886548=rev Log: Two new methods in Utils. Modified: pivot/trunk/core/src/org/apache/pivot/util/Utils.java Modified: pivot/trunk/core/src/org/apache/pivot/util/Utils.java URL: http

svn commit: r1886550 - in /pivot/trunk/core: src/org/apache/pivot/text/CharSpan.java test/org/apache/pivot/text/ test/org/apache/pivot/text/test/ test/org/apache/pivot/text/test/CharSpanTest.java

2021-02-15 Thread rwhitcomb
Author: rwhitcomb Date: Mon Feb 15 21:55:20 2021 New Revision: 1886550 URL: http://svn.apache.org/viewvc?rev=1886550=rev Log: Do some code cleanup in CharSpan; add functionality there; add a test module for it. Added: pivot/trunk/core/test/org/apache/pivot/text/ pivot/trunk/core/test

svn commit: r1886557 - /pivot/trunk/core/src/org/apache/pivot/util/ListenerList.java

2021-02-15 Thread rwhitcomb
Author: rwhitcomb Date: Tue Feb 16 00:10:45 2021 New Revision: 1886557 URL: http://svn.apache.org/viewvc?rev=1886557=rev Log: Changes to reduce "checkstyle" violations. Modified: pivot/trunk/core/src/org/apache/pivot/util/ListenerList.java Modified: pivot/trunk/core/src/org/ap

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

2021-02-15 Thread rwhitcomb
Author: rwhitcomb Date: Mon Feb 15 21:56:38 2021 New Revision: 1886551 URL: http://svn.apache.org/viewvc?rev=1886551=rev Log: Use new Utils methods for error checking in TextArea. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/TextArea.java Modified: pivot/trunk/wtk/src/org/apache/pivot

svn commit: r1886556 - /pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraScrollPaneSkin.java

2021-02-15 Thread rwhitcomb
Author: rwhitcomb Date: Mon Feb 15 23:21:57 2021 New Revision: 1886556 URL: http://svn.apache.org/viewvc?rev=1886556=rev Log: Tweak Javadoc comments. Modified: pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraScrollPaneSkin.java Modified: pivot/trunk/wtk-terra/src/org/apache

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

2021-02-15 Thread rwhitcomb
Author: rwhitcomb Date: Mon Feb 15 21:47:21 2021 New Revision: 1886546 URL: http://svn.apache.org/viewvc?rev=1886546=rev Log: Compile Javadoc to "private" level for debug builds. Modified: pivot/trunk/build.xml Modified: pivot/trunk/build.xml URL: http://svn.apache.org/viewvc/p

svn commit: r1886554 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/TablePaneSkin.java

2021-02-15 Thread rwhitcomb
Author: rwhitcomb Date: Mon Feb 15 22:48:55 2021 New Revision: 1886554 URL: http://svn.apache.org/viewvc?rev=1886554=rev Log: Tweak Javadoc comments. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/TablePaneSkin.java Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/skin

svn commit: r1886543 - /pivot/trunk/core/src/org/apache/pivot/collections/Dictionary.java

2021-02-15 Thread rwhitcomb
Author: rwhitcomb Date: Mon Feb 15 20:14:40 2021 New Revision: 1886543 URL: http://svn.apache.org/viewvc?rev=1886543=rev Log: Allow Dictionary.getInt and getBoolean to parse Strings to get the values. Modified: pivot/trunk/core/src/org/apache/pivot/collections/Dictionary.java Modified

svn commit: r1886667 - /pivot/trunk/core/src/org/apache/pivot/util/CharUtils.java

2021-02-18 Thread rwhitcomb
Author: rwhitcomb Date: Thu Feb 18 16:15:57 2021 New Revision: 1886667 URL: http://svn.apache.org/viewvc?rev=1886667=rev Log: Tweak the "selectWord" method in CharUtils. Modified: pivot/trunk/core/src/org/apache/pivot/util/CharUtils.java Modified: pivot/trunk/core/src/org/apache/

svn commit: r1886805 - in /pivot/trunk: package-info.java pivot.css pivot_style_checks.xml script script.bat setenv setenv.bat tutorials/src/org/apache/pivot/tutorials/calculator/Calculator.java unset

2021-02-22 Thread rwhitcomb
Author: rwhitcomb Date: Mon Feb 22 17:01:12 2021 New Revision: 1886805 URL: http://svn.apache.org/viewvc?rev=1886805=rev Log: Changes to fix RAT errors (missing licenses). Modified: pivot/trunk/package-info.java pivot/trunk/pivot.css pivot/trunk/pivot_style_checks.xml pivot/trunk

svn commit: r1892628 - /pivot/trunk/StyleChecks.java

2021-08-27 Thread rwhitcomb
Author: rwhitcomb Date: Fri Aug 27 06:38:53 2021 New Revision: 1892628 URL: http://svn.apache.org/viewvc?rev=1892628=rev Log: PIVOT-1032: In the StyleChecks program, make sure the file names for the "-f" parameter actually exist, and that the categories for "-c" are actually

svn commit: r1892626 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/FontUtilities.java

2021-08-26 Thread rwhitcomb
Author: rwhitcomb Date: Fri Aug 27 04:04:29 2021 New Revision: 1892626 URL: http://svn.apache.org/viewvc?rev=1892626=rev Log: Update FontUtilities.decodeCapable to default to a monospaced font if the list was for monospaced. Update the list of monospaced fonts to be more comprehensive for all

svn commit: r1892625 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/Alert.java

2021-08-26 Thread rwhitcomb
Author: rwhitcomb Date: Fri Aug 27 04:01:48 2021 New Revision: 1892625 URL: http://svn.apache.org/viewvc?rev=1892625=rev Log: Add another shortcut method to Alert. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/Alert.java Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/Alert.java URL

svn commit: r1892457 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/FontUtilities.java

2021-08-19 Thread rwhitcomb
Author: rwhitcomb Date: Thu Aug 19 21:38:48 2021 New Revision: 1892457 URL: http://svn.apache.org/viewvc?rev=1892457=rev Log: Add new "decodeCapable" method to FontUtilities to select the first font from the list (if any) that is capable of displaying the desired characters. This suppor

svn commit: r1892549 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/util/TextAreaOutputStream.java

2021-08-23 Thread rwhitcomb
Author: rwhitcomb Date: Mon Aug 23 19:03:05 2021 New Revision: 1892549 URL: http://svn.apache.org/viewvc?rev=1892549=rev Log: Tweaks to TextAreaOutputStream, including fixing scrolling problems for wrapped lines. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/util

svn commit: r1892800 - /pivot/trunk/StyleChecks.java

2021-09-01 Thread rwhitcomb
Author: rwhitcomb Date: Thu Sep 2 05:59:34 2021 New Revision: 1892800 URL: http://svn.apache.org/viewvc?rev=1892800=rev Log: PIVOT-1032: The main method of StyleChecks was too long, counts need 1000s separators, properly display long/short names in the file names list if any are duplicates

svn commit: r1892828 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/FontUtilities.java

2021-09-02 Thread rwhitcomb
Author: rwhitcomb Date: Thu Sep 2 19:09:48 2021 New Revision: 1892828 URL: http://svn.apache.org/viewvc?rev=1892828=rev Log: Add two new methods to FontUtilities to register a new font for use, either from a file or an input stream. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk

svn commit: r1897109 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/Action.java

2022-01-15 Thread rwhitcomb
Author: rwhitcomb Date: Sun Jan 16 01:36:47 2022 New Revision: 1897109 URL: http://svn.apache.org/viewvc?rev=1897109=rev Log: Enhance "Action" to add overrides to facilitate actions that are Enum values. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/Action.java Modified: p

svn commit: r1897111 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/Action.java

2022-01-15 Thread rwhitcomb
Author: rwhitcomb Date: Sun Jan 16 03:03:30 2022 New Revision: 1897111 URL: http://svn.apache.org/viewvc?rev=1897111=rev Log: Further changes to Action to refine the Enum support and regularize the parameter names. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/Action.java Modified

svn commit: r1898762 - /pivot/site/trunk/www/download.xml

2022-03-08 Thread rwhitcomb
Author: rwhitcomb Date: Wed Mar 9 02:40:04 2022 New Revision: 1898762 URL: http://svn.apache.org/viewvc?rev=1898762=rev Log: PIVOT-1063: Use https: for download links. Modified: pivot/site/trunk/www/download.xml Modified: pivot/site/trunk/www/download.xml URL: http://svn.apache.org/viewvc

svn commit: r1898141 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/Window.java

2022-02-16 Thread rwhitcomb
Author: rwhitcomb Date: Thu Feb 17 05:14:09 2022 New Revision: 1898141 URL: http://svn.apache.org/viewvc?rev=1898141=rev Log: Window.remove is unsupported to remove the content - add message to exception. Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/Window.java Modified: pivot/trunk

svn commit: r1897168 - /pivot/trunk/StyleChecks.java

2022-01-18 Thread rwhitcomb
Author: rwhitcomb Date: Tue Jan 18 08:24:10 2022 New Revision: 1897168 URL: http://svn.apache.org/viewvc?rev=1897168=rev Log: Spruce up the output of StyleChecks using single box drawing characters everywhere. Modified: pivot/trunk/StyleChecks.java Modified: pivot/trunk/StyleChecks.java

svn commit: r1913476 - in /pivot/trunk: core/src/org/apache/pivot/collections/ core/src/org/apache/pivot/util/ core/src/org/apache/pivot/util/concurrent/ core/test/org/apache/pivot/util/test/ tests/sr

2023-10-31 Thread rwhitcomb
Author: rwhitcomb Date: Wed Nov 1 02:16:53 2023 New Revision: 1913476 URL: http://svn.apache.org/viewvc?rev=1913476=rev Log: PIVOT-1032: Last set of changes to reduce "checkstyle" violations, plus some code enhancements. Modified: pivot/trunk/core/src/org/apache/pivot/c

svn commit: r1913446 - in /pivot/trunk: core/src/org/apache/pivot/util/CharUtils.java wtk/src/org/apache/pivot/wtk/Display.java wtk/src/org/apache/pivot/wtk/DropAction.java wtk/src/org/apache/pivot/wt

2023-10-30 Thread rwhitcomb
Author: rwhitcomb Date: Mon Oct 30 16:54:16 2023 New Revision: 1913446 URL: http://svn.apache.org/viewvc?rev=1913446=rev Log: PIVOT-1032: Small style changes in a few more places. Modified: pivot/trunk/core/src/org/apache/pivot/util/CharUtils.java pivot/trunk/wtk/src/org/apache/pivot/wtk

<    3   4   5   6   7   8   9   >