summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Trying again, this time making layouts block elements #8294John Ahlroos2012-09-191-2/+2
| * | | | Fixed issue where layouts with empty slots gets line height. #8294John Ahlroos2012-09-191-0/+1
| * | | | Removed empty content: in css rules since they generate a empty line with htm...John Ahlroos2012-09-186-7/+6
| * | | | Merge branch 'master' into html5-doctypeJohn Ahlroos2012-09-17230-5940/+6296
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into html5-doctypeJohn Ahlroos2012-09-1153-2600/+1283
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into html5-doctypeArtur Signell2012-09-09113-18697/+2703
| |\ \ \ \ \ \
| * | | | | | | Using HTML5 doctypeJohn Ahlroos2012-09-081-4/+1
* | | | | | | | Remove WidgetMapGenerator and subclasses (#9720)Leif Åstrand2012-09-244-606/+0
* | | | | | | | Remove obsolete TODO; javadoc improvementJohannes Dahlström2012-09-241-2/+2
* | | | | | | | Test error views and error providers (#9060)Johannes Dahlström2012-09-241-1/+44
* | | | | | | | Fixed serialization issues (#9640)Artur Signell2012-09-247-5/+168
* | | | | | | | Mark component as dirty when visibility state changes (#9695)Artur Signell2012-09-241-0/+1
* | | | | | | | Remove ApplicationStartedListener (#9719)Leif Åstrand2012-09-244-163/+12
* | | | | | | | Rename to VaadinServletService and move to its own file (#9718)Leif Åstrand2012-09-2413-403/+451
* | | | | | | | Test case for #9619Leif Åstrand2012-09-211-0/+47
* | | | | | | | Allow specifying UIProvider using a servlet parameter (#9628)Leif Åstrand2012-09-215-8/+131
* | | | | | | | Support both ui and UI as the init parameter name (#9707)Leif Åstrand2012-09-211-2/+8
* | | | | | | | Add VaadinRequest.getContextPath() (#9706)Leif Åstrand2012-09-213-0/+22
* | | | | | | | Remove UIProvider.getExistingUI (#9642)Leif Åstrand2012-09-213-32/+23
* | | | | | | | Merge UIProvider and AbstractUIProvider (#9642)Leif Åstrand2012-09-217-157/+111
* | | | | | | | Abort compile if there's an RPC method with a return type (#9704)Leif Åstrand2012-09-213-4/+27
* | | | | | | | Refactor UIProvider management and fix multi-servlet (#9619, #9637)Leif Åstrand2012-09-2116-427/+513
* | | | | | | | Remove some internal "application" references (#9402)Leif Åstrand2012-09-211-5/+5
* | | | | | | | Big SassCompiler change, fixes #9411 #9489 partials for #9354 #9545 #9380 (ap...Marc Englund2012-09-2143-7126/+8612
* | | | | | | | Moved visible out from state so isVisible does not call markAsDirty (#9695)Artur Signell2012-09-203-5/+6
* | | | | | | | Fixed comparison of null values (#9696)Artur Signell2012-09-201-0/+7
* | | | | | | | SassCompiler: better error-reporting, for e.g #9589 and generally useful. (ap...Marc Englund2012-09-202-0/+35
* | | | | | | | Rename WrappedXYZ -> VaadinXYZ but retain WrappedSession (#9633)Leif Åstrand2012-09-20122-570/+563
* | | | | | | | Remove a bunch of internal "application" references (#9402)Leif Åstrand2012-09-207-149/+122
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Remove ApplicationClassException (#9690)Leif Åstrand2012-09-205-44/+23
* | | | | | | Add a means to handle missing views in Navigator (#9060)Johannes Dahlström2012-09-203-11/+145
* | | | | | | Refactor how LegacyApplication and VaadinSession are "closed" (#9635)Leif Åstrand2012-09-2015-345/+481
* | | | | | | Create the right VaadinSession typeLeif Åstrand2012-09-203-12/+19
* | | | | | | Change "close" to "cleanup" in javadoc (#9625)Johannes Dahlström2012-09-201-5/+5
* | | | | | | Clear current instances after all portlet requests (#9505)Leif Åstrand2012-09-201-157/+168
* | | | | | | Make Servlet/PortletService.getCurrentRequest give raw requests (#9505)Leif Åstrand2012-09-203-6/+19
| |_|_|_|_|/ |/| | | | |
* | | | | | Disabled javadoc building for the all package for now as it causes out of mem...Artur Signell2012-09-191-1/+1
* | | | | | Bind Navigator to a UI (#9550)Johannes Dahlström2012-09-194-27/+65
* | | | | | Change "close" to "cleanup" in UI (#9625)Johannes Dahlström2012-09-195-32/+32
* | | | | | Fixed dependencies so files are copied before used (#9613)Artur Signell2012-09-191-2/+5
* | | | | | Add some getCurrent() methods (#9505)Leif Åstrand2012-09-199-23/+222
* | | | | | Create a javadoc package for all modules (#9613)Artur Signell2012-09-181-3/+44
* | | | | | Ensure propertyDataSource can be set back to null (#9618)Artur Signell2012-09-184-14/+211
* | | | | | Change VaadinService to be an abstract class (#9658)Leif Åstrand2012-09-184-349/+297
* | | | | | Replace onVaadinSessionStarted with a listener (#9635)Leif Åstrand2012-09-1815-458/+636
* | | | | | Reverted previous fix and fixed in a more compatible way (#9534)Artur Signell2012-09-181-6/+39
* | | | | | Workaround for Firefox 15 element comparsion issue (#9534)Artur Signell2012-09-181-17/+16
* | | | | | Label.setPropertyDataSource now updates the state value (#9618)Artur Signell2012-09-183-0/+90
| |_|_|_|/ |/| | | |
* | | | | Test which embeds two UIs on the same page (#9619)Artur Signell2012-09-182-0/+118
* | | | | Lock session when handling browser details request (#9656)Artur Signell2012-09-181-1/+5