aboutsummaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add read-only support for single and multi select views for Grid. (#84)Denis2016-12-0610-85/+272
* Allow to set caption for the empty selection in a ComboBox.Denis Anisimov2016-12-012-76/+101
* Small fixes to javadocselmot2016-12-011-1/+1
* NoSelectionModel for GridPekka Hyvönen2016-11-301-0/+61
* Add AbstractSelectionModel for GridPekka Hyvönen2016-11-303-58/+114
* Enable select all checkbox for MultiSelection Grid.Pekka Hyvönen2016-11-305-77/+361
* Provide access to window order position in windows stack (#14325).Denis Anisimov2016-11-295-12/+260
* Grid merging footer cellselmot2016-11-291-43/+18
* Add MultiSelect support for GridPekka Hyvönen2016-11-296-90/+135
* Unify usage of HandlerRegistration #19267Denis Anisimov2016-11-297-7/+7
* Add state classes for Abstract(Single)ComponentContainerHenri Sara2016-11-281-0/+6
* Reintroduce Grid Editor using BinderTeemu Suo-Anttila2016-11-254-5/+246