| Commit message (Expand) | Author | Age | Files | Lines |
* | Migrate vaadin-server build to maven | Teemu Suo-Anttila | 2016-03-14 | 158 | -68222/+0 |
* | Fix Components cleanup on Header/FooterRow remove in Grid (#19497) | Teemu Suo-Anttila | 2016-02-13 | 1 | -0/+11 |
* | Fix Grid DetailsGenerator being removed on Container change (#19593) | Teemu Suo-Anttila | 2016-02-13 | 1 | -2/+13 |
* | Make project Java 8 compatible | Artur Signell | 2016-02-03 | 1 | -2/+3 |
* | Add missing @since for 7.6.1 | Teemu Suo-Anttila | 2016-01-12 | 1 | -1/+1 |
* | Add a client-side connector for DetailsComponentManager (#19412) | Teemu Suo-Anttila | 2016-01-05 | 1 | -1/+1 |
* | Fix NPE in Label.writeDesign with NULL values #19434 | John Ahlroos | 2016-01-05 | 1 | -6/+25 |
* | Ensure no unknown attribute warnings are logged in design tests (#19429) | Artur Signell | 2016-01-04 | 2 | -0/+2 |
* | Fix custom attributes of Link component (#19107) | maxschuster | 2016-01-04 | 1 | -6/+9 |
* | Increase grid column resize handle width (#16838) | Marlon Richert | 2015-12-18 | 1 | -0/+10 |
* | Fix empty @since tags | Henri Sara | 2015-12-18 | 1 | -2/+2 |
* | Make it possible to only show collapsible columns in menu (#9811) | Leif Åstrand | 2015-12-16 | 1 | -1/+33 |
* | Fix and extend Javadoc for setFirstDayOfWeek (#19227) | Leonid Rozenblyum | 2015-12-14 | 1 | -2/+4 |
* | Reapply DataGenerators when container changes (#19357, #19359) | Teemu Suo-Anttila | 2015-12-14 | 1 | -0/+10 |
* | Check for optimizations when looking for missing updates (#18317) | Leif Åstrand | 2015-12-03 | 1 | -1/+40 |
* | Add missing @since values | Henri Sara | 2015-12-02 | 2 | -2/+2 |
* | Detect hierarchy changes not sent to the client (#18317) | Leif Åstrand | 2015-12-02 | 1 | -0/+52 |
* | Fix select all checkbox state update with low row count (#19322) | Teemu Suo-Anttila | 2015-11-30 | 1 | -2/+4 |
* | Remove bogus comment | Leif Åstrand | 2015-11-30 | 1 | -1/+0 |
* | Fix setSelected in MultiSelectionModel to update row data (#19302) | Teemu Suo-Anttila | 2015-11-25 | 1 | -2/+7 |
* | Fix javadoc copied from CellStyleGenerator | Leif Åstrand | 2015-11-25 | 1 | -1/+1 |
* | Typo in setCompositionRoot description | cbmeeks | 2015-11-23 | 1 | -1/+1 |
* | Fix outdated javadoc reference | Leif Åstrand | 2015-11-12 | 1 | -2/+2 |
* | Specify custom first day of week for Calendar #19227 | Leonid Rozenblyum | 2015-11-11 | 1 | -6/+31 |
* | Optimize layout performance of Table (#17947) | jotatu | 2015-11-05 | 2 | -1/+95 |
* | Render null header caption as empty (#18553) | Artur Signell | 2015-11-03 | 1 | -1/+3 |
* | Mention quirks with JavaScript "this" in AbstractJavaScript* javadocs | Leif Åstrand | 2015-11-02 | 2 | -4/+11 |
* | Fix javadoc typos | Leif Åstrand | 2015-11-02 | 1 | -2/+2 |
* | Support caption fetching for HTML and Widget headers. (#18528) | Sauli Tähkäpää | 2015-10-28 | 1 | -7/+3 |
* | Set pixel sizes to Grid columns when user starts drag resize (#16838) | Johannes Dahlström | 2015-10-21 | 1 | -0/+1 |
* | Fix replacing of currently selected Tab (#14252) | Dmitrij Abolichin | 2015-10-20 | 1 | -0/+6 |
* | improved javadocs | Matti Tahvonen | 2015-10-17 | 1 | -1/+2 |
* | Provide own states for a number of components (#18987). | Denis Anisimov | 2015-10-16 | 11 | -2/+67 |
* | Javadocs for new 7.6 API (#19135) and some fixes | elmot | 2015-10-15 | 3 | -12/+19 |
* | Support ContextClicks in empty areas of Table and TreeTable (#19130) | Teemu Suo-Anttila | 2015-10-14 | 1 | -2/+4 |
* | Move RpcDataProviderExtension and DataGenerator to correct package | Teemu Suo-Anttila | 2015-10-13 | 1 | -2/+2 |
* | Fix empty @since for 7.6.0.alpha77.6.0.alpha7 | Markus Koivisto | 2015-10-12 | 1 | -6/+6 |
* | Remove Guava dependency from Grid | Teemu Suo-Anttila | 2015-10-12 | 1 | -9/+22 |
* | Refactor DetailComponentManager to be a static nested class of Grid | Teemu Suo-Anttila | 2015-10-12 | 1 | -34/+270 |
* | Fix empty @since for 7.6.alpha7 | Markus Koivisto | 2015-10-09 | 1 | -2/+2 |
* | Add Grid column resize event API (#16838) | Johannes Dahlström | 2015-10-09 | 1 | -10/+213 |
* | Write true boolean attibutes without ='' (#17583) | Leif Åstrand | 2015-10-09 | 13 | -40/+42 |
* | Add Grid.deselectAll() (#18339) | Artur Signell | 2015-10-09 | 1 | -0/+41 |
* | Report user-resized column widths to server (#16838) | Johannes Dahlström | 2015-10-08 | 1 | -1/+8 |
* | Add API for setting Grid columns resizable (#16838) | Johannes Dahlström | 2015-10-08 | 1 | -23/+74 |
* | Update/add @since tags in javadoc | Henri Sara | 2015-10-07 | 7 | -9/+19 |
* | Remove Grid EditorEvents and Listeners | Teemu Suo-Anttila | 2015-10-07 | 1 | -143/+0 |
* | Rename DesignFormatter.unencodeFromTextNode to decodeFromTextNode | Teemu Suo-Anttila | 2015-10-07 | 8 | -10/+10 |
* | Fix adding to same parent, component shouldn't be removed (#16568) | Dmitrij Abolichin | 2015-10-07 | 1 | -0/+3 |
* | Add API for data destruction to DataGenerator interface (#19038) | Teemu Suo-Anttila | 2015-10-06 | 1 | -0/+10 |