src/de/matthiasmann/twl/EditField.java
2010-01-20 TextWidget: renamed getText and setText to getCharSequence and setCharSequence
2010-01-10 don't consume mouse wheel
2010-01-08 cleanup of animation state inheritance mess
2010-01-08 add animation state inheritance support to EditField and use it in ValueAdjuster
2010-01-08 added hover state to EditField
2010-01-07 added info window to edit field to display current error message
2010-01-03 cleanup of EditField preferred width computation, introduced "columns" property
2009-12-26 Auto completion support for EditField
2009-08-01 don't expose password in tooltip
2009-08-01 show full text in tooltip if it's too long for the EditField itself and no other tooltip message is set
2009-08-01 if KEY_PRESSED is handled then the corresponding KEY_RELEASED must be handled too
2009-08-01 support for read only edit fields
2009-07-24 Simplified CallbackSupport.removeCallbackFromList, extracted ComboBoxBase, added first version of TreePathDisplay
2009-02-06 cleanup of focus traversal
2009-02-05 add input maps, action maps and allow inline font and inputMap declaration
2009-02-04 fixed text position when a popup is opened
2009-02-03 removed CHAR_TYPED event - combined with KEY_PRESSED event
2009-02-02 rewrote Font API to match Image API
2009-01-28 setText needs to clear selection
2009-01-28 prevent copyToClipboard from exposing a password if password masking is enabled.
2009-01-27 render the cursor directly in EditField and not in TextRenderer to allow wider cursors images
2009-01-27 add a StringModel which can be used by an EditField
2009-01-26 hide text selection when EditField has no focus
2009-01-26 added support for selecting text with double and tripple click in EditField
2009-01-26 typo: preferred - not prefered
2009-01-20 lots of bug fixes to make layout code working
2009-01-19 Initial TWL commit