aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into 7.4Artur Signell2014-12-184-12/+159
|\
| * Allow reading and writing empty designs (#7749).Mika Murtojarvi2014-12-184-12/+159
* | Merge remote-tracking branch 'origin/grid' into 7.4Artur Signell2014-12-184-8/+43
|\ \
| * | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-12-18131-143/+9225
| |\|
| | * Allow captions to contain HTML (#9426)Artur Signell2014-12-183-5/+39
* | | Merge remote-tracking branch 'origin/master' into 7.4Artur Signell2014-12-1814-3/+50
|\ \ \ | | |/ | |/|
| * | Missing @since for 7.4Leif Åstrand2014-12-1814-3/+51
* | | Merge remote-tracking branch 'origin/grid' into 7.4Artur Signell2014-12-182-9/+43
|\ \ \ | | |/ | |/|
| * | Fix ClickableRenderers to use CellReferences (#13334)Teemu Suo-Anttila2014-12-182-9/+43
* | | Merge remote-tracking branch 'origin/master' into 7.4Artur Signell2014-12-184-29/+74
|\ \ \ | | |/ | |/|
| * | Fix inconsistencies in CheckBox clear and isEmpty (#14755)Artur Signell2014-12-182-0/+59
| * | Minor declarative API improvement (#7749)Artur Signell2014-12-182-29/+15
* | | Merge remote-tracking branch 'origin/grid' into 7.4Artur Signell2014-12-1839-67/+10490
|\ \ \ | |/ / |/| / | |/
| * Fix server selection firing multiple events on client select (#13334)Teemu Suo-Anttila2014-12-172-27/+260
| * Change "editor row" to just "editor" in method names and javadoc (#13334)Johannes Dahlström2014-12-172-108/+118
| * Move SortDirection from grid package to data package (#13334)Teemu Suo-Anttila2014-12-175-5/+6
| * Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-12-1710-217/+311
| |\
| * | GeneratedPropertyContainer returns the original containerHenrik Paul2014-12-151-0/+9
| * | Fixes removing Widgets from Grid header/footerTeemu Suo-Anttila2014-12-121-1/+10
| * | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-12-122-13/+66
| |\ \
| * | | Refactor Grid client side package structure (#13334)Teemu Suo-Anttila2014-12-122-2/+2
| * | | Rename SelectionChangeEvent and SortOrderChangeEvent (#13334)Teemu Suo-Anttila2014-12-126-87/+74
| * | | Split CellStyleGenerator into separate cell and row style generatorsArtur Signell2014-12-122-27/+222
| * | | Add expand and min/max width for GridColumns (#13334)Henrik Paul2014-12-121-0/+135
| * | | Refactor server-side editor row to work in real(er) cases (#13334)Leif Åstrand2014-12-124-218/+114
| * | | Remove unnecessary @since and @author JavaDoc markings (#13334)Teemu Suo-Anttila2014-12-121-15/+0
| * | | Remove SortEventOriginator and replace it with a boolean (#13334)Teemu Suo-Anttila2014-12-122-17/+15
| * | | Merge remote-tracking branch 'origin/master' into gridArtur Signell2014-12-1248-218/+913
| |\ \ \
| * | | | Columns can now have subpixel accuracy widths (#13334)Henrik Paul2014-12-122-9/+8
| * | | | Do not prefix generated styles (#13334)Artur Signell2014-12-121-4/+0
| * | | | Make AbstractRemoteDataSource easier to use (#13334)Leif Åstrand2014-12-121-31/+34
| * | | | Move Sort related helpers and events to correct packages (#13334)Teemu Suo-Anttila2014-12-1210-122/+128
| * | | | Make SelectionChangeEvent general and move it to event packacge (#13334)Teemu Suo-Anttila2014-12-116-91/+50
| * | | | Move server-side SelectionModels inside Grid (#13334)Teemu Suo-Anttila2014-12-118-676/+577
| * | | | Remove editor row discard methods; rename "commit" to "save" (#13334)Johannes Dahlström2014-12-111-24/+8
| * | | | Move Renderers to com.vaadin.ui.renderer package (#13334)Teemu Suo-Anttila2014-12-1113-18/+18
| * | | | Fix selecting logic of SingleSelectionModel API (#13334)Teemu Suo-Anttila2014-12-115-28/+169
| * | | | Split and capitalize header captions by defaultArtur Signell2014-12-103-40/+10
| * | | | Add sanity checking to server side selection models (#13334)Teemu Suo-Anttila2014-12-105-7/+51
| * | | | Render empty cell instead of stopping rendering if a converter is missingArtur Signell2014-12-102-6/+22
| * | | | Flattening server-side EditorRow API (#13334)Leif Åstrand2014-12-102-500/+426
| * | | | Add Grid.addRow (#13334)Leif Åstrand2014-12-094-14/+344
| * | | | Allow limiting server-side selection size (#13334)Leif Åstrand2014-12-092-83/+158
| * | | | Add getColumns function to Grid (#13334)Teemu Suo-Anttila2014-12-082-21/+47
| * | | | Add select all / select none checkbox to SelectionColumn (#13334)Teemu Suo-Anttila2014-12-081-0/+7
| * | | | Fix appendHeaderRow and appendFooterRow JavaDoc (#13334)Teemu Suo-Anttila2014-12-081-9/+8
| * | | | Avoid non-fatal server-side assertions from selection tests (#13334)Leif Åstrand2014-12-061-2/+7
| * | | | Refactor frozen column API (#13334)Leif Åstrand2014-12-052-77/+39
| * | | | Remove Column visibility setting from server side (#13334)Teemu Suo-Anttila2014-12-054-57/+18
| * | | | Fix Java 8 compatibilityJouni Koivuviita2014-12-041-2/+2