Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update components-grid.asciidoc | Anastasia Smirnova | 2018-03-06 | 1 | -1/+1 | |
| | ||||||
* | Enable setting cursor after the last character (#10670) | Anastasia Smirnova | 2018-03-06 | 3 | -1/+110 | |
| | | | | | | | | | | * Enable setting cursor after the last character Resolves #9157 * Reformat the code * Reformat the code using conventions | |||||
* | Fixed comment to reflect test expectation (#10676) | Marco Collovati | 2018-03-05 | 1 | -1/+1 | |
| | ||||||
* | 8.3.2 since (#10678) | Ilia Motornyi | 2018-03-05 | 9 | -12/+12 | |
| | | | | * @since 8.3.2 | |||||
* | Update datamodel-providers.asciidoc (#10664) | Sebastian Köhler | 2018-02-28 | 1 | -2/+2 | |
| | ||||||
* | Update doc - Added missing void keyword | Matti Tahvonen | 2018-02-28 | 1 | -1/+1 | |
| | ||||||
* | Fix client and server filter state mismatch in Combobox (#10630) | Anna Koskinen | 2018-02-27 | 5 | -9/+98 | |
| | | | Fixes #10624 | |||||
* | Allow configuring content modes for Grid cell tooltips (#10632) | Ilia Motornyi | 2018-02-15 | 5 | -26/+228 | |
| | | | | * Allow configuring content modes for Grid cell tooltips | |||||
* | Fixes Grid editor visibility inside TabSheet (#10557) | Piotr Wilkin | 2018-02-14 | 4 | -4/+34 | |
| | | | | | | Fixes #10146 Fixes #10543 | |||||
* | Add Content-Type with charset to notifications sent via Push | KatriHaapalinna | 2018-02-13 | 1 | -0/+2 | |
| | | | Fixes #9922 | |||||
* | Set no-store headers for error responses (#10628) | Leif Åstrand | 2018-02-13 | 6 | -21/+56 | |
| | ||||||
* | Implement focus handing in RadioButtonGroup and CheckboxGroup (#10440) | Olli Tietäväinen | 2018-02-12 | 8 | -1/+277 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #10429 * implement focus handing in RadioButtonGroup, fixes #10429 * Merge branch 'master' of https://github.com/vaadin/framework into radiobuttongroup-focus * merge * Merge branch 'master' of https://github.com/vaadin/framework into radiobuttongroup-focus * fix initial focus handling also on CheckBoxGroup and add tests * add license headers * Merge branch 'master' of https://github.com/vaadin/framework into radiobuttongroup-focus * changed client to use lambdas and refactored focus testing to parent class * made FocusTest abstract * Merge branch 'master' of https://github.com/vaadin/framework into radiobuttongroup-focus * don't allow focusing on disabled items & refactor focusing first item | |||||
* | Add more information to an issue template (#10622) | Ilia Motornyi | 2018-02-12 | 1 | -3/+7 | |
| | ||||||
* | Add setReadOnly for Bindings (#10482) | Teemu Suo-Anttila | 2018-02-08 | 2 | -33/+133 | |
| | ||||||
* | Replace RegExp with custom search (#10619) | Adam Wagner | 2018-02-08 | 1 | -20/+24 | |
| | ||||||
* | Add recursive expand and collapse method to TreeGrid and Tree (#10283) | Adam Wagner | 2018-02-08 | 12 | -51/+599 | |
| | ||||||
* | Update themes-responsive.asciidoc (#10460) | dangllucas | 2018-02-07 | 1 | -3/+5 | |
| | ||||||
* | Implement NewItemProvider to replace NewItemHandler (#10606) | Anna Koskinen | 2018-02-07 | 4 | -33/+156 | |
| | ||||||
* | Change log level for "VaadinServlet Registration" message from WARNING to ↵ | Ilia Motornyi | 2018-02-07 | 1 | -1/+1 | |
| | | | | INFO (#10613) | |||||
* | Fix Column.setSortable being overridden (#10604) | Teemu Suo-Anttila | 2018-02-07 | 3 | -43/+108 | |
| | ||||||
* | Fix GridLayout spacing if first row/column empty and set to be hidden (#10593) | Anna Koskinen | 2018-02-06 | 2 | -11/+26 | |
| | ||||||
* | Fix Grid details height calculation issue (#10343) | Adam Wagner | 2018-02-06 | 7 | -3/+204 | |
| | ||||||
* | Fix Grid initial render performance (#10579) | Teemu Suo-Anttila | 2018-02-05 | 5 | -79/+150 | |
| | | | Fixes #10232 | |||||
* | Fix code example in DataProvider JavaDoc (#10601) | Ilia Motornyi | 2018-02-05 | 1 | -1/+1 | |
| | ||||||
* | Fix ComboBox new item handler test (#10587) | Anna Koskinen | 2018-02-05 | 1 | -0/+2 | |
| | ||||||
* | Add flush() implementation to DateField (#10518) | Adam Wagner | 2018-02-02 | 7 | -16/+143 | |
| | | | Fixes #10488 | |||||
* | Add method for getting complete browser version (#10490) | Adam Wagner | 2018-02-01 | 4 | -14/+107 | |
| | | | Fixes #10461 | |||||
* | Add setters to Payload for JsonCodec to be able to encode | Adam Wagner | 2018-02-01 | 2 | -0/+85 | |
| | | | Fixes #10428 | |||||
* | Update themes-responsive.asciidoc | Invenius | 2018-02-01 | 1 | -3/+1 | |
| | ||||||
* | Optimize style theme duplicates (#10534) | AJ | 2018-01-31 | 1 | -3/+6 | |
| | ||||||
* | Update since tags for 8.3.1 (#10584) | Teemu Suo-Anttila | 2018-01-31 | 1 | -1/+1 | |
| | ||||||
* | Add ARIA label support to DateField (#10538) | Adam Wagner | 2018-01-31 | 8 | -10/+338 | |
| | | | Fixes #10454 | |||||
* | Selection handling fix when adding new item to ComboBox. (#10445) | Anna Koskinen | 2018-01-30 | 6 | -9/+544 | |
| | | | Fixes #10284 | |||||
* | Add a notice about partially outdated content (#10562) | Jouni Koivuviita | 2018-01-30 | 1 | -0/+4 | |
| | | | Fixes #10385 | |||||
* | Fixes Button constructor not setting up RPC (#10566) | Morgan Pittkin | 2018-01-30 | 1 | -1/+1 | |
| | | | Fixes #10540 | |||||
* | Fix Binding Data to Forms link (#10568) | jmzc | 2018-01-30 | 1 | -1/+1 | |
| | ||||||
* | Added mentions about groupId and version numbers (#10563) | Sami Ekblad | 2018-01-29 | 1 | -0/+2 | |
| | ||||||
* | Update release notes to mention correct Java versions (#10576) | Teemu Suo-Anttila | 2018-01-29 | 1 | -1/+1 | |
| | ||||||
* | Fix column width in resize event when mode is SIMPLE (#10442) | Adam Wagner | 2018-01-29 | 3 | -2/+88 | |
| | ||||||
* | Fix removeUI assertions to work with proxy UIs (#10574) | Teemu Suo-Anttila | 2018-01-29 | 1 | -2/+4 | |
| | ||||||
* | Fix Grid not updating selected item immediately (#10569) | Teemu Suo-Anttila | 2018-01-25 | 3 | -17/+31 | |
| | ||||||
* | Upgrade minor version in the project to 8.4 (#10520) | Teemu Suo-Anttila | 2018-01-24 | 66 | -75/+71 | |
| | ||||||
* | Make modal window focus circulate correctly (#10497) | Olli Tietäväinen | 2018-01-24 | 3 | -17/+67 | |
| | ||||||
* | Vaadin with a capital V (#10548) | Jonni Nakari | 2018-01-19 | 1 | -2/+2 | |
| | ||||||
* | Use Spring and CDI 3.0.0 (#10550) | Teemu Suo-Anttila | 2018-01-19 | 1 | -2/+2 | |
| | ||||||
* | Update Spring and CDI versions in BOM (#10530) | Teemu Suo-Anttila | 2018-01-12 | 6 | -12/+17 | |
| | ||||||
* | Rename widgetEventsAllowed to handleWidgetEvents (#10529) | Leif Åstrand | 2018-01-12 | 5 | -24/+22 | |
| | ||||||
* | Ensure Upload is properly reset after an upload is interrupted (#10522) | Anna Koskinen | 2018-01-11 | 3 | -0/+321 | |
| | | | Fixes #9635 | |||||
* | Fix tests for Chrome 63 and focus issues in IE11 (#10495) | Teemu Suo-Anttila | 2018-01-10 | 8 | -19/+18 | |
| | ||||||
* | Recognise Firefox and its version on iOS (#10466) | Adam Wagner | 2018-01-10 | 2 | -3/+54 | |
| | | | Fixes #9592 |