aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/ui/richtextarea
Commit message (Collapse)AuthorAgeFilesLines
* Moved client files to a client src folder (#9299)Artur Signell2012-08-1327-933/+0
|
* Move classes common to client and server to com.vaadin.shared.* (#8934)Leif Åstrand2012-07-271-2/+2
|
* 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-233-0/+15
| |
* | State is now created using generators, removed setState (#8502)Artur Signell2012-05-111-7/+0
| |
* | Renamed @Component to @ConnectArtur Signell2012-04-121-3/+3
| | | | | | | | @Component is not good as the server side does not have to be a Component
* | ServerConnector is no longer a Paintable, components using updateFromUidl areArtur Signell2012-04-051-3/+2
| |
* | Replace @ClientWidget with client-side @Component (#8440)Henri Sara2012-04-041-0/+4
| |
* | Fixed readonly handling for fields (depends on property readonlyArtur Signell2012-03-131-4/+4
| | | | | | | | status) and enable state handling for components on client side (depend on parent)
* | Use ComponentState for storing the state, not just as a communicationArtur Signell2012-03-131-1/+1
| | | | | | | | mechanism. Changed isDisabled to more logical isEnabled in state.
* | Organized imports and formatted all java filesArtur Signell2012-02-281-1/+1
| |
* | Renamed Paintable component classes to ConnectorArtur Signell2012-02-281-8/+5
| |
* | #8434 Renamed *Paintable classes to *Connector and updated ConnectorMapArtur Signell2012-02-272-4/+4
| | | | | | accordingly
* | getWidgetForPaintable -> getWidgetArtur Signell2012-02-271-23/+23
| |
* | Communicate disabled flag in shared state (#8304).Henri Sara2012-02-231-2/+1
| |
* | Transfer read-only and immediate flags via shared state (#8304).Henri Sara2012-02-221-4/+2
| |
* | Convert some literal strings of UIDL attributes to use constants.Henri Sara2012-02-211-3/+3
| |
* | #8325 Move ApplicationConnection.updateComponent toArtur Signell2012-02-071-2/+4
| | | | | | VAbstractPaintableWidget.updateFromUIDL
* | Adding missing license infoArtur Signell2012-02-021-0/+3
| |
* | Removed unnecessary getWidgetForPaintable methodsArtur Signell2012-02-021-4/+0
| |
* | Merge commit '116cd1f29a432fe5ca64f3023a9fec1ca130f078' (origin/6.8)Artur Signell2012-01-311-76/+76
|\| | | | | | | Manually merged CRLF changes + additional small patch for changes that SHOULD NOT be in the changeset but that the SVN -> GIT sync script has added
* | #8324 Split RichTextArea into widget + paintableArtur Signell2012-01-312-61/+89
| |
* | 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-082-3/+3
| | | | 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
* removed workaround for a GWT bug, fixed in GWT 2.1, see #4279Matti Tahvonen2010-10-281-38/+0
| | | | svn changeset:15760/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
* fixes #5887, removed rich text toolbar controls from tabbing orderMatti Tahvonen2010-10-261-0/+5
| | | | svn changeset:15716/svn branch:6.5
* Fixed compiler warnings in demo and core source (#2274)Artur Signell2010-10-071-0/+6
| | | | svn changeset:15451/svn branch:6.5
* Formatted using Eclipse Helios / Windows XPArtur Signell2010-08-161-12/+12
| | | | svn changeset:14496/svn branch:6.4
* #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-1920-26/+22
| | | | | | Revised the whole theme for RichTextArea. svn changeset:11985/svn branch:6.3
* Added missing @ITMillApache2LicenseForJavaFiles@Artur Signell2010-03-092-0/+6
| | | | svn changeset:11733/svn branch:6.3
* fixes #4279Matti Tahvonen2010-03-091-0/+35
| | | | svn changeset:11707/svn branch:6.3
* #4286 remove IE workaround from RichTextAreaHenri Sara2010-03-081-8/+0
| | | | svn changeset:11682/svn branch:6.3
* #4139 Update RichTextEditor toolbar code from GWT 2.0: use ClientBundle etc. ↵Henri Sara2010-03-081-65/+43
| | | | | | No CSS changes in this changeset. svn changeset:11676/svn branch:6.3
* Merged [10696]Artur Signell2010-01-121-1/+1
| | | | svn changeset:10700/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-012-35/+43
| | | | svn changeset:8622/svn branch:6.1
* #3012 Remove some more deprecated GWT API use (VRichTextArea formatters)Henri Sara2009-09-012-43/+35
| | | | svn changeset:8621/svn branch:6.1
* #3012 Remove some more deprecated GWT listener use (change handlers, popup ↵Henri Sara2009-09-012-26/+24
| | | | | | 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