summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Implement commit/discard functionality for editor row (#13334)Johannes Dahlström2014-09-193-5/+128
* Implement Vaadin-specific editor row bind/cancel handling (#13334)Johannes Dahlström2014-09-191-8/+75
* Scroll editor row horizontally along with the rest of grid (#13334)Johannes Dahlström2014-09-191-0/+20
* Fixes an assumption bug with EditorRow (#13334)Henrik Paul2014-09-173-8/+19
* Fix Grid active cell navigation with colspans (#13334)Teemu Suo-Anttila2014-09-161-1/+1
* Fix client-side StaticRow to use GridColumn instead of index (#13334)Teemu Suo-Anttila2014-09-163-103/+107
* Prevent dispatching GridKeyEvents when target is not grid (#13334)Teemu Suo-Anttila2014-09-154-23/+28
* Fixes Escalator's assertion error regarding scroll position (#13334)Henrik Paul2014-09-121-0/+39
* Implement data binding and edit cancel mechanism for editor row (#13334)Johannes Dahlström2014-09-113-8/+114
* Implement client-side editor row widget binding (#13334)Johannes Dahlström2014-09-094-8/+130
* Fixes exception while hiding the last Grid column (#13334)Henrik Paul2014-09-091-1/+17
* Fix and unify multi-column sorting behavior (#13334)Patrik Lindström2014-09-091-97/+88
* Fixes Escalator's insertColumns and removeColumns (#13334)Henrik Paul2014-09-092-104/+97
* Adjust active cell on body row add/remove (#13334)Teemu Suo-Anttila2014-09-091-0/+53
* Fixes a missing/superfluous row in column modifications (#13334)Henrik Paul2014-09-091-3/+17
* Pass editor row enabled state in shared state (#13334)Johannes Dahlström2014-09-091-0/+4
* Fix ActiveCellHandler colspan support in headers and footers (#13334)Teemu Suo-Anttila2014-09-081-48/+69
* Make Grid call ComplexRenderer.onActivate when needed (#13334)Teemu Suo-Anttila2014-09-082-29/+56
* Removes confusing "rowContainers" array (#13334)Henrik Paul2014-09-081-13/+10
* Use correct function for adding HeaderKeyUpHandler (#13334)Teemu Suo-Anttila2014-09-041-1/+1
* Optimizes adding and removing of columns (#13334)Henrik Paul2014-09-031-38/+36
* Merge "Merge remote-tracking branch 'origin/master' into grid" into gridHenrik Paul2014-09-0311-255/+435
|\
| * Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-09-0311-255/+435
| |\
| | * Keyboard scrolling in multiselection mode fixed (#14094)mtzukanov2014-09-021-30/+20
| | * Add SubPart support to VaadinFinderLocatorStrategy (#13980)Teemu Suo-Anttila2014-09-023-6/+34
| | * Table handles both onMouseDown and onMouseUp events (#14347)Guillermo Alvarez2014-09-011-99/+188
| | * Fix GridLayout layout issue with empty rows above a component (#14554)Artur Signell2014-08-301-2/+4
| | * Output legacy locators for TestBench Recorder (#14102).Mika Murtojarvi2014-08-292-94/+114
| | * Update DateCellDayEvent size on updateSizes in Connector (#13233).Denis Anisimov2014-08-291-9/+21
| | * Add theme class name in init to prevent delay for embedded apps (#14517)Artur Signell2014-08-271-0/+4
| | * Log theme loading error when it happens and not later (#14517)Artur Signell2014-08-271-2/+2
| | * Remove debug loggingArtur Signell2014-08-261-4/+0
| | * Handle all native events in preview handler for Combobox popup (#14321).Denis Anisimov2014-08-261-0/+2
| | * Postpone shortcut action handler initialization in PopupView (#14275).Denis Anisimov2014-08-251-9/+46
* | | Add handler adding functions for all GridKeyEvents (#13334)Teemu Suo-Anttila2014-09-032-41/+100
|/ /
* | Add keyboard sorting controls (#13334)Patrik Lindström2014-09-022-5/+71
* | 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-011-0/+3
* | Scroll non-visible rows to view when opened for editing (#13334)Johannes Dahlström2014-09-013-16/+31
* | Refactor Grid event handling (#13334)Johannes Dahlström2014-09-011-17/+26
* | Initial client-side editor row implementation (#13334)Johannes Dahlström2014-08-293-35/+309
* | ScrollbarBundle, Escalator and Grid fire Scroll events (#13334)Henrik Paul2014-08-2819-45/+224
* | 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
* | Remove type parameters from GridKeyEvents (#13334)Teemu Suo-Anttila2014-08-2615-41/+40
* | 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-2269-0/+16213
|\ \ | |/ |/|
| * Implement selection with keyboard (#13334)Teemu Suo-Anttila2014-08-213-0/+80