| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable drag&drop when source or target component is disabled, re-implementat... | Marc Englund | 2013-06-05 | 2 | -13/+37 |
* | Ensure VBrowserFrame content is unloaded in IE (#11683) | Leif Åstrand | 2013-06-05 | 1 | -0/+20 |
* | Merge of properly focus clicked input element in Webkit (#11854, #11297) | Artur Signell | 2013-06-05 | 3 | -10/+29 |
* | Added missing import (#11982) | Artur Signell | 2013-06-05 | 1 | -0/+1 |
* | Properly disable combobox when parent is disabled (#10734) | Artur Signell | 2013-06-05 | 1 | -3/+7 |
* | Do not submit TextArea value on enter in IE (#11982) | Artur Signell | 2013-06-04 | 1 | -0/+8 |
* | Do not clear combobox text unnecessarily (#10924, #11887) | Henri Sara | 2013-05-21 | 1 | -2/+5 |
* | Don't autoclose PopupView when changing fragment, fixes #10530 | Marc Englund | 2013-05-21 | 1 | -0/+2 |
* | Always add tooltip event handlers for Window (#11448) | Leif Åstrand | 2013-05-20 | 1 | -0/+11 |
* | Centers VOverlays in visual viewport on iOS, Android, fixes #11614 | Marc Englund | 2013-05-17 | 1 | -0/+65 |
* | Fixed table height rendering in Android 2.3 #11331 | John Ahlroos | 2013-05-17 | 2 | -0/+25 |
* | Clear items in ComboBox only if changed (#10924) | Henri Sara | 2013-05-14 | 2 | -58/+110 |
* | Eliminate unnecessary conversions of option keys | Henri Sara | 2013-05-14 | 2 | -5/+4 |
* | Merge "Clean up Table popup menu close handler to prevent a memory leak" from... | Johannes Dahlström | 2013-05-13 | 2 | -11/+25 |
* | More specific workaround for no rows in TreeTable with pagelenght = 0 (#9203) | Leif Åstrand | 2013-05-10 | 1 | -6/+27 |
* | Move suggestion popup width calculation from connector to VFilterSelect | Henri Sara | 2013-05-10 | 2 | -12/+25 |
* | Add a large number of debug calls to VFilterSelect (disabled by default) | Henri Sara | 2013-05-10 | 1 | -5/+80 |
* | Don't ignore child component margins in AbstractOrderedLayout (#11553) | Johannes Dahlström | 2013-05-10 | 1 | -12/+4 |
* | Instead of applying workaround to the root panel, apply it to the sub window ... | John Alhroos | 2013-05-10 | 1 | -12/+12 |
* | Remove pre-loader element after pre-loading, fixes #10863 | Marc Englund | 2013-05-08 | 1 | -4/+14 |
* | Fixed NPE regression after fix for #11693 | John Ahlroos | 2013-04-26 | 1 | -1/+4 |
* | Fix for IE8 forgetting to move error indicator when component is resized #11693" | John Ahlroos | 2013-04-24 | 1 | -0/+25 |
* | Fix fragment handling regression caused by #10769 (#11686)7.0.5 | Johannes Dahlström | 2013-04-23 | 1 | -4/+12 |
* | Fixed broken Gridlayout cell position calculation in IE10 #11644 (backported ... | John Ahlroos | 2013-04-23 | 1 | -6/+11 |
* | Fixed Accordion tab stylenames which never got applied on the tab widgets #11... | John Ahlroos | 2013-04-22 | 1 | -0/+32 |
* | Prevent double encoding problems when URI fragment contains special character... | Johannes Dahlström | 2013-04-19 | 2 | -3/+11 |
* | Don't detach and reattach VAbstractSplitPanel child widgets unnecessarily (#1... | Johannes Dahlström | 2013-04-18 | 1 | -0/+6 |
* | Fixed IE8 scrollbar issue with vertical layout when using both expansions and... | John Ahlroos | 2013-04-17 | 1 | -3/+13 |
* | Fixed native button not triggering click event in IE #11094 | John Ahlroos | 2013-04-10 | 2 | -4/+30 |
* | Enable a Vaadin applications to be re-initialized if if has been re-added to ... | Artur Signell | 2013-03-20 | 1 | -0/+1 |
* | Make TextArea.setCursorPosition work in all browsers (#8769) | Leif Åstrand | 2013-03-20 | 2 | -0/+118 |
* | Disabled TabIndex warning for now (#11325)7.0.3 | Artur Signell | 2013-03-19 | 1 | -3/+7 |
* | Audio/Video fixes, for #11160 but it was much more broken. Also quite a few b... | Marc Englund | 2013-03-15 | 3 | -26/+73 |
* | Reattach when wrapping in webkit for correct text flow (#10536) | Leif Åstrand | 2013-03-14 | 1 | -1/+4 |
* | Fixed setting column width back to undefined by setting it to -1. #7922 | Leif Åstrand | 2013-03-14 | 1 | -6/+18 |
* | Added missing state update on the client side (#11028) | Artur Signell | 2013-03-13 | 1 | -1/+3 |
* | Fixed Tree keyboard navigation in Opera 12 (#11183) | Artur Signell | 2013-03-13 | 1 | -1/+1 |
* | Fixed header to make checkstyles happy (#11129) | Artur Signell | 2013-03-13 | 1 | -3/+3 |
* | Ensure nonwrapping textarea has white-space: pre; style (#10536) | Leif Åstrand | 2013-03-13 | 1 | -0/+3 |
* | Fixed IE8 sub window focus issue after editing a RichTextArea #10776 | Leif Åstrand | 2013-03-12 | 1 | -0/+34 |
* | Fixed focus and tab index handling for UI (#11129) | Artur Signell | 2013-03-12 | 4 | -10/+130 |
* | Properly recognize class of redefined UI connector (#10867) | Leif Åstrand | 2013-03-11 | 1 | -1/+1 |
* | Set to empty function instead of undefined (#10960) | Artur Signell | 2013-03-07 | 1 | -3/+1 |
* | Fixed javascript issue in IE8 (delete cannot be used on window properties) (#... | Artur Signell | 2013-03-06 | 1 | -1/+3 |
* | Profiler based on __gwtStatsEvent (#10960) | Leif Åstrand | 2013-03-06 | 2 | -41/+164 |
* | Add performance.timing support to Profiler (#11188) | Leif Åstrand | 2013-03-06 | 2 | -0/+60 |
* | Log errors as errors and not normal messages (#11251) | Artur Signell | 2013-03-05 | 1 | -3/+4 |
* | Fixed scrolling jumping up to first row when adding rows and adjusting the cu... | John Ahlroos | 2013-03-04 | 1 | -2/+14 |
* | Add bootstrap performance measuring support (#11188) | Leif Åstrand | 2013-03-01 | 1 | -1/+24 |
* | Fix typo in #10937 | Leif Åstrand | 2013-02-26 | 1 | -1/+1 |