aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into gridLeif Åstrand2014-08-22173-25/+31603
|\
| * Implement selection with keyboard (#13334)Teemu Suo-Anttila2014-08-214-0/+108
| * Removed unused deprecated fields #13334John Ahlroos2014-08-211-12/+0
| * Added PAGEUP/PAGEDOWN/HOME/END keyboard navigation #13334John Ahlroos2014-08-212-26/+129
| * Add event originator information to Sort Events (#13334)Patrik Lindström2014-08-219-25/+142
| * Implement KeyEvents for Grid (#13334)Teemu Suo-Anttila2014-08-2018-10/+834
| * Add DataAvailableEvent and handler for it (#13334)Teemu Suo-Anttila2014-08-208-11/+163
| * Separate GridBasicFeature tests into client and server subpackagesTeemu Suo-Anttila2014-08-2015-23/+37
| * Merge remote-tracking branch 'origin/master' into gridJohn Ahlroos2014-08-2042-530/+954
| |\
| * | Fixes disappearing scrollbar bug (#13334)Henrik Paul2014-08-191-7/+14
| * | Sending a drag select over the wire in a batch (#13334)Henrik Paul2014-08-1911-56/+400
| * | Removed SortableColumnHeaderRenderer #13334John Ahlroos2014-08-194-321/+260
| * | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-08-1978-1175/+3507
| |\ \
| * | | Stopping scrollbars from obscuring cell click events (#13334)Henrik Paul2014-08-141-2/+33
| * | | Replaced a lot of Element instances with their more concrete interfaces (#13334)Henrik Paul2014-08-135-119/+131
| * | | Change the Grid body EscalatorUpdater to a named inner class (#13334)Johannes Dahlström2014-08-131-140/+156
| * | | Removes the unused Escalator reference from FlyweightRow and FlyweightCell (#...Henrik Paul2014-08-124-29/+7
| * | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-08-1243-1438/+1817
| |\ \ \
| * | | | Fix header and footer offset when selection column is present (#13334)Teemu Suo-Anttila2014-08-111-5/+5
| * | | | Ensure primary stylenames are correct #13334John Ahlroos2014-08-117-41/+254
| * | | | Merge remote-tracking branch 'origin/master' into gridJohn Ahlroos2014-08-1137-356/+1258
| |\ \ \ \
| * | | | | Fix Grid SubPart API to allow finding body element (#13334)Teemu Suo-Anttila2014-08-081-1/+1
| * | | | | Re-fixes "remove all rows" bug without breaking unit tests (#13334)Henrik Paul2014-08-082-7/+3
| * | | | | Fixes copyright headers in shared package (#13334)Henrik Paul2014-08-0811-11/+11
| * | | | | Merge remote-tracking branch 'origin/master' into gridJohn Ahlroos2014-08-07237-2918/+6914
| |\ \ \ \ \
| * | | | | | Remove unnecessary compareScreen from GridStaticSectionComponentTestTeemu Suo-Anttila2014-08-071-2/+0
| * | | | | | Add server side support for Components in Headers and Footers (#13334)Teemu Suo-Anttila2014-08-0711-40/+354
| * | | | | | Support HTML and Widgets in header/footer cells #13334John Ahlroos2014-08-0710-57/+460
| * | | | | | Take hidden columns into account when calculating colspan #13334John Ahlroos2014-08-077-11/+180
| * | | | | | Fixes removing all rows causing javascript error #13334John Ahlroos2014-08-073-0/+25
| * | | | | | Increase z-index of frozen cells for correct rendering (#13334)Teemu Suo-Anttila2014-08-061-1/+1
| * | | | | | Fix GridConnector updateSection to work with SelectionColumn (#13334)Teemu Suo-Anttila2014-08-061-2/+2
| * | | | | | Trigger ComplexRenderer.setContentVisible(false) initially #13334John Ahlroos2014-08-063-8/+25
| * | | | | | Handle navigation events only if Grid has focus (#13334)Teemu Suo-Anttila2014-08-061-2/+4
| * | | | | | Add support for server side colspans in Headers and Footers (#13334)Teemu Suo-Anttila2014-08-0511-12/+403
| * | | | | | Improved server-side Grid class javadoc (#13334)Henrik Paul2014-08-041-10/+54
| * | | | | | Remove deprecated header/footer API (#13334)Henrik Paul2014-08-048-1080/+0
| * | | | | | Removed deprecated header and footer renderers #13334John Ahlroos2014-08-014-221/+16
| * | | | | | Fixes setting width before adding column to grid #13334John Ahlroos2014-07-313-10/+83
| * | | | | | Refactor GridConnector to remove RowKeyHelper (#13334)Teemu Suo-Anttila2014-07-313-108/+81
| * | | | | | Add server side API for Headers and Footers (#13334)Teemu Suo-Anttila2014-07-3110-108/+679
| * | | | | | Fix SelectionModelSingle when updating from server (#13334)Teemu Suo-Anttila2014-07-312-39/+62
| * | | | | | Removed ColumnGroup implementation from client side Grid #13334John Ahlroos2014-07-304-881/+0
| * | | | | | Use GridBasicFeatures variable COLUMNS instead of hardcoded valueTeemu Suo-Anttila2014-07-302-4/+6
| * | | | | | Add multi column sorting test for GridTeemu Suo-Anttila2014-07-303-4/+53
| * | | | | | Allow merging header and footer cells again #13334John Ahlroos2014-07-298-18/+323
| * | | | | | Client-side Grid header/footer rewrite: add default header support (#13334)Johannes Dahlström2014-07-298-32/+206
| * | | | | | Grid header/footer rewrite: add partial shared state support (#13334)Johannes Dahlström2014-07-247-29/+114
| * | | | | | Add minimal Header/Footer visibility support to GridConnector (#13334)Teemu Suo-Anttila2014-07-232-8/+7
| * | | | | | Use NumberFormat instead of DecimalFormat for NumberRenderer (#13334)Leif Åstrand2014-07-231-17/+17