summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Update Vaadin Spring documentation for 1.1.0Henri Sara2016-11-101-55/+49
* Fix modern browsers test failures for 7.7.Denis Anisimov2016-11-0919-30/+56
* Update @since tag for 7.7.4.Denis Anisimov2016-11-082-2/+2
* Fixed touch scrolling issue in Surface and WP devices (#18737)Johannes Tuikkala2016-11-083-4/+83
* Correct addon init param widgetset IT test.Denis Anisimov2016-11-072-3/+30
* Add method to auto scale calendar time range (#17715)Steven Spungin2016-11-042-22/+160
* Make vaadin-server export the VAADIN package again (#20332)Artur Signell2016-11-041-1/+1
* Show a sensible message for missing extensions (#10799)Artur Signell2016-11-0312-68/+209
* Use US english (license) in all placesArtur Signell2016-11-023-4/+4
* Date/time issues are fixed in the tests.Denis Anisimov2016-11-022-1/+7
* Ensure #cell[N] always scrolls row N into view (#20423)Artur Signell2016-10-282-9/+19
* Publish Escalator.getBodyRowCount to JS (#20344)Artur Signell2016-10-282-11/+41
* Mention latest browser versionsArtur Signell2016-10-271-4/+4
* Allow defining a focus delegate component for CustomField (#20336)Artur Signell2016-10-266-4/+205
* Allow a resize listener to fire a resize listener (#20338)Artur Signell2016-10-253-3/+49
* Update Hierarchical container JavaDocs to match code (#5864)Teemu Suo-Anttila2016-10-251-6/+5
* Make modal window block shortcuts for underlying components (#20366)Artur Signell2016-10-243-0/+31
* Make Grid isWorkPending wait for scroll events to complete (#20417)Artur Signell2016-10-202-1/+26
* Add valo-menu-hover stylename to make responsive menu appear w/o adding code ...Marc Englund2016-10-196-20/+113
* Update client side selection state when changing selection model (#20370)Artur Signell2016-10-182-0/+44
* Send selection change events when changing selection mode (#20391)Artur Signell2016-10-182-1/+46
* Make UPPER_CASE_PROPERTY_IDS more human friendly by default (#20380)Artur Signell2016-10-172-0/+58
* Add Grid.refreshRows to allow refreshing individual rows (#16765)Artur Signell2016-10-143-0/+207
* Check for duplicate property ids when setting Grid columns or column order (#...Artur Signell2016-10-144-0/+102
* Never check the selectAll checkbox in an empty grid (#20301)Artur Signell2016-10-132-5/+26
* Workaround for deadlock issue (#18436)Artur Signell2016-10-113-2/+291
* Fixes VTree so that you can click sub elements when setHtmlContentAllowed is ...Sebastian Nyholm2016-09-263-6/+21
* Use versions-maven-plugin 2.3 to avoid NPE while setting project version7.7.3Artur Signell2016-09-251-0/+5
* Add tests for widgetset compilation in different modesArtur Signell2016-09-2531-4/+885
* Format project pom files using correct settings (4 spaces)Artur Signell2016-09-2512-2283/+2320
* Fix widget set builder to create widget set in correct location (#20320)Artur Signell2016-09-251-4/+17
* Use widget set specified by init parameter (#20276)Artur Signell2016-09-253-4/+23
* Revert "Use widget set specified by init parameter (#20276)"7.7.2Leif Åstrand2016-09-221-9/+2
* Updated link to new step 1 video in tutorial (the new video uses Vaadin 7.7 s...Alejandro Duarte2016-09-211-1/+1
* Update to Chrome 53Artur Signell2016-09-211-1/+1
* Specify branch also for SamplerArtur Signell2016-09-201-1/+1
* Use requestAnimationFrame when scrolling in Grid (#20294)Artur Signell2016-09-201-3/+27
* Make initially disabled grid work when enabled (#20240)Artur Signell2016-09-209-56/+88
* Change javadoc to a style Eclipse formatter can handleArtur Signell2016-09-201-5/+3
* Format Java files using Eclipse Neon and Vaadin settingsArtur Signell2016-09-203528-33512/+34552
* Fix assertion error when column widths are calculatedArtur Signell2016-09-201-1/+2
* Ensure temporary layout manager state is cleared at the end of a layout phaseArtur Signell2016-09-161-0/+7
* Fix regression that broke widget set compilation in 7.7.1 (#20285)Ingo Kegel2016-09-161-1/+1
* Use correct column index when calculating min width during resize (#19833)Artur Signell2016-09-153-2/+33
* Use widget set specified by init parameter (#20276)Artur Signell2016-09-151-2/+9
* Make test pass on all browsersArtur Signell2016-09-141-1/+5
* Build demos from 7.7 branchArtur Signell2016-09-141-4/+4
* Skip Maven enforcer plugin during demo validation7.7.1Artur Signell2016-09-141-0/+2
* Calculate column widths immediately if there is data (#20269)Artur Signell2016-09-143-1/+110
* Ensure Firefox always updates the grid scrollbar (#19802)Artur Signell2016-09-143-8/+144