summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| * | Merge branch 'master' into grid-7.5Pekka Hyvönen2015-04-173-15/+73
| |\ \
| * | | Calculate Grid sidebar button height when closed #17412Pekka Hyvönen2015-04-161-0/+22
| * | | Move details row decorators out of spacers td #17423Pekka Hyvönen2015-04-153-134/+145
| * | | Merge remote-tracking branch 'origin/master' into grid-7.5Teemu Suo-Anttila2015-04-1528-467/+1109
| |\ \ \
| * | | | Use MenuBar in Grid's sidebar for column hiding #17332Pekka Hyvönen2015-04-091-64/+135
| * | | | Merge branch 'grid-7.5' of ssh://dev.vaadin.com:29418/vaadin into grid-7.5Markus Koivisto2015-04-081-4/+50
| |\ \ \ \
| | * | | | Escalator tries to hide out-of-sight spacers from the user (#17353)Henrik Paul2015-04-081-4/+50
| * | | | | Merge branch 'master' into grid-7.5Markus Koivisto2015-04-081-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Escalator now reorders also spacers in DOM (#17334)Henrik Paul2015-04-081-8/+45
| * | | | | No unnecessary detail-request RPCs (#17367)Henrik Paul2015-04-021-4/+7
| * | | | | Adds theme to details in Grid (#16644)Jouni Koivuviita2015-04-012-39/+167
| * | | | | Take hidden columns into account with spanned cells #17287Pekka Hyvönen2015-03-311-13/+32
| * | | | | API for column hiding toggle caption in Grid (#17272)Pekka Hyvönen2015-03-312-11/+42
| * | | | | Merge remote-tracking branch 'origin/master' into grid-7.5Henrik Paul2015-03-3111-136/+227
| |\ \ \ \ \
| * | | | | | Server Grid.scrollToRow takes details into account (#17270)Henrik Paul2015-03-312-11/+152
| * | | | | | Moves DragAndDropHandler from Grid to separate classPekka Hyvönen2015-03-302-223/+242
| * | | | | | Client Grid.scrollToRow takes details into account (#17270)Henrik Paul2015-03-272-7/+99
| * | | | | | Update all empty since tags published in alpha1Leif Åstrand2015-03-2614-33/+33
| * | | | | | Fix Grid's frozen column count with hidden columns #17273Pekka Hyvönen2015-03-251-1/+27
| * | | | | | Hide DragAndDropHandler in Grid to make vaadin-widgets compile (#16643)Leif Åstrand2015-03-252-251/+224