summaryrefslogtreecommitdiffstats
path: root/client/src
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/master' into grid" into gridHenrik Paul2014-12-171-14/+1
|\
| * Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-12-171-14/+1
| |\
| | * Delayed column layouting is visible (#15189)Anna Miroshnik2014-12-151-14/+1
* | | Fix keyboard navigation from footer/header to body (#13334)Teemu Suo-Anttila2014-12-171-2/+2
|/ /
* | Fixes an issue with Escalator.getVisibleRowRange() if it's emptyHenrik Paul2014-12-162-8/+13
* | Remove unused "header-active" classname and style (#13334)Johannes Dahlström2014-12-161-9/+0
* | Fix IE8 exceptions when setting width to negative value (#13334)Teemu Suo-Anttila2014-12-152-4/+12
* | Fix EditorRow not displaying widgets when opened for the first time (#13334)Johannes Dahlström2014-12-151-4/+23
* | Fixes removing Widgets from Grid header/footerTeemu Suo-Anttila2014-12-121-1/+78
* | Refactor Grid client side package structure (#13334)Teemu Suo-Anttila2014-12-1281-650/+587
* | Fixes a bug in Grid expand logic (#13334)Henrik Paul2014-12-121-3/+25
* | Rename client side SelectionChangeEvent (#13334)Teemu Suo-Anttila2014-12-128-45/+44
* | Split CellStyleGenerator into separate cell and row style generatorsArtur Signell2014-12-126-62/+359
* | Add expand and min/max width for GridColumns (#13334)Henrik Paul2014-12-123-97/+555
* | Remove SortEventOriginator and replace it with a boolean (#13334)Teemu Suo-Anttila2014-12-123-28/+11
* | Merge remote-tracking branch 'origin/master' into gridArtur Signell2014-12-1214-251/+510
|\|
| * Revert "Notify server side component about clicks in form layout (#6346)."Markus Koivisto2014-12-111-24/+0
| * Reset tabsheet scroller when unhiding leftmost tab (#14644)Alexey Fansky2014-12-111-2/+25
| * Notify server side component about clicks in form layout (#6346).Denis Anisimov2014-12-101-0/+24
| * Fix CustomLayout child rendering when template is missing (#8696)Teemu Pöntelin2014-12-101-6/+17
| * Horizontal split panel height shouldn't ignore second component (#15149)Denis Anisimov2014-12-101-91/+103
| * Set explicit calculated size for drag image element (#14617).Denis Anisimov2014-12-101-0/+5
| * always retry a status code 0 uidl request (#15254)Fabian Lange2014-12-101-24/+38
| * TextField's input prompt is now disabled properly (#15144)Sara Seppola2014-12-101-4/+11
| * Accordion causes SEVERE error in browser console (#15182)Sergey Budkin2014-12-102-19/+24
| * DateField popup doesn't close when popup button is clicked (#14857)Anna Miroshnik2014-12-101-10/+41
| * MenuBar submenus close unexpectedly if use Valo theme (#15255)Jouni Koivuviita2014-12-102-39/+80
| * Position calendar popup on the left side if there is no space (#14757).Denis Anisimov2014-12-101-54/+111
| * Escape themeUri before rewriting CustomLayout HTML. (#15309)Leif Åstrand2014-12-021-1/+1
| * Show push version information in debug window (#14904).Denis Anisimov2014-12-022-0/+53
| * Comment typo fixJonni Nakari2014-12-011-1/+1
* | Columns can now have subpixel accuracy widths (#13334)Henrik Paul2014-12-127-91/+94
* | Do not prefix generated styles (#13334)Artur Signell2014-12-121-16/+0
* | 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