aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main
Commit message (Expand)AuthorAgeFilesLines
* Correctly handle data providers with overriden getId (#10728)Anastasia Smirnova2018-03-271-4/+33
* Add missing null check to Binding (#10726)Teemu Suo-Anttila2018-03-271-3/+5
* Removed misleading Javadoc, as double can never be null (#10722)Daniel Schwering2018-03-271-2/+1
* 8.3.2 since (#10683)Ilia Motornyi2018-03-063-3/+3
* Fix client and server filter state mismatch in Combobox (#10630)Anna Koskinen2018-02-281-4/+3
* Fixes Grid editor visibility inside TabSheet (#10557)Piotr Wilkin2018-02-282-0/+20
* Add Content-Type with charset to notifications sent via Push KatriHaapalinna2018-02-281-0/+2
* Set no-store headers for error responses (#10628)Leif Åstrand2018-02-285-20/+55
* Fix Column.setSortable being overridden (#10604)Teemu Suo-Anttila2018-02-281-16/+35
* Fix Grid initial render performance (#10579)8.3.1Teemu Suo-Anttila2018-02-061-1/+0
* Fix code example in DataProvider JavaDoc (#10601)Ilia Motornyi2018-02-061-1/+1
* Optimize style theme duplicates (#10534)AJ2018-02-061-3/+6
* Selection handling fix when adding new item to ComboBox. (#10445)Anna Koskinen2018-01-311-3/+20
* Fixes Button constructor not setting up RPC (#10566)Morgan Pittkin2018-01-311-1/+1
* Fix removeUI assertions to work with proxy UIs (#10574)Teemu Suo-Anttila2018-01-311-2/+4
* Fix Grid not updating selected item immediately (#10569)Teemu Suo-Anttila2018-01-311-12/+9
* Rename widgetEventsAllowed to handleWidgetEvents (#10529)Leif Åstrand2018-01-151-9/+7
* Backport fix for removing Notifications on close (#10504)Teemu Suo-Anttila2018-01-151-3/+23
* Tweak date style API (#10493)8.3.0.beta1Leif Åstrand2018-01-081-15/+16
* Rename contentMode to descriptionContentMode in MenuItem (#10494)Leif Åstrand2018-01-081-13/+15
* Add missing since tags and JavaDocs (#10487)8.3.0.alpha1Teemu Suo-Anttila2018-01-034-5/+14
* Fix wrong frontend URL in docs. (#10472)Flamenco2017-12-301-2/+2
* Implement widget event handling for Columns in Grid (#10412)Teemu Suo-Anttila2017-12-291-1/+35
* Add ContentMode for the description of MenuItems (#9984)Jonas Zipprick2017-12-291-4/+65
* Treat fields as readonly when bound with null setter (#10477)Marco Collovati2017-12-291-0/+15
* Fix javadoc for Notification TYPE_TRAY_NOTIFICATION (#10479)Marco Collovati2017-12-291-1/+1
* Allow setting custom styles to DateField calendar date cells (#10305)Anna Koskinen2017-12-281-0/+68
* Make Binder.setReadonly ignore effectively readonly bindings (#10368)Marco Collovati2017-12-281-5/+13
* Update Grid.addColumn JavaDoc to tell about nested properties (#10431)Olli Tietäväinen2017-12-271-1/+8
* Prevent killing UI if heartbeats are pending (#10371)Teemu Suo-Anttila2017-11-271-5/+18
* Update to JSoup 1.11.2 (#10353)Leif Åstrand2017-11-238-8/+9
* Fix nested bean property name (#10271)schaerl2017-11-223-39/+24
* Improve Binder JavaDocs and APIs (#10347)Teemu Suo-Anttila2017-11-211-7/+22
* Create DescriptionGenerator in package com.vaadin.ui (#10346)Aleksi Hietanen2017-11-216-7/+36
* Fix issues from API review for 8.2 (#10342)Aleksi Hietanen2017-11-2111-52/+49
* Extract AbstractBeanPropertyDefinition and PropertyFilterDefinition (#10344)Aleksi Hietanen2017-11-214-117/+192
* FileResource to use bufferSize, and StreamResource to use getCacheTime() (#10...Ahmed Ashour2017-11-212-2/+3
* Remove unused imports (#10330)Ahmed Ashour2017-11-212-2/+1
* Rename GridDragger to GridRowDragger (#10333)Pekka Hyvönen2017-11-176-13/+13
* Add documentation on GridDragger (#10328)Pekka Hyvönen2017-11-164-5/+47
* Update since tags in JavaDoc (#10325)8.2.0.alpha3Teemu Suo-Anttila2017-11-1512-19/+19
* Add helper for Grid row DnD (#10255)Pekka Hyvönen2017-11-158-14/+682
* Add new drop mode ON_GRID for GridDropTarget (#10296)Pekka Hyvönen2017-11-152-14/+129
* Fix TreeGrid to use correct super constructor (#10291)Jerome Meyer2017-11-141-26/+29
* Improve nested property support for Binder (#9925)Olli Tietäväinen2017-11-142-10/+279
* Add API to read Binding value from bean (#10316)Teemu Suo-Anttila2017-11-131-3/+22
* Set no-store headers on UIDL messagesLeif Åstrand2017-11-101-3/+9
* Add ContentMode for row and cell descriptions in Grid (#10282)Teemu Suo-Anttila2017-11-101-8/+60
* Relax mapper access in HierarchicalDataCommunicator Ilia Motornyi2017-11-101-0/+8
* HasItems.setItems(T... items) should allow edits (#10290)Pekka Hyvönen2017-11-062-2/+4