summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-23867-0/+3243
* Merge branch 'debug-console'Johannes Dahlström2012-07-200-0/+0
|\
| * Refactored shared state printing to its own SimpleTree subclass: now recursiv...Johannes Dahlström2012-07-201-37/+115
* | Refactored shared state printing to its own SimpleTree subclass: now recursiv...Johannes Dahlström2012-07-201-37/+115
|/
* Initial support for showing state changes in the debug console (#8422)Johannes Dahlström2012-07-182-3/+29
* Initial commit for root cleanup support (#7893)Johannes Dahlström2012-07-184-0/+56
* Add test for JavaScript component fundamentals (#8888)Leif Åstrand2012-07-053-39/+94
* Explicit test for attaching extensions (#6690)Leif Åstrand2012-07-054-0/+108
* Make findTypesWithExistingSerializers check for right signature (#9106)Leif Åstrand2012-07-051-10/+28
* Correct typos in AbstractCommunicationManagerHenri Sara2012-07-041-4/+4
* Remove debug outputLeif Åstrand2012-07-031-2/+0
* Run JavaScript RPC with this pointing to the connector wrapper (#9096)Leif Åstrand2012-07-032-8/+8
* Add gwt.lib.dir for using prebuilt gwt jar files not in lib dirLeif Åstrand2012-07-031-4/+5
* Code for some alpha3 mini tutorialsLeif Åstrand2012-07-0318-0/+3003
* Merge remote-tracking branch 'origin/master'Henri Sara2012-07-033-18/+143
|\
| * Add test script for the serializersLeif Åstrand2012-07-031-0/+107
| * Support array as a generic type parameter (#8861)Leif Åstrand2012-07-032-18/+36
* | Update Ivy configuration and build script for integrated GWT.Henri Sara2012-07-032-1/+14
* | Merge branch 'gwt'Henri Sara2012-07-024-44/+215
|\ \ | |/ |/|
| * Merge branch 'master' into gwtHenri Sara2012-06-291-0/+1
| |\
| * \ Merge branch 'master' into gwtHenri Sara2012-06-292-15/+19
| |\ \
| * | | Include GWT Elemental library in Vaadin JAR.Henri Sara2012-06-291-2/+8
| * | | Merge branch 'master' into gwtHenri Sara2012-06-291-0/+10
| |\ \ \
| * \ \ \ Merge branch 'master' into gwtHenri Sara2012-06-294-44/+62
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into gwtHenri Sara2012-06-2923-166/+334
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into gwtHenri Sara2012-06-2910-42/+86
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into gwtHenri Sara2012-06-2918-564/+904
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into gwtHenri Sara2012-06-2872-718/+2392
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Include rebased streamhtmlparser library in Vaadin JAR.Henri Sara2012-06-271-0/+1
| * | | | | | | | | Do not explicitly include JSON library, take it from gwt-dev (now there)Henri Sara2012-06-261-3/+0
| * | | | | | | | | Merge branch 'master' into gwtHenri Sara2012-06-2665-474/+1902
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into gwtHenri Sara2012-06-2131-530/+1130
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Remove GWT-Version from manifest.Henri Sara2012-06-211-1/+2
| * | | | | | | | | | | Include JSON library in JAR, required by SuperDevMode.Henri Sara2012-06-211-1/+5
| * | | | | | | | | | | Merge branch 'master' into gwtHenri Sara2012-06-2136-19/+701
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into gwtHenri Sara2012-06-20253-2727/+8364
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Generate package exports for the JAR only for com.vaadin and com.googleHenri Sara2012-06-201-28/+40
| * | | | | | | | | | | | | Build JAR with most GWT dependency packages rebased using jarjar.Henri Sara2012-06-201-9/+74
| * | | | | | | | | | | | | GWT integration: leave out javax.servlet, build INDEX.LIST for the JARHenri Sara2012-06-151-6/+6
| * | | | | | | | | | | | | GWT integration: only include DefaultWidgetSet.gwtar in Vaadin JAR.Henri Sara2012-06-151-2/+4
| * | | | | | | | | | | | | GWT integration: precompile Vaadin widgetsets to .gwtar filesHenri Sara2012-06-151-2/+22
| * | | | | | | | | | | | | Integrate GWT build with Vaadin - first step.Henri Sara2012-06-143-9/+72
* | | | | | | | | | | | | | Update mini tutorial to actually use Root.getCurrent()Leif Åstrand2012-07-021-3/+7
* | | | | | | | | | | | | | Don't throw NPE if there is no implementation (#9081)7.0.0.alpha3Artur Signell2012-06-291-8/+22
* | | | | | | | | | | | | | Separated part of DefaultWidgetSet to com.vaadin.Vaadin (#9078)Artur Signell2012-06-293-77/+85
* | | | | | | | | | | | | | Ensure native method does not return undefinedArtur Signell2012-06-291-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | TwinColSelectConnector.init() must call super.init()Artur Signell2012-06-291-0/+1
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | GridLayout should call super.init()Artur Signell2012-06-291-0/+1
* | | | | | | | | | | | Ensure only click events scroll tabs (#9077)Artur Signell2012-06-291-15/+18
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Restore static helper for executing JS that somehow went missing (#8907)Leif Åstrand2012-06-291-0/+10
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |