aboutsummaryrefslogtreecommitdiffstats
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Format project, once againArtur Signell2015-01-093-14/+18
| | | | | | | | | | | | | | | | Change-Id: I57cb6208613ce4fc8fce52c07ac4a18982095d2e
| * | | Fix Grid editor hanging on exception in commit (#15536)Teemu Suo-Anttila2015-01-081-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | This patch adds a minimal editor subpart support. Change-Id: I36a81cb432f71821715cb60338a07a289bdae18d
| * | | Change Grid default selection model to Single (#15435)Teemu Suo-Anttila2015-01-082-5/+4
| | | | | | | | | | | | | | | | Change-Id: Iba651c043fa47125b12d17371947042cbb03a589
| * | | Add getSelected functionality to SelectionEvents (#15513)Teemu Suo-Anttila2015-01-081-4/+13
| | | | | | | | | | | | | | | | Change-Id: If88af88b55063f7178b32579963303ee0d621492
| * | | Update @since for 7.4Artur Signell2015-01-0825-25/+25
| | | | | | | | | | | | | | | | Change-Id: I00401560e345c82a5d967cd71d611605d9b96d92
| * | | Move column constants from state to GridConstants (#15510)Teemu Suo-Anttila2015-01-071-5/+4
| | | | | | | | | | | | | | | | Change-Id: I9dd103d2f9725499823231881c432696f05b80db
| * | | Fix header texts to captions in Grid client side (#15511)Teemu Suo-Anttila2015-01-071-25/+24
| | | | | | | | | | | | | | | | Change-Id: Ibd6ceae1148820a6644271986e5ea3aab36b08fa
| * | | Fix DefaultTextRenderer warning with String data (#15430)Teemu Suo-Anttila2015-01-021-1/+1
| | | | | | | | | | | | | | | | Change-Id: I04eae1e82da6bb0213be19599c7d8fc3085a92a5
| * | | Change selection model before selecting rows (#15488)Leif Åstrand2014-12-311-2/+7
| | | | | | | | | | | | | | | | Change-Id: I2697367626ca0b469e06e3707a3868f4abfdddd9
| * | | Ignore selection col for server-side cell style generator (#15486)Leif Åstrand2014-12-311-1/+7
| | | | | | | | | | | | | | | | Change-Id: Ia66ee24da787ca99d16705e699e46729d9aaaca6
| * | | Add missing sinceLeif Åstrand2014-12-311-1/+1
| | | | | | | | | | | | | | | | Change-Id: Ied59cfc19c0aaa709f14c0375541da2c21c16aed
| * | | Distribute GridUtil methods where they are actually used (#13334)Henrik Paul2014-12-303-105/+75
| | | | | | | | | | | | | | | | Change-Id: I10f015d0f5fce8f005a4ebdfeb218025459cf751
| * | | Make disabled Grid nonfocusable and ignore events (#13334)Johannes Dahlström2014-12-301-1/+22
| | | | | | | | | | | | | | | | Change-Id: Ie017b0449c84ec1afd902503712133ab095282d8
| * | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-12-296-5/+43
| |\ \ \ | | | | | | | | | | | | | | | Change-Id: Id00b3893951bc669fcc8e234f09909d480e249ab
| * | | | Fix Grid columns being too narrow on IE9 (#15475)Teemu Suo-Anttila2014-12-291-3/+15
| | | | | | | | | | | | | | | | | | | | Change-Id: Ifb46093ffb43a4fa03b051719f3480ef469b460e
| * | | | Make SDM work again (#15452)Artur Signell2014-12-222-5/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only import the Json part of elemental and avoid using JsonUtil, which causes https://code.google.com/p/google-web-toolkit/issues/detail?id=9083 Change-Id: I7b93b18ad47b81b2e5bb3947b04bf4550ddd035c
| * | | | DefaultTextRenderer shows nulls as empty strings (#13334)Henrik Paul2014-12-191-1/+9
| | | | | | | | | | | | | | | | | | | | Change-Id: I1fa88cbbb946b932a2a453392a50aff91c36671b
| * | | | Grid no longer resets scrollpos on state change (#15422)Henrik Paul2014-12-191-1/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: I3fde618a47ad9bb0f8b79c52feb10dd74a387203
| * | | | Fix Range.restrictTo to work with non-intersecting ranges(#13334)Teemu Suo-Anttila2014-12-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also adds a special case for isSubsetOf with two empty ranges. Change-Id: I9b4c854051bd760bbac05c7a0bc2e5418371e90e
| * | | | Fix cache updating in AbstractRemoteDataSource on row remove (#13334)Teemu Suo-Anttila2014-12-192-14/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also contains a minor performance tweak for row adding in start of the cache and updates to cell focus logic. Change-Id: Ia64e43dd5ae8777014885b5e7dd05cb31b54eae2
| * | | | Prevent scrolling when adding rows above the focused cell (#13334)Teemu Suo-Anttila2014-12-181-2/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: Ic9c9285bae16f7ddec72f621976667ee68a7c103
| * | | | Fix indexing when adding rows to AbstractRemoteDataSource (#13334)Teemu Suo-Anttila2014-12-181-14/+13
| | | | | | | | | | | | | | | | | | | | Change-Id: Ifa7c8dacb71d2f6ff612e3801b869652fa0a7bc7
| * | | | Set @since values for Grid classesLeif Åstrand2014-12-1867-69/+95
| | | | | | | | | | | | | | | | | | | | Change-Id: Ib0c7d23c2a963e24ecca7769f6b179826be55102
| * | | | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-12-1821-42/+158
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Change-Id: Ic7629f9cedb3c948edf4f63c678ca499e3d52805
| * | | | | Heights are now double precision floats (#13334)Henrik Paul2014-12-184-42/+50
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id9e1dd4b4a480dd512f3dd78fde2f9a0256087e9
| * | | | | Change "editor row" to "editor" in style names (#13334)Johannes Dahlström2014-12-181-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I690c8c17c673ec2d77870cf305dee1ac1b9bc3be
| * | | | | Stops non-scrolling scrollbars from interfering with pointing eventsHenrik Paul2014-12-182-54/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some minor scrollbar-related maintenance was also done on the side. Change-Id: I37d728465e498f586596e1eff14d73d6335e6770
| * | | | | Fix ClickableRenderers to use CellReferences (#13334)Teemu Suo-Anttila2014-12-185-20/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch also uses row keys and column ids in communication rather than indices. Change-Id: Ie3bb554bd5c45700f1681160eef08bef8beeaaee
| * | | | | Fixes an issue where IE8 refused to fire one scroll event (#13334)Henrik Paul2014-12-182-6/+72
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iaf9278a3a16360369fde5ac6d759e27e5c443d1b
| * | | | | replace com.google.gwt.json.* usages with elemental.json.* (#8942)Leif Åstrand2014-12-1823-320/+351
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I745b12685be4696fd8f1158005bf731f35ae8a81
| * | | | | Use CellReferences everywhere in Renderer APIs (#13334)Teemu Suo-Anttila2014-12-186-30/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds getElement() to RowReference and CellReference Change-Id: I3df6e50256f628e5cdb5d64d741ff1eb59e8e1c3
| * | | | | Use CellReference in Grid events and event handling (#13334)Teemu Suo-Anttila2014-12-189-50/+119
| | | | | | | | | | | | | | | | | | Change-Id: Ie4ed85e56f0c23850eec56518a7493f5ed3257bd
| * | | | | Add missing @since and @author to RendererCellReference (#13334)Teemu Suo-Anttila2014-12-181-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I5b09993fd604ea20cfea685b56122cf55b88dce5
| * | | | | Use CellReference instead of FlyweightCell in Grid APIs (#13334)Leif Åstrand2014-12-1814-36/+145
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I519e433219a028e99678574227ca44d5b66d07bc
| * | | | | Moves Escalator.getPrecise* to Util.getRequired*BoundingClientRect (#13334)Henrik Paul2014-12-172-29/+66
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I486d631d81ccbced77b8e06b5f1afd2c187e3f5c
| * | | | | Make editor request API easier to use (#13334)Johannes Dahlström2014-12-173-33/+100
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I53f2cf8f248aaa3798a82b0a1f42d320ca9c2e05
| * | | | | Change "editor row" to just "editor" in method names and javadoc (#13334)Johannes Dahlström2014-12-173-129/+127
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Idafdbe3d71a38a979e1eeb07c527f66ce61ccfa9
| * | | | | Rename "active" row/cell to "focused" (#13334)Johannes Dahlström2014-12-171-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7a507db8ec62b2e669cc2562cbfaf1693d394f6e
| * | | | | Grid theme API changes and style fixesJouni Koivuviita2014-12-172-21/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Renamed decorative element style names: - “headercorner” -> “header-deco” - “footercorner” -> “footer-deco” - “horizontalscrollbarbackground” -> “horizontal-scrollbar-deco” The “-stripe” style name is now added for odd rows, not even (like in all Table themes). Re-implemented the Base mixins for Grid and Escalator. They are now used for all themes, which should make future development easier because things should only be implemented in one place. This change makes the theme also less brittle hopefully, because it reduces the amount of pixel calculations for paddings etc. and relies more on plain CSS. The Base theme now offers many variables for extending themes. This reduces unnecessary CSS output, and makes it easier to maintain multiple themes for the Grid. Added a box-shadow and box-sizing mixins to Base. Converted all CSS comments to Sass comments. Change-Id: Iba925062c754c115b5f15e155659cfdccc702945
| * | | | | Move SortDirection from grid package to data package (#13334)Teemu Suo-Anttila2014-12-175-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id8fecbee0171b783a62d747433667267f530a6a7
| * | | | | 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
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If3dd8380afe425491dfb877c08c4ff078312a3aa
| * | | | | | | Fix keyboard navigation from footer/header to body (#13334)Teemu Suo-Anttila2014-12-171-2/+2
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Change-Id: I2537a0931e26e001f641b27f7bb428e7941be56f
| * | | | | | Fixes an issue with Escalator.getVisibleRowRange() if it's emptyHenrik Paul2014-12-162-8/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I091248c4b4151769b351b45b7715d116de56c41a
| * | | | | | Remove unused "header-active" classname and style (#13334)Johannes Dahlström2014-12-161-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I11de89a69161d9b355d0de63b8a61470259b518e
| * | | | | | Fix IE8 exceptions when setting width to negative value (#13334)Teemu Suo-Anttila2014-12-152-4/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib0e2c2aa36568473d8aa98b53832128133127263
| * | | | | | Fix EditorRow not displaying widgets when opened for the first time (#13334)Johannes Dahlström2014-12-151-4/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If900558c4a927d7db7b206145e9f59fbb04afdf4
| * | | | | | Fixes removing Widgets from Grid header/footerTeemu Suo-Anttila2014-12-121-1/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic2872fec49851ea3c8ed32ca2a77dcbd27e739a8
| * | | | | | Refactor Grid client side package structure (#13334)Teemu Suo-Anttila2014-12-1282-651/+588
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iab81d2344480d2b60303172a96f4e5e4fa8e1623
| * | | | | | Fixes a bug in Grid expand logic (#13334)Henrik Paul2014-12-121-3/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I0ec1ccc0bc88c9fac63abc67cf50f8b12013d984