summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* #7187 Allow HTML content in an MenuItemLeif Åstrand2011-08-102-1/+42
* #5402 Removed java 1.6 annotations and added javadocs for html support in Opt...Leif Åstrand2011-08-091-0/+17
* #5402 Simplified attribute passing for html-mode in OptionGroupLeif Åstrand2011-08-092-12/+9
* #5402 Support html in OptionGroup itemsLeif Åstrand2011-08-092-2/+29
* #7369 Vaadin and CDI - can't use SessionScoped beans. Artur Signell2011-08-091-25/+0
* #7375 Close previous DevelopmentServerLauncher when a new one is openedLeif Åstrand2011-08-091-0/+54
* Merged changes from 6.6Henri Sara2011-08-081-23/+138
|\
| * Another regression fix after #6677 #6934John Alhroos2011-08-081-8/+8
| * Another regression fix + code cleanup after #6677 #6934John Alhroos2011-08-051-10/+6
| * Regression fixes after fixes for #6677 #6934John Alhroos2011-08-051-60/+67
| * Fix for #6934John Alhroos2011-08-031-12/+65
| * Improved the column calculation #6677John Alhroos2011-08-021-28/+87
* | #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