| Commit message (Expand) | Author | Age | Files | Lines |
* | Document empty/required validation behvaior in javadoc (#3787). | Artur Signell | 2009-12-14 | 1 | -3/+7 |
* | Added some javadoc, for #3763 | Marc Englund | 2009-12-11 | 1 | -6/+290 |
* | Additional fix for #3759 | Jouni Koivuviita | 2009-12-10 | 1 | -1/+2 |
* | Updated "selected" javadoc for Tree to make it clear that it only applies to ... | Artur Signell | 2009-12-10 | 1 | -5/+9 |
* | Fix for #3820 - DefaultItemSorter is not serializable | Artur Signell | 2009-12-10 | 2 | -2/+4 |
* | #3835 support for "style" parameter in portlet.xml | Henri Sara | 2009-12-10 | 2 | -3/+15 |
* | Window title no longer changed when running embedded, fixes #3479 | Marc Englund | 2009-12-10 | 4 | -48/+70 |
* | Theme version check for #3416 | Marc Englund | 2009-12-08 | 1 | -1/+6 |
* | Fixes #3526: SplitPanel collapse and expand with doubleclick | Jouni Koivuviita | 2009-12-08 | 2 | -1/+99 |
* | Fixes #3690: VButton.setEnabled(false) does not change the VButton look (6.2 ... | Jouni Koivuviita | 2009-12-07 | 1 | -0/+2 |
* | Fixed a typo in Javadoc. | Jouni Koivuviita | 2009-12-04 | 1 | -1/+1 |
* | fixes #3786, focus and blur events for (textual) datefields and combobox | Matti Tahvonen | 2009-12-02 | 4 | -18/+113 |
* | Formatting fixes to widgetset builder, unified tabs to spaces. | Marko Grönroos | 2009-12-02 | 1 | -3/+3 |
* | #3117 initial JSR-286 shared portlet parameter support and example | Henri Sara | 2009-12-02 | 1 | -4/+61 |
* | #3117 inter-portlet event support (JSR-286), some support for custom portlet ... | Henri Sara | 2009-12-01 | 4 | -29/+131 |
* | VForm theme modified, fieldset now doesn't have a border if there is no capti... | Jouni Koivuviita | 2009-12-01 | 1 | -2/+2 |
* | fixed some javadoc typos | Henri Sara | 2009-12-01 | 2 | -8/+8 |
* | transactionStart/End and requestStart/End should now always happen in pairs | Matti Tahvonen | 2009-12-01 | 2 | -10/+26 |
* | fixes #3788 | Matti Tahvonen | 2009-12-01 | 1 | -3/+3 |
* | ItemClickListeners in Tree and Table now use the new event listener feature (... | Matti Tahvonen | 2009-12-01 | 4 | -71/+34 |
* | VMenubar styles now prefixed (only) | Matti Tahvonen | 2009-12-01 | 1 | -1/+1 |
* | fixes #3785, implemented style names for MenuBar.MenuItem | Matti Tahvonen | 2009-12-01 | 2 | -1/+19 |
* | fixes #3759, now can scroll to last tab | Matti Tahvonen | 2009-11-30 | 1 | -1/+2 |
* | fixes #3731, added HttpServletRequestListener and PortletRequestListener whic... | Matti Tahvonen | 2009-11-30 | 4 | -75/+209 |
* | Spelling correction in widgetset GWT generator | Henri Sara | 2009-11-30 | 1 | -6/+6 |
* | fixes #3782, a better exception when trying to add Window via addComponent | Matti Tahvonen | 2009-11-30 | 1 | -0/+10 |
* | Refactoring in Portlet 2.0 support | Henri Sara | 2009-11-30 | 7 | -471/+326 |
* | fixes #3784 | Matti Tahvonen | 2009-11-30 | 1 | -2/+11 |
* | Modified VButton to be more easily extendable. | Jouni Koivuviita | 2009-11-30 | 1 | -3/+3 |
* | fixes #3783, event listener registered now in right place | Matti Tahvonen | 2009-11-30 | 1 | -3/+2 |
* | Integrated patch that implements ItemSorter for IndexedContainer, #3434 | Marc Englund | 2009-11-27 | 5 | -127/+326 |
* | Patch that fixes #3772 - Add notifier interfaces for focus and blur events | Artur Signell | 2009-11-26 | 2 | -21/+77 |
* | fixes #3775, added most obvious optimizations for VTree rendering | Matti Tahvonen | 2009-11-26 | 1 | -8/+20 |
* | added null check | Matti Tahvonen | 2009-11-26 | 1 | -1/+3 |
* | Fixed remaining issues for #3541 - VerticalLayout/GridLayout/AbsoluteLayout/C... | Artur Signell | 2009-11-26 | 10 | -48/+178 |
* | Minor corrections for Portlet 2.0 and some javadoc | Henri Sara | 2009-11-26 | 4 | -28/+52 |
* | Integrated /branches/event-framework-3234 which includes fixes for #3234, #35... | Artur Signell | 2009-11-26 | 27 | -125/+1230 |
|\ |
|
| * | Split test case into Layout click test and textfield focus/blur test + auto t... | Artur Signell | 2009-11-26 | 11 | -248/+63 |
| * | fixed missing constant | Matti Tahvonen | 2009-11-26 | 1 | -5/+2 |
| * | optimized event map handling | Matti Tahvonen | 2009-11-26 | 2 | -76/+32 |
| * | fixed getComponent method (worked only when clicked directly on child compone... | Matti Tahvonen | 2009-11-26 | 1 | -0/+2 |
| * | Javadoc | Artur Signell | 2009-11-25 | 6 | -14/+113 |
| * | Cleaned up code | Artur Signell | 2009-11-25 | 10 | -80/+30 |
| * | Separated client side listeners to a ClickEventHandler class | Artur Signell | 2009-11-25 | 11 | -165/+386 |
| * | Merged changes from trunk | Artur Signell | 2009-11-25 | 1 | -11/+0 |
| * | Merged changes from trunk | Artur Signell | 2009-11-25 | 2 | -4/+10 |
| * | Brought branch up to date with /versions/6.2 | Artur Signell | 2009-11-25 | 42 | -2492/+5542 |
| |\ |
|
| * | | Work in progress | Artur Signell | 2009-11-25 | 27 | -715/+621 |
| * | | Patch #4 from #3234 "JavaDoc and ClientEventList Update" | Artur Signell | 2009-11-23 | 5 | -26/+152 |
| * | | Initial commit for framework enhancement for #3234 | Artur Signell | 2009-11-20 | 20 | -48/+945 |