| Commit message (Expand) | Author | Age | Files | Lines |
* | Displaying tooltip on touch devices underneath the field (#17150) | Alexey Fansky | 2015-04-10 | 1 | -0/+11 |
* | Add granular declarative margin support (#17190) | patrik | 2015-04-09 | 1 | -0/+5 |
* | Revert "Make push path configurable (#14432)." | Artur Signell | 2015-03-25 | 2 | -6/+7 |
* | Add missing osgi import to guava (#16739) | Miki | 2015-03-04 | 1 | -3/+5 |
* | Method for requesting column width recalculation (#16748) | Artur Signell | 2015-03-02 | 1 | -0/+5 |
* | Make push path configurable (#14432). | Tapio Aali | 2015-02-18 | 2 | -7/+6 |
* | Add API for controlling deselection for single select model (#16567) | Leif Åstrand | 2015-02-06 | 1 | -0/+3 |
* | Show editor save error (#16602) | Leif Åstrand | 2015-02-06 | 1 | -1/+4 |
* | Highlights erroneous cells in Grid editor (#16575) | Henrik Paul | 2015-02-06 | 1 | -1/+6 |
* | Grid columns can now be marked as non-editable (#16538) | Johannes Dahlström | 2015-02-05 | 1 | -0/+6 |
* | Makes it possible to change save/cancel captions in Grid editor (#16551) | Henrik Paul | 2015-02-05 | 2 | -0/+13 |
* | Add @since for Transport. | Sauli Tähkäpää | 2015-02-03 | 1 | -4/+10 |
* | Do not loop infinitely when encountering an invalid tag name (#16522) | Artur Signell | 2015-01-29 | 1 | -1/+3 |
* | Merge remote-tracking branch 'origin/master' into grid | Artur Signell | 2015-01-28 | 1 | -0/+8 |
|\ |
|
| * | Fixed UI.getPushConfiguration().getTransport() always returning null (#16499) | wodencafe | 2015-01-28 | 1 | -0/+8 |
* | | Use elemental.json and not org.json in OSGi (#16490) | Artur Signell | 2015-01-27 | 1 | -1/+2 |
* | | Adds error handling to Grid Editor (#15556) | Henrik Paul | 2015-01-15 | 1 | -2/+8 |
* | | Make Grid send Json as Json (#16244) | Leif Åstrand | 2015-01-15 | 2 | -2/+6 |
* | | Reformat build files | Artur Signell | 2015-01-15 | 1 | -3/+6 |
* | | Add ItemClickEvents to Grid (#15449) | Teemu Suo-Anttila | 2015-01-14 | 2 | -0/+18 |
* | | Merge remote-tracking branch 'origin/master' into grid | Artur Signell | 2015-01-14 | 3 | -5/+203 |
|\| |
|
| * | Set @since tags to 7.4 | Artur Signell | 2015-01-13 | 1 | -2/+2 |
| * | Missing javadocs for VaadinUriResolver (#9045) | Leif Åstrand | 2015-01-12 | 1 | -1/+67 |
| * | Include UI class @JavaScript and @StyleSheet in bootstrap html (#9045) | Leif Åstrand | 2015-01-12 | 3 | -5/+137 |
* | | Set @since tags to 7.4 | Artur Signell | 2015-01-13 | 1 | -1/+1 |
* | | Rename BackgroundMessage -> NoLoadingIndicator (#15373) | Leif Åstrand | 2015-01-13 | 4 | -9/+9 |
* | | Add @BackgroundMessage annotation (#15373) | Leif Åstrand | 2015-01-12 | 4 | -0/+41 |
* | | Merge remote-tracking branch 'origin/master' into grid | Teemu Suo-Anttila | 2015-01-12 | 1 | -0/+1 |
|\| |
|
| * | Option for rendering Calendar event captions as HTML (#9030) | Artur Signell | 2015-01-02 | 1 | -0/+1 |
* | | A few small renames and typo fixes for Grid | Johannes Dahlström | 2015-01-11 | 1 | -3/+4 |
* | | Format project, once again | Artur Signell | 2015-01-09 | 2 | -6/+6 |
* | | Update @since for 7.4 | Artur Signell | 2015-01-08 | 17 | -18/+18 |
* | | Move column constants from state to GridConstants (#15510) | Teemu Suo-Anttila | 2015-01-07 | 2 | -11/+27 |
* | | Merge remote-tracking branch 'origin/master' into grid | Teemu Suo-Anttila | 2014-12-29 | 1 | -0/+4 |
|\| |
|
| * | Allow TabSheet and Accordion tab captions to contain HTML (#14609) | Artur Signell | 2014-12-18 | 1 | -0/+4 |
* | | Fix Range.restrictTo to work with non-intersecting ranges(#13334) | Teemu Suo-Anttila | 2014-12-19 | 2 | -3/+30 |
* | | Merge remote-tracking branch 'origin/master' into grid | Leif Åstrand | 2014-12-18 | 3 | -5/+1 |
|\| |
|
| * | Allow captions to contain HTML (#9426) | Artur Signell | 2014-12-18 | 3 | -5/+1 |
* | | Fix ClickableRenderers to use CellReferences (#13334) | Teemu Suo-Anttila | 2014-12-18 | 1 | -1/+2 |
* | | Change "editor row" to just "editor" in method names and javadoc (#13334) | Johannes Dahlström | 2014-12-17 | 4 | -19/+19 |
* | | Move SortDirection from grid package to data package (#13334) | Teemu Suo-Anttila | 2014-12-17 | 3 | -3/+5 |
* | | Split CellStyleGenerator into separate cell and row style generators | Artur Signell | 2014-12-12 | 1 | -1/+4 |
* | | Add expand and min/max width for GridColumns (#13334) | Henrik Paul | 2014-12-12 | 1 | -0/+19 |
* | | Remove SortEventOriginator and replace it with a boolean (#13334) | Teemu Suo-Anttila | 2014-12-12 | 2 | -37/+1 |
* | | Merge remote-tracking branch 'origin/master' into grid | Artur Signell | 2014-12-12 | 1 | -7/+4 |
|\| |
|
| * | VBrowserDetails fails to detect Android when using Firefox (#15183) | Sergey Budkin | 2014-12-11 | 1 | -7/+4 |
* | | Columns can now have subpixel accuracy widths (#13334) | Henrik Paul | 2014-12-12 | 1 | -2/+2 |
* | | Make AbstractRemoteDataSource easier to use (#13334) | Leif Åstrand | 2014-12-12 | 1 | -32/+0 |
* | | Remove editor row discard methods; rename "commit" to "save" (#13334) | Johannes Dahlström | 2014-12-11 | 2 | -24/+7 |
* | | Split and capitalize header captions by default | Artur Signell | 2014-12-10 | 2 | -15/+187 |