| Commit message (Expand) | Author | Age | Files | Lines |
* | Update JS renderer to work with latest grid branch (#15485) | Leif Åstrand | 2015-01-14 | 2 | -34/+65 |
* | Merge remote-tracking branch 'origin/master' into grid | Artur Signell | 2015-01-14 | 10 | -152/+176 |
|\ |
|
| * | Fix remaining issues for NativeSelect blur/focus events (#6847) | Artur Signell | 2015-01-13 | 3 | -19/+74 |
| * | Include UI class @JavaScript and @StyleSheet in bootstrap html (#9045) | Leif Åstrand | 2015-01-12 | 6 | -108/+52 |
| * | Make responsive work with setTheme (#15281) | Matti Hosio | 2015-01-12 | 1 | -25/+49 |
* | | Set @since tags to 7.4 | Artur Signell | 2015-01-13 | 2 | -2/+2 |
* | | Implement JavaScript renderer support (#15485) | Leif Åstrand | 2015-01-13 | 3 | -6/+287 |
* | | Defer Grid scrolling to avoid issues with DataSource sizes (#16189) | Teemu Suo-Anttila | 2015-01-13 | 1 | -4/+22 |
* | | Rename BackgroundMessage -> NoLoadingIndicator (#15373) | Leif Åstrand | 2015-01-13 | 2 | -4/+4 |
* | | Grid deco elements are now resized appropriately (#16187) | Henrik Paul | 2015-01-13 | 1 | -4/+3 |
* | | Fix Grid handling state changes and RPC calls deferred (#16188) | Teemu Suo-Anttila | 2015-01-13 | 1 | -76/+37 |
* | | Adds PROGRESSBAR_STATIC to Reindeer and Runo (#16173) | Henrik Paul | 2015-01-13 | 1 | -1/+3 |
* | | Add @BackgroundMessage annotation (#15373) | Leif Åstrand | 2015-01-12 | 5 | -12/+95 |
* | | Handle generated method flags in a unified way (#15373) | Leif Åstrand | 2015-01-12 | 1 | -27/+24 |
* | | Merge remote-tracking branch 'origin/master' into grid | Teemu Suo-Anttila | 2015-01-12 | 12 | -135/+177 |
|\| |
|
| * | Appending query param with vaadin version to js files (#12210) | Fabian Lange | 2015-01-11 | 2 | -8/+20 |
| * | Removed apostrophe typo in VToolTip.Java (#15533) | Markus Koivisto | 2015-01-09 | 1 | -2/+2 |
| * | Revert "Output legacy locators for TestBench Recorder (#14102)." | Mika Murtojärvi | 2015-01-08 | 2 | -114/+94 |
| * | Unify test class naming. | Sauli Tähkäpää | 2015-01-05 | 2 | -2/+2 |
| * | Option for rendering Calendar event captions as HTML (#9030) | Artur Signell | 2015-01-02 | 5 | -8/+59 |
| * | Reformat project using Eclipse Luna SR1 | Artur Signell | 2014-12-29 | 3 | -14/+18 |
* | | Support JsonValue types as declared types in state and RPC (#15560) | Leif Åstrand | 2015-01-12 | 1 | -2/+15 |
* | | A few small renames and typo fixes for Grid | Johannes Dahlström | 2015-01-11 | 1 | -1/+1 |
* | | Move elemental json dependency to DWS (#15544) | Artur Signell | 2015-01-11 | 9 | -80/+80 |
* | | Make Sass compiler easily available (#15544) | Artur Signell | 2015-01-11 | 1 | -1/+6 |
* | | Remove dependencies from ProgressBar/Escalator to parts related to the server... | Artur Signell | 2015-01-11 | 12 | -41/+47 |
* | | Remove dependency on rest of the framework (#15544) | Artur Signell | 2015-01-11 | 1 | -2/+1 |
* | | Get rid of WidgetUtil.getSimpleName (#15544) | Leif Åstrand | 2015-01-09 | 13 | -58/+50 |
* | | Separate pure client side util methods to a new class (#15553, #15544) | Artur Signell | 2015-01-09 | 84 | -1439/+2101 |
* | | Remove dependency from Profiler to debug window classes (#15544,#15555) | Artur Signell | 2015-01-09 | 2 | -235/+234 |
* | | Move generators to widget set - they aren't needed by widgets (#15544) | Artur Signell | 2015-01-09 | 2 | -11/+12 |
* | | Format project, once again | Artur Signell | 2015-01-09 | 3 | -14/+18 |
* | | Fix Grid editor hanging on exception in commit (#15536) | Teemu Suo-Anttila | 2015-01-08 | 1 | -0/+31 |
* | | Change Grid default selection model to Single (#15435) | Teemu Suo-Anttila | 2015-01-08 | 2 | -5/+4 |
* | | Add getSelected functionality to SelectionEvents (#15513) | Teemu Suo-Anttila | 2015-01-08 | 1 | -4/+13 |
* | | Update @since for 7.4 | Artur Signell | 2015-01-08 | 25 | -25/+25 |
* | | Move column constants from state to GridConstants (#15510) | Teemu Suo-Anttila | 2015-01-07 | 1 | -5/+4 |
* | | Fix header texts to captions in Grid client side (#15511) | Teemu Suo-Anttila | 2015-01-07 | 1 | -25/+24 |
* | | Fix DefaultTextRenderer warning with String data (#15430) | Teemu Suo-Anttila | 2015-01-02 | 1 | -1/+1 |
* | | Change selection model before selecting rows (#15488) | Leif Åstrand | 2014-12-31 | 1 | -2/+7 |
* | | Ignore selection col for server-side cell style generator (#15486) | Leif Åstrand | 2014-12-31 | 1 | -1/+7 |
* | | Add missing since | Leif Åstrand | 2014-12-31 | 1 | -1/+1 |
* | | Distribute GridUtil methods where they are actually used (#13334) | Henrik Paul | 2014-12-30 | 3 | -105/+75 |
* | | Make disabled Grid nonfocusable and ignore events (#13334) | Johannes Dahlström | 2014-12-30 | 1 | -1/+22 |
* | | Merge remote-tracking branch 'origin/master' into grid | Teemu Suo-Anttila | 2014-12-29 | 6 | -5/+43 |
|\| |
|
| * | Prevent key events without key code from triggering actions (#11029) | Artur Signell | 2014-12-29 | 1 | -0/+3 |
| * | Typo in the Profiler log (#15426) | AMahdy AbdElAziz | 2014-12-23 | 1 | -1/+1 |
| * | Preserve newlines and align exception stacktraces left (#15456) | Artur Signell | 2014-12-23 | 1 | -4/+7 |
| * | Allow TabSheet and Accordion tab captions to contain HTML (#14609) | Artur Signell | 2014-12-18 | 3 | -0/+32 |
* | | Fix Grid columns being too narrow on IE9 (#15475) | Teemu Suo-Anttila | 2014-12-29 | 1 | -3/+15 |