summaryrefslogtreecommitdiffstats
path: root/client-compiler/src
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2014Artur Signell2014-04-1619-20/+20
* Only use ClientRcp and ServerRpc types that are interfaces (#13056)Leif Åstrand2014-01-081-2/+6
* Moved WidgetSetBuilder to server as ClassPathExplorer dependends on it (#11591)Artur Signell2013-04-231-213/+0
* Moved SASSAddonImportFileCreator and ClassPathExplorer to vaadin-server #11591John Ahlroos2013-04-232-716/+0
* Ensure addon css styles are before scss styles in addons.scss #11390John Ahlroos2013-04-181-1/+26
* Scan for addon styles in server-side only addon jars as well. #11390John Ahlroos2013-04-081-0/+3
* Require implementing hasTooltip if there's custom tooltip logic (#11052)Leif Åstrand2013-04-083-69/+0
* Global code reformatLeif Åstrand2013-04-052-7/+7
* Added standalone class for creating an addons.scss from Vaadin addons on the ...John Ahlroos2013-03-262-14/+228
* (#10563) Logging now uses parameters.Mikael Grankvist2013-02-281-1/+1
* Only add tooltip listeners when needed (#11051)Leif Åstrand2013-02-183-0/+70
* Enable overriding which connectors are in the widgetset (#10710)Leif Åstrand2013-01-101-7/+36
* Updated copyright notices and added missing license headersArtur Signell2013-01-0421-32/+113
* Prevents scss files leaking out into the web content folder when anmichael2012-12-261-5/+4
* Allow the linker to handle deeper folder hierarchies inside the publicmichael2012-12-211-1/+1
* Fix regressions in RPC handling (#10549)Leif Åstrand2012-12-191-1/+1
* Encode all values based on declared type (#10549)Leif Åstrand2012-12-182-2/+6
* Fix exception loggingmichael2012-12-171-29/+53
* Merge "SassLinker for (public folder) Sass support in plain GWT, fixes #10202...Artur Signell2012-12-151-0/+195
|\
| * SassLinker for (public folder) Sass support in plain GWT, fixes #10202Marc Englund2012-12-141-0/+195
* | Use new GWT Compiler in WidgetsetCompiler (#10511)Henri Sara2012-12-131-17/+8
|/
* Split method at roughly 30000 chars to avoid size limit (#10221)Leif Åstrand2012-11-221-15/+163
* Make code splitting work (#8636)Leif Åstrand2012-11-221-6/+24
* @Connect lastonly -> lastOnly (#10244)Leif Åstrand2012-11-161-2/+2
* Use class hierachy for resolving @Connect conflicts (#9826)Leif Åstrand2012-10-112-21/+79
* Abort widgetset compile for conflicting @Connect mappings (#9343)Leif Åstrand2012-10-101-3/+22
* Remove WidgetMapGenerator and subclasses (#9720)Leif Åstrand2012-09-244-606/+0
* Abort compile if there's an RPC method with a return type (#9704)Leif Åstrand2012-09-213-4/+27
* Clarify logic and add some comments (#9561)Leif Åstrand2012-09-171-10/+17
* Include getWidget return type even if createWidget is defined (#9561)Leif Åstrand2012-09-171-8/+9
* Merge branch '6.8'John Ahlroos2012-09-101-0/+2
* Renamed UI package which accidentally had been renamed to upper caseArtur Signell2012-09-041-1/+1
* Reformatted projectArtur Signell2012-08-301-2/+1
* Additional fixes for com.vaadin.terminal removal (#9431, #9432)Artur Signell2012-08-291-1/+1
* Renamed com.vaadin.terminal.gwt.widgetsetutils -> com.vaadin.server.widgetset...Artur Signell2012-08-2924-36/+36
* Merged com.vaadin.terminal.gwt.server into com.vaadin.server (#9431)Artur Signell2012-08-291-1/+1
* Renamed com.vaadin.terminal.gwt.client to com.vaadin.client (#9432)Artur Signell2012-08-2910-31/+31
* Include UnknownComponentConnector in eager ConnectorBundle (#9371)Leif Åstrand2012-08-283-5/+14
* Rename Root related classes and package to UI (#8908)Artur Signell2012-08-241-2/+2
* Make it possible to delegate state changes to widget (#9297)Leif Åstrand2012-08-247-7/+101
* Support using public fields in state classes (#9324)Leif Åstrand2012-08-223-1/+79
* Use ConnectorBundle for JSON encoding and decoding (#9371)Leif Åstrand2012-08-2214-913/+983
* Use ConnectorBundle for ServerRpc handling (#9371)Leif Åstrand2012-08-225-301/+201
* Make lazy depend on eager as deferred is maybe not yet loaded (#9371)Leif Åstrand2012-08-221-1/+1
* Don't generate widget creator if there's a createWidget method (#9371)Leif Åstrand2012-08-221-0/+11
* Use ConnectorBundle for ClientRpc handling (#9371)Leif Åstrand2012-08-225-247/+216
* Add logging and tweak visitor API (#9371)Leif Åstrand2012-08-226-81/+145
* Use ConnectorBundle for creating state and widget (#9371)Leif Åstrand2012-08-229-273/+196
* Initial ConnectorBundle implementation (#9371)Leif Åstrand2012-08-227-3/+446
* Don't use java.* package names (#8683)Leif Åstrand2012-08-201-3/+6