aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reduce Grid's sort complexity. (#11566)Anna Koskinen2019-05-156-16/+157
* Add handling for completely empty Grid's column width calculations. (#11569)Anna Koskinen2019-05-142-1/+67
* Update for Liferay 7.2 compatibility (#11564)Chris Morris2019-05-131-1/+1
* code format (#11555)Sun Zhe2019-05-0212-31/+37
* Changed the handleSessionExpired logic to return a 404 instead of a 410 and a...edler-san2019-05-021-1/+8
* Code format (#11548)Sun Zhe2019-04-2912-38/+40
* Update jetty.version to solve vulnerability alert (#11546)Sun Zhe2019-04-291-1/+1
* Replace the screenshot usage in framework test (#11547)Sun Zhe2019-04-2930-43/+65
* Opening methods for Spring add-on to be used in the fix (#11551)Tatu Lund2019-04-251-0/+23
* Update browser version in the test (#11550)Sun Zhe2019-04-251-1/+1
* Reset Combobox internal state (#11412)Sun Zhe2019-04-245-19/+309
* Update to 8.9 (#11535)Sun Zhe2019-04-1866-69/+69
* Finish the since tag (#11540) (#11543)Sun Zhe2019-04-183-6/+6
* Create StringToUuidConverter.java (#11387)Basil Bourque2019-04-101-0/+99
* Clicking on slider makes handler move (#11519)Anastasia Smirnova2019-04-106-8/+147
* Fixing autocompletion issue with ComboBox on newer Chrome versions (#11524)Tatu Lund2019-04-101-1/+6
* Fixing autocompletion issue with ComboBox on newer Chrome versions (#11472)Tatu Lund2019-04-101-1/+6
* Added note about Java 8 vendors (#11530)Olli Tietäväinen2019-04-101-1/+3
* Add delay to the unstable test (#11538)Sun Zhe2019-04-092-1/+2
* Use Enter and Space keys to fire Window header buttons (#11517) (#11534)KatriHaapalinna2019-04-084-5/+474
* Update screenshots after chrome updates (#11536)Sun Zhe2019-04-08108-1/+1
* Reset selection on DataProvider change in RadioButtonGroup (#11526)Anastasia Smirnova2019-04-043-0/+77
* Read-only combobox should not handle PASTE event (#11529)Anastasia Smirnova2019-04-043-2/+49
* setCaption of Panel did not honor setCaptionAsHtml (#11523)Tatu Lund2019-04-026-4/+58
* Added missing numpad key codes (#11490)Tatu Lund2019-04-021-0/+42
* Init logging in VaadinServlet instead of an UI (#11525)Martin Vysny2019-04-011-5/+4
* Support Firefox 65+ key down event behavior (#11503)Yuriy Artamonov2019-03-296-20/+40
* Documents the possibility to use vaadin:// and theme:// in JavaScript… (#11...Martin Vysny2019-03-282-11/+20
* Mention DataProvider training videos in components-grid.asciidoc (#11494)alexandruchiuariu2019-03-281-0/+2
* Fix NPE in v7 compatibility Grid during datasource rebind (#11473)Tobse2019-03-273-3/+70
* Add mention about video trainings to the tutorial page (#11493)alexandruchiuariu2019-03-271-0/+2
* Making V8 ReadOnly TextField select row in table upon clicking (#11480)Anastasia Smirnova2019-03-273-1/+87
* Do not recommend crappy old containers in tutorial (#11514)Pekka Hyvönen2019-03-271-5/+1
* Update datamodel-forms.asciidoc (#11496)alexandruchiuariu2019-03-221-0/+2
* Update checkstyle dependency to fix security vulnerability (#11497)Sun Zhe2019-03-211-3/+1
* Make improve of caching for hierarchical data optional (#11501)Klaudeta2019-03-214-24/+242
* Add note about dependency injection in BrowserWindowOpener JavaDocs (#11495)Tatu Lund2019-03-141-1/+11
* Remove wrong version and add missing since (#11476)Sun Zhe2019-03-111-2/+4
* Fix code example (#11487)A.Mahdy AbdelAziz2019-03-111-3/+3
* Adding package name to the @value in JavaDoc (#11453)Anastasia Smirnova2019-03-081-1/+1
* Fix ComboBoxElement clear method (#11483)Sun Zhe2019-03-063-14/+11
* Remove redundant check for for Firefox (#11471)Anastasia Smirnova2019-03-063-10/+62
* Ensure pop-up is not opened, when tabbing out fast from Combobox (#11436)Anastasia Smirnova2019-02-252-4/+52
* Fixing NPE when ItemCaptionGenerator returns null (#11435)Tatu Lund2019-02-221-1/+10
* Custom serializers accessors (#10658)Olli Tietäväinen2019-02-223-6/+174
* Provide extensive error information on GridLayout.OutOfBoundsException and Il...Martin Vysny2019-02-212-2/+34
* Fix initially selected CheckBox rendering in Safari in v7 compatibility packa...Koen De Cock2019-02-141-0/+19
* Update CONTRIBUTING.md to guide people to create fork (#11457)Matti Tahvonen2019-02-141-2/+2
* Fixing JavaDoc of Column#getWidth() and Column#setWidth() (#11452)Tatu Lund2019-02-121-1/+6
* Fix an NPE caused by the previous fix to Grid's frozen columns (#11444)mlindfors2019-02-043-2/+92