Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | | | | | 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 | |
| | * | | | | | | | | | | | | Adds initial details row support to Grid (#16644) | Henrik Paul | 2015-02-17 | 2 | -1/+144 | |
| | * | | | | | | | | | | | | Adds SpacerUpdater support for Escalator (#16644) | Henrik Paul | 2015-02-16 | 6 | -90/+233 | |
| | * | | | | | | | | | | | | Escalator supports adding spacer elements into DOM. (#16644) | Henrik Paul | 2015-02-16 | 2 | -185/+305 | |
| | | |_|_|/ / / / / / / / | | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Serve pre-compressed static resources by default (#13653) | Matti Tahvonen | 2015-04-30 | 1 | -0/+2 | |
* | | | | | | | | | | | | | Add missing @since to VDragAndDropManager | Teemu Suo-Anttila | 2015-04-29 | 1 | -0/+2 | |
* | | | | | | | | | | | | | Fix MenuBar keyboard navigation and selecting (#17076) | Teemu Suo-Anttila | 2015-04-28 | 1 | -4/+14 | |
* | | | | | | | | | | | | | Add missing @since to DDEventHandleStrategy class | Teemu Suo-Anttila | 2015-04-27 | 1 | -0/+1 | |
* | | | | | | | | | | | | | Make public getLogger functions private (#17645) | Teemu Suo-Anttila | 2015-04-27 | 11 | -61/+61 | |
* | | | | | | | | | | | | | Fix DataSource NPE under when dataChangeHandler is not set (#16590) | Manolo Carrasco | 2015-04-22 | 2 | -20/+22 | |
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Auto focus modal window (#17021) | Ilya Ermakov | 2015-04-21 | 1 | -0/+16 | |
* | | | | | | | | | | | | Revert "Reduce reflows when sizing columns (#17315)" | Markus Koivisto | 2015-04-20 | 1 | -72/+38 | |
* | | | | | | | | | | | | Made grid StaticCell and StaticRow public (#17415) | Tomi Virkki | 2015-04-18 | 1 | -3/+3 | |
* | | | | | | | | | | | | Update favicon when changing themes (#15481) | Leif Åstrand | 2015-04-17 | 1 | -0/+22 | |
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Keeping MenuItem custom classes when updating styles (#17427) | Alexey Fansky | 2015-04-16 | 1 | -0/+12 | |
* | | | | | | | | | | | Fix Grid editor area calculation without scrollbars (#17471) | Teemu Suo-Anttila | 2015-04-16 | 1 | -6/+3 | |
* | | | | | | | | | | | Re-showed tab is displayed if there is room for it (#17096) | Alexey Fansky | 2015-04-15 | 1 | -9/+58 | |
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | ||||||
* | | | | | | | | | | VConsole logging -> java.util.logging | Artur Signell | 2015-04-13 | 15 | -193/+329 | |
* | | | | | | | | | | Prevent opening Table context menu on short tapping on iOS (#15297) | Ilya Ermakov | 2015-04-10 | 1 | -1/+2 | |
* | | | | | | | | | | Grid header should render "the same" after changes to header (#17131) | Mikael Grankvist | 2015-04-10 | 1 | -18/+64 | |
* | | | | | | | | | | Adding a temporary style to VNotification on Chrome >=41 (#17252) | Alexey Fansky | 2015-04-10 | 1 | -1/+8 | |
* | | | | | | | | | | Don't use !important for ColorPicker width in Valo (#17140). | Denis Anisimov | 2015-04-10 | 1 | -0/+16 | |
* | | | | | | | | | | Customizable DnD preview handle strategy in Dnd manager (#10377,#14880). | Denis Anisimov | 2015-04-10 | 2 | -168/+533 |