aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Fix PROGRESSBAR_POINT typo (#14502)Leif Åstrand2014-08-281-1/+1
| | * Ignore files from the classpath for scss cache timestamps (#14506)Leif Åstrand2014-08-271-3/+13
| | * LayoutClickListener test rewrite from TB2Heikki Ohinmaa2014-08-273-270/+213
| | * Update TabsheetState.tabs to be declared as List (#14512)Leif Åstrand2014-08-271-1/+2
| | * Fixed creation of "appError" json object with nullable url (#8942)Taras Hupalo2014-08-271-1/+5
| | * Add theme class name in init to prevent delay for embedded apps (#14517)Artur Signell2014-08-271-0/+4
| | * Dev mode launch based on Super Dev Mode launch (#14443)Artur Signell2014-08-271-17/+12
| | * Log theme loading error when it happens and not later (#14517)Artur Signell2014-08-271-2/+2
| | * Fix super dev mode launch (#14443)Artur Signell2014-08-272-16/+10
| | * Remove debug loggingArtur Signell2014-08-261-4/+0
| | * replaced all org.json.* usages with elemental.json.* (#8942)Taras Hupalo2014-08-2645-511/+510
| | * Handle all native events in preview handler for Combobox popup (#14321).Denis Anisimov2014-08-263-0/+161
| | * Postpone shortcut action handler initialization in PopupView (#14275).Denis Anisimov2014-08-253-9/+204
| | * Make getMouseEvent() method available in the TargetDetailsImpl (#13416).Denis Anisimov2014-08-259-10/+380
| | * Improve the selection tab algorithm after removing the selected tabBogdan Udrescu2014-08-253-0/+237
| | * Remove defunct __gwt_historyFrame (#11560)Leif Åstrand2014-08-251-8/+0
| | * CalendarNotifications test rewriteHeikki Ohinmaa2014-08-254-41/+289
| | * Enable assertions in widgetsets built with ide.xml (#14431)Johannes Dahlström2014-08-221-3/+7
* | | 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