aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin
Commit message (Expand)AuthorAgeFilesLines
* Fixes #3850: Submenu icon is placed outside the menu in IE7Jouni Koivuviita2009-12-151-48/+54
* Added Validator genericsArtur Signell2009-12-152-18/+21
* fixes #3715Matti Tahvonen2009-12-141-18/+18
* Fix for #3367 - It should be possible to specify parameters for embedded flashArtur Signell2009-12-141-16/+60
* more information for VUnknownComponent (and uidl browser). Fixes #3831Matti Tahvonen2009-12-145-15/+48
* Fix for #3825 - AbstractComponentThrows NPE when both visible and enable is s...Artur Signell2009-12-141-1/+2
* cleaned redundancy, added deprecated annotationMatti Tahvonen2009-12-141-2/+2
* replaced(depracated) paintReference with addAttribute(String,Paintable) and a...Matti Tahvonen2009-12-145-212/+99
* Added generics to ComponentContainer.getComponentIterator (#3717).Artur Signell2009-12-149-37/+38
* Added generics to BeanItem for #3717Artur Signell2009-12-142-22/+23
* Removed unnecessary "px" units after 0 widths and heights.Jouni Koivuviita2009-12-141-4/+4
* Document empty/required validation behvaior in javadoc (#3787).Artur Signell2009-12-141-3/+7
* Added some javadoc, for #3763Marc Englund2009-12-111-6/+290
* Additional fix for #3759Jouni Koivuviita2009-12-101-1/+2
* Updated "selected" javadoc for Tree to make it clear that it only applies to ...Artur Signell2009-12-101-5/+9
* Fix for #3820 - DefaultItemSorter is not serializableArtur Signell2009-12-102-2/+4
* #3835 support for "style" parameter in portlet.xmlHenri Sara2009-12-102-3/+15
* Window title no longer changed when running embedded, fixes #3479Marc Englund2009-12-104-48/+70
* Theme version check for #3416Marc Englund2009-12-081-1/+6
* Fixes #3526: SplitPanel collapse and expand with doubleclickJouni Koivuviita2009-12-082-1/+99
* Fixes #3690: VButton.setEnabled(false) does not change the VButton look (6.2 ...Jouni Koivuviita2009-12-071-0/+2
* Fixed a typo in Javadoc.Jouni Koivuviita2009-12-041-1/+1
* fixes #3786, focus and blur events for (textual) datefields and comboboxMatti Tahvonen2009-12-024-18/+113
* Formatting fixes to widgetset builder, unified tabs to spaces.Marko Grönroos2009-12-021-3/+3
* #3117 initial JSR-286 shared portlet parameter support and exampleHenri Sara2009-12-021-4/+61
* #3117 inter-portlet event support (JSR-286), some support for custom portlet ...Henri Sara2009-12-014-29/+131
* VForm theme modified, fieldset now doesn't have a border if there is no capti...Jouni Koivuviita2009-12-011-2/+2
* fixed some javadoc typosHenri Sara2009-12-012-8/+8
* transactionStart/End and requestStart/End should now always happen in pairsMatti Tahvonen2009-12-012-10/+26
* fixes #3788Matti Tahvonen2009-12-011-3/+3
* ItemClickListeners in Tree and Table now use the new event listener feature (...Matti Tahvonen2009-12-014-71/+34
* VMenubar styles now prefixed (only)Matti Tahvonen2009-12-011-1/+1
* fixes #3785, implemented style names for MenuBar.MenuItemMatti Tahvonen2009-12-012-1/+19
* fixes #3759, now can scroll to last tabMatti Tahvonen2009-11-301-1/+2
* fixes #3731, added HttpServletRequestListener and PortletRequestListener whic...Matti Tahvonen2009-11-304-75/+209
* Spelling correction in widgetset GWT generatorHenri Sara2009-11-301-6/+6
* fixes #3782, a better exception when trying to add Window via addComponentMatti Tahvonen2009-11-301-0/+10
* Refactoring in Portlet 2.0 supportHenri Sara2009-11-307-471/+326
* fixes #3784Matti Tahvonen2009-11-301-2/+11
* Modified VButton to be more easily extendable.Jouni Koivuviita2009-11-301-3/+3
* fixes #3783, event listener registered now in right placeMatti Tahvonen2009-11-301-3/+2
* Integrated patch that implements ItemSorter for IndexedContainer, #3434Marc Englund2009-11-275-127/+326
* Patch that fixes #3772 - Add notifier interfaces for focus and blur eventsArtur Signell2009-11-262-21/+77
* fixes #3775, added most obvious optimizations for VTree renderingMatti Tahvonen2009-11-261-8/+20
* added null checkMatti Tahvonen2009-11-261-1/+3
* Fixed remaining issues for #3541 - VerticalLayout/GridLayout/AbsoluteLayout/C...Artur Signell2009-11-2610-48/+178
* Minor corrections for Portlet 2.0 and some javadocHenri Sara2009-11-264-28/+52
* Integrated /branches/event-framework-3234 which includes fixes for #3234, #35...Artur Signell2009-11-2627-125/+1230
|\
| * Split test case into Layout click test and textfield focus/blur test + auto t...Artur Signell2009-11-2610-50/+63
| * fixed missing constantMatti Tahvonen2009-11-261-5/+2