summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* #7266 removed sampler from Vaadin 6.7 (now separate), related screenshot updatesHenri Sara2011-08-041-2/+2
* Review fixes for #6766Jonatan Kronqvist2011-08-022-13/+13
* Implemented review comments for #6766Jonatan Kronqvist2011-08-012-38/+28
* #7338 Column alignment cannot be changed from right/center to leftArtur Signell2011-08-012-3/+8
* #7337 Remove unnecessary calls to Table.refreshRenderedCellsArtur Signell2011-08-011-29/+18
* Fixed #7340 - rendering bug when first sorting a columnJonatan Kronqvist2011-08-011-3/+8
* Merged changes from 6.6Henri Sara2011-07-292-38/+46
|\
| * #6845 Fixed problem with earlier fix and cleaned up codeArtur Signell2011-07-291-17/+23
| * Formatted source codeArtur Signell2011-07-291-17/+19
| * Made Application.applicationIsRunning volatile. #7329John Alhroos2011-07-281-4/+4
* | #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