summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* On progr. editor open, focus target cell if Grid had focus prior7.6.0.alpha1Teppo Kurki2015-06-031-2/+16
* Update editor overlay position on Grid resizeTeppo Kurki2015-06-021-0/+5
* Don't open Grid editor from header or footerJohannes Dahlström2015-06-021-4/+4
* Merge remote-tracking branch 'origin/master' into grid-unbuffered-editorTeemu Suo-Anttila2015-06-0126-137/+676
|\
| * Ensure method and property names are capitalized using English locale (#13389)Artur Signell2015-05-291-7/+2
| * Add @since 7.5Mika Murtojarvi2015-05-293-8/+8
| * Input prompt shouldn't get set when input has focus (#18027)Anna Koskinen2015-05-281-1/+6
| * Adds a textual null representation to Grid renderers(#16560)7.5.0.beta2Ilia Motornyi2015-05-282-3/+12
| * Focus the field in the the active cell when manually opening Grid editorJohannes Dahlström2015-05-281-20/+70
| * Show declarative output for component selected in debug window (#17960)Artur Signell2015-05-287-19/+138
| * Backport a resynchronization fix for 7.5 (#15405)Artur Signell2015-05-281-5/+26
| * Select all checkbox when pressing space on the cell (#16685)Artur Signell2015-05-271-1/+19
| * Add class name for not editable editor cells (#18021)Teemu Suo-Anttila2015-05-271-0/+3
| * Fix Grid client-side event support (#17986)Teemu Suo-Anttila2015-05-273-6/+90
| * Use GWT.create instead of new in Grid client-side (#18011)Teemu Suo-Anttila2015-05-261-3/+3
| * Update active tab index when overriding selection (#15274)Leif Åstrand2015-05-261-0/+1
| * Only sort when enter is pressed on default header (#16732)Artur Signell2015-05-251-3/+6
| * Add pointer to new location for methods moved to WidgetUtil (#17952)Leif Åstrand2015-05-221-0/+201
| * Fix adding a column to Table and immediately changing its size (#17927)Teemu Suo-Anttila2015-05-211-9/+8
| * Ensure VDebugWindow.get() always returns the real instance (#17871)Leif Åstrand2015-05-192-3/+3
| * Wrong floating element pos. on DND column reorder Grid #17693Pekka Hyvönen2015-05-151-8/+10
| * Make FormLayout work with HTML captions (#17143)Leif Åstrand2015-05-151-8/+12
| * Don't show loading spinner if there are no tabs (#15241)Leif Åstrand2015-05-131-1/+0
| * Fixes regression in Notifications and tests (#14872)Pekka Hyvönen2015-05-132-5/+22
| * Add missing JavaDoc for Escalator.SubPartArguments (#17814)Teemu Suo-Anttila2015-05-121-0/+6
| * Fix Grid and Escalator accessing of SubPartArgumentsTeemu Suo-Anttila2015-05-122-6/+2
| * Revert "Moved accessibility shortcut handling to server-side. [#14843]"Leif Åstrand2015-05-121-1/+3
| * Add missing @since for 7.5Leif Åstrand2015-05-123-0/+15
* | Unbuffered editor hides notification area if no error msg present.Teppo Kurki2015-05-291-0/+16
* | Allow vertical scroll in unbuffered edit mode.Teppo Kurki2015-05-281-2/+42
* | Let mouse click move editor in unbuffered modeTeppo Kurki2015-05-271-8/+27
* | Add unbuffered editing mode to GridTeppo Kurki2015-05-261-2/+36
* | Add grid editor events (#17451)patrik2015-05-217-1/+323
* | Refactor handling of focus and blur RPC in Connectors (#17917)Johannes Dahlström2015-05-208-181/+121
* | Add focus API to GridJohannes Dahlström2015-05-202-4/+68
* | Refactor focus related server API to class AbstractFocusableJohannes Dahlström2015-05-202-8/+13
|/
* Updated all empty @since tags to be published in 7.5.0Pekka Hyvönen2015-05-114-11/+11
* Fixed Grid crash when rendering first time and no header available (#17412)Pekka Hyvönen2015-05-111-0/+7
* Notification styles should be scoped more eagerly (#14872)Denis Anisimov2015-05-111-6/+19
* Hiding/Unhiding Grid column when details row is open (#17691)Pekka Hyvönen2015-05-061-21/+30
* Fix caption position calculation in GridLayout (#17619)Teemu Pöntelin2015-05-061-14/+9
* Fix enabled handling for DateField and PopupDateField (#17620)Artur Signell2015-05-051-8/+11
* Render CustomLayout properly even if a slot is missing (#17681)Artur Signell2015-05-042-0/+13
* Merge branch 'grid-7.5'Pekka Hyvönen2015-04-3021-557/+5416
|\
| * Details row decorator and border positioning and sizes (#17423)Pekka Hyvönen2015-04-303-31/+159
| * Fixed Grid details row height regression and refactored tests (#17423)Pekka Hyvönen2015-04-271-1/+1
| * Add support for custom Grid sidebar items (#17569)Leif Åstrand2015-04-241-3/+51
| * Fixed theming issues with Grid's Sidebar (#17412)Pekka Hyvönen2015-04-221-0/+14
| * Merge remote-tracking branch 'origin/master' into grid-7.5Teemu Suo-Anttila2015-04-224-74/+79
| |\
| * | Fixed regression and fragile test for Grid.Pekka Hyvönen2015-04-221-1/+1