aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/ui/richtextarea/VRichTextArea.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved client files to a client src folder (#9299)Artur Signell2012-08-131-361/+0
|
* Merge remote branch 'origin/6.8'Leif Åstrand2012-07-261-0/+2
|\ | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/server/CommunicationManager.java
| * A better patch and test for #7036Johannes Dahlström2012-07-261-0/+2
| | | | | | | | svn changeset:24027/svn branch:6.8
| * Reverted #7036 patch, will write a better oneJohannes Dahlström2012-07-261-12/+1
| | | | | | | | svn changeset:24026/svn branch:6.8
| * Make a read-only RichTextArea scrollable (#7036)Johannes Dahlström2012-07-251-1/+12
| | | | | | | | svn changeset:24024/svn branch:6.8
* | Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+10
| |
* | Organized imports and formatted all java filesArtur Signell2012-02-281-1/+1
| |
* | #8434 Renamed *Paintable classes to *Connector and updated ConnectorMapArtur Signell2012-02-271-2/+2
| | | | | | accordingly
* | Removed unnecessary getWidgetForPaintable methodsArtur Signell2012-02-021-4/+0
| |
* | #8324 Split RichTextArea into widget + paintableArtur Signell2012-01-311-61/+13
| |
* | Split Paintable from Widget so we have VPaintable (paintable without anyArtur Signell2012-01-221-2/+6
|/ | | Widget), VPaintableWidget (paintable connected to a widget).
* #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-2/+2
| | | | svn changeset:22317/svn branch:6.7
* #6000 - Replace DeferredCommand.add with Scheduler.scheduleDeferredArtur Signell2010-11-161-3/+3
| | | | svn changeset:16012/svn branch:6.5
* #5865: Extracted AbstractTextField from TextField, RichTextEditor extends ↵Matti Tahvonen2010-10-261-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 Sara2010-07-231-5/+3
| | | | | | WebKit based browsers svn changeset:14310/svn branch:6.4
* removed obsolete debug codeMatti Tahvonen2010-07-211-6/+0
| | | | svn changeset:14295/svn branch:6.4
* fixes #5089 (read only mode) and #5379 webkit bugMatti Tahvonen2010-07-211-19/+67
| | | | svn changeset:14294/svn branch:6.4
* fixes #4175 and partly #5373 (TextField and RichTextArea now work properly)Matti Tahvonen2010-07-211-4/+51
| | | | svn changeset:14289/svn branch:6.4
* Fix for #5091John Alhroos2010-06-291-6/+15
| | | | svn changeset:13966/svn branch:6.4
* fixes #4396Matti Tahvonen2010-03-251-0/+3
| | | | svn changeset:12103/svn branch:6.3
* Fixes #4102: RichTextArea should provide feedback on current text formatJouni Koivuviita2010-03-191-1/+0
| | | | | | Revised the whole theme for RichTextArea. svn changeset:11985/svn branch:6.3
* #4286 remove IE workaround from RichTextAreaHenri Sara2010-03-081-8/+0
| | | | svn changeset:11682/svn branch:6.3
* merged [9380] from 6.1Matti Tahvonen2009-10-261-6/+12
| | | | svn changeset:9381/svn branch:6.2
* Reverted GWT 1.7.0 incompatible changesArtur Signell2009-09-011-2/+2
| | | | svn changeset:8622/svn branch:6.1
* #3012 Remove some more deprecated GWT API use (VRichTextArea formatters)Henri Sara2009-09-011-2/+2
| | | | svn changeset:8621/svn branch:6.1
* #3012 Remove some more deprecated GWT listener use (change handlers, popup ↵Henri Sara2009-09-011-16/+13
| | | | | | close handlers, ...) svn changeset:8619/svn branch:6.1
* #3012 Remove some deprecated GWT listener use (focus and loading related)Henri Sara2009-08-311-11/+8
| | | | svn changeset:8588/svn branch:6.1
* #2904 Renamed CSS prefix "i-" to "v-"Henri Sara2009-05-121-1/+1
| | | | svn changeset:7752/svn branch:6.0
* #2904 Change client side class name prefixes I -> V (class names only, not ↵Henri Sara2009-05-111-0/+251
yet CSS prefixes) svn changeset:7742/svn branch:6.0