| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Throw exception early on null itemId (#16541) | vilo | 2016-05-20 | 1 | -0/+3 |
* | Ensure ContainerOrderedWrapper returns itemIds in expected order | Artur Signell | 2016-05-19 | 2 | -5/+17 |
* | Notify server side component about clicks in form layout (#6346). | Denis Anisimov | 2016-05-19 | 3 | -0/+183 |
* | Workaround Version class to work with 7.7-SNAPSHOT | Teemu Suo-Anttila | 2016-05-19 | 1 | -1/+9 |
* | Remove shortcut listener from subclasses of AbstractComponent (#16498). | Edoardo Vacchi | 2016-05-17 | 3 | -3/+199 |
* | Deprecate public bitmask methods in MarginInfo (#17565) | patrik | 2016-05-17 | 1 | -0/+15 |
* | Change GridLayout to no longer be a legacy component | Artur Signell | 2016-05-16 | 2 | -30/+3 |
* | Tooltip might not close when moving outside of UI (#13370) | Anna Koskinen | 2016-05-16 | 1 | -2/+51 |
* | Eliminate rounding errors for GridLayout expand ratios (#19797) | Artur Signell | 2016-05-16 | 6 | -52/+129 |
* | Extract guava from the gwt-dev jar to client-compiler | Teemu Suo-Anttila | 2016-05-16 | 1 | -1/+1 |
* | Upgrade Atmosphere JS back to 2.2.13.vaadin3 as in 7.6 | Artur Signell | 2016-05-16 | 1 | -1/+1 |
* | Fix typo in VariableOwner error message | Leif Åstrand | 2016-05-16 | 1 | -8/+8 |
* | Disable multiselect checkboxes when Grid is disabled. (#18560) | Sauli Tähkäpää | 2016-05-13 | 6 | -6/+254 |
* | Fix opacity value for disabled label and non-collapsible column (#15489) | Denis Anisimov | 2016-05-13 | 6 | -0/+243 |
* | Do not start local Jetty for server tests | Artur Signell | 2016-05-13 | 1 | -13/+5 |
* | Fixed tooltips for sub-windows (#19073) | Pontus Boström | 2016-05-12 | 3 | -6/+142 |
* | Use error styles for NativeSelect/ListSelect/TwinColSelect in Valo (#19550) | Artur Signell | 2016-05-11 | 4 | -2/+128 |
* | Avoid rebuilding VListSelect DOM for each round trip (#14765) | Leif Åstrand | 2016-05-11 | 6 | -13/+529 |
* | Remove guava URL encode dependency | Markus Koivisto | 2016-05-11 | 6 | -12/+15 |
* | Eliminate most server-side Guava use | Henri Sara | 2016-05-11 | 4 | -30/+105 |
* | Always close expanded top level menu item on click (#14568). | Denis Anisimov | 2016-05-11 | 3 | -0/+154 |
* | Update to Atmosphere 2.2.9.vaadin2 (#19742) | Artur Signell | 2016-05-11 | 2 | -4/+4 |
* | Always return cursor position 0 when displaying input prompt (#19766) | Teemu Pöntelin | 2016-05-11 | 3 | -1/+73 |
* | Fix UIProvider backwards compatibility with AppWidgetset | Teemu Suo-Anttila | 2016-05-11 | 3 | -8/+30 |
* | Take widget set style into account when compiling widget set | Artur Signell | 2016-05-11 | 1 | -0/+1 |
* | Fix comment for AttachListener interface (#19792)7.7.0.alpha2 | Anton Yegorov | 2016-05-10 | 1 | -1/+1 |
* | Fix null selection to work again (#19787) | Artur Signell | 2016-05-09 | 4 | -7/+69 |
* | Handle touch events in Window (#18042) | Anna Koskinen | 2016-05-09 | 1 | -3/+3 |
* | Clarify expand javadoc for GridLayout | Artur Signell | 2016-05-09 | 1 | -6/+16 |
* | Test using Payara | Artur Signell | 2016-05-07 | 1 | -0/+7 |
* | Update @since for 7.6.6 | Henri Sara | 2016-05-06 | 1 | -2/+2 |
* | Add @since for DesignContext | Henri Sara | 2016-05-06 | 1 | -2/+2 |
* | Compare against references also if no version specified | Henri Sara | 2016-05-04 | 1 | -7/+11 |
* | Add javadocs for onConnectorHierarchyChange | Leif Åstrand | 2016-05-04 | 1 | -0/+30 |
* | Revert "Better default for nullRepresentation (#13221, #12877)"feature/standard-sass | Ilia Motornyi | 2016-05-04 | 5 | -162/+2 |
* | Revert "Documentation fix for null representation (#13221)" | Ilia Motornyi | 2016-05-04 | 2 | -6/+3 |
* | Fix classpath order for integration tests | Henri Sara | 2016-05-04 | 1 | -1/+1 |
* | Relax checkstyle rules | Henri Sara | 2016-05-03 | 1 | -1/+1 |
* | Ignore files generated for checkstyles | Leif Åstrand | 2016-05-03 | 1 | -0/+2 |
* | Move theme and widgetset compilation to prepare-package | Teemu Suo-Anttila | 2016-05-03 | 1 | -0/+1 |
* | Throw IAE in setExpandRatio() if given ratio is less than 0 | Maciej Przepióra | 2016-05-03 | 1 | -0/+8 |
* | Ensure addItem(null) returns null | Artur Signell | 2016-05-03 | 3 | -9/+8 |
* | added one missing "you" | Fredrik Rönnlund | 2016-05-02 | 1 | -1/+1 |
* | Update gwt-rpc.asciidoc | Enver Haase | 2016-05-02 | 1 | -1/+1 |
* | Update clientside-debugging.asciidoc | Enver Haase | 2016-05-02 | 1 | -1/+1 |
* | Update advanced-dragndrop.asciidoc | Guglielmo Moretti | 2016-05-02 | 1 | -1/+1 |
* | Take body scrolling into account when deciding combobox popup position (#19162) | Artur Signell | 2016-05-02 | 4 | -11/+122 |
* | GWT history frame is not needed in embedding | Jonni Nakari | 2016-05-02 | 1 | -20/+0 |
* | Documentation fix for null representation (#13221) | elmot | 2016-05-02 | 2 | -3/+6 |
* | Better default for nullRepresentation (#13221, #12877) | Matti Tahvonen | 2016-05-02 | 5 | -2/+162 |