summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Fix declarative support for DragAndDropWrapper (#16324)Miki2015-03-262-1/+102
* Revert "Make push path configurable (#14432)."Artur Signell2015-03-258-91/+6
* Fix Declarative support for Slider (#17196)Johannes Dahlström2015-03-242-0/+104
* Fix declarative support for CustomLayout (#17210)Johannes Dahlström2015-03-242-2/+130
* Fix Declarative support for BigDecimal properties (#17205)Johannes Dahlström2015-03-202-5/+26
* Fix Declarative support for primitive float and double properties (#17204)Johannes Dahlström2015-03-203-14/+123
* Do not log severe messages which serve no purpose (#17222)Artur Signell2015-03-191-2/+2
* Correct logging when a push connection can't find a session (#15220)Artur Signell2015-03-181-2/+6
* Make Slider.clear() consistent with the no-args contstructor (#17073)Leif Åstrand2015-03-172-0/+94
* Optimise RpcDataProvider calls to container (#16642)Teemu Suo-Anttila2015-03-161-82/+37
* Use Math.floor instead of casting to int when trimming decimals. (#16926)Sauli Tähkäpää2015-03-112-1/+10
* Update Atmosphere to 2.2.4.vaadin5 (#17074)Artur Signell2015-03-101-1/+1
* Using ComponentFactory in DesignContext.getDefaultInstance() (#16990)Alexey Fansky2015-03-102-10/+36
* Ensure refresh message is sent on invalid CSRF (#17042)Artur Signell2015-03-061-17/+3
* Revert "Encode filenames to UTF-8 in Content-Disposition header. (#16556)"Leif Åstrand2015-03-063-61/+16
* Update @since for 7.4.1Leif Åstrand2015-03-053-7/+7
* Add missing osgi import to guava (#16739)Miki2015-03-041-1/+1
* Method for requesting column width recalculation (#16748)Artur Signell2015-03-021-0/+13
* Don't actively disconnect when the client already has disconnected (#15330)Artur Signell2015-03-022-17/+26
* Update Atmosphere to 2.2.4.vaadin4 (#16825, #16826, #16862)Artur Signell2015-03-021-1/+1
* Call error handler even if critical notification write fails (#16951)Artur Signell2015-02-281-12/+11
* Ensure that slider min is always smaller or equal to max. (#16776)Sauli Tähkäpää2015-02-272-13/+69
* Add pluggable mechanism for loading classes for a design (#16583)Leif Åstrand2015-02-263-40/+241
* Breaks PushLargeDataLongPollingTest and also long polling in many ways. See h...Artur Signell2015-02-252-63/+30
* Fix adding and modifying multiple rows in Grid (#16905)Teemu Suo-Anttila2015-02-241-1/+2
* Fix handling of disconnection with push (#15330)Artur Signell2015-02-242-30/+63
* Cleanup UI even if detach fails (#16651)Artur Signell2015-02-231-1/+6
* Make Column.setLastFrozenColumn work (#16726)Artur Signell2015-02-232-1/+20
* Ensure resource is valid before writing to it (#16862)Artur Signell2015-02-201-0/+19
* Javadoc fixArtur Signell2015-02-181-3/+4
* Make push path configurable (#14432).Tapio Aali2015-02-188-7/+92
* Refactor critical notifications handling. (#16592)Sauli Tähkäpää2015-02-172-34/+91
* Properly handle null in critical notifications (#16592)Artur Signell2015-02-172-2/+26
* Fix RpcDataProviderExtension value change listener setup (#16550)Teemu Suo-Anttila2015-02-131-31/+55
* Encode filenames to UTF-8 in Content-Disposition header. (#16556)Sauli Tähkäpää2015-02-133-16/+61
* Add spaces around operators (#16696).Mika Murtojarvi2015-02-132-0/+74
* Fix NullPointerException when changing Grid container (#16559)Johannes Dahlström2015-02-114-12/+112
* Declarative support for Image, Flash, BrowserFrame (#15551,#16327,#15552,#16325)Artur Signell2015-02-107-0/+422
* Remove grid.[set|get]EditorField(Object, Field) (#16538)Leif Åstrand2015-02-093-67/+55
* Fix @since for 7.4Artur Signell2015-02-091-1/+1
* Rename getCancelCaption to mention Editor (#16551)Leif Åstrand2015-02-091-1/+1
* Rename com.vaadin.ui.renderer to com.vaadin.ui.renderers (#16521)Leif Åstrand2015-02-0614-15/+15
* Enable navigation on a readonly Calendar. (#16523)Sauli Tähkäpää2015-02-061-6/+0
* Add API for controlling deselection for single select model (#16567)Leif Åstrand2015-02-061-0/+30
* Show editor save error (#16602)Leif Åstrand2015-02-061-9/+30
* Highlights erroneous cells in Grid editor (#16575)Henrik Paul2015-02-061-15/+61
* Grid columns can now be marked as non-editable (#16538)Johannes Dahlström2015-02-052-17/+130
* Declarative support for ProgressBar (#16316)Artur Signell2015-02-054-82/+99
* Declarative support for Link (#16322)Artur Signell2015-02-052-0/+102
* New declarative testsArtur Signell2015-02-058-4/+402