Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved server files to a server src folder (#9299) | Artur Signell | 2012-08-13 | 1 | -81/+0 |
| | |||||
* | Add shorthand for avoiding null-checks with ResourceReference (#9211) | Leif Åstrand | 2012-08-03 | 1 | -2/+2 |
| | |||||
* | Move classes common to client and server to com.vaadin.shared.* (#8934) | Leif Åstrand | 2012-07-27 | 1 | -1/+1 |
| | |||||
* | Updated Audio and Video to use state | Artur Signell | 2012-05-11 | 1 | -13/+9 |
| | |||||
* | Moved each component to its own package on client side | Artur Signell | 2012-04-12 | 1 | -1/+1 |
| | | | | | | Class loaders have problems with referring to static inner classes (e.g. state classes) when they cannot load the declaring class. To deal with this the components have been moved to their own packages and state/rpc classes will be defined in their own Java files. | ||||
* | Replace @ClientWidget with client-side @Component (#8440) | Henri Sara | 2012-04-04 | 1 | -1/+0 |
| | |||||
* | Renamed Paintable component classes to Connector | Artur Signell | 2012-02-28 | 1 | -3/+3 |
| | |||||
* | Corrected paintable references | Artur Signell | 2012-01-30 | 1 | -3/+3 |
| | |||||
* | #7354 IT Mill -> Vaadin find and replace | Artur Signell | 2011-12-08 | 1 | -1/+1 |
| | | | | svn changeset:22317/svn branch:6.7 | ||||
* | More fixes based on review of #6909 | Jonatan Kronqvist | 2011-09-12 | 1 | -0/+5 |
| | | | | svn changeset:20967/svn branch:6.7 | ||||
* | Add licence to the top of java files | Jonatan Kronqvist | 2011-09-08 | 1 | -0/+4 |
| | | | | svn changeset:20911/svn branch:6.7 | ||||
* | HTML5 <audio> and <video> support #6909 | Jonatan Kronqvist | 2011-09-07 | 1 | -0/+77 |
svn changeset:20904/svn branch:6.7 |