| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved WidgetSetBuilder to server as ClassPathExplorer dependends on it (#11591) | Artur Signell | 2013-04-23 | 1 | -213/+0 |
* | Moved SASSAddonImportFileCreator and ClassPathExplorer to vaadin-server #11591 | John Ahlroos | 2013-04-23 | 2 | -716/+0 |
* | Ensure addon css styles are before scss styles in addons.scss #11390 | John Ahlroos | 2013-04-18 | 1 | -1/+26 |
* | Scan for addon styles in server-side only addon jars as well. #11390 | John Ahlroos | 2013-04-08 | 1 | -0/+3 |
* | Require implementing hasTooltip if there's custom tooltip logic (#11052) | Leif Åstrand | 2013-04-08 | 3 | -69/+0 |
* | Global code reformat | Leif Åstrand | 2013-04-05 | 2 | -7/+7 |
* | Added standalone class for creating an addons.scss from Vaadin addons on the ... | John Ahlroos | 2013-03-26 | 2 | -14/+228 |
* | (#10563) Logging now uses parameters. | Mikael Grankvist | 2013-02-28 | 1 | -1/+1 |
* | Only add tooltip listeners when needed (#11051) | Leif Åstrand | 2013-02-18 | 3 | -0/+70 |
* | Enable overriding which connectors are in the widgetset (#10710) | Leif Åstrand | 2013-01-10 | 1 | -7/+36 |
* | Updated copyright notices and added missing license headers | Artur Signell | 2013-01-04 | 21 | -32/+113 |
* | Prevents scss files leaking out into the web content folder when an | michael | 2012-12-26 | 1 | -5/+4 |
* | Allow the linker to handle deeper folder hierarchies inside the public | michael | 2012-12-21 | 1 | -1/+1 |
* | Fix regressions in RPC handling (#10549) | Leif Åstrand | 2012-12-19 | 1 | -1/+1 |
* | Encode all values based on declared type (#10549) | Leif Åstrand | 2012-12-18 | 2 | -2/+6 |
* | Fix exception logging | michael | 2012-12-17 | 1 | -29/+53 |
* | Merge "SassLinker for (public folder) Sass support in plain GWT, fixes #10202... | Artur Signell | 2012-12-15 | 1 | -0/+195 |
|\ |
|
| * | SassLinker for (public folder) Sass support in plain GWT, fixes #10202 | Marc Englund | 2012-12-14 | 1 | -0/+195 |
* | | Use new GWT Compiler in WidgetsetCompiler (#10511) | Henri Sara | 2012-12-13 | 1 | -17/+8 |
|/ |
|
* | Split method at roughly 30000 chars to avoid size limit (#10221) | Leif Åstrand | 2012-11-22 | 1 | -15/+163 |
* | Make code splitting work (#8636) | Leif Åstrand | 2012-11-22 | 1 | -6/+24 |
* | @Connect lastonly -> lastOnly (#10244) | Leif Åstrand | 2012-11-16 | 1 | -2/+2 |
* | Use class hierachy for resolving @Connect conflicts (#9826) | Leif Åstrand | 2012-10-11 | 2 | -21/+79 |
* | Abort widgetset compile for conflicting @Connect mappings (#9343) | Leif Åstrand | 2012-10-10 | 1 | -3/+22 |
* | Remove WidgetMapGenerator and subclasses (#9720) | Leif Åstrand | 2012-09-24 | 4 | -606/+0 |
* | Abort compile if there's an RPC method with a return type (#9704) | Leif Åstrand | 2012-09-21 | 3 | -4/+27 |
* | Clarify logic and add some comments (#9561) | Leif Åstrand | 2012-09-17 | 1 | -10/+17 |
* | Include getWidget return type even if createWidget is defined (#9561) | Leif Åstrand | 2012-09-17 | 1 | -8/+9 |
* | Merge branch '6.8' | John Ahlroos | 2012-09-10 | 1 | -0/+2 |
* | Renamed UI package which accidentally had been renamed to upper case | Artur Signell | 2012-09-04 | 1 | -1/+1 |
* | Reformatted project | Artur Signell | 2012-08-30 | 1 | -2/+1 |
* | Additional fixes for com.vaadin.terminal removal (#9431, #9432) | Artur Signell | 2012-08-29 | 1 | -1/+1 |
* | Renamed com.vaadin.terminal.gwt.widgetsetutils -> com.vaadin.server.widgetset... | Artur Signell | 2012-08-29 | 24 | -36/+36 |
* | Merged com.vaadin.terminal.gwt.server into com.vaadin.server (#9431) | Artur Signell | 2012-08-29 | 1 | -1/+1 |
* | Renamed com.vaadin.terminal.gwt.client to com.vaadin.client (#9432) | Artur Signell | 2012-08-29 | 10 | -31/+31 |
* | Include UnknownComponentConnector in eager ConnectorBundle (#9371) | Leif Åstrand | 2012-08-28 | 3 | -5/+14 |
* | Rename Root related classes and package to UI (#8908) | Artur Signell | 2012-08-24 | 1 | -2/+2 |
* | Make it possible to delegate state changes to widget (#9297) | Leif Åstrand | 2012-08-24 | 7 | -7/+101 |
* | Support using public fields in state classes (#9324) | Leif Åstrand | 2012-08-22 | 3 | -1/+79 |
* | Use ConnectorBundle for JSON encoding and decoding (#9371) | Leif Åstrand | 2012-08-22 | 14 | -913/+983 |
* | Use ConnectorBundle for ServerRpc handling (#9371) | Leif Åstrand | 2012-08-22 | 5 | -301/+201 |
* | Make lazy depend on eager as deferred is maybe not yet loaded (#9371) | Leif Åstrand | 2012-08-22 | 1 | -1/+1 |
* | Don't generate widget creator if there's a createWidget method (#9371) | Leif Åstrand | 2012-08-22 | 1 | -0/+11 |
* | Use ConnectorBundle for ClientRpc handling (#9371) | Leif Åstrand | 2012-08-22 | 5 | -247/+216 |
* | Add logging and tweak visitor API (#9371) | Leif Åstrand | 2012-08-22 | 6 | -81/+145 |
* | Use ConnectorBundle for creating state and widget (#9371) | Leif Åstrand | 2012-08-22 | 9 | -273/+196 |
* | Initial ConnectorBundle implementation (#9371) | Leif Åstrand | 2012-08-22 | 7 | -3/+446 |
* | Don't use java.* package names (#8683) | Leif Åstrand | 2012-08-20 | 1 | -3/+6 |
* | Abort widgetset compile for conflicting @Connect mappings (#9343) | Leif Åstrand | 2012-08-20 | 1 | -3/+27 |
* | Preserve package name for state serializers (#8683) | Leif Åstrand | 2012-08-20 | 1 | -5/+16 |