Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved client files to a client src folder (#9299) | Artur Signell | 2012-08-13 | 1 | -361/+0 |
| | |||||
* | Merge remote branch 'origin/6.8' | Leif Åstrand | 2012-07-26 | 1 | -0/+2 |
|\ | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/server/CommunicationManager.java | ||||
| * | A better patch and test for #7036 | Johannes Dahlström | 2012-07-26 | 1 | -0/+2 |
| | | | | | | | | svn changeset:24027/svn branch:6.8 | ||||
| * | Reverted #7036 patch, will write a better one | Johannes Dahlström | 2012-07-26 | 1 | -12/+1 |
| | | | | | | | | svn changeset:24026/svn branch:6.8 | ||||
| * | Make a read-only RichTextArea scrollable (#7036) | Johannes Dahlström | 2012-07-25 | 1 | -1/+12 |
| | | | | | | | | svn changeset:24024/svn branch:6.8 | ||||
* | | Add Java 6 @Override annotations to all methods from interfaces | Leif Åstrand | 2012-07-23 | 1 | -0/+10 |
| | | |||||
* | | Organized imports and formatted all java files | Artur Signell | 2012-02-28 | 1 | -1/+1 |
| | | |||||
* | | #8434 Renamed *Paintable classes to *Connector and updated ConnectorMap | Artur Signell | 2012-02-27 | 1 | -2/+2 |
| | | | | | | accordingly | ||||
* | | Removed unnecessary getWidgetForPaintable methods | Artur Signell | 2012-02-02 | 1 | -4/+0 |
| | | |||||
* | | #8324 Split RichTextArea into widget + paintable | Artur Signell | 2012-01-31 | 1 | -61/+13 |
| | | |||||
* | | Split Paintable from Widget so we have VPaintable (paintable without any | Artur Signell | 2012-01-22 | 1 | -2/+6 |
|/ | | | Widget), VPaintableWidget (paintable connected to a widget). | ||||
* | #7354 IT Mill -> Vaadin find and replace | Artur Signell | 2011-12-08 | 1 | -2/+2 |
| | | | | svn changeset:22317/svn branch:6.7 | ||||
* | #6000 - Replace DeferredCommand.add with Scheduler.scheduleDeferred | Artur Signell | 2010-11-16 | 1 | -3/+3 |
| | | | | svn changeset:16012/svn branch:6.5 | ||||
* | #5865: Extracted AbstractTextField from TextField, RichTextEditor extends ↵ | Matti Tahvonen | 2010-10-26 | 1 | -1/+57 |
| | | | | | | | | 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 | ||||
* | #5380 Disabling a read-only RichTextArea caused the toolbar to appear on ↵ | Henri Sara | 2010-07-23 | 1 | -5/+3 |
| | | | | | | WebKit based browsers svn changeset:14310/svn branch:6.4 | ||||
* | removed obsolete debug code | Matti Tahvonen | 2010-07-21 | 1 | -6/+0 |
| | | | | svn changeset:14295/svn branch:6.4 | ||||
* | fixes #5089 (read only mode) and #5379 webkit bug | Matti Tahvonen | 2010-07-21 | 1 | -19/+67 |
| | | | | svn changeset:14294/svn branch:6.4 | ||||
* | fixes #4175 and partly #5373 (TextField and RichTextArea now work properly) | Matti Tahvonen | 2010-07-21 | 1 | -4/+51 |
| | | | | svn changeset:14289/svn branch:6.4 | ||||
* | Fix for #5091 | John Alhroos | 2010-06-29 | 1 | -6/+15 |
| | | | | svn changeset:13966/svn branch:6.4 | ||||
* | fixes #4396 | Matti Tahvonen | 2010-03-25 | 1 | -0/+3 |
| | | | | svn changeset:12103/svn branch:6.3 | ||||
* | Fixes #4102: RichTextArea should provide feedback on current text format | Jouni Koivuviita | 2010-03-19 | 1 | -1/+0 |
| | | | | | | Revised the whole theme for RichTextArea. svn changeset:11985/svn branch:6.3 | ||||
* | #4286 remove IE workaround from RichTextArea | Henri Sara | 2010-03-08 | 1 | -8/+0 |
| | | | | svn changeset:11682/svn branch:6.3 | ||||
* | merged [9380] from 6.1 | Matti Tahvonen | 2009-10-26 | 1 | -6/+12 |
| | | | | svn changeset:9381/svn branch:6.2 | ||||
* | Reverted GWT 1.7.0 incompatible changes | Artur Signell | 2009-09-01 | 1 | -2/+2 |
| | | | | svn changeset:8622/svn branch:6.1 | ||||
* | #3012 Remove some more deprecated GWT API use (VRichTextArea formatters) | Henri Sara | 2009-09-01 | 1 | -2/+2 |
| | | | | svn changeset:8621/svn branch:6.1 | ||||
* | #3012 Remove some more deprecated GWT listener use (change handlers, popup ↵ | Henri Sara | 2009-09-01 | 1 | -16/+13 |
| | | | | | | close handlers, ...) svn changeset:8619/svn branch:6.1 | ||||
* | #3012 Remove some deprecated GWT listener use (focus and loading related) | Henri Sara | 2009-08-31 | 1 | -11/+8 |
| | | | | svn changeset:8588/svn branch:6.1 | ||||
* | #2904 Renamed CSS prefix "i-" to "v-" | Henri Sara | 2009-05-12 | 1 | -1/+1 |
| | | | | svn changeset:7752/svn branch:6.0 | ||||
* | #2904 Change client side class name prefixes I -> V (class names only, not ↵ | Henri Sara | 2009-05-11 | 1 | -0/+251 |
yet CSS prefixes) svn changeset:7742/svn branch:6.0 |