aboutsummaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * Support JSR-356 websockets (#16738, #14432)Artur Signell2015-04-021-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
|\|
| * Don't remove frozen columns when columns reordered in Grid #16901Pekka Hyvönen2015-03-311-1/+3
| * Reduce reflows when sizing columns (#17315)Leif Åstrand2015-03-301-38/+72
| * Do proper cleanup in VDragAndDropManager.endDrag(boolean) (#17163)Maciej Przepióra2015-03-291-15/+20
| * Reset index of selected item when it's removed (#17248).Denis Anisimov2015-03-271-1/+4
| * Make Grid update column renderers (#16552)Patrik Lindström2015-03-262-20/+22
| * Use native scrolling in IE on touch devices (#14864)Juho Nurminen2015-03-261-0/+5
| * Disables selection when Grid's editor is open (#17132).Alexey Fansky2015-03-252-0/+14
| * Revert "Make push path configurable (#14432)."Artur Signell2015-03-251-10/+5
| * Fixed scroll jump by using native focusing in IE (#15294)Johannes Tuikkala2015-03-241-0/+8
| * Fix Table column header sorting on Chrome (#14796)Anna Miroshnik2015-03-242-40/+60
| * Fix declarative support for CustomLayout (#17210)Johannes Dahlström2015-03-241-10/+12
| * Use special logic for allocating selection col widths (#17091)Leif Åstrand2015-03-201-2/+3
* | 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
* | Fixes edge case in null details generation for Grid (#17274)Henrik Paul2015-03-251-6/+22
* | Avoid using VButton because of vaadin-widgets dependencies (#17023)Leif Åstrand2015-03-251-3/+2
* | Adds Escalator.scrollToSpacer (#17270)Henrik Paul2015-03-251-40/+119
* | Fixes Grid column reordering for IE8 (#17023)Pekka Hyvönen2015-03-231-17/+8
* | Merge remote-tracking branch 'origin/master' into grid-7.5Leif Åstrand2015-03-236-329/+250
|\|
| * Make UIConnector.replaceTheme() and UIConnector.activateTheme() protected #17235John Ahlroos2015-03-201-3/+5
| * Revert "Displaying tooltip in slot for touch devices (#15353)" (#17151)Leif Åstrand2015-03-172-125/+19
| * Sanitize connectors for PopupDateField and DateField. (#17090)Sauli Tähkäpää2015-03-173-201/+226
* | Grid column hiding info from client to server #(17023)Pekka Hyvönen2015-03-223-9/+65
* | Disable Sidebar API access since it will still be reworked (#17023)Leif Åstrand2015-03-201-2/+2
* | Fixes several issues with hidden columns in Grid (#17023)Pekka Hyvönen2015-03-204-47/+116
* | Fix various small issues discovered while reviewing APILeif Åstrand2015-03-205-8/+6
* | Restructure sidebar widget handling to work with custom content (#17023)Leif Åstrand2015-03-201-62/+67
* | Removes unnecessary todo logging (#16644)Henrik Paul2015-03-191-17/+0
* | Merge remote-tracking branch 'origin/grid-detailsrow' into grid-7.5Henrik Paul2015-03-195-11/+280
|\ \
| * | Adds details generator swap support for Grid (#16644)Henrik Paul2015-03-182-15/+22
| * | Fixes a bug when scrolling a Grid with details open (#16644)Henrik Paul2015-03-183-16/+53
| * | Grid's Details can now be Components (#16644)Henrik Paul2015-03-172-6/+149
| * | Server side Grid can open details on the client side (#16644)Henrik Paul2015-03-174-6/+81
* | | Adds server side column hiding API to Grid (#17023)Henrik Paul2015-03-191-0/+4
* | | Merge remote-tracking branch 'origin/grid-columnhiding' into grid-7.5Pekka Hyvönen2015-03-191-8/+296
|\ \ \