summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui
Commit message (Expand)AuthorAgeFilesLines
* Migrate vaadin-server build to mavenTeemu Suo-Anttila2016-03-14158-68222/+0
* Fix Components cleanup on Header/FooterRow remove in Grid (#19497)Teemu Suo-Anttila2016-02-131-0/+11
* Fix Grid DetailsGenerator being removed on Container change (#19593)Teemu Suo-Anttila2016-02-131-2/+13
* Make project Java 8 compatibleArtur Signell2016-02-031-2/+3
* Add missing @since for 7.6.1Teemu Suo-Anttila2016-01-121-1/+1
* Add a client-side connector for DetailsComponentManager (#19412)Teemu Suo-Anttila2016-01-051-1/+1
* Fix NPE in Label.writeDesign with NULL values #19434John Ahlroos2016-01-051-6/+25
* Ensure no unknown attribute warnings are logged in design tests (#19429)Artur Signell2016-01-042-0/+2
* Fix custom attributes of Link component (#19107)maxschuster2016-01-041-6/+9
* Increase grid column resize handle width (#16838)Marlon Richert2015-12-181-0/+10
* Fix empty @since tagsHenri Sara2015-12-181-2/+2
* Make it possible to only show collapsible columns in menu (#9811)Leif Åstrand2015-12-161-1/+33
* Fix and extend Javadoc for setFirstDayOfWeek (#19227)Leonid Rozenblyum2015-12-141-2/+4
* Reapply DataGenerators when container changes (#19357, #19359)Teemu Suo-Anttila2015-12-141-0/+10
* Check for optimizations when looking for missing updates (#18317)Leif Åstrand2015-12-031-1/+40
* Add missing @since valuesHenri Sara2015-12-022-2/+2
* Detect hierarchy changes not sent to the client (#18317)Leif Åstrand2015-12-021-0/+52
* Fix select all checkbox state update with low row count (#19322)Teemu Suo-Anttila2015-11-301-2/+4
* Remove bogus commentLeif Åstrand2015-11-301-1/+0
* Fix setSelected in MultiSelectionModel to update row data (#19302)Teemu Suo-Anttila2015-11-251-2/+7
* Fix javadoc copied from CellStyleGeneratorLeif Åstrand2015-11-251-1/+1
* Typo in setCompositionRoot descriptioncbmeeks2015-11-231-1/+1
* Fix outdated javadoc referenceLeif Åstrand2015-11-121-2/+2
* Specify custom first day of week for Calendar #19227Leonid Rozenblyum2015-11-111-6/+31
* Optimize layout performance of Table (#17947)jotatu2015-11-052-1/+95
* Render null header caption as empty (#18553)Artur Signell2015-11-031-1/+3
* Mention quirks with JavaScript "this" in AbstractJavaScript* javadocsLeif Åstrand2015-11-022-4/+11
* Fix javadoc typosLeif Åstrand2015-11-021-2/+2
* Support caption fetching for HTML and Widget headers. (#18528)Sauli Tähkäpää2015-10-281-7/+3
* Set pixel sizes to Grid columns when user starts drag resize (#16838)Johannes Dahlström2015-10-211-0/+1
* Fix replacing of currently selected Tab (#14252)Dmitrij Abolichin2015-10-201-0/+6
* improved javadocsMatti Tahvonen2015-10-171-1/+2
* Provide own states for a number of components (#18987).Denis Anisimov2015-10-1611-2/+67
* Javadocs for new 7.6 API (#19135) and some fixeselmot2015-10-153-12/+19
* Support ContextClicks in empty areas of Table and TreeTable (#19130)Teemu Suo-Anttila2015-10-141-2/+4
* Move RpcDataProviderExtension and DataGenerator to correct packageTeemu Suo-Anttila2015-10-131-2/+2
* Fix empty @since for 7.6.0.alpha77.6.0.alpha7Markus Koivisto2015-10-121-6/+6
* Remove Guava dependency from GridTeemu Suo-Anttila2015-10-121-9/+22
* Refactor DetailComponentManager to be a static nested class of GridTeemu Suo-Anttila2015-10-121-34/+270
* Fix empty @since for 7.6.alpha7Markus Koivisto2015-10-091-2/+2
* Add Grid column resize event API (#16838)Johannes Dahlström2015-10-091-10/+213
* Write true boolean attibutes without ='' (#17583)Leif Åstrand2015-10-0913-40/+42
* Add Grid.deselectAll() (#18339)Artur Signell2015-10-091-0/+41
* Report user-resized column widths to server (#16838)Johannes Dahlström2015-10-081-1/+8
* Add API for setting Grid columns resizable (#16838)Johannes Dahlström2015-10-081-23/+74
* Update/add @since tags in javadocHenri Sara2015-10-077-9/+19
* Remove Grid EditorEvents and ListenersTeemu Suo-Anttila2015-10-071-143/+0
* Rename DesignFormatter.unencodeFromTextNode to decodeFromTextNodeTeemu Suo-Anttila2015-10-078-10/+10
* Fix adding to same parent, component shouldn't be removed (#16568)Dmitrij Abolichin2015-10-071-0/+3
* Add API for data destruction to DataGenerator interface (#19038)Teemu Suo-Anttila2015-10-061-0/+10