summaryrefslogtreecommitdiffstats
path: root/client/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix closing of modal window curtains while dragging and resizing (#8281)Aleksi Hietanen2017-01-191-0/+2
* Rename variables to indicate whether they use DOM index or Grid index (#8275)Artur2017-01-192-51/+55
* Properly end HTML5 drag operations when no drop is performed (#8242)Artur2017-01-191-0/+1
* Make it possible to deselect what was selected on the server (#8235)Artur2017-01-131-2/+8
* Reset selected icon when blurring a ComboBox (#8082)Artur2017-01-121-5/+43
* Remove tracking of unregistered connectors (#8153)Aleksi Hietanen2017-01-112-24/+8
* Fix exception when Grid is inside a PopupView (#8157)Artur2017-01-101-3/+8
* reopen Grid details on attach, fixes #8015 (#8074)Olli Tietäväinen2017-01-091-0/+8
* Render font icon correctly on the 'more' menu item (#8126)Artur2017-01-051-7/+6
* Fix removal of hidden Grid columns (#8071)Artur2016-12-231-2/+8
* Use correct indexes in multiselect checkboxes after removing rows (#8072)Artur2016-12-223-25/+38
* Replace non-breaking spaces with space (#7957)Artur2016-12-142-2/+2
* Move Grid event handlers to a list, add method to add custom handlers (#76)7.7.6Aleksi Hietanen2016-12-052-200/+286
* Refactor Grid event handling methods to instances of a handler interfaceJohannes Dahlström2016-12-011-127/+176
* Start client-side Grid DOM event handling refactorJohannes Dahlström2016-12-011-16/+33
* Re-add body rows when Escalator is reattached to DOM (#20477)Artur Signell2016-11-281-34/+14