aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Add handler adding functions for all GridKeyEvents (#13334)Teemu Suo-Anttila2014-09-033-50/+109
|/ /
* | Add keyboard sorting controls (#13334)Patrik Lindström2014-09-024-7/+159
* | Fix MultiSelectionRenderer call for transactionPin (#13334)Teemu Suo-Anttila2014-09-021-6/+9
* | Lock vertical scrolling while editor row is open (#13334)Johannes Dahlström2014-09-012-0/+10
* | Scroll non-visible rows to view when opened for editing (#13334)Johannes Dahlström2014-09-014-19/+42
* | Refactor Grid event handling (#13334)Johannes Dahlström2014-09-011-17/+26
* | Tests vScroll behavior in row-amount border cases (#13334)Henrik Paul2014-08-293-24/+55
* | Initial client-side editor row implementation (#13334)Johannes Dahlström2014-08-297-35/+387
* | ScrollbarBundle, Escalator and Grid fire Scroll events (#13334)Henrik Paul2014-08-2820-57/+267
* | Fix GridBasicFeatures to use correct property IDsTeemu Suo-Anttila2014-08-281-25/+7
* | Remove widget attach/detach logging from Grid (#13334)Teemu Suo-Anttila2014-08-281-4/+0
* | Fix ActiveCellHandler scrolling to frozen columns (#13334)Teemu Suo-Anttila2014-08-271-1/+6
* | Fixes an occasional synchronization problem with duplicate updates (#13334)Henrik Paul2014-08-271-1/+1
* | Server-side editor row (#13334)Henrik Paul2014-08-273-0/+628
* | Remove type parameters from GridKeyEvents (#13334)Teemu Suo-Anttila2014-08-2616-61/+59
* | Fix Grid Footer to be visible by default (#13334)Teemu Suo-Anttila2014-08-263-7/+4
* | Fixes "add first row" action (#13334)Henrik Paul2014-08-261-2/+20
* | Fix server side HeaderCell.setHtml() (#13334)Teemu Suo-Anttila2014-08-261-3/+5
* | Adds the ability to lock the scroll direction of the Escalator (#13334)Henrik Paul2014-08-252-1/+104
* | Don't pass null to TableRowElement.as (#13334)Leif Åstrand2014-08-221-3/+3
* | Merge branch 'master' into gridLeif Åstrand2014-08-22173-25/+31603
|\ \ | |/ |/|
| * Implement selection with keyboard (#13334)Teemu Suo-Anttila2014-08-214-0/+108
| * Removed unused deprecated fields #13334John Ahlroos2014-08-211-12/+0
| * Added PAGEUP/PAGEDOWN/HOME/END keyboard navigation #13334John Ahlroos2014-08-212-26/+129
| * Add event originator information to Sort Events (#13334)Patrik Lindström2014-08-219-25/+142
| * Implement KeyEvents for Grid (#13334)Teemu Suo-Anttila2014-08-2018-10/+834
| * Add DataAvailableEvent and handler for it (#13334)Teemu Suo-Anttila2014-08-208-11/+163
| * Separate GridBasicFeature tests into client and server subpackagesTeemu Suo-Anttila2014-08-2015-23/+37
| * Merge remote-tracking branch 'origin/master' into gridJohn Ahlroos2014-08-2042-530/+954
| |\
| * | Fixes disappearing scrollbar bug (#13334)Henrik Paul2014-08-191-7/+14
| * | Sending a drag select over the wire in a batch (#13334)Henrik Paul2014-08-1911-56/+400
| * | Removed SortableColumnHeaderRenderer #13334John Ahlroos2014-08-194-321/+260
| * | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-08-1978-1175/+3507
| |\ \
| * | | Stopping scrollbars from obscuring cell click events (#13334)Henrik Paul2014-08-141-2/+33
| * | | Replaced a lot of Element instances with their more concrete interfaces (#13334)Henrik Paul2014-08-135-119/+131
| * | | Change the Grid body EscalatorUpdater to a named inner class (#13334)Johannes Dahlström2014-08-131-140/+156
| * | | Removes the unused Escalator reference from FlyweightRow and FlyweightCell (#...Henrik Paul2014-08-124-29/+7
| * | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-08-1243-1438/+1817
| |\ \ \
| * | | | Fix header and footer offset when selection column is present (#13334)Teemu Suo-Anttila2014-08-111-5/+5
| * | | | Ensure primary stylenames are correct #13334John Ahlroos2014-08-117-41/+254
| * | | | Merge remote-tracking branch 'origin/master' into gridJohn Ahlroos2014-08-1137-356/+1258
| |\ \ \ \
| * | | | | Fix Grid SubPart API to allow finding body element (#13334)Teemu Suo-Anttila2014-08-081-1/+1
| * | | | | Re-fixes "remove all rows" bug without breaking unit tests (#13334)Henrik Paul2014-08-082-7/+3
| * | | | | Fixes copyright headers in shared package (#13334)Henrik Paul2014-08-0811-11/+11
| * | | | | Merge remote-tracking branch 'origin/master' into gridJohn Ahlroos2014-08-07237-2918/+6914
| |\ \ \ \ \
| * | | | | | Remove unnecessary compareScreen from GridStaticSectionComponentTestTeemu Suo-Anttila2014-08-071-2/+0
| * | | | | | Add server side support for Components in Headers and Footers (#13334)Teemu Suo-Anttila2014-08-0711-40/+354
| * | | | | | Support HTML and Widgets in header/footer cells #13334John Ahlroos2014-08-0710-57/+460
| * | | | | | Take hidden columns into account when calculating colspan #13334John Ahlroos2014-08-077-11/+180
| * | | | | | Fixes removing all rows causing javascript error #13334John Ahlroos2014-08-073-0/+25