Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Fix various small issues discovered while reviewing API | Leif Åstrand | 2015-03-20 | 5 | -8/+6 | |
| * | | | | | | | Restructure sidebar widget handling to work with custom content (#17023) | Leif Åstrand | 2015-03-20 | 1 | -62/+67 | |
| * | | | | | | | Removes unnecessary todo logging (#16644) | Henrik Paul | 2015-03-19 | 1 | -17/+0 | |
| * | | | | | | | Merge remote-tracking branch 'origin/grid-detailsrow' into grid-7.5 | Henrik Paul | 2015-03-19 | 5 | -11/+280 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Adds details generator swap support for Grid (#16644) | Henrik Paul | 2015-03-18 | 2 | -15/+22 | |
| | * | | | | | | | Fixes a bug when scrolling a Grid with details open (#16644) | Henrik Paul | 2015-03-18 | 3 | -16/+53 | |
| | * | | | | | | | Grid's Details can now be Components (#16644) | Henrik Paul | 2015-03-17 | 2 | -6/+149 | |
| | * | | | | | | | Server side Grid can open details on the client side (#16644) | Henrik Paul | 2015-03-17 | 4 | -6/+81 | |
| * | | | | | | | | Adds server side column hiding API to Grid (#17023) | Henrik Paul | 2015-03-19 | 1 | -0/+4 | |
| * | | | | | | | | Merge remote-tracking branch 'origin/grid-columnhiding' into grid-7.5 | Pekka Hyvönen | 2015-03-19 | 1 | -8/+296 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Grid's columns hidable with toggles in the sidebar (#17023) | Pekka Hyvönen | 2015-03-18 | 1 | -43/+190 | |
| | * | | | | | | | | Display button for opening sidebar in Grid when hidable columns #17023 | Pekka Hyvönen | 2015-03-17 | 1 | -7/+148 | |
| | | | | | | | | | | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| *-. | | | | | | | | | Merge remote-tracking branches 'origin/grid-detailsrow' and 'origin/grid-colu... | Henrik Paul | 2015-03-17 | 15 | -461/+3753 | |
| |\ \| | | | | | | | | | | |/ / / / / / / | | |/| | | | | | | | ||||||
| | | * | | | | | | | Client side API for setting a grid column hideable (#17023) | Pekka Hyvönen | 2015-03-13 | 1 | -0/+34 | |
| | | * | | | | | | | Client side event for grid's columns visibility change (#17023) | Pekka Hyvönen | 2015-03-13 | 4 | -2/+151 | |
| | | * | | | | | | | Hide columns with client side API in Grid (#17023) | Pekka Hyvönen | 2015-03-13 | 1 | -33/+98 | |
| | | * | | | | | | | Merge branch 'master' into grid-columnreorder | Pekka Hyvönen | 2015-03-06 | 19 | -305/+706 | |
| | | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | Dnd-reorder of spanned cells in grid header. (#16643) | Pekka Hyvönen | 2015-03-06 | 1 | -31/+70 | |
| | | * | | | | | | | | Take footer into account in column dnd-reorder (#16643) | Pekka Hyvönen | 2015-03-04 | 1 | -6/+8 | |
| | | * | | | | | | | | Limit dnd-reorder of columns inside spanned headers. (#16643) | Pekka Hyvönen | 2015-03-04 | 2 | -58/+103 | |
| | | * | | | | | | | | Handle selection column oddity when dnd reordering columns (#16443) | Pekka Hyvönen | 2015-02-27 | 3 | -8/+46 | |
| | | * | | | | | | | | Handle spanned header cells when dnd reordering columns in grid. (#16643) | Pekka Hyvönen | 2015-02-27 | 2 | -24/+106 | |
| | | * | | | | | | | | Support column reordering from all header rows. (#16643) | Pekka Hyvönen | 2015-02-26 | 1 | -6/+8 | |
| | | * | | | | | | | | Column reordering in Grid restricted to non-frozen columns. (#16643) | Pekka Hyvönen | 2015-02-25 | 1 | -1/+22 | |
| | | * | | | | | | | | Adjust column reorder drop marker when auto scrolling grid. (#16643) | Pekka Hyvönen | 2015-02-25 | 3 | -29/+118 | |
| | | * | | | | | | | | Auto scroll when dnd reorder columns and cursor close to Grid edge. (#16643) | Pekka Hyvönen | 2015-02-24 | 3 | -27/+720 | |
| | | * | | | | | | | | Theming and UX for Grid column reordering. (#16643) | Pekka Hyvönen | 2015-02-23 | 1 | -9/+36 | |
| | | * | | | | | | | | Update server side state when columns are reordered. (#16643) | Pekka Hyvönen | 2015-02-18 | 1 | -9/+43 | |
| | | * | | | | | | | | Client side event for column reordering in Grid. #16643 | Pekka Hyvönen | 2015-02-16 | 3 | -0/+111 | |
| | | * | | | | | | | | Drag and drop column reorder for default header row on client side Grid. #16643 | Pekka Hyvönen | 2015-02-13 | 2 | -1/+448 | |
| | * | | | | | | | | | Merge branch 'master' into detailsrow | Henrik Paul | 2015-03-12 | 6 | -143/+158 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Double-opening Grid details row doesn't change height (#16644) | Henrik Paul | 2015-03-12 | 1 | -4/+54 | |
| | * | | | | | | | | | | Fixes a bug with escalator.scrollToRow and spacers (#16644) | Henrik Paul | 2015-03-05 | 1 | -3/+3 | |
| | * | | | | | | | | | | Merge branch 'master' into HEAD | Henrik Paul | 2015-03-05 | 3 | -118/+253 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into HEAD | Henrik Paul | 2015-03-04 | 18 | -190/+454 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Adds support for -1 row index Escalator spacers (#16644) | Henrik Paul | 2015-03-03 | 2 | -3/+11 | |
| | * | | | | | | | | | | | | Escalator spacers are sized and placed like "fixed" (#16644) | Henrik Paul | 2015-03-03 | 2 | -22/+97 | |
| | * | | | | | | | | | | | | Adds tests and JavaDoc regarding Escalator's spacers (#16644) | Henrik Paul | 2015-03-03 | 2 | -1/+34 | |
| | * | | | | | | | | | | | | Adds support for spacers near the bottom of Escalator (#16644) | Henrik Paul | 2015-03-03 | 1 | -7/+7 | |
| | * | | | | | | | | | | | | Escalator can now remove rows while spacers are open (#16644) | Henrik Paul | 2015-03-02 | 1 | -35/+88 | |
| | * | | | | | | | | | | | | Fixes two bugs when inserting escalator rows with spacers open (#16644) | Henrik Paul | 2015-02-27 | 1 | -55/+102 | |
| | * | | | | | | | | | | | | Adds support for inserting rows to Escalator while spacers are open (#16644) | Henrik Paul | 2015-02-26 | 1 | -43/+172 | |
| | * | | | | | | | | | | | | Don't reference private class in javadoc (#16644) | Leif Åstrand | 2015-02-25 | 2 | -2/+5 | |
| | * | | | | | | | | | | | | Fixes a bug with scrolling the Escalator with a spacer open (#16644) | Henrik Paul | 2015-02-25 | 1 | -15/+37 | |
| | * | | | | | | | | | | | | Spacers affect Escalator's scrollbars (#16644) | Henrik Paul | 2015-02-24 | 1 | -30/+115 | |
| | * | | | | | | | | | | | | Fixes fast Escalator scrolling with spacers (#16644). | Henrik Paul | 2015-02-24 | 1 | -0/+6 | |
| | * | | | | | | | | | | | | Fixes Escalator row offsets with spacers open (#16644) | Henrik Paul | 2015-02-24 | 1 | -47/+237 | |
| | * | | | | | | | | | | | | Adding/removing spacers affects Escalator row positions (#16644) | Henrik Paul | 2015-02-20 | 1 | -41/+135 | |
| | * | | | | | | | | | | | | Adds Widget support for DetailsGenerator (#16644) | Henrik Paul | 2015-02-18 | 2 | -8/+57 | |
| | * | | | | | | | | | | | | Modifies GridElement to support details (#16644) | Henrik Paul | 2015-02-17 | 2 | -123/+286 |