summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update themes-responsive.asciidoc (#10460)dangllucas2018-02-071-3/+5
* Implement NewItemProvider to replace NewItemHandler (#10606)Anna Koskinen2018-02-074-33/+156
* Change log level for "VaadinServlet Registration" message from WARNING to INF...Ilia Motornyi2018-02-071-1/+1
* Fix Column.setSortable being overridden (#10604)Teemu Suo-Anttila2018-02-073-43/+108
* Fix GridLayout spacing if first row/column empty and set to be hidden (#10593)Anna Koskinen2018-02-062-11/+26
* Fix Grid details height calculation issue (#10343)Adam Wagner2018-02-067-3/+204
* Fix Grid initial render performance (#10579)Teemu Suo-Anttila2018-02-055-79/+150
* Fix code example in DataProvider JavaDoc (#10601)Ilia Motornyi2018-02-051-1/+1
* Fix ComboBox new item handler test (#10587)Anna Koskinen2018-02-051-0/+2
* Add flush() implementation to DateField (#10518)Adam Wagner2018-02-027-16/+143
* Add method for getting complete browser version (#10490)Adam Wagner2018-02-014-14/+107
* Add setters to Payload for JsonCodec to be able to encode Adam Wagner2018-02-012-0/+85
* Update themes-responsive.asciidocInvenius2018-02-011-3/+1
* Optimize style theme duplicates (#10534)AJ2018-01-311-3/+6
* Update since tags for 8.3.1 (#10584)Teemu Suo-Anttila2018-01-311-1/+1
* Add ARIA label support to DateField (#10538)Adam Wagner2018-01-318-10/+338
* Selection handling fix when adding new item to ComboBox. (#10445)Anna Koskinen2018-01-306-9/+544
* Add a notice about partially outdated content (#10562)Jouni Koivuviita2018-01-301-0/+4
* Fixes Button constructor not setting up RPC (#10566)Morgan Pittkin2018-01-301-1/+1
* Fix Binding Data to Forms link (#10568)jmzc2018-01-301-1/+1
* Added mentions about groupId and version numbers (#10563)Sami Ekblad2018-01-291-0/+2
* Update release notes to mention correct Java versions (#10576)Teemu Suo-Anttila2018-01-291-1/+1
* Fix column width in resize event when mode is SIMPLE (#10442)Adam Wagner2018-01-293-2/+88
* Fix removeUI assertions to work with proxy UIs (#10574)Teemu Suo-Anttila2018-01-291-2/+4
* Fix Grid not updating selected item immediately (#10569)Teemu Suo-Anttila2018-01-253-17/+31
* Upgrade minor version in the project to 8.4 (#10520)Teemu Suo-Anttila2018-01-2466-75/+71
* Make modal window focus circulate correctly (#10497)Olli Tietäväinen2018-01-243-17/+67
* Vaadin with a capital V (#10548)Jonni Nakari2018-01-191-2/+2
* Use Spring and CDI 3.0.0 (#10550)Teemu Suo-Anttila2018-01-191-2/+2
* Update Spring and CDI versions in BOM (#10530)Teemu Suo-Anttila2018-01-126-12/+17
* Rename widgetEventsAllowed to handleWidgetEvents (#10529)Leif Åstrand2018-01-125-24/+22
* Ensure Upload is properly reset after an upload is interrupted (#10522)Anna Koskinen2018-01-113-0/+321
* Fix tests for Chrome 63 and focus issues in IE11 (#10495)Teemu Suo-Anttila2018-01-108-19/+18
* Recognise Firefox and its version on iOS (#10466)Adam Wagner2018-01-102-3/+54
* Fix space key on selection checkbox to select grid row (#10388)Marco Collovati2018-01-092-1/+36
* Add aria-modal attribute and role='dialog' for modal Window (#10447)Olli Tietäväinen2018-01-092-2/+22
* Add Notification.close() to hide a notification from the server (#10483)Artur2018-01-094-16/+152
* Tweak date style API (#10493)8.3.0.beta1Leif Åstrand2018-01-081-15/+16
* Rename contentMode to descriptionContentMode in MenuItem (#10494)Leif Åstrand2018-01-084-29/+31
* Add missing since tags and JavaDocs (#10487)8.3.0.alpha1Teemu Suo-Anttila2018-01-0310-10/+50
* Make profiler work again (#10462)Artur2018-01-021-1/+1
* Fix wrong frontend URL in docs. (#10472)Flamenco2017-12-301-2/+2
* Update release notes for 8.3 (#10480)Teemu Suo-Anttila2017-12-301-34/+10
* Implement widget event handling for Columns in Grid (#10412)Teemu Suo-Anttila2017-12-296-10/+114
* Add ContentMode for the description of MenuItems (#9984)Jonas Zipprick2017-12-296-10/+129
* Treat fields as readonly when bound with null setter (#10477)Marco Collovati2017-12-294-8/+41
* Upgrade Vaadin CDI version to 3.0.0.alpha2 (#10226)Teemu Suo-Anttila2017-12-2916-54/+510
* Remove workarounds from Spring integration test (#10430)Teemu Suo-Anttila2017-12-298-67/+5
* 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-289-0/+207