summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-2611-248/+63
| * fixed missing constantMatti Tahvonen2009-11-261-5/+2
| * optimized event map handlingMatti Tahvonen2009-11-262-76/+32
| * fixed getComponent method (worked only when clicked directly on child compone...Matti Tahvonen2009-11-261-0/+2
| * JavadocArtur Signell2009-11-256-14/+113
| * Cleaned up codeArtur Signell2009-11-2510-80/+30
| * Separated client side listeners to a ClickEventHandler classArtur Signell2009-11-2511-165/+386
| * Merged changes from trunkArtur Signell2009-11-251-11/+0
| * Merged changes from trunkArtur Signell2009-11-252-4/+10
| * Brought branch up to date with /versions/6.2Artur Signell2009-11-2542-2492/+5542
| |\
| * | Work in progressArtur Signell2009-11-2527-715/+621
| * | Patch #4 from #3234 "JavaDoc and ClientEventList Update"Artur Signell2009-11-235-26/+152
| * | Initial commit for framework enhancement for #3234Artur Signell2009-11-2020-48/+945