summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | Support column reordering from all header rows. (#16643)Pekka Hyvönen2015-02-261-6/+8
| | | * | | | | | | | Column reordering in Grid restricted to non-frozen columns. (#16643)Pekka Hyvönen2015-02-251-1/+22
| | | * | | | | | | | Adjust column reorder drop marker when auto scrolling grid. (#16643)Pekka Hyvönen2015-02-253-29/+118
| | | * | | | | | | | Auto scroll when dnd reorder columns and cursor close to Grid edge. (#16643)Pekka Hyvönen2015-02-243-27/+720
| | | * | | | | | | | Theming and UX for Grid column reordering. (#16643)Pekka Hyvönen2015-02-231-9/+36
| | | * | | | | | | | Update server side state when columns are reordered. (#16643)Pekka Hyvönen2015-02-181-9/+43
| | | * | | | | | | | Client side event for column reordering in Grid. #16643Pekka Hyvönen2015-02-163-0/+111
| | | * | | | | | | | Drag and drop column reorder for default header row on client side Grid. #16643Pekka Hyvönen2015-02-132-1/+448
| | * | | | | | | | | Merge branch 'master' into detailsrowHenrik Paul2015-03-126-143/+158
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Double-opening Grid details row doesn't change height (#16644)Henrik Paul2015-03-121-4/+54
| | * | | | | | | | | | Fixes a bug with escalator.scrollToRow and spacers (#16644)Henrik Paul2015-03-051-3/+3
| | * | | | | | | | | | Merge branch 'master' into HEADHenrik Paul2015-03-053-118/+253
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into HEADHenrik Paul2015-03-0418-190/+454
| | |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Adds support for -1 row index Escalator spacers (#16644)Henrik Paul2015-03-032-3/+11
| | * | | | | | | | | | | | Escalator spacers are sized and placed like "fixed" (#16644)Henrik Paul2015-03-032-22/+97
| | * | | | | | | | | | | | Adds tests and JavaDoc regarding Escalator's spacers (#16644)Henrik Paul2015-03-032-1/+34
| | * | | | | | | | | | | | Adds support for spacers near the bottom of Escalator (#16644)Henrik Paul2015-03-031-7/+7
| | * | | | | | | | | | | | Escalator can now remove rows while spacers are open (#16644)Henrik Paul2015-03-021-35/+88
| | * | | | | | | | | | | | Fixes two bugs when inserting escalator rows with spacers open (#16644)Henrik Paul2015-02-271-55/+102
| | * | | | | | | | | | | | Adds support for inserting rows to Escalator while spacers are open (#16644)Henrik Paul2015-02-261-43/+172
| | * | | | | | | | | | | | Don't reference private class in javadoc (#16644)Leif Åstrand2015-02-252-2/+5
| | * | | | | | | | | | | | Fixes a bug with scrolling the Escalator with a spacer open (#16644)Henrik Paul2015-02-251-15/+37
| | * | | | | | | | | | | | Spacers affect Escalator's scrollbars (#16644)Henrik Paul2015-02-241-30/+115
| | * | | | | | | | | | | | Fixes fast Escalator scrolling with spacers (#16644).Henrik Paul2015-02-241-0/+6
| | * | | | | | | | | | | | Fixes Escalator row offsets with spacers open (#16644)Henrik Paul2015-02-241-47/+237
| | * | | | | | | | | | | | Adding/removing spacers affects Escalator row positions (#16644)Henrik Paul2015-02-201-41/+135
| | * | | | | | | | | | | | Adds Widget support for DetailsGenerator (#16644)Henrik Paul2015-02-182-8/+57
| | * | | | | | | | | | | | Modifies GridElement to support details (#16644)Henrik Paul2015-02-172-123/+286
| | * | | | | | | | | | | | Adds initial details row support to Grid (#16644)Henrik Paul2015-02-172-1/+144
| | * | | | | | | | | | | | Adds SpacerUpdater support for Escalator (#16644)Henrik Paul2015-02-166-90/+233
| | * | | | | | | | | | | | Escalator supports adding spacer elements into DOM. (#16644)Henrik Paul2015-02-162-185/+305
| | | |_|_|/ / / / / / / / | | |/| | | | | | | | | |
* | | | | | | | | | | | | Serve pre-compressed static resources by default (#13653)Matti Tahvonen2015-04-301-0/+2
* | | | | | | | | | | | | Add missing @since to VDragAndDropManagerTeemu Suo-Anttila2015-04-291-0/+2
* | | | | | | | | | | | | Fix MenuBar keyboard navigation and selecting (#17076)Teemu Suo-Anttila2015-04-281-4/+14
* | | | | | | | | | | | | Add missing @since to DDEventHandleStrategy classTeemu Suo-Anttila2015-04-271-0/+1
* | | | | | | | | | | | | Make public getLogger functions private (#17645)Teemu Suo-Anttila2015-04-2711-61/+61
* | | | | | | | | | | | | Fix DataSource NPE under when dataChangeHandler is not set (#16590)Manolo Carrasco2015-04-222-20/+22
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Auto focus modal window (#17021)Ilya Ermakov2015-04-211-0/+16
* | | | | | | | | | | | Revert "Reduce reflows when sizing columns (#17315)"Markus Koivisto2015-04-201-72/+38
* | | | | | | | | | | | Made grid StaticCell and StaticRow public (#17415)Tomi Virkki2015-04-181-3/+3
* | | | | | | | | | | | Update favicon when changing themes (#15481)Leif Åstrand2015-04-171-0/+22
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Keeping MenuItem custom classes when updating styles (#17427)Alexey Fansky2015-04-161-0/+12
* | | | | | | | | | | Fix Grid editor area calculation without scrollbars (#17471)Teemu Suo-Anttila2015-04-161-6/+3
* | | | | | | | | | | Re-showed tab is displayed if there is room for it (#17096)Alexey Fansky2015-04-151-9/+58
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | VConsole logging -> java.util.loggingArtur Signell2015-04-1315-193/+329
* | | | | | | | | | Prevent opening Table context menu on short tapping on iOS (#15297)Ilya Ermakov2015-04-101-1/+2
* | | | | | | | | | Grid header should render "the same" after changes to header (#17131)Mikael Grankvist2015-04-101-18/+64
* | | | | | | | | | Adding a temporary style to VNotification on Chrome >=41 (#17252)Alexey Fansky2015-04-101-1/+8
* | | | | | | | | | Don't use !important for ColorPicker width in Valo (#17140).Denis Anisimov2015-04-101-0/+16
* | | | | | | | | | Customizable DnD preview handle strategy in Dnd manager (#10377,#14880).Denis Anisimov2015-04-102-168/+533