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