summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Change Grid default selection model to Single (#15435)Teemu Suo-Anttila2015-01-089-16/+21
* | Add getSelected functionality to SelectionEvents (#15513)Teemu Suo-Anttila2015-01-082-4/+23
* | Update @since for 7.4Artur Signell2015-01-0851-52/+52
* | Move column constants from state to GridConstants (#15510)Teemu Suo-Anttila2015-01-073-16/+31
* | Change getColumnProperty to getPropertyId in Grid Column (#15512)Teemu Suo-Anttila2015-01-073-10/+10
* | Fix header texts to captions in Grid client side (#15511)Teemu Suo-Anttila2015-01-072-32/+31
* | Fix DefaultTextRenderer warning with String data (#15430)Teemu Suo-Anttila2015-01-023-2/+18
* | Fix adding rows to visible range of Grid (#15476)Teemu Suo-Anttila2015-01-024-3/+10
* | Fix Grid Header/Footer creating cells for unused properties (#15487)Teemu Suo-Anttila2015-01-022-2/+21
* | Fix Grid unnecessarily cleaning up stored property information (#15482)Teemu Suo-Anttila2014-12-312-1/+6
* | Change selection model before selecting rows (#15488)Leif Åstrand2014-12-313-2/+82
* | Fix active row range handling when removing rows (#15454)Teemu Suo-Anttila2014-12-313-21/+158
* | Ignore selection col for server-side cell style generator (#15486)Leif Åstrand2014-12-312-1/+22
* | Add Table-compatible constructors to Grid (#15447)Leif Åstrand2014-12-311-8/+37
* | Add missing sinceLeif Åstrand2014-12-311-1/+1
* | Fix RpcDataProviderExtension to send initial data on reload (#15465)Teemu Suo-Anttila2014-12-313-1/+41
* | Distribute GridUtil methods where they are actually used (#13334)Henrik Paul2014-12-303-105/+75
* | Make disabled Grid nonfocusable and ignore events (#13334)Johannes Dahlström2014-12-304-1/+143
* | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-12-2940-722/+778
|\|
| * Prevent key events without key code from triggering actions (#11029)Artur Signell2014-12-292-0/+42
| * Remove scan removal hacks as we are now using VoidAnnotationParserArtur Signell2014-12-291-17/+0
| * Typo in the Profiler log (#15426)AMahdy AbdElAziz2014-12-231-1/+1
| * Preserve newlines and align exception stacktraces left (#15456)Artur Signell2014-12-231-4/+7
| * Remove duplicate code from SQLContainerTableQueryTest.Sauli Tähkäpää2014-12-191-330/+148
| * Add DateFieldTest. (#15342)Sauli Tähkäpää2014-12-191-0/+56
| * Mention checkbox.isEmpty breaking change in release notesLeif Åstrand2014-12-191-0/+1
| * Fix date field button regression (#14572)Jouni Koivuviita2014-12-192-15/+23
| * Test update as tab selection when closing a tab has changed (#6876)Artur Signell2014-12-191-2/+1
| * Remove mentions of SimpleViewDisplay as there is no such thing (#12934)Artur Signell2014-12-191-7/+4
| * Disable Atmosphere annotation scanning (#15414)Artur Signell2014-12-191-0/+3
| * Ensure enum fields are created when not specifying a strict type (#10975)Artur Signell2014-12-182-3/+49
| * Allow TabSheet and Accordion tab captions to contain HTML (#14609)Artur Signell2014-12-187-0/+211
| * 3 args method buildAndBind should be overriden, not 2 args (#12453).Denis Anisimov2014-12-183-5/+19
| * Add @since to AbstractSplitPanel. (#15285)Sauli Tähkäpää2014-12-181-1/+1
| * Avoid NoClassDefFoundError retrieving Atmosphere version (#14904).Denis Anisimov2014-12-183-17/+31
| * Make is possible to click a detached button again (#12781)Artur Signell2014-12-182-17/+19
| * Revert "Update selection after changes in underlying data sourceLeif Åstrand2014-12-185-291/+3
| * Allow reading and writing empty designs (#7749).Mika Murtojarvi2014-12-184-12/+159
* | Fix Grid columns being too narrow on IE9 (#15475)Teemu Suo-Anttila2014-12-292-3/+28
* | Fix EscalatorColumnFreezing test scrolling too farTeemu Suo-Anttila2014-12-291-1/+1
* | Make SDM work again (#15452)Artur Signell2014-12-222-5/+29
* | DefaultTextRenderer shows nulls as empty strings (#13334)Henrik Paul2014-12-194-1/+157
* | Grid no longer resets scrollpos on state change (#15422)Henrik Paul2014-12-193-1/+16
* | Fix Range.restrictTo to work with non-intersecting ranges(#13334)Teemu Suo-Anttila2014-12-194-5/+48
* | Fix cache updating in AbstractRemoteDataSource on row remove (#13334)Teemu Suo-Anttila2014-12-193-14/+43
* | Prevent scrolling when adding rows above the focused cell (#13334)Teemu Suo-Anttila2014-12-182-3/+5
* | Fix indexing when adding rows to AbstractRemoteDataSource (#13334)Teemu Suo-Anttila2014-12-182-14/+25
* | Set @since values for Grid classesLeif Åstrand2014-12-1876-89/+123
* | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-12-18739-658/+10607
|\|
| * Update broken TB2 test to valid TB3 test (#14755)Artur Signell2014-12-182-77/+64