Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | Merge remote-tracking branch 'origin/master' into grid | Teemu Suo-Anttila | 2014-12-17 | 9 | -151/+219 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | GeneratedPropertyContainer returns the original container | Henrik Paul | 2014-12-15 | 1 | -0/+9 | |
| | * | | | | | | | | | Fixes removing Widgets from Grid header/footer | Teemu Suo-Anttila | 2014-12-12 | 1 | -1/+10 | |
| | * | | | | | | | | | Merge remote-tracking branch 'origin/master' into grid | Leif Åstrand | 2014-12-12 | 2 | -13/+66 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Refactor Grid client side package structure (#13334) | Teemu Suo-Anttila | 2014-12-12 | 2 | -2/+2 | |
| | * | | | | | | | | | | Rename SelectionChangeEvent and SortOrderChangeEvent (#13334) | Teemu Suo-Anttila | 2014-12-12 | 3 | -71/+58 | |
| | * | | | | | | | | | | Split CellStyleGenerator into separate cell and row style generators | Artur Signell | 2014-12-12 | 2 | -27/+222 | |
| | * | | | | | | | | | | Add expand and min/max width for GridColumns (#13334) | Henrik Paul | 2014-12-12 | 1 | -0/+135 | |
| | * | | | | | | | | | | Refactor server-side editor row to work in real(er) cases (#13334) | Leif Åstrand | 2014-12-12 | 2 | -150/+86 | |
| | * | | | | | | | | | | Remove unnecessary @since and @author JavaDoc markings (#13334) | Teemu Suo-Anttila | 2014-12-12 | 1 | -15/+0 | |
| | * | | | | | | | | | | Remove SortEventOriginator and replace it with a boolean (#13334) | Teemu Suo-Anttila | 2014-12-12 | 2 | -17/+15 | |
| | * | | | | | | | | | | Merge remote-tracking branch 'origin/master' into grid | Artur Signell | 2014-12-12 | 33 | -193/+271 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Columns can now have subpixel accuracy widths (#13334) | Henrik Paul | 2014-12-12 | 1 | -4/+3 | |
| | * | | | | | | | | | | | Do not prefix generated styles (#13334) | Artur Signell | 2014-12-12 | 1 | -4/+0 | |
| | * | | | | | | | | | | | Make AbstractRemoteDataSource easier to use (#13334) | Leif Åstrand | 2014-12-12 | 1 | -31/+34 | |
| | * | | | | | | | | | | | Move Sort related helpers and events to correct packages (#13334) | Teemu Suo-Anttila | 2014-12-12 | 8 | -117/+123 | |
| | * | | | | | | | | | | | Make SelectionChangeEvent general and move it to event packacge (#13334) | Teemu Suo-Anttila | 2014-12-11 | 4 | -87/+46 | |
| | * | | | | | | | | | | | Move server-side SelectionModels inside Grid (#13334) | Teemu Suo-Anttila | 2014-12-11 | 6 | -674/+575 | |
| | * | | | | | | | | | | | Remove editor row discard methods; rename "commit" to "save" (#13334) | Johannes Dahlström | 2014-12-11 | 1 | -24/+8 | |
| | * | | | | | | | | | | | Move Renderers to com.vaadin.ui.renderer package (#13334) | Teemu Suo-Anttila | 2014-12-11 | 11 | -14/+14 | |
| | * | | | | | | | | | | | Fix selecting logic of SingleSelectionModel API (#13334) | Teemu Suo-Anttila | 2014-12-11 | 3 | -23/+15 | |
| | * | | | | | | | | | | | Split and capitalize header captions by default | Artur Signell | 2014-12-10 | 2 | -37/+5 | |
| | * | | | | | | | | | | | Add sanity checking to server side selection models (#13334) | Teemu Suo-Anttila | 2014-12-10 | 4 | -3/+47 | |
| | * | | | | | | | | | | | Render empty cell instead of stopping rendering if a converter is missing | Artur Signell | 2014-12-10 | 1 | -3/+20 | |
| | * | | | | | | | | | | | Flattening server-side EditorRow API (#13334) | Leif Åstrand | 2014-12-10 | 1 | -441/+363 | |
| | * | | | | | | | | | | | Add Grid.addRow (#13334) | Leif Åstrand | 2014-12-09 | 2 | -12/+92 | |
| | * | | | | | | | | | | | Allow limiting server-side selection size (#13334) | Leif Åstrand | 2014-12-09 | 2 | -83/+158 | |
| | * | | | | | | | | | | | Add getColumns function to Grid (#13334) | Teemu Suo-Anttila | 2014-12-08 | 2 | -21/+47 | |
| | * | | | | | | | | | | | Add select all / select none checkbox to SelectionColumn (#13334) | Teemu Suo-Anttila | 2014-12-08 | 1 | -0/+7 | |
| | * | | | | | | | | | | | Fix appendHeaderRow and appendFooterRow JavaDoc (#13334) | Teemu Suo-Anttila | 2014-12-08 | 1 | -9/+8 | |
| | * | | | | | | | | | | | Avoid non-fatal server-side assertions from selection tests (#13334) | Leif Åstrand | 2014-12-06 | 1 | -2/+7 | |
| | * | | | | | | | | | | | Refactor frozen column API (#13334) | Leif Åstrand | 2014-12-05 | 1 | -71/+29 | |
| | * | | | | | | | | | | | Remove Column visibility setting from server side (#13334) | Teemu Suo-Anttila | 2014-12-05 | 2 | -39/+14 | |
| | * | | | | | | | | | | | Fix Java 8 compatibility | Jouni Koivuviita | 2014-12-04 | 1 | -2/+2 | |
| | * | | | | | | | | | | | Add server-side CellStyleGenerator (#13334) | Leif Åstrand | 2014-12-04 | 2 | -1/+109 | |
| | * | | | | | | | | | | | Rename method to be consistent with Container.Viewer (#13334) | Artur Signell | 2014-12-04 | 3 | -13/+13 | |
| | * | | | | | | | | | | | Allow setting style name for header/footer rows (#7225) | Artur Signell | 2014-12-04 | 1 | -1/+23 | |
| | * | | | | | | | | | | | Extend addColumn to support arbitrary data types (#13334) | Teemu Suo-Anttila | 2014-12-04 | 1 | -4/+9 | |
| | * | | | | | | | | | | | Fix addColumn to function correctly with non-default container (#13334) | Teemu Suo-Anttila | 2014-12-04 | 1 | -14/+69 | |
| | * | | | | | | | | | | | Rename row key parameter for consistency (#13334) | Leif Åstrand | 2014-12-03 | 1 | -3/+3 | |
| | * | | | | | | | | | | | Add column add and remove functionality to Grid (#13334) | Teemu Suo-Anttila | 2014-12-03 | 1 | -19/+80 | |
| | * | | | | | | | | | | | Allow setting style names for header and footer cells (#7225) | Artur Signell | 2014-12-01 | 1 | -0/+21 | |
| | * | | | | | | | | | | | Make Grid.Column API setters fluid (#13334) | Teemu Suo-Anttila | 2014-12-01 | 2 | -27/+52 | |
| | * | | | | | | | | | | | Clarify Header/Footer addRow(index) JavaDoc (#13334) | Teemu Suo-Anttila | 2014-12-01 | 1 | -2/+6 | |
| | * | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into grid | Teemu Suo-Anttila | 2014-11-28 | 7 | -42/+80 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Flatten Header and Footer API to be part of Grid API (#13334) | Teemu Suo-Anttila | 2014-11-27 | 1 | -70/+346 | |
| | * | | | | | | | | | | | | Move Grid to com.vaadin.ui package (#13334) | Teemu Suo-Anttila | 2014-11-26 | 20 | -3205/+3099 | |
| | * | | | | | | | | | | | | Fix removing a merged property from headers and footers (#13334) | Teemu Suo-Anttila | 2014-11-25 | 1 | -1/+5 | |
| | * | | | | | | | | | | | | Rename a variable in GridStaticSection (#13334) | Teemu Suo-Anttila | 2014-11-25 | 1 | -6/+6 | |
| | * | | | | | | | | | | | | Fix Grid server-side header merging and setup (#13334) | Teemu Suo-Anttila | 2014-11-25 | 4 | -50/+115 |