summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Fixed escalator attach/detach logic #12645John Ahlroos2013-12-121-39/+30
* Validate column group boundaries #12907John Ahlroos2013-12-101-2/+55
* Fixed issues with toggling column visibility #12830John Ahlroos2013-12-102-14/+45
* Support primary style names in Escalator and Grid #13058John Ahlroos2013-12-103-17/+115
* Fixes problem with setting initial column width on server side Grid #13024John Ahlroos2013-12-091-4/+36
* 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-044-85/+25
|\
| * Merge changes from origin/7.1Johannes Dahlström2013-11-294-85/+25
| |\
| | * Revert "Fixed lost scrollLeft when row count changed in Table (#12652)."Leif Åstrand2013-11-152-83/+1
| | * Prevents accidental selection of window caption or content. (#12726)Felype Santiago Ferreira2013-11-141-0/+6
| | * Workaround for missing value change event in chrome (#10109)Matti Tahvonen2013-11-121-0/+16
| | * 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-042-0/+17
* | | add support for variable column widths (#12645)Henrik Paul2013-12-044-75/+378
* | | Support widgets in Grid body row cells #12993John Ahlroos2013-12-0410-90/+304
* | | Add support for colspan in Escalator (#12645)Henrik Paul2013-11-276-15/+221
* | | 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
* | | Add server-side API for column freezing (#3087)Henrik Paul2013-11-242-0/+72
* | | Unify empty ranges to always have a defined position (#12645)Leif Åstrand2013-11-223-20/+44
* | | Introduce initial data source support for Grid (#12878)Leif Åstrand2013-11-2211-6/+795
* | | Multiple headers and footer rows #3153John Ahlroos2013-11-224-108/+771
* | | Support OSX's hiding scrollbars (#12645)Henrik Paul2013-11-212-88/+440
* | | Fixes Escalator resize issues (#12645)Henrik Paul2013-11-213-19/+237
* | | Merge branch 'master' into gridJohn Ahlroos2013-11-2035-240/+870
|\| |
| * | Merge changes from origin/7.1Artur Signell2013-11-112-13/+12
| |\|
| | * Prevent showing "Session Expired" notification if navigating away (#12298)Johannes Dahlström2013-11-082-13/+12
| * | Merge changes from origin/7.1Artur Signell2013-11-116-59/+143
| |\|
| | * Do not apply fix on mobile devices or devices without scrollbars (#12736)Artur Signell2013-11-082-1/+18
| | * Fix scroll position handling in Window Webkit hack (#12736)Artur Signell2013-11-061-0/+10
| | * Revert "Make Panel scroll the correct div (#12736)"Artur Signell2013-11-063-57/+29
| | * Fixed lost scrollLeft when row count changed in Table (#12652).Tapio Aali2013-11-062-1/+83
| | * Forces redraw in IE 8 when table does post layout. (#12687)Jarno Rantala2013-11-061-0/+3
| * | Merge commit 'fefedeab68461ebc04fd45f91a35835fc9026a56'Artur Signell2013-11-114-1/+146
| |\|
| | * Send window position data back to server after drag (#12885)Thomas2013-11-064-1/+145
| * | Merge changes from origin/7.1Artur Signell2013-11-111-4/+15
| |\|
| | * Improve error message in createWidget() (#12901)Leif Åstrand2013-11-051-4/+15
| * | Merge changes from origin/7.1Artur Signell2013-11-116-20/+29
| |\|
| | * Make Panel scroll the correct div (#12736)Artur Signell2013-11-052-7/+4
| | * Fix NPE in fix (#12504)Artur Signell2013-11-041-2/+10
| | * Fix NPE caused by setting ApplicationConnection too late (#12736)Artur Signell2013-11-041-3/+2
| | * Reverted change in how hack works (#12727, #12736)Artur Signell2013-11-041-2/+2
| | * fix regression related to #12504Matti Tahvonen2013-11-042-8/+9
| | * Force connection to closed state on reconnect (#12853)Artur Signell2013-10-311-0/+4
| * | Merge changes from origin/7.1Artur Signell2013-11-116-81/+167
| |\|
| | * Fixed Tab error tooltips (#12802)Juho Nurminen2013-10-301-1/+2
| | * Fixes the handling of the scroll position of a Window (#12736)Mika Murtojarvi2013-10-303-71/+60
| | * Stop polling if Communication Error #12362John Ahlroos2013-10-302-9/+105