aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* Request ComboBox pages with RPC (#19929)Henri Sara2016-08-081-10/+14
* Move ComboBox filtering mode to state (#19929)Henri Sara2016-08-081-10/+7
* Move ComboBox pageLength to state (#19929)Henri Sara2016-08-081-22/+9
* Send ComboBox selection with RPC (#19929)Henri Sara2016-08-081-25/+15
* Send ComboBox focus/blur with RPC (#19929)Henri Sara2016-08-081-8/+9
* Create new items with RPC (#19929)Henri Sara2016-08-081-10/+12
* Create ComboBoxServerRpc stub (#19229)Henri Sara2016-08-081-6/+14
* Use shared state in ComboBox (#19229)Henri Sara2016-08-081-18/+9
* Add Binder for binding field values to bean propertiesTeemu Suo-Anttila2016-08-051-0/+314
* Implement new simple AbstractFieldJohannes Dahlström2016-08-057-50/+460
* Rename Field, AbstractField to legacy namesJohannes Dahlström2016-08-0526-351/+422
* Remove the "liferay" themeHenri Sara2016-08-051-43/+0
* Fixed the compare filter to handle subclasses (#17169)Pontus Boström2016-08-011-3/+9
* Changed logic to retrieve readonly state (#8643)Felype Santiago Ferreira2016-07-291-3/+12
* Document onUnregister in JS component/extension javadocs (#19799)Marco Collovati2016-07-192-0/+4
* Support static inner classes when reading/writing declarative files (#20038)Artur Signell2016-07-131-4/+31
* Update @since for 7.6.8Teemu Suo-Anttila2016-07-121-1/+1
* Update @since for 7.6.7Teemu Suo-Anttila2016-07-121-1/+1
* Allow reaching the wrapped Item through GeneratedPropertyItem (#20032)Anna Koskinen2016-07-061-2/+14
* Fix navigation to same view with different parameters (#20029)Teemu Suo-Anttila2016-07-061-17/+20
* Fix RpcDataProviderExtension serialization issue (#19906)Teemu Suo-Anttila2016-06-291-8/+28
* Make sure AtmosphereFramework is always properly destroyed (#17581)Artur Signell2016-06-191-1/+31
* Provide a way to disallow navigation to the same state twice (#12107).Denis Anisimov2016-06-131-14/+41
* Fix a Javadoc typo that crashes Checkstyle (yes, really)Johannes Dahlström2016-06-021-1/+1
* New login form (#8171)Ingo Kegel2016-06-011-232/+260
* Suggestion pop-up width API for ComboBox (#19685)Jonni Nakari2016-05-311-1/+32
* Update missing @since for 7.7Henri Sara2016-05-302-2/+2
* Send an ack message after push has removed connectors (#19822)Artur Signell2016-05-271-0/+5
* Correctly check if validators are present (#11450)Artur Signell2016-05-271-1/+5
* Load CustomLayout templates like other theme resources (#8578)Artur Signell2016-05-204-26/+51
* Throw exception early on null itemId (#16541)vilo2016-05-201-0/+3
* Ensure ContainerOrderedWrapper returns itemIds in expected orderArtur Signell2016-05-191-1/+17
* Remove shortcut listener from subclasses of AbstractComponent (#16498).Edoardo Vacchi2016-05-171-3/+1
* Change GridLayout to no longer be a legacy componentArtur Signell2016-05-161-19/+1
* Eliminate rounding errors for GridLayout expand ratios (#19797)Artur Signell2016-05-161-33/+13
* Fix typo in VariableOwner error messageLeif Åstrand2016-05-161-8/+8
* Remove guava URL encode dependencyMarkus Koivisto2016-05-111-2/+10
* Eliminate most server-side Guava useHenri Sara2016-05-114-30/+105
* Update to Atmosphere 2.2.9.vaadin2 (#19742)Artur Signell2016-05-111-3/+2
* Fix UIProvider backwards compatibility with AppWidgetsetTeemu Suo-Anttila2016-05-112-7/+29
* Fix comment for AttachListener interface (#19792)7.7.0.alpha2Anton Yegorov2016-05-101-1/+1
* Fix null selection to work again (#19787)Artur Signell2016-05-092-7/+24
* Clarify expand javadoc for GridLayoutArtur Signell2016-05-091-6/+16
* Add @since for DesignContextHenri Sara2016-05-061-2/+2
* Revert "Better default for nullRepresentation (#13221, #12877)"feature/standard-sassIlia Motornyi2016-05-042-48/+1
* Revert "Documentation fix for null representation (#13221)"Ilia Motornyi2016-05-041-3/+3
* Throw IAE in setExpandRatio() if given ratio is less than 0Maciej Przepióra2016-05-031-0/+8
* Ensure addItem(null) returns nullArtur Signell2016-05-032-8/+4
* Documentation fix for null representation (#13221)elmot2016-05-021-3/+3
* Better default for nullRepresentation (#13221, #12877)Matti Tahvonen2016-05-022-1/+48