summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Fix Grid client side column adding functions to return columns (#13334)Teemu Suo-Anttila2014-12-101-2/+7
| * | | | Fix broken import (#13334)Leif Åstrand2014-12-101-0/+1
| * | | | Add Grid.addRow (#13334)Leif Åstrand2014-12-096-14/+438
| * | | | Move GridElement to appropriate package (#13334)Teemu Suo-Anttila2014-12-0922-26/+33
| * | | | Allow limiting server-side selection size (#13334)Leif Åstrand2014-12-093-83/+178
| * | | | Make client side grid column API fluid (#13334)Teemu Suo-Anttila2014-12-091-5/+19
| * | | | Add getColumns function to Grid (#13334)Teemu Suo-Anttila2014-12-082-21/+47
| * | | | Prevent drag select when right clicking (#13334)Teemu Suo-Anttila2014-12-081-1/+2
| * | | | Add select all / select none checkbox to SelectionColumn (#13334)Teemu Suo-Anttila2014-12-0810-12/+296
| * | | | Continue rendering after exception (#13334)Leif Åstrand2014-12-083-49/+153
| * | | | Move Grid related renderer to com.vaadin.client.connectors (#13334)Henrik Paul2014-12-0816-65/+73
| * | | | Flatten Header and Footer API into client-side Grid (#13334)Teemu Suo-Anttila2014-12-087-903/+1135
| * | | | Rename SortEventHandler to better match GWT conventions (#13334)Teemu Suo-Anttila2014-12-086-15/+15
| * | | | Fixes some errors in Runo/Reindeer (#13334)Henrik Paul2014-12-0815-36/+40
| * | | | Properly destroy and init cells when changing column order (#13334)Leif Åstrand2014-12-083-5/+41
| * | | | Fix appendHeaderRow and appendFooterRow JavaDoc (#13334)Teemu Suo-Anttila2014-12-081-9/+8
| * | | | Show better feedback if renderer connector is not parameterized (#13334)Leif Åstrand2014-12-071-5/+18
| * | | | Avoid non-fatal server-side assertions from selection tests (#13334)Leif Åstrand2014-12-061-2/+7
| * | | | Refactor frozen column API (#13334)Leif Åstrand2014-12-0510-162/+135
| * | | | Remove Column visibility setting from client side (#13334)Teemu Suo-Anttila2014-12-057-267/+27
| * | | | Remove Column visibility setting from server side (#13334)Teemu Suo-Anttila2014-12-057-105/+52
| * | | | Adds stylable corner boxes for the footer and header (#13334)Henrik Paul2014-12-052-0/+49
| * | | | Updates styles for Grid editor row in Valo (ticket #13334).anezthes2014-12-058-102/+563
| * | | | Fix Java 8 compatibilityJouni Koivuviita2014-12-041-2/+2
| * | | | Add server-side CellStyleGenerator (#13334)Leif Åstrand2014-12-046-2/+327
| * | | | Hardens the logic in Escalator scrolling (#13334)Henrik Paul2014-12-043-3/+19
| * | | | Rename method to be consistent with Container.Viewer (#13334)Artur Signell2014-12-047-24/+24
| * | | | Add client-side CellStyleGenerator (#13334)Leif Åstrand2014-12-043-18/+329
| * | | | Allow setting style name for header/footer rows (#7225)Artur Signell2014-12-047-24/+147
| * | | | Extend addColumn to support arbitrary data types (#13334)Teemu Suo-Anttila2014-12-042-4/+21
| * | | | Fix addColumn to function correctly with non-default container (#13334)Teemu Suo-Anttila2014-12-043-14/+107
| * | | | Rename row key parameter for consistency (#13334)Leif Åstrand2014-12-031-3/+3
| * | | | Fix Escalator testing with assert enabled on PhantomJS (#13334)Teemu Suo-Anttila2014-12-038-59/+73
| * | | | Use consistent stylenames for zebra striping in valo (#13334)Leif Åstrand2014-12-031-9/+9
| * | | | Add column add and remove functionality to Grid (#13334)Teemu Suo-Anttila2014-12-033-54/+164
| * | | | Fix isOrHasChild check with null parameter in Escalator (#13334)Teemu Suo-Anttila2014-12-021-1/+1
| * | | | Allow setting style names for header and footer cells (#7225)Artur Signell2014-12-017-3/+271
| * | | | Make Grid.Column API setters fluid (#13334)Teemu Suo-Anttila2014-12-017-49/+74
| * | | | Clarify Header/Footer addRow(index) JavaDoc (#13334)Teemu Suo-Anttila2014-12-012-3/+8
| * | | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-11-2845-528/+953
| |\ \ \ \
| * | | | | Removing more than pageful in Escalator doesn't break anymore (#13334)Henrik Paul2014-11-274-7/+198
| * | | | | Adds a themeable background element for horizontal scrollbar (#13334)Henrik Paul2014-11-272-0/+27
| * | | | | Changes Escalator.tableWrapper into a DivElement (#13334)Henrik Paul2014-11-271-2/+3
| * | | | | Flatten Header and Footer API to be part of Grid API (#13334)Teemu Suo-Anttila2014-11-275-169/+425
| * | | | | Changes hard-coded selection column width to suit Valo better (#13334)Henrik Paul2014-11-261-1/+1
| * | | | | Move Grid to com.vaadin.ui package (#13334)Teemu Suo-Anttila2014-11-2639-3248/+3142
| * | | | | Fix removing a merged property from headers and footers (#13334)Teemu Suo-Anttila2014-11-251-1/+5
| * | | | | Rename a variable in GridStaticSection (#13334)Teemu Suo-Anttila2014-11-251-6/+6
| * | | | | Fix subparts for merged cells (#13334)Teemu Suo-Anttila2014-11-257-25/+77
| * | | | | Fix Grid server-side header merging and setup (#13334)Teemu Suo-Anttila2014-11-2511-122/+253