You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tapio Aali 3229847265 Fix lost focus in Table when refreshing row cache (#12231) 11 years ago
..
absolutelayout Global code reformat 11 years ago
accordion Updated copyright notices and added missing license headers 11 years ago
aria Simplify and clarify WAI-ARIA API (#11659) 11 years ago
audio Audio/Video fixes, for #11160 but it was much more broken. Also quite a few browser differences. 11 years ago
browserframe Updated copyright notices and added missing license headers 11 years ago
button WAI-ARIA button (#11380) 11 years ago
calendar Enabled drag & drop to Calendar #11048 11 years ago
checkbox Simplify and clarify WAI-ARIA API (#11659) 11 years ago
colorpicker Native collections for ApplicationConnection & StateChangeEvent (#10937) 11 years ago
combobox Properly disable combobox when parent is disabled (#10734) 11 years ago
csslayout Use native collections in CssLayoutConnector (#10937) 11 years ago
customcomponent Updated copyright notices and added missing license headers 11 years ago
customfield Changed CustomFieldConnector hierarchy to be consistent with server side (#8797) 11 years ago
customlayout Updated copyright notices and added missing license headers 11 years ago
datefield Fix bug in PopupDateField where locale was retained incorrectly if 11 years ago
dd Disable drag&drop when source or target component is disabled, re-implementation of 6.8 fix for #11801 11 years ago
doc-files Renamed com.vaadin.terminal.gwt.client to com.vaadin.client (#9432) 11 years ago
draganddropwrapper Merge of (#10073) to Vaadin 7. 11 years ago
embedded Log errors as errors and not normal messages (#11251) 11 years ago
flash Updated copyright notices and added missing license headers 11 years ago
form Require implementing hasTooltip if there's custom tooltip logic (#11052) 11 years ago
formlayout Require implementing hasTooltip if there's custom tooltip logic (#11052) 11 years ago
gridlayout Fix GridLayout resize after removing caption (#12011) 11 years ago
image Updated copyright notices and added missing license headers 11 years ago
label Gather more profiling data (#10961) 11 years ago
layout Fixed NPE when a connector is no longer available (#11015) 11 years ago
link Ensure href is not set to "" when target is null (#10543) 11 years ago
listselect Updated copyright notices and added missing license headers 11 years ago
menubar Require implementing hasTooltip if there's custom tooltip logic (#11052) 11 years ago
nativebutton Updated copyright notices and added missing license headers 11 years ago
nativeselect Updated copyright notices and added missing license headers 11 years ago
optiongroup Fix for fixing both styling and broken behavior with ListSelect 11 years ago
orderedlayout Detach and attach when adding or removing the caption wrapper (#11708) 11 years ago
panel Updated copyright notices and added missing license headers 11 years ago
passwordfield Updated copyright notices and added missing license headers 11 years ago
popupview Updated copyright notices and added missing license headers 11 years ago
progressindicator Make ProgressInidcatorConnector use VProgressIndicator (#11925) 11 years ago
richtextarea Fixed spelling mistake in API #11741 11 years ago
slider Updated copyright notices and added missing license headers 11 years ago
splitpanel Updated copyright notices and added missing license headers 11 years ago
table Fix lost focus in Table when refreshing row cache (#12231) 11 years ago
tabsheet Require implementing hasTooltip if there's custom tooltip logic (#11052) 11 years ago
textarea Updated copyright notices and added missing license headers 11 years ago
textfield Fixed NPE when TextField value is null (#11021) 11 years ago
tree Require implementing hasTooltip if there's custom tooltip logic (#11052) 11 years ago
treetable Updated copyright notices and added missing license headers 11 years ago
twincolselect Updated copyright notices and added missing license headers 11 years ago
ui Allow customizing client-side push config on server side (#11867) 11 years ago
upload Fixed loadStyle to be more sensible (#10746) 11 years ago
video Updated copyright notices and added missing license headers 11 years ago
window Merge commit '34e6c60a5a746c0306c3a84ae8d6c21dfd84d878' into 7.1 11 years ago
AbstractClickEventHandler.java Global code clean up 11 years ago
AbstractComponentConnector.java Always notify parent of enable state changes (#12062) 11 years ago
AbstractComponentContainerConnector.java Updated copyright notices and added missing license headers 11 years ago
AbstractConnector.java Global code reformat 11 years ago
AbstractFieldConnector.java Updated copyright notices and added missing license headers 11 years ago
AbstractHasComponentsConnector.java Global code reformat 11 years ago
AbstractLayoutConnector.java Updated copyright notices and added missing license headers 11 years ago
AbstractSingleComponentContainerConnector.java Updated copyright notices and added missing license headers 11 years ago
Action.java Updated copyright notices and added missing license headers 11 years ago
ActionOwner.java Updated copyright notices and added missing license headers 11 years ago
CalendarEntry.java Updated copyright notices and added missing license headers 11 years ago
ClickEventHandler.java Updated copyright notices and added missing license headers 11 years ago
Field.java Updated copyright notices and added missing license headers 11 years ago
FocusElementPanel.java Updated copyright notices and added missing license headers 11 years ago
FocusUtil.java Fixed header to make checkstyles happy (#11129) 11 years ago
FocusableFlexTable.java Updated copyright notices and added missing license headers 11 years ago
FocusableFlowPanel.java Updated copyright notices and added missing license headers 11 years ago
FocusableScrollPanel.java Merge of (#10464) to Vaadin 7. 11 years ago
Icon.java Updated copyright notices and added missing license headers 11 years ago
JavaScriptComponentConnector.java Updated copyright notices and added missing license headers 11 years ago
JavaScriptWidget.java Updated copyright notices and added missing license headers 11 years ago
LayoutClickEventHandler.java Updated copyright notices and added missing license headers 11 years ago
LegacyConnector.java Updated copyright notices and added missing license headers 11 years ago
ManagedLayout.java Updated copyright notices and added missing license headers 11 years ago
MediaBaseConnector.java Audio/Video fixes, for #11160 but it was much more broken. Also quite a few browser differences. 11 years ago
PostLayoutListener.java Updated copyright notices and added missing license headers 11 years ago
ShortcutActionHandler.java Updated copyright notices and added missing license headers 11 years ago
SimpleFocusablePanel.java Updated copyright notices and added missing license headers 11 years ago
SimpleManagedLayout.java Updated copyright notices and added missing license headers 11 years ago
SubPartAware.java Updated copyright notices and added missing license headers 11 years ago
TouchScrollDelegate.java Merge of (#10323) to Vaadin 7. 11 years ago
TreeAction.java Updated copyright notices and added missing license headers 11 years ago
UnknownComponentConnector.java Updated copyright notices and added missing license headers 11 years ago
VAbsoluteLayout.java Global code reformat 11 years ago
VAbstractSplitPanel.java Don't detach and reattach VAbstractSplitPanel child widgets unnecessarily (#11628) 11 years ago
VAccordion.java Fixed Accordion tab stylenames which never got applied on the tab widgets #11645 (merged from #10605 in 6.8 branch) 11 years ago
VAudio.java Updated copyright notices and added missing license headers 11 years ago
VBrowserFrame.java Ensure VBrowserFrame content is unloaded in IE (#11683) 11 years ago
VButton.java Fixed button highlighting when dragging #10917 11 years ago
VCalendar.java Enabled drag & drop to Calendar #11048 11 years ago
VCalendarPanel.java Ensure calendar panel is updated when range changes (#11940) 11 years ago
VCheckBox.java Merge changes from origin/7.0 11 years ago
VColorPicker.java Updated copyright notices and added missing license headers 11 years ago
VColorPickerArea.java Global code reformat 11 years ago
VContextMenu.java Allow to close a context menu with ESC key (#11869) 11 years ago
VCssLayout.java Gather more profiling data (#10961) 11 years ago
VCustomComponent.java Updated copyright notices and added missing license headers 11 years ago
VCustomLayout.java Updated copyright notices and added missing license headers 11 years ago
VDateField.java Updated copyright notices and added missing license headers 11 years ago
VDateFieldCalendar.java Updated copyright notices and added missing license headers 11 years ago
VDragAndDropWrapper.java Disable drag&drop when source or target component is disabled, re-implementation of 6.8 fix for #11801 11 years ago
VDragAndDropWrapperIE.java Updated copyright notices and added missing license headers 11 years ago
VEmbedded.java Updated copyright notices and added missing license headers 11 years ago
VFilterSelect.java Close only combobox on escape, not the window (#12163) 11 years ago
VFlash.java Updated copyright notices and added missing license headers 11 years ago
VForm.java Updated copyright notices and added missing license headers 11 years ago
VFormLayout.java Add ARIA presentation role to FormLayout (#11866) 11 years ago
VGridLayout.java Fixed broken Gridlayout cell position calculation in IE10 #11644 (backported from #11303) 11 years ago
VHorizontalLayout.java Updated copyright notices and added missing license headers 11 years ago
VImage.java Updated copyright notices and added missing license headers 11 years ago
VLabel.java Removed redundant inline style (#10524) 11 years ago
VLazyExecutor.java Updated copyright notices and added missing license headers 11 years ago
VLink.java Updated copyright notices and added missing license headers 11 years ago
VListSelect.java Updated copyright notices and added missing license headers 11 years ago
VMediaBase.java Audio/Video fixes, for #11160 but it was much more broken. Also quite a few browser differences. 11 years ago
VMenuBar.java Updated copyright notices and added missing license headers 11 years ago
VNativeButton.java Merge of properly focus clicked input element in Webkit (#11854, #11297) 11 years ago
VNativeSelect.java Updated copyright notices and added missing license headers 11 years ago
VNotification.java Removed Opera 9 workaround which is no longer needed but does not work correctly (#5310) 11 years ago
VOptionGroup.java Merge changes from origin/7.0 11 years ago
VOptionGroupBase.java Global code reformat 11 years ago
VOverlay.java Move ApplicationConnection.setOverlayContainerLabel to VOverlay (#11965) 11 years ago
VPanel.java Updated copyright notices and added missing license headers 11 years ago
VPasswordField.java Updated copyright notices and added missing license headers 11 years ago
VPopupCalendar.java Form field and layout Aria corrections (#11785) 11 years ago
VPopupImpl.java Updated copyright notices and added missing license headers 11 years ago
VPopupImplMozilla.java Updated copyright notices and added missing license headers 11 years ago
VPopupView.java Merge changes from origin/7.0 11 years ago
VProgressBar.java Add primary style name support for ProgressBar/Indicator (#9913) 11 years ago
VProgressIndicator.java Add primary style name support for ProgressBar/Indicator (#9913) 11 years ago
VRichTextArea.java Fixed spelling mistake in API #11741 11 years ago
VScrollTable.java Fix lost focus in Table when refreshing row cache (#12231) 11 years ago
VSlider.java Updated copyright notices and added missing license headers 11 years ago
VSplitPanelHorizontal.java Updated copyright notices and added missing license headers 11 years ago
VSplitPanelVertical.java Updated copyright notices and added missing license headers 11 years ago
VTabsheet.java Stop using PlaceHolder widgets in VTabsheet (#11026) 11 years ago
VTabsheetBase.java Updated copyright notices and added missing license headers 11 years ago
VTabsheetPanel.java Updated copyright notices and added missing license headers 11 years ago
VTextArea.java Added missing import (#11982) 11 years ago
VTextField.java Make TextArea.setCursorPosition work in all browsers (#8769) 11 years ago
VTextualDate.java Show tooltip on focus for DataField for AT (#11865) 11 years ago
VTree.java TestBench test for tree (#11612) 11 years ago
VTreeTable.java Merge of second part of (#10513) to Vaadin 7. 11 years ago
VTwinColSelect.java Updated copyright notices and added missing license headers 11 years ago
VUI.java Fix fragment handling regression caused by #10769 (#11686) 11 years ago
VUnknownComponent.java Updated copyright notices and added missing license headers 11 years ago
VUpload.java Fix race condition in upload with push (#10214) 11 years ago
VVerticalLayout.java Updated copyright notices and added missing license headers 11 years ago
VVideo.java Updated copyright notices and added missing license headers 11 years ago
VWindow.java Limit sub window minimum size (#11510) 11 years ago