summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* #7053 Chameleon theme integration, first phase: basic theme in Vaadin and JAR...Henri Sara2011-07-281-0/+361
* Merged changes from 6.6Henri Sara2011-07-281-11/+18
|\
| * Fixes right click events immediatness #6845John Alhroos2011-07-281-11/+18
* | Merged changes from 6.6Henri Sara2011-07-281-7/+6
|\|
| * Code cleanup.John Alhroos2011-07-271-7/+6
| * Fixes issue where ItemClickEvent not getting triggered when selecting an item...John Alhroos2011-07-271-3/+21
| * Fixes disabled shim appearing behind Table in IE #7324John Alhroos2011-07-261-0/+12
| * duplicate instantiators are now not allowed. Helps GWT code splitting to do i...Matti Tahvonen2011-07-161-0/+8
| * deferred widgetloading is now less eager (slow connection previously flooded ...Matti Tahvonen2011-07-161-7/+33
| * #7256 replaced non-breaking space character in CSSRule.java with a normal spaceHenri Sara2011-07-131-1/+1
| * #6588 Reverted [19527] as it assumes that the text/value is never changed in ...Artur Signell2011-07-121-45/+3
| * Improvements for client side remote debugging.Matti Tahvonen2011-07-061-6/+2
* | Merged changes to 6.7Henri Sara2011-07-277-62/+80
* | #5924 Link as generated table column does not present browser context menu on...Artur Signell2011-07-251-5/+16
* | #7224 Table context menu does not work before refreshing table contentsArtur Signell2011-07-252-5/+12
* | #7220 TreeTable support for Expand/Collapse eventsArtur Signell2011-07-212-2/+75
* | #7128 Add TabSheet.addTab(Component,String)Artur Signell2011-07-181-0/+20
* | Code cleanup: Use constant instead of "v-disabled" stringArtur Signell2011-07-181-1/+1
* | Code cleanup: Use constant instead of "v-disabled" stringArtur Signell2011-07-183-5/+7
* | #7284 Disabling a VNativeButton should set v-disabled styleArtur Signell2011-07-182-1/+15
* | #6444 Ability to disable button on clickArtur Signell2011-07-184-0/+59
* | Merge changes from 6.6Henri Sara2011-06-306-52/+77
|\|
| * Terminate reading the multipart request propertly if file is not the last fie...Matti Tahvonen2011-06-231-1/+1
| * Fixes #5980John Alhroos2011-06-231-3/+3
| * #7198 simplify code in AbstractValidator.validate()Henri Sara2011-06-231-6/+1
| * Fix for #6588John Alhroos2011-06-231-3/+45
| * Fixed issue with file upload dialog not closing when selecting file #7135John Alhroos2011-06-221-2/+4
| * Fixes selection by clicking on the row icons. #7026John Alhroos2011-06-161-37/+23
| * #7182 HierarchicalContainer removeItem and hasChildren do not work togetherArtur Signell2011-06-141-1/+8
| * improve compatibility with third party customization (e.g various switch/chec...Matti Tahvonen2011-06-141-4/+18
| * #4125 minor renames in comments and exception messagesHenri Sara2011-06-141-5/+5
| * #4125 renamed selectable/selected to checkable/checkedHenri Sara2011-06-141-45/+41
| * #4125 fix for some cases with selectable items not on the deepest nested leve...Henri Sara2011-06-141-3/+1
| * #4125 MenuBar supports selectable itemsHenri Sara2011-06-132-44/+270
| * #7177 AbstractOrderedLayout default alignment constant should be publicArtur Signell2011-06-131-1/+1
| * fixes #7151Matti Tahvonen2011-06-091-1/+3
| * cleanup: readability + making extending easierMatti Tahvonen2011-06-081-21/+13
| * #7115 Fixes VOverlay offset in IE6/IE7 when body is set to position: relativeArtur Signell2011-06-071-4/+21
| * shadow visibility now controllable outside constructor phaseMatti Tahvonen2011-06-071-13/+32
| * #7129 Properly clean up "filteredParent" when removing filtersArtur Signell2011-06-071-0/+1
| * #7129 Properly clean up "filteredParent" when removing an item from a filtere...Artur Signell2011-06-061-0/+8
| * #7106, forgotten commitMatti Tahvonen2011-06-061-1/+2
| * #7098 Do not show context menu if action handler has been removedArtur Signell2011-06-031-0/+4
| * fixed javadoc typoMatti Tahvonen2011-06-031-2/+2
| * fixes #7106 (touch device detection) and #7107 (client time issue)Matti Tahvonen2011-06-013-102/+136
| * #6605 Make Button.fireClick(MouseEventDetails) protected and add related null...Henri Sara2011-05-311-16/+62
| * #7058 Ensure shadow is always removed when the overlay is removedArtur Signell2011-05-261-3/+16
| * #7056 Window caption cannot be removedArtur Signell2011-05-261-2/+2
| * Reformatted sourceArtur Signell2011-05-261-22/+22
| * #6162 Fire a value change event when pressing enter in a TextField in IEArtur Signell2011-05-251-2/+16