summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Make AbstractRemoteDataSource easier to use (#13334)Leif Åstrand2014-12-124-39/+155
* Remove editor row discard methods; rename "commit" to "save" (#13334)Johannes Dahlström2014-12-113-83/+23
* Flatten client-side EditorRow API (#13334)Johannes Dahlström2014-12-113-13/+124
* Move client-side EditorRow inside Grid (#13334)Johannes Dahlström2014-12-112-423/+392
* Move Renderers to com.vaadin.ui.renderer package (#13334)Teemu Suo-Anttila2014-12-117-7/+7
* Fixes some JavaDoc (#13334)Henrik Paul2014-12-111-16/+25
* Avoid eager cache refresh after insert and remove (#13334)Leif Åstrand2014-12-111-2/+2
* Fix client-side Fluid Sort API Javadoc (#13334)Artur Signell2014-12-101-2/+0
* GridColumns can resize-to-fit. (#13334)Henrik Paul2014-12-104-109/+293
* Introduce GridClickEvents and handlers (#13334)Teemu Suo-Anttila2014-12-108-3/+366
* Remove selection column from single selection model (#13334)Teemu Suo-Anttila2014-12-106-85/+167
* Don't set frozen column count before columns have been updated (#13334)Leif Åstrand2014-12-101-0/+5
* Fix Grid client side column adding functions to return columns (#13334)Teemu Suo-Anttila2014-12-101-2/+7
* Make client side grid column API fluid (#13334)Teemu Suo-Anttila2014-12-091-5/+19
* Prevent drag select when right clicking (#13334)Teemu Suo-Anttila2014-12-081-1/+2
* Add select all / select none checkbox to SelectionColumn (#13334)Teemu Suo-Anttila2014-12-085-1/+165
* Continue rendering after exception (#13334)Leif Åstrand2014-12-081-49/+99
* Move Grid related renderer to com.vaadin.client.connectors (#13334)Henrik Paul2014-12-0812-61/+69
* Flatten Header and Footer API into client-side Grid (#13334)Teemu Suo-Anttila2014-12-085-863/+1105
* Rename SortEventHandler to better match GWT conventions (#13334)Teemu Suo-Anttila2014-12-085-13/+13
* Properly destroy and init cells when changing column order (#13334)Leif Åstrand2014-12-081-4/+8
* Refactor frozen column API (#13334)Leif Åstrand2014-12-053-56/+48
* Remove Column visibility setting from client side (#13334)Teemu Suo-Anttila2014-12-054-164/+27
* Adds stylable corner boxes for the footer and header (#13334)Henrik Paul2014-12-051-0/+38
* Add server-side CellStyleGenerator (#13334)Leif Åstrand2014-12-041-0/+39
* Hardens the logic in Escalator scrolling (#13334)Henrik Paul2014-12-042-2/+2
* Add client-side CellStyleGenerator (#13334)Leif Åstrand2014-12-041-18/+117
* Allow setting style name for header/footer rows (#7225)Artur Signell2014-12-043-14/+47
* Fix Escalator testing with assert enabled on PhantomJS (#13334)Teemu Suo-Anttila2014-12-031-1/+2
* Fix isOrHasChild check with null parameter in Escalator (#13334)Teemu Suo-Anttila2014-12-021-1/+1
* Allow setting style names for header and footer cells (#7225)Artur Signell2014-12-013-3/+45
* Clarify Header/Footer addRow(index) JavaDoc (#13334)Teemu Suo-Anttila2014-12-011-1/+2
* Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-11-285-100/+88
|\
| * One pixel discrepancy in headers and rows border with minimal width (#15118)Sergey Budkin2014-11-272-1/+4
| * Position tooltips in the visible area (#15129).Anna Miroshnik2014-11-261-2/+21
| * Don't iterate all connectors for unregistering (#14714)Leif Åstrand2014-11-191-28/+52
| * Revert "DateField popup doesn't close when click on popup button (#14857)"Sauli Tähkäpää2014-11-141-68/+11
| * Revert "Table column width can be changed from defined to expandratio (#15101)"Sauli Tähkäpää2014-11-131-1/+0
* | Removing more than pageful in Escalator doesn't break anymore (#13334)Henrik Paul2014-11-271-6/+41
* | Adds a themeable background element for horizontal scrollbar (#13334)Henrik Paul2014-11-271-0/+21
* | Changes Escalator.tableWrapper into a DivElement (#13334)Henrik Paul2014-11-271-2/+3
* | Changes hard-coded selection column width to suit Valo better (#13334)Henrik Paul2014-11-261-1/+1
* | Move Grid to com.vaadin.ui package (#13334)Teemu Suo-Anttila2014-11-261-1/+1
* | Fix subparts for merged cells (#13334)Teemu Suo-Anttila2014-11-251-7/+36
* | Fix Grid server-side header merging and setup (#13334)Teemu Suo-Anttila2014-11-253-68/+65
* | Fix event handling when Grid is inside a Composite (#13334)Johannes Dahlström2014-11-255-32/+97
* | Add @NoLayout annotation (#12936)Leif Åstrand2014-11-255-15/+151
* | Don't pass null to TableXyzElement.as when changing stylename (#13334)Leif Åstrand2014-11-241-4/+5
* | Prevent page scroll on space select (#13334)Teemu Suo-Anttila2014-11-241-0/+3
* | Adds naïve zebra striping to Grid (#13334)Henrik Paul2014-11-211-2/+8