aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/ui/ShortcutActionHandler.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved client files to a client src folder (#9299)Artur Signell2012-08-131-298/+0
|
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+3
|
* Organized imports and formatted all java filesArtur Signell2012-02-281-4/+4
|
* #8434 Renamed *Paintable classes to *Connector and updated ConnectorMapArtur Signell2012-02-271-6/+6
| | | accordingly
* Remove some references to ContainerLeif Åstrand2012-02-071-4/+2
|
* Split VScrollTable, VTreeTable and VMenuBar into paintable andArtur Signell2012-01-261-8/+1
| | | widget classes. Improved VAbstractPaintable
* Split Paintable from Widget so we have VPaintable (paintable without anyArtur Signell2012-01-221-8/+10
| | | 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
* Merged changes from 6.5 branchHenri Sara2011-02-281-0/+5
| | | | svn changeset:17493/svn branch:6.6
* #6000 - Replace DeferredCommand.add with Scheduler.scheduleDeferredArtur Signell2010-11-161-4/+4
| | | | svn changeset:16012/svn branch:6.5
* Organize imports.Artur Signell2010-10-141-0/+1
| | | | svn changeset:15544/svn branch:6.5
* Fixed use of deprecated alignment method and theme constants (#5749)Artur Signell2010-10-071-0/+1
| | | | svn changeset:15433/svn branch:6.5
* #5692 Generics: mostly UIDL.getChildIterator related changes; ↵Henri Sara2010-10-041-3/+1
| | | | | | UIDL.getChildIterator() related code should be improved svn changeset:15333/svn branch:6.5
* Formatted using Eclipse Helios / Windows XPArtur Signell2010-08-161-2/+2
| | | | svn changeset:14496/svn branch:6.4
* fixes #4175 and partly #5373 (TextField and RichTextArea now work properly)Matti Tahvonen2010-07-211-26/+98
| | | | svn changeset:14289/svn branch:6.4
* Merged "#5157 shortcut actions for function keys did not work, test case and ↵Artur Signell2010-06-151-1/+0
| | | | | | fix" from 6.3 svn changeset:13657/svn branch:6.4
* fixes #4503Matti Tahvonen2010-04-091-5/+46
| | | | svn changeset:12433/svn branch:6.3
* Easier keyboard shortcuts for #875 - includes shorthand notation for ↵Marc Englund2010-03-231-1/+8
| | | | | | ShortcutAction, Form is now handler in addition to Panel, AbstractField.addAction() delegates handling to containing Window. Javadoc and examples TBD svn changeset:12026/svn branch:6.3
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-0/+178
- com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0