Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | Don't pass null to TableXyzElement.as when changing stylename (#13334) | Leif Åstrand | 2014-11-24 | 1 | -4/+5 | |
| * | | | | | | | | Prevent page scroll on space select (#13334) | Teemu Suo-Anttila | 2014-11-24 | 1 | -0/+3 | |
| * | | | | | | | | Adds naïve zebra striping to Grid (#13334) | Henrik Paul | 2014-11-21 | 1 | -2/+8 | |
| * | | | | | | | | Fix client headers to return same cell for all merged columns (#13334) | Teemu Suo-Anttila | 2014-11-21 | 2 | -22/+37 | |
| * | | | | | | | | Prevent sorting if column is not sortable (#13334) | Teemu Suo-Anttila | 2014-11-19 | 1 | -0/+4 | |
| * | | | | | | | | Fix clicks in Grid but outside of table elements (#13334) | Teemu Suo-Anttila | 2014-11-19 | 2 | -12/+20 | |
| * | | | | | | | | Merge remote-tracking branch 'origin/master' into grid | Teemu Suo-Anttila | 2014-11-14 | 26 | -253/+446 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Make ImageRenderers emit click events (#13334) | Johannes Dahlström | 2014-11-13 | 7 | -138/+252 | |
| * | | | | | | | | | Fix NPE in GridColumn when set sortable before adding to Grid (#13334) | Teemu Suo-Anttila | 2014-11-11 | 1 | -1/+3 | |
| * | | | | | | | | | Fixes property change events after first render (#13334) | Henrik Paul | 2014-11-06 | 3 | -38/+72 | |
| * | | | | | | | | | Adds the ability for Escalator to resize a column "to fit" (#13334) | Henrik Paul | 2014-11-05 | 2 | -3/+89 | |
| * | | | | | | | | | Column remove/insertion doesn't refresh the entire row (#13334) | Henrik Paul | 2014-11-05 | 3 | -35/+121 | |
| * | | | | | | | | | Renames "active cell" to "cell focus" or "focused cell" (#13334) | Henrik Paul | 2014-10-29 | 13 | -207/+217 | |
| * | | | | | | | | | Removes code-warnings (#13334) | Henrik Paul | 2014-10-28 | 1 | -10/+10 | |
| * | | | | | | | | | Adds hints to related methods in GridStaticSection (#13334) | Henrik Paul | 2014-10-28 | 1 | -0/+20 | |
| * | | | | | | | | | Drag selection now selects all rows in between two frames (#13334) | Henrik Paul | 2014-10-28 | 1 | -43/+87 | |
| * | | | | | | | | | Removes getter for DataSource in SortEvent (#13334) | Henrik Paul | 2014-10-28 | 1 | -9/+0 | |
| * | | | | | | | | | Fixes exception when dragging on cells in Chrome (#13334) | Henrik Paul | 2014-10-24 | 1 | -1/+34 | |
| * | | | | | | | | | Fixes an issue with onUnload() (#13334) | Henrik Paul | 2014-10-23 | 1 | -10/+25 | |
| * | | | | | | | | | Fix RpcDataSource to use RPC for row pins/unpins (#13334) | Teemu Suo-Anttila | 2014-10-22 | 4 | -114/+75 | |
| * | | | | | | | | | Add constructor with header text for client side GridColumn (#13334) | Teemu Suo-Anttila | 2014-10-22 | 2 | -7/+88 | |
| * | | | | | | | | | removes unused import (#13334) | Henrik Paul | 2014-10-21 | 1 | -1/+0 | |
| * | | | | | | | | | REST-like data source use case. (#13334) | Henrik Paul | 2014-10-20 | 2 | -15/+22 | |
| * | | | | | | | | | Restructures Escalator method hierarchy (#13334) | Henrik Paul | 2014-10-20 | 1 | -8/+13 | |
| * | | | | | | | | | Fix EditorRow event handling (#13334) | Teemu Suo-Anttila | 2014-10-20 | 1 | -7/+15 | |
| * | | | | | | | | | Use non-deprecated GWT DateTimeFormat (#13334) | Johannes Dahlström | 2014-10-20 | 1 | -4/+4 | |
| * | | | | | | | | | Fixes an issue with active cell and data insertion (#13334) | Henrik Paul | 2014-10-20 | 1 | -11/+14 | |
| * | | | | | | | | | Add default text renderer and empty constructor to GridColumns (#13334) | Teemu Suo-Anttila | 2014-10-20 | 1 | -6/+55 | |
| * | | | | | | | | | Add isUserOriginated to SortOrderChangeEvents (#13334) | Teemu Suo-Anttila | 2014-10-16 | 1 | -7/+16 | |
| * | | | | | | | | | Merge remote-tracking branch 'origin/master' into grid | Teemu Suo-Anttila | 2014-10-16 | 15 | -155/+199 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Clarifies client-side exceptions relating to Columns (#13334) | Henrik Paul | 2014-10-15 | 1 | -3/+32 | |
| * | | | | | | | | | | Add DataSource .indexOf() functionality (#13334) | Teemu Suo-Anttila | 2014-10-09 | 3 | -25/+59 | |
| * | | | | | | | | | | Add convenience methods to EditorRowHandler (#13334) | Johannes Dahlström | 2014-10-09 | 3 | -42/+91 | |
| * | | | | | | | | | | Implement ImageRenderer (#13334) | Johannes Dahlström | 2014-10-09 | 2 | -0/+83 | |
| * | | | | | | | | | | Add refresh function to RowHandle for informing data updates (#13334) | Teemu Suo-Anttila | 2014-10-07 | 3 | -0/+26 | |
| * | | | | | | | | | | Move utility methods from Grid to new class GridUtil (#13334) | Johannes Dahlström | 2014-10-07 | 4 | -33/+65 | |
| * | | | | | | | | | | Implement Vaadin-specific editor row commit/discard handling (#13334) | Johannes Dahlström | 2014-10-07 | 1 | -34/+53 | |
| * | | | | | | | | | | Implement ButtonRenderer (#13334) | Johannes Dahlström | 2014-10-07 | 4 | -1/+253 | |
| * | | | | | | | | | | Fix AbstractRemoteDataSource always inform data availability (#13334) | Teemu Suo-Anttila | 2014-10-07 | 1 | -0/+3 | |
| * | | | | | | | | | | Moves AbstractRowContainer.refreshRows (#13334) | Henrik Paul | 2014-10-07 | 1 | -30/+34 | |
| * | | | | | | | | | | Grid now supports bare ItemSetChangeEvents (#13334) | Henrik Paul | 2014-10-03 | 4 | -0/+45 | |
| * | | | | | | | | | | Reworks the datasource size logic (#13334) | Henrik Paul | 2014-10-03 | 2 | -26/+8 | |
| * | | | | | | | | | | Fixes a race condition in Escalator's scrolling (#13334) | Henrik Paul | 2014-10-03 | 2 | -46/+3 | |
| * | | | | | | | | | | Renames "estimated size" to a more definite "size" (#13334) | Henrik Paul | 2014-10-02 | 5 | -22/+22 | |
| * | | | | | | | | | | Add support for Grid column reordering (#13334) | Teemu Suo-Anttila | 2014-10-02 | 2 | -54/+88 | |
| * | | | | | | | | | | Grid's client selection model is now the same as server-side (#13334) | Henrik Paul | 2014-10-01 | 1 | -1/+1 | |
| * | | | | | | | | | | De-genericize clientside NumberRenderer (#13334) | Johannes Dahlström | 2014-09-30 | 1 | -1/+1 | |
| * | | | | | | | | | | Fix indexing issues when removing Grid columns (#13334) | Teemu Suo-Anttila | 2014-09-30 | 2 | -10/+13 | |
| * | | | | | | | | | | Add convenience constructors to client-side Date+NumberRenderer (#13334) | Johannes Dahlström | 2014-09-29 | 2 | -3/+22 | |
| * | | | | | | | | | | Map row data with column ids instead of using an array (#13334) | Teemu Suo-Anttila | 2014-09-26 | 1 | -16/+3 |