summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Makes sure git creates the shared/tests/src dir (#13081)Henrik 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
|\|
| * JUnit tests should be supported for shared (#13081)Henrik 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
|\|
| * Simplified support for null intermediate properties (#11435)Artur Signell2013-11-308-225/+35
| * Merge changes from origin/7.1Johannes Dahlström2013-11-2926-391/+479
| |\
| | * Fix TB3 local testing and occasionally failing SliderDisableTest.Teemu Suo-Anttila2013-11-192-7/+11
| | * Output test results in XML reports instead of to standard outputArtur Signell2013-11-185-17/+47
| | * Revert "Fixed lost scrollLeft when row count changed in Table (#12652)."Leif Ã…strand2013-11-154-294/+1
| | * Allow using @RunLocally to run on a local Firefox/Chrome/SafariArtur Signell2013-11-159-94/+140
| | * Use localhost when running locally to avoid potential network issuesArtur Signell2013-11-151-0/+3
| | * Added extra asserts to make test more safer to blind refactoringsMatti Tahvonen2013-11-141-4/+11
| | * Prevents accidental selection of window caption or content. (#12726)Felype Santiago Ferreira2013-11-141-0/+6
| | * Added test case for #12726Matti Tahvonen2013-11-141-0/+97
| | * Ensure alternate text is still visible (#11780)Artur Signell2013-11-141-0/+4
| | * Workaround for missing value change event in chrome (#10109)Matti Tahvonen2013-11-122-0/+147
| | * Do not generate ParseException as it has been customized (#12937)Artur Signell2013-11-122-169/+170
| | * Regenerated parser files (#12937)Artur Signell2013-11-122-169/+168
| | * Ensure generated parser is re-generated during build (#12937)Artur Signell2013-11-122-3/+40
| | * Use correct type for UIDL value to avoid development mode problems (#12545)Artur Signell2013-11-111-2/+2
* | | 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