| Commit message (Expand) | Author | Age | Files | Lines |
* | Check for optimizations when looking for missing updates (#18317) | Leif Åstrand | 2015-12-03 | 2 | -3/+45 |
* | 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 | 2 | -0/+70 |
* | 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 | 2 | -3/+9 |
* | Set session as current while deserializing (#9953) | Leif Åstrand | 2015-11-25 | 2 | -18/+90 |
* | Fix javadoc copied from CellStyleGenerator | Leif Åstrand | 2015-11-25 | 1 | -1/+1 |
* | Omit empty hierarchy data from the response (#18510) | Leif Åstrand | 2015-11-25 | 3 | -14/+32 |
* | Typo in setCompositionRoot description | cbmeeks | 2015-11-23 | 1 | -1/+1 |
* | Support on-the-fly compiled CSS hot reload from classpath (#16949) | Vladimir Kulev | 2015-11-17 | 1 | -6/+19 |
* | Do not modify state while serializing (#19090) | Artur Signell | 2015-11-12 | 2 | -2/+37 |
* | 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 | 2 | -6/+85 |
* | Add destroy method for Navigator (#10213). | Denis Anisimov | 2015-11-07 | 4 | -6/+175 |
* | 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 | 3 | -6/+16 |
* | 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 | 2 | -7/+23 |
* | Update @since tags for 7.6 | Henri Sara | 2015-10-27 | 1 | -0/+4 |
* | Fix Grid NPE when deselecting already removed row (#19152) | Teemu Suo-Anttila | 2015-10-26 | 1 | -5/+11 |
* | Make it possible to inject Navigators (#14006) | Henri Sara | 2015-10-23 | 1 | -4/+43 |
* | Make Navigator more extensible | Henri Sara | 2015-10-23 | 1 | -12/+91 |
* | Set pixel sizes to Grid columns when user starts drag resize (#16838) | Johannes Dahlström | 2015-10-21 | 1 | -0/+1 |
* | Fix session wrap class javadocs | Leif Åstrand | 2015-10-20 | 2 | -3/+3 |
* | Fix replacing of currently selected Tab (#14252) | Dmitrij Abolichin | 2015-10-20 | 2 | -0/+68 |
* | improved javadocs | Matti Tahvonen | 2015-10-17 | 1 | -1/+2 |
* | Provide own states for a number of components (#18987). | Denis Anisimov | 2015-10-16 | 25 | -2/+713 |
* | 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 |
* | Removed unnecessary comments (#19116) | elmot | 2015-10-14 | 4 | -69/+0 |
* | Move RpcDataProviderExtension and DataGenerator to correct package | Teemu Suo-Anttila | 2015-10-13 | 4 | -5/+9 |
* | 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 | 3 | -325/+272 |
* | Fix empty @since for 7.6.alpha7 | Markus Koivisto | 2015-10-09 | 3 | -11/+11 |
* | Add Grid column resize event API (#16838) | Johannes Dahlström | 2015-10-09 | 2 | -10/+250 |
* | Write true boolean attibutes without ='' (#17583) | Leif Åstrand | 2015-10-09 | 46 | -196/+237 |
* | Update FontAwesome to 4.4.0 (#14555) | Artur Signell | 2015-10-09 | 1 | -3/+175 |
* | Revert "connection: close" change for long polling (#18758) | Artur Signell | 2015-10-09 | 1 | -9/+3 |
* | Add Grid.deselectAll() (#18339) | Artur Signell | 2015-10-09 | 2 | -0/+114 |
* | Correct the place where attach events are fired (#16348) | Matti Tahvonen | 2015-10-09 | 2 | -16/+29 |
* | Add javadoc for VaadinPortletSession (#19092) | Henri Sara | 2015-10-08 | 1 | -5/+81 |
* | 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 | 2 | -26/+77 |
* | Update/add @since tags in javadoc | Henri Sara | 2015-10-07 | 13 | -16/+30 |
* | 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 server side browser detection in Weblogic Portal (#7449) | Artur Signell | 2015-10-07 | 2 | -9/+69 |