Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved server files to a server src folder (#9299) | Artur Signell | 2012-08-13 | 1 | -92/+0 |
| | |||||
* | Replace @ClientWidget with client-side @Component (#8440) | Henri Sara | 2012-04-04 | 1 | -3/+0 |
| | |||||
* | Renamed Paintable component classes to Connector | Artur Signell | 2012-02-28 | 1 | -2/+2 |
| | |||||
* | Splitted TextField and TextArea to Widget and Paintable. | Jens Jansson | 2012-01-30 | 1 | -2/+2 |
| | |||||
* | #8026 Removed deprecated API from TextField | Artur Signell | 2011-12-19 | 1 | -199/+1 |
| | |||||
* | #7354 IT Mill -> Vaadin find and replace | Artur Signell | 2011-12-08 | 1 | -2/+2 |
| | | | | svn changeset:22317/svn branch:6.7 | ||||
* | Unified deprecation comments | Artur Signell | 2010-12-08 | 1 | -15/+14 |
| | | | | svn changeset:16409/svn branch:6.5 | ||||
* | Clarified comment | Artur Signell | 2010-12-08 | 1 | -1/+1 |
| | | | | svn changeset:16394/svn branch:6.5 | ||||
* | Added missing communication of rows and wordwrap attributes (#3752) | Artur Signell | 2010-12-08 | 1 | -1/+1 |
| | | | | svn changeset:16392/svn branch:6.5 | ||||
* | #3752 - Refactor TextFields | Artur Signell | 2010-12-07 | 1 | -372/+47 |
| | | | | | | | | | | Made PasswordField, TextArea extend AbstractTextField instead of TextField Moved commonalities "columns", "input prompt", "text change event" and "cursor position" to AbstractTextField svn changeset:16354/svn branch:6.5 | ||||
* | Removed unused field | Artur Signell | 2010-11-29 | 1 | -2/+0 |
| | | | | svn changeset:16207/svn branch:6.5 | ||||
* | Fix #6070 - Changing TextChangeEvent mode or timeout does not update to the ↵ | Artur Signell | 2010-11-29 | 1 | -0/+2 |
| | | | | | | client svn changeset:16201/svn branch:6.5 | ||||
* | Reverted [16195] as it causes NPE | Artur Signell | 2010-11-26 | 1 | -1/+1 |
| | | | | svn changeset:16196/svn branch:6.5 | ||||
* | Cosmetic change for #5994 fix | Artur Signell | 2010-11-26 | 1 | -1/+1 |
| | | | | svn changeset:16195/svn branch:6.5 | ||||
* | Fix for #5994 - Entering null value representation in TextField throws NPE | Artur Signell | 2010-11-25 | 1 | -6/+16 |
| | | | | svn changeset:16143/svn branch:6.5 | ||||
* | Optimization for word wrap. For #6003. | Marko Grönroos | 2010-11-19 | 1 | -2/+4 |
| | | | | svn changeset:16053/svn branch:6.5 | ||||
* | Implemented missing word wrap for TextArea (in TextField). Fixes #6003. | Marko Grönroos | 2010-11-19 | 1 | -3/+3 |
| | | | | svn changeset:16050/svn branch:6.5 | ||||
* | Reverted [16045] because of invalid formatting. | Marko Grönroos | 2010-11-18 | 1 | -4/+4 |
| | | | | svn changeset:16046/svn branch:6.5 | ||||
* | Implemented missing word wrap for TextArea (in TextField). Fixes #6003. | Marko Grönroos | 2010-11-18 | 1 | -4/+4 |
| | | | | svn changeset:16045/svn branch:6.5 | ||||
* | text change events now properly detected from variables | Matti Tahvonen | 2010-11-10 | 1 | -1/+1 |
| | | | | svn changeset:15950/svn branch:6.5 | ||||
* | renamed method | Matti Tahvonen | 2010-11-10 | 1 | -1/+1 |
| | | | | svn changeset:15949/svn branch:6.5 | ||||
* | fixes #2387: added TextChangeEvent that can be used to listen text changes ↵ | Matti Tahvonen | 2010-11-09 | 1 | -12/+270 |
| | | | | | | while the user is typing or otherwise modifying the text svn changeset:15923/svn branch:6.5 | ||||
* | #5865: Extracted AbstractTextField from TextField, RichTextEditor extends ↵ | Matti Tahvonen | 2010-10-26 | 1 | -419/+60 |
| | | | | | | | | now that. Breaks apps that use RichTextArea as a special type for TextField like our NotificationExample. Also fixes focus and selectAll in RichTextArea. More complicated selections methods removed from RichTextArea, at least until it is possible to implement them with GWT RichTextArea. svn changeset:15725/svn branch:6.5 | ||||
* | #5865: class stubs + depracations towards one to one widget mapping | Matti Tahvonen | 2010-10-21 | 1 | -1/+20 |
| | | | | svn changeset:15648/svn branch:6.5 | ||||
* | Text selection methods for TextField. Fixes #5217 | Matti Tahvonen | 2010-06-17 | 1 | -0/+51 |
| | | | | svn changeset:13751/svn branch:6.4 | ||||
* | code splitting + client initialization | Matti Tahvonen | 2010-06-11 | 1 | -1/+2 |
| | | | | svn changeset:13651/svn branch:6.4 | ||||
* | initial implementation of code splitting #4408 | Matti Tahvonen | 2010-06-04 | 1 | -1/+1 |
| | | | | svn changeset:13561/svn branch:6.4 | ||||
* | fixes #3913 | Matti Tahvonen | 2010-03-24 | 1 | -19/+8 |
| | | | | svn changeset:12055/svn branch:6.3 | ||||
* | added generics for textfield change variables (commonly extended component, ↵ | Matti Tahvonen | 2009-12-18 | 1 | -1/+1 |
| | | | | | | compiler will complain if generics used in extending component) svn changeset:10425/svn branch:6.2 | ||||
* | Fix for #3886 - InputPrompt of TextField does not change until refresh | Artur Signell | 2009-12-18 | 1 | -0/+1 |
| | | | | svn changeset:10409/svn branch:6.2 | ||||
* | Patch that fixes #3772 - Add notifier interfaces for focus and blur events | Artur Signell | 2009-11-26 | 1 | -21/+3 |
| | | | | svn changeset:10079/svn branch:6.2 | ||||
* | Split test case into Layout click test and textfield focus/blur test + auto ↵ | Artur Signell | 2009-11-26 | 1 | -7/+7 |
| | | | | | | | | | | test for layout click. Simplified ClickEventHandler/LayoutClickEventHandler and made them public so they are available to other components. svn changeset:10054/svn branch:event-framework-3234 | ||||
* | Brought branch up to date with /versions/6.2 | Artur Signell | 2009-11-25 | 1 | -14/+69 |
|\ | | | | | | | svn changeset:10027/svn branch:event-framework-3234 | ||||
| * | fixes #3683, setting height now implies textarea, but can still be reverted ↵ | Matti Tahvonen | 2009-11-24 | 1 | -14/+69 |
| | | | | | | | | | | | | back (single line textfield, but with height). svn changeset:9966/svn branch:6.2 | ||||
* | | Work in progress | Artur Signell | 2009-11-25 | 1 | -13/+40 |
| | | | | | | | | svn changeset:10026/svn branch:event-framework-3234 | ||||
* | | Initial commit for framework enhancement for #3234 | Artur Signell | 2009-11-20 | 1 | -0/+33 |
|/ | | | | svn changeset:9947/svn branch:event-framework-3234 | ||||
* | "removed" (finalized + deprecated) getTag from AbstractComponent | Matti Tahvonen | 2009-10-06 | 1 | -12/+4 |
| | | | | svn changeset:9095/svn branch:2009-09-widget-packaging_3332 | ||||
* | steps toward simpler widgetset creation. Still needs a lot of cleaning and ↵ | Matti Tahvonen | 2009-09-25 | 1 | -0/+2 |
| | | | | | | refining. svn changeset:8930/svn branch:2009-09-widget-packaging_3332 | ||||
* | updated get/setFormat javadoc | Joonas Lehtinen | 2009-08-26 | 1 | -6/+6 |
| | | | | svn changeset:8553/svn branch:6.1 | ||||
* | #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin" | Henri Sara | 2009-05-11 | 1 | -0/+556 |
- com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0 |