aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/ui/VTextField.java
Commit message (Expand)AuthorAgeFilesLines
* Moved each component to its own package on client sideArtur Signell2012-04-121-441/+0
* Removed unneeded code (TextField uses border box sizing)Artur Signell2012-04-051-71/+0
* Removed extra "Widget" prefix from ApplicationConnection method namesArtur Signell2012-02-271-3/+3
* Splitted TextField and TextArea to Widget and Paintable.Jens Jansson2012-01-301-119/+23
* Remove some code for IE 6 & 7 (#7913)Leif Åstrand2012-01-271-6/+0
* Split Paintable from Widget so we have VPaintable (paintable without anyArtur Signell2012-01-221-2/+7
* Split Paintable handling from ApplicationConnection to PaintableMap.Artur Signell2012-01-201-1/+1
* Merge remote branch 'origin/6.8'Leif Åstrand2012-01-061-6/+19
|\
| * Merged changes from 6.7Johannes Dahlström2011-12-301-6/+19
* | Merge remote-tracking branch 'origin/6.8'Artur Signell2011-12-201-21/+15
|\|
| * #8035 - More generic fix based on reviewLeif Åstrand2011-12-091-21/+15
* | Merge remote branch 'origin/6.8'Leif Åstrand2011-12-091-2/+15
|\|
| * #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-2/+2
| * #8035 Extra event on TextField with ActionHandlerLeif Åstrand2011-12-071-0/+13
| * Updated formattingLeif Åstrand2011-12-071-6/+6
* | #7984 removed Firefox workaroundsArtur Signell2011-11-221-36/+7
* | Minor formatting changesLeif Åstrand2011-11-101-6/+6
* | #7912 Remove support for IE6Leif Åstrand2011-11-091-4/+0
|/
* #6588 quick fix, still need to re-evaluate and test the solutionMatti Tahvonen2011-10-071-27/+42
* reverted #6588 fix, causes rather bad regressionsMatti Tahvonen2011-10-061-15/+2
* Additional comments for hacks caused by #6588Leif Åstrand2011-09-271-1/+4
* #6588 changed to check for uninitialized client state on the clientLeif Åstrand2011-09-271-4/+5
* #6588 Repainting in TextChangeListener will send wrong value to clientLeif Åstrand2011-09-271-2/+11
* #7092 TextField does not support setting maxLength=0Leif Åstrand2011-08-231-1/+1
* Merge from 6.6Henri Sara2011-06-161-2/+16
|\
| * #6692 Disable delayed text setting in Firefox 4Artur Signell2011-03-251-3/+3
| * Check if attached in Timer instead of canceling timer on component detach. #6507John Alhroos2011-03-081-6/+7
| * Fixed #6507John Alhroos2011-03-081-0/+1
* | maybe fixes #6834 (can't reproduce as described, but this fixes an other rela...Matti Tahvonen2011-05-021-7/+9
* | Merged bugfixes from 6.5Artur Signell2011-03-291-3/+3
* | Merged some changes from 6.5Henri Sara2011-03-161-5/+7
|/
* fixes #6316, reviewed by arturMatti Tahvonen2011-01-251-0/+3
* #6030 - TextField TextChangeEvent with prompt as valueArtur Signell2010-12-081-0/+4
* #2387Artur Signell2010-11-301-2/+2
* Fix for #6073 - TextChangeEvents no longer sent after blurring the field when...Artur Signell2010-11-291-0/+1
* Fix for #6025 - TextChangeEvent that is lazy and uses timeout 0 should work a...Artur Signell2010-11-291-0/+5
* #6003 - Word wrap doesn't work in TextAreaArtur Signell2010-11-261-1/+4
* Workaround for Safari 4 issue with #6003 - Word wrap doesn't work in TextAreaArtur Signell2010-11-251-0/+5
* Fixed IE issue with #6003 - Word wrap doesn't work in TextAreaArtur Signell2010-11-251-4/+5
* Fix for #6056 - Removing max length restriction from a TextField does not wor...Artur Signell2010-11-251-1/+1
* Fixed JDK 1.5 incompatibility, reformatted to coding conventions. For #6003.Marko Grönroos2010-11-191-1/+2
* Optimization for word wrap. For #6003.Marko Grönroos2010-11-191-4/+9
* Implemented missing word wrap for TextArea (in TextField). Fixes #6003.Marko Grönroos2010-11-191-0/+20
* Reverted [16045] because of invalid formatting.Marko Grönroos2010-11-181-27/+10
* Implemented missing word wrap for TextArea (in TextField). Fixes #6003.Marko Grönroos2010-11-181-10/+27
* #6000 - Replace DeferredCommand.add with Scheduler.scheduleDeferredArtur Signell2010-11-161-3/+3
* fixes #2387: added TextChangeEvent that can be used to listen text changes wh...Matti Tahvonen2010-11-091-3/+138
* Fix for #5487 special case (0 tab index)John Alhroos2010-08-251-4/+11
* Fix for #5487(#5258) + Testbench testJohn Alhroos2010-08-251-12/+2
* Fix for #5258John Alhroos2010-08-131-0/+20