summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Fixes #11369 (#11402)macprzepiora2019-01-111-0/+16
* V7: Improve VMenuBar click handling logic (#11362)Anastasia Smirnova2018-12-142-95/+113
* Add columns at once in a batched way to increase performance (#11261)ericflock2018-11-062-87/+150
* Eliminate initial double rendering during initial renderingTatu Lund2018-10-031-2/+17
* Empty sinces for 7.7.14 (#11114)7.7.14Olli Tietäväinen2018-08-151-2/+2
* Compensate for Grid editor moving out of sync horizontally. (#11092)Anna Koskinen2018-08-131-2/+14
* Fix removal tabsheets if last one is selected (#11074)Ilia Motornyi2018-07-191-1/+1
* Fix initially selected CheckBox rendering in Safari (#11047)Olli Tietäväinen2018-07-181-0/+23
* Add xsrf token header if cookie is present (#11040)Ilia Motornyi2018-07-182-0/+16
* Fix MultiSelectionRenderer right-click exception (#10945)Ilia Motornyi2018-05-231-3/+1
* Update Copyright headers for year 2018 (#10762)Ilia Motornyi2018-03-28512-540/+510
* Allow configuring content modes for Grid cell tooltips (#10396)Leif Åstrand2018-02-063-6/+67
* Add missing since tag to new method (#10458)7.7.13Adam Wagner2017-12-211-0/+1
* Ensure Upload is properly reset after an upload is interrupted (#9635) (#10457)Anna Koskinen2017-12-201-0/+1
* Fix grid details height calculation issue (#10453)Adam Wagner2017-12-206-3/+188
* Fix column width resize event firing when mode is SIMPLE (#10452)Adam Wagner2017-12-191-2/+10
* added missing javadocs and since tags (#10315)7.7.12Olli Tietäväinen2017-11-133-6/+26
* Make focus circulate in modal dialog to improve accessibility (#10311)Adam Wagner2017-11-134-26/+228
* hand-picked fix to #5043 combobox suggestion popup on scroll (#10307)Olli Tietäväinen2017-11-131-8/+71
* Add missing @since tags and missing javadocs (#10155)7.7.11Olli Tietäväinen2017-10-105-21/+52
* Fix click in subclasses of Grid (#10144)Adam Wagner2017-10-109-18/+75
* Implement error level on client side (#9816)Adam Wagner2017-09-2620-24/+303
* Fix invalid user visible value in ComboBox (#8115)Matti Tahvonen2017-09-061-1/+1
* Fix ListSelect scrolling behavior on IE (#9910)Aleksi Hietanen2017-09-041-0/+7
* Resize should work within Grid details row (#9799)Ansku2017-08-172-4/+82
* Use separate identifier for push connections (#9150)Olli Tietäväinen2017-08-102-22/+42
* Added loop and preload attributes for media elements, fixed null poster (#9161)Krassimir Valev2017-08-083-1/+39
* Add missing @since tags for 7.7.97.7.10Olli Tietäväinen2017-06-125-0/+30
* Fix issues in Grid with undefined height (#9118)Teemu Suo-Anttila2017-04-201-8/+20
* Fix removing rows over the cached range in Grid Johannes Tuikkala2017-04-201-1/+9
* Fix client-side memory leak caused by Grid events (#9062)Aleksi Hietanen2017-04-197-71/+176
* Fix calendar dateclick does not work when in readonly mode (#9065)davidef2017-04-191-1/+1
* Add @since tags for 7.7.8 (#8954)7.7.8Henri Sara2017-03-271-1/+1
* Fix Flash expanding with percentage sizing (#8552)Olli Tietäväinen2017-03-212-8/+107
* Fix Panel.setScrollTop() for large values (#8563)Olli Tietäväinen2017-03-091-0/+7
* Fix client-side error when Upload in TabSheet and Push (#8779)Ilia Motornyi2017-03-091-4/+6
* Always calculate Escalator max row count the same way (#8740)Artur2017-03-071-13/+19
* Remove unnecessary full classnames and parenthesis from code (#8681)Teemu Suo-Anttila2017-03-0220-111/+68
* Enable long tap emulation on iOS for context clicks (#8565) (#8570)Teemu Suo-Anttila2017-02-151-1/+1
* Fix toggling of WeekNumbers for PopupDateField. (#8405) (#8469)caalador2017-02-081-0/+5
* Update missing since tags for 7.7.7 (#8474)7.7.7Pekka Hyvönen2017-02-072-0/+4
* Fix problem with re-opening the popup (#8446) (#8454)caalador2017-02-071-5/+7
* Fix caption updating in CustomLayout (#8415)Artur2017-02-021-5/+7
* Call "destroy" instead of "destory" in JavaScriptRenders (#8263)Artur2017-02-011-4/+19
* Use an actually transparent 1x1 image (#8407)Artur2017-02-011-1/+1
* Prevent reorder of frozen columns when there are hidden columns (#8278)Artur2017-01-301-2/+1
* Make it possible to disallow user selection in Grid (#8144)Artur2017-01-309-6/+216
* Fix absolute layout component sizing on size change in Vaadin7 (#8304)caalador2017-01-231-0/+4
* Flush the correct editor widget if there are hidden columns (#8276)Artur2017-01-201-2/+2
* Fix navigation using keyboard to frozen column when there are hidden columns ...Artur2017-01-191-3/+1