summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Fix since tags for 8.0 (#8575)Henri Sara2017-02-1629-42/+80
* Reduce ComboBox initial requests (#8571)Pekka Hyvönen2017-02-162-103/+218
* Enable long tap emulation on iOS for context clicks (#8565)Teemu Suo-Anttila2017-02-141-1/+1
* HTML5 Drag and Drop Support (#8264)Adam Wagner2017-02-102-0/+362
* Fix click selection for automatic testing. (#8513)caalador2017-02-091-9/+10
* Provide a way to set styles for Header/Footer Cells and Rows in a Grid (#8499)Denis2017-02-081-1/+1
* Fix keyboard navigation for ListSelect (#8503)caalador2017-02-081-6/+7
* Fix toggling of WeekNumbers for DateTimeField. (#8468)caalador2017-02-071-0/+4
* Fix problem with re-opening the popup (#8446) (#8451)caalador2017-02-061-5/+7
* Fix exception on remove column. (#8432)caalador2017-02-031-2/+4
* Add Grid editor events. (#8365)Denis2017-02-023-5/+13
* Add scrollTo methods to Grid (#8203) (#8410)caalador2017-02-022-0/+98
* Add a maven plugin for formatting according to Eclipse settingsLeif Åstrand2017-02-0123-158/+155
* Introduce empty selection functionality for NativeSelect. (#8336)Denis2017-01-271-4/+22
* Show unsupported browser page for FF version less than 45. (#8328)Denis2017-01-251-0/+10
* Support loading of HTML imports using @HtmlImport (#8301)Artur2017-01-252-69/+96
* Fix absolute layout component sizing on size change (#8269)caalador2017-01-231-0/+4
* Remove custom preloading support and load scripts using async=false (#8291)Artur2017-01-232-236/+26
* Code cleanup: Move dependency loading logic to a separate class (#8290)Artur2017-01-234-88/+186
* Overload AbstarctComponent.setDescription() with content mode parameter (#8252)Denis2017-01-205-15/+93
* Introduce DateTimeFile and InlineDateTimeField. (#8218)Denis2017-01-1917-52/+1095
* Better instructions in widgetset optimization view in the debug window. (#8261)Sami Ekblad2017-01-181-5/+5
* Support for HTML5 push/replaceState for proper deep linking features (#8116)Matti Tahvonen2017-01-133-95/+39
* Add "deselect allowed" feature to the Grid. (#8227)Denis2017-01-133-19/+76
* Support for defining the root element for Javascript components (#8143)Artur2017-01-135-25/+80
* Refactor AbstractDateField. (#8146)Denis2017-01-1016-1160/+1707
* Move Grid event handlers to a list, add method to add custom handlersJohannes Dahlström2017-01-032-152/+223
* Refactor Grid event handling methods to instances of a handler interfaceJohannes Dahlström2017-01-031-133/+181
* Start client-side Grid DOM event handling refactorJohannes Dahlström2017-01-031-16/+33
* Add javadocs and @since for the #20469 migration patch.Denis Anisimov2017-01-032-0/+13
* Re-add body rows when Escalator is reattached to DOM (#20477)Artur Signell2017-01-031-34/+14
* Update @since tags for 7.7.5Denis Anisimov2017-01-034-2/+24
* Set focus when click on RadioButton via JS. (#8062)rogozinds2016-12-212-2/+7
* Global java code cleanup using Eclipse Neon.1Leif Åstrand2016-12-2036-123/+124
* @since tag is set (#8021)Denis2016-12-161-2/+2
* Delete CheckboxRendererIlia Motornyi2016-12-152-100/+0
* Rename com.vaadin.server.data to com.vaadin.data.provider (#8004)Pekka Hyvönen2016-12-151-1/+1
* Redesign user-defined column identifiers for Grid (#7983)Teemu Suo-Anttila2016-12-151-1/+1
* Allow defining a focus delegate component for CustomField (#20336)Pekka Hyvönen2016-12-152-8/+96
* Migrate 7.7.5 branch patches to v8. (#7969)Denis2016-12-157-78/+346
* Make AbstractListing implement Focusable (#7965)Aleksi Hietanen2016-12-145-1/+25
* Fix license headerAleksi Hietanen2016-12-091-5/+5
* Update @since tag for 7.7.4.Denis Anisimov2016-12-091-1/+1
* Show a sensible message for missing extensions (#10799)Artur Signell2016-12-096-26/+98
* Ensure #cell[N] always scrolls row N into view (#20423)Artur Signell2016-12-091-8/+12
* Publish Escalator.getBodyRowCount to JS (#20344)Artur Signell2016-12-091-9/+23
* Allow a resize listener to fire a resize listener (#20338)Artur Signell2016-12-091-3/+4
* Make modal window block shortcuts for underlying components (#20366)Artur Signell2016-12-092-0/+14
* Make Grid isWorkPending wait for scroll events to complete (#20417)Artur Signell2016-12-091-1/+12
* Introduce dedicated shared states for every core vaadin component/ext. (#98)Denis2016-12-0822-46/+158