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

2012-12-04 Thread rwhitcomb
Author: rwhitcomb Date: Wed Dec 5 01:16:58 2012 New Revision: 1417259 URL: http://svn.apache.org/viewvc?rev=1417259&view=rev Log: Part of PIVOT-696: Add a property to control whether tabs are expanded to spaces during program operations (that is, "setText" and "insertText"): get/setExpandTabs()

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

2012-12-04 Thread rwhitcomb
Author: rwhitcomb Date: Wed Dec 5 01:15:00 2012 New Revision: 1417258 URL: http://svn.apache.org/viewvc?rev=1417258&view=rev Log: Part of PIVOT-696: Add a property to control whether tabs are expanded to spaces during program operations (that is, "setText" and "insertText"): get/setExpandTabs()

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

2012-12-04 Thread rwhitcomb
Author: rwhitcomb Date: Tue Dec 4 18:20:31 2012 New Revision: 1417088 URL: http://svn.apache.org/viewvc?rev=1417088&view=rev Log: PIVOT-883: Improve Javadoc for the ComponentStateListener interface, particularly the "focusedChanged" method so the parameters are more clearly explained. But, also

svn commit: r1417081 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/ComponentStateListener.java

2012-12-04 Thread rwhitcomb
Author: rwhitcomb Date: Tue Dec 4 18:16:58 2012 New Revision: 1417081 URL: http://svn.apache.org/viewvc?rev=1417081&view=rev Log: PIVOT-883: Improve Javadoc for the ComponentStateListener interface, particularly the "focusedChanged" method so the parameters are more clearly explained. But, also