summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to atmosphere-runtime 2.1.1.vaadin2 (#12601, #13196)Artur Signell2014-03-203-3/+3
* Remove accidental @RunLocallyArtur Signell2014-03-191-2/+0
* Make icons again include alt text (#13152)Artur Signell2014-03-191-1/+2
* Make test work in IE. Disable Firefox which doesn't workArtur Signell2014-03-191-10/+17
* Format project files according to conventionsArtur Signell2014-03-1910-30/+48
* Refactored failing test for OptionGroup.Sauli Tähkäpää2014-03-192-26/+32
* Revert "Merge branch 'master' into grid"John Ahlroos2014-03-1865-14682/+0
* Merge branch 'master' into gridLeif Åstrand2014-03-1865-0/+14682
|\
| * Fixes Escalator flick scroll regression (#13334)Henrik Paul2014-03-171-10/+22
| * Makes Escalator autodetect the initial row height (#13239)Henrik Paul2014-03-115-3/+113
| * Add support for changing the default row height in escalator (#12645)Henrik Paul2014-03-067-121/+500
| * Merge branch 'master' into gridHenrik Paul2014-03-03111-1501/+3269
| |\
| * | Fix compile errors (#13334)Leif Åstrand2014-02-282-2/+1
| * | Implement programmatic scrolling (#13327)Patrik Lindström2014-02-1811-171/+509
| * | Change c.g.g.u.c.Element to c.g.g.d.Element (#13334)Henrik Paul2014-02-137-14/+17
| * | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-02-12315-10807/+18152
| |\ \
| * | | Corrects Renderer JavaDoc (#13243)Henrik Paul2014-01-231-3/+3
| * | | Fixes scrollbar visibility issue in Escalator (#13237)Henrik Paul2014-01-232-84/+62
| * | | Only prevent default scroll event in Escalator if scrollbars are visible (#13...Henrik Paul2014-01-231-1/+7
| * | | Makes IE8 use the correct property in scroll event objectHenrik Paul2014-01-162-4/+9
| * | | Fixes two 'rolling index' bugs when removing columnsHenrik Paul2014-01-151-2/+1
| * | | Cells should not overflow #12645John Ahlroos2014-01-151-0/+1
| * | | HtmlRenderer should render unescaped html #12993John Ahlroos2013-12-201-6/+8
| * | | Convinience renderers for rendering common data types #12993John Ahlroos2013-12-193-0/+198
| * | | Convinience data source for rendering in memory lists in Grid #12878John Ahlroos2013-12-192-0/+535
| * | | Fixes a duplication issue in Escalator.onLoad (#12645)Henrik Paul2013-12-181-1/+22
| * | | Optimize the performance of Escalator (#12645)Henrik Paul2013-12-182-55/+145
| * | | Limit the visibility of ColumnGroupRow instance fields #12830John Ahlroos2013-12-171-2/+2
| * | | Added missing constructors to GridColumn #12830John Ahlroos2013-12-172-2/+18
| * | | Grid supports data set changes (#12645)Henrik Paul2013-12-1714-39/+761
| * | | Support custom renderers for header, footer and column group cells #12993John Ahlroos2013-12-163-7/+234
| * | | Set correct default values for client side columns #12830John Ahlroos2013-12-121-8/+18
| * | | Merge branch 'master' into grid-mergeHenrik Paul2013-12-121-0/+1
| |\ \ \
| * | | | Fixed escalator attach/detach logic #12645John Ahlroos2013-12-121-39/+30
| * | | | Merge branch 'master' into grid-mergeHenrik Paul2013-12-123-3/+7
| |\ \ \ \
| * | | | | Validate column group boundaries #12907John Ahlroos2013-12-103-7/+137
| * | | | | Fixed issues with toggling column visibility #12830John Ahlroos2013-12-102-14/+45
| * | | | | Support primary style names in Escalator and Grid #13058John Ahlroos2013-12-107-51/+218
| * | | | | Fixes problem with setting initial column width on server side Grid #13024John Ahlroos2013-12-093-4/+62
| * | | | | Fixes a cache range error (#12645)Henrik Paul2013-12-071-1/+10
| * | | | | Fixed ArrayIndexOutOfBoundsException introduced in #12645John Ahlroos2013-12-051-1/+1
| * | | | | Support merging column group header and footer cells #12907John Ahlroos2013-12-041-4/+6
| * | | | | Merge branch 'master' into grid-mergeHenrik Paul2013-12-0434-616/+514
| |\ \ \ \ \
| * | | | | | Support custom column widths in Grid #13024John Ahlroos2013-12-045-9/+107
| * | | | | | add support for variable column widths (#12645)Henrik Paul2013-12-049-75/+429
| * | | | | | Support widgets in Grid body row cells #12993John Ahlroos2013-12-0410-90/+304
| * | | | | | Ensure setting value on detached column group throws exception #3153John Ahlroos2013-12-023-3/+52
| * | | | | | Add support for colspan in Escalator (#12645)Henrik Paul2013-11-277-18/+236
| * | | | | | Fixed bug where deleting column caused an exception #12830John Ahlroos2013-11-271-1/+2
| * | | | | | Fixes a bug with frozen columns, and adding/removing them (#12645)Henrik Paul2013-11-261-10/+13