summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into grid-7.5Pekka Hyvönen2015-04-173-15/+73
|\
| * Keeping MenuItem custom classes when updating styles (#17427)Alexey Fansky2015-04-161-0/+12
| * Fix Grid editor area calculation without scrollbars (#17471)Teemu Suo-Anttila2015-04-161-6/+3
| * Re-showed tab is displayed if there is room for it (#17096)Alexey Fansky2015-04-151-9/+58
* | 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
|\|
| * VConsole logging -> java.util.loggingArtur Signell2015-04-1315-193/+329
| * Prevent opening Table context menu on short tapping on iOS (#15297)Ilya Ermakov2015-04-101-1/+2
| * Grid header should render "the same" after changes to header (#17131)Mikael Grankvist2015-04-101-18/+64
| * Adding a temporary style to VNotification on Chrome >=41 (#17252)Alexey Fansky2015-04-101-1/+8
| * Don't use !important for ColorPicker width in Valo (#17140).Denis Anisimov2015-04-101-0/+16
| * Customizable DnD preview handle strategy in Dnd manager (#10377,#14880).Denis Anisimov2015-04-102-168/+533
| * Grid layout slots should be slot size not slot content size (#17039)Mikael Grankvist2015-04-103-20/+37
| * Set value selected by mouse when pressing Enter in ComboBox (#16981)Ilya Ermakov2015-04-101-44/+6
| * Displaying tooltip on touch devices underneath the field (#17150)Alexey Fansky2015-04-103-22/+114
* | 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
|\|