summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix java packaging order (#106)Teemu Suo-Anttila2016-12-091-1/+1
* 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
* Update @since tags for 7.7.5Pekka Hyvönen2016-11-253-0/+13
* Fixed touch scrolling issue in Surface and WP devices (#18737)7.7.5Johannes Tuikkala2016-11-221-4/+96
* Remove CustomFieldState (#20468)Pekka Hyvönen2016-11-221-6/+0
* Mark TextField/TextArea as busy when a text change event is pending (#20469)Artur Signell2016-11-211-1/+7
* Add lazy/simple resize mode to Grid (#20108)Patrik Lindström2016-11-173-61/+200
* Fixed drag and drop failure when message dragged from email client (#20451)adam2016-11-161-2/+5
* Prevent adding several scrollbar handlers (#19189).Denis Anisimov2016-11-141-0/+6
* Make clicking outside a ComboBox add a pending new item (#18366)Artur Signell2016-11-111-0/+3
* Revert "Fixed touch scrolling issue in Surface and WP devices (#18737)"Artur Signell2016-11-112-80/+4
* Update @since tag for 7.7.4.Denis Anisimov2016-11-081-1/+1
* Fixed touch scrolling issue in Surface and WP devices (#18737)Johannes Tuikkala2016-11-082-4/+80
* Show a sensible message for missing extensions (#10799)Artur Signell2016-11-036-26/+98
* Ensure #cell[N] always scrolls row N into view (#20423)Artur Signell2016-10-281-9/+13
* Publish Escalator.getBodyRowCount to JS (#20344)Artur Signell2016-10-281-11/+27
* Allow defining a focus delegate component for CustomField (#20336)Artur Signell2016-10-262-3/+97