aboutsummaryrefslogtreecommitdiffstats
path: root/client-compiler/src/com/vaadin/server/widgetsetutils
Commit message (Expand)AuthorAgeFilesLines
* Build client-compiler with mavenelmot2016-03-2219-3413/+0
* Fail during compile if required methods are missing (#18924)Leif Åstrand2015-11-302-1/+17
* Replaced HashMaps with TreeMaps to keep the same order (#14736)Taras Hupalo2015-07-144-28/+111
* Allow arbitrary serializable types as Renderer data type (#15410)Johannes Dahlström2015-06-032-1/+4
* Rename BackgroundMessage -> NoLoadingIndicator (#15373)Leif Åstrand2015-01-131-3/+3
* Add @BackgroundMessage annotation (#15373)Leif Åstrand2015-01-121-0/+6
* Handle generated method flags in a unified way (#15373)Leif Åstrand2015-01-124-76/+55
* Support JsonValue types as declared types in state and RPC (#15560)Leif Åstrand2015-01-121-1/+11
* Set @since values for Grid classesLeif Åstrand2014-12-181-1/+1
* replace com.google.gwt.json.* usages with elemental.json.* (#8942)Leif Åstrand2014-12-185-19/+20
* Move Grid related renderer to com.vaadin.client.connectors (#13334)Henrik Paul2014-12-082-2/+2
* Show better feedback if renderer connector is not parameterized (#13334)Leif Åstrand2014-12-071-5/+18
* Add @NoLayout annotation (#12936)Leif Åstrand2014-11-253-0/+46
* Merge remote-tracking branch 'origin/master' into gridJohn Ahlroos2014-08-073-20/+28
|\
| * DelegateToWidget will now be run even for parent states for extendingMikael Grankvist2014-08-073-20/+28
* | Merge branch 'master' into gridLeif Åstrand2014-07-221-10/+2
|\|
| * Box and unbox long values in state fields (#14176)Leif Åstrand2014-07-091-10/+2
* | Generate type data for AbstractRendererConnector.decode (#13334)Johannes Dahlström2014-07-174-65/+137
* | Generate type data for AbstractRendererConnector.createRenderer (#13334)Johannes Dahlström2014-07-103-2/+73
|/
* License Checker for vaadin cval products (#13696 #13474)Manolo Carrasco2014-06-261-5/+39
* Don't generate GWT.create for bean superclasses (#13813)Leif Åstrand2014-06-051-2/+2
* Support long in state again (#13692)Jonatan Kronqvist2014-05-122-2/+14
* Merge changes from origin/7.2 into masterJonatan Kronqvist2014-05-0518-18/+18
|\
| * Update remaining copyright years to 2014Artur Signell2014-04-231-1/+1
| * Merge changes from origin/7.1Artur Signell2014-04-2317-17/+17
| |\
| | * Update copyright year to 2014Artur Signell2014-04-1617-18/+18
* | | Report an error if RPC interface is parameterized (#10392).Denis Anisimov2014-04-242-0/+13
|/ /
* | Implement @OnStateChange (#12958)Leif Åstrand2014-04-016-37/+201
* | Make Invoker support non-public methods (#12959)Leif Åstrand2014-04-011-31/+133
* | Reduce generated ConnectorBundleLoaderImpl size. (#9379)denisanisimov2014-02-125-205/+296
|/
* 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-231-538/+0
* 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-051-3/+4
* Added standalone class for creating an addons.scss from Vaadin addons on the ...John Ahlroos2013-03-261-14/+74
* (#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-0419-31/+97
* 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
* 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