summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Move generators to widget set - they aren't needed by widgets (#15544)Artur Signell2015-01-092-11/+12
| * | | Format project, once againArtur Signell2015-01-093-14/+18
| * | | Fix Grid editor hanging on exception in commit (#15536)Teemu Suo-Anttila2015-01-081-0/+31
| * | | Change Grid default selection model to Single (#15435)Teemu Suo-Anttila2015-01-082-5/+4
| * | | Add getSelected functionality to SelectionEvents (#15513)Teemu Suo-Anttila2015-01-081-4/+13
| * | | Update @since for 7.4Artur Signell2015-01-0825-25/+25
| * | | Move column constants from state to GridConstants (#15510)Teemu Suo-Anttila2015-01-071-5/+4
| * | | Fix header texts to captions in Grid client side (#15511)Teemu Suo-Anttila2015-01-071-25/+24
| * | | Fix DefaultTextRenderer warning with String data (#15430)Teemu Suo-Anttila2015-01-021-1/+1
| * | | Change selection model before selecting rows (#15488)Leif Åstrand2014-12-311-2/+7
| * | | Ignore selection col for server-side cell style generator (#15486)Leif Åstrand2014-12-311-1/+7
| * | | Add missing sinceLeif Åstrand2014-12-311-1/+1
| * | | 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-301-1/+22
| * | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-12-296-5/+43
| |\ \ \
| * | | | Fix Grid columns being too narrow on IE9 (#15475)Teemu Suo-Anttila2014-12-291-3/+15
| * | | | Make SDM work again (#15452)Artur Signell2014-12-222-5/+29
| * | | | DefaultTextRenderer shows nulls as empty strings (#13334)Henrik Paul2014-12-191-1/+9
| * | | | Grid no longer resets scrollpos on state change (#15422)Henrik Paul2014-12-191-1/+1
| * | | | Fix Range.restrictTo to work with non-intersecting ranges(#13334)Teemu Suo-Anttila2014-12-191-0/+1
| * | | | Fix cache updating in AbstractRemoteDataSource on row remove (#13334)Teemu Suo-Anttila2014-12-192-14/+21
| * | | | Prevent scrolling when adding rows above the focused cell (#13334)Teemu Suo-Anttila2014-12-181-2/+1
| * | | | Fix indexing when adding rows to AbstractRemoteDataSource (#13334)Teemu Suo-Anttila2014-12-181-14/+13
| * | | | Set @since values for Grid classesLeif Åstrand2014-12-1867-69/+95
| * | | | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-12-1821-42/+158
| |\ \ \ \
| * | | | | Heights are now double precision floats (#13334)Henrik Paul2014-12-184-42/+50
| * | | | | Change "editor row" to "editor" in style names (#13334)Johannes Dahlström2014-12-181-3/+3
| * | | | | Stops non-scrolling scrollbars from interfering with pointing eventsHenrik Paul2014-12-182-54/+90
| * | | | | Fix ClickableRenderers to use CellReferences (#13334)Teemu Suo-Anttila2014-12-185-20/+56
| * | | | | Fixes an issue where IE8 refused to fire one scroll event (#13334)Henrik Paul2014-12-182-6/+72
| * | | | | replace com.google.gwt.json.* usages with elemental.json.* (#8942)Leif Åstrand2014-12-1823-320/+351
| * | | | | Use CellReferences everywhere in Renderer APIs (#13334)Teemu Suo-Anttila2014-12-186-30/+63
| * | | | | Use CellReference in Grid events and event handling (#13334)Teemu Suo-Anttila2014-12-189-50/+119
| * | | | | Add missing @since and @author to RendererCellReference (#13334)Teemu Suo-Anttila2014-12-181-0/+2
| * | | | | Use CellReference instead of FlyweightCell in Grid APIs (#13334)Leif Åstrand2014-12-1814-36/+145
| * | | | | Moves Escalator.getPrecise* to Util.getRequired*BoundingClientRect (#13334)Henrik Paul2014-12-172-29/+66
| * | | | | Make editor request API easier to use (#13334)Johannes Dahlström2014-12-173-33/+100
| * | | | | Change "editor row" to just "editor" in method names and javadoc (#13334)Johannes Dahlström2014-12-173-129/+127
| * | | | | Rename "active" row/cell to "focused" (#13334)Johannes Dahlström2014-12-171-6/+2
| * | | | | Grid theme API changes and style fixesJouni Koivuviita2014-12-172-21/+20
| * | | | | Move SortDirection from grid package to data package (#13334)Teemu Suo-Anttila2014-12-175-5/+5
| * | | | | 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
| | |\ \ \ \ \
| * | | | | | | 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-1282-651/+588