summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/AbstractTextField.java
Commit message (Expand)AuthorAgeFilesLines
* #8089 Don't fire TextChangeEvent inside TextChangeEventLeif Åstrand2011-12-091-7/+9
* #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
* #6588 quick fix, still need to re-evaluate and test the solutionMatti Tahvonen2011-10-071-2/+48
* reverted #6588 fix, causes rather bad regressionsMatti Tahvonen2011-10-061-33/+1
* #6588 changed to check for uninitialized client state on the clientLeif Åstrand2011-09-271-1/+1
* #6588 slightly changed based on reviewLeif Åstrand2011-09-271-3/+3
* #6588 Repainting in TextChangeListener will send wrong value to clientLeif Åstrand2011-09-271-1/+33
* Merged changes to 6.7Henri Sara2011-07-271-45/+3
* Fix for #6588John Alhroos2011-06-231-3/+45
* removed obsolete flag settingMatti Tahvonen2011-04-271-1/+0
* merging fixes from 6.5Matti Tahvonen2011-04-201-7/+11
* Merged tests and fixes from 6.5Artur Signell2011-04-081-1/+3
* #3752 - Refactor TextFieldsArtur Signell2010-12-071-83/+437
* #5865: Extracted AbstractTextField from TextField, RichTextEditor extends now...Matti Tahvonen2010-10-261-0/+349