summaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Undo changeset 19049 (several files committed by accident) except for the mer...Henri Sara2011-05-252-2/+4
| * Block merge of version number changeHenri Sara2011-05-252-4/+2
| |\
| * | Reverted [18907] (fix for #6745 "Connectors for Tree"Jouni Koivuviita2011-05-231-8/+0
| * | Reverted the fix for #5535 again, creating a proper ticket for the issue (nee...Jouni Koivuviita2011-05-201-22/+0
| * | New fix for #5535. Added the flag for indicating whether the focus is via mou...Jouni Koivuviita2011-05-201-0/+22
| * | Reverted bad fix for #5535Jouni Koivuviita2011-05-201-25/+20
* | | Removed forgotten debugging code (#6722)Jonatan Kronqvist2011-06-211-3/+0
* | | Fixed a bug where lazyloading stopped working if a node containing lots of ch...Jonatan Kronqvist2011-06-213-6/+46
* | | Some changes based on recommendations from code review #6722Jonatan Kronqvist2011-06-203-13/+14
* | | Fixed a memory leak introduced in the fix for #6722, this also fixes a potent...Jonatan Kronqvist2011-06-171-5/+13
* | | Fix for #6766 - don't repaint the entire table when selecting an itemJonatan Kronqvist2011-06-175-50/+78
* | | Added support for partial updates in Table and TreeTable (#6722)Jonatan Kronqvist2011-06-163-558/+1001