| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for #5433 | John Alhroos | 2010-08-13 | 1 | -2/+6 |
* | #5409 Form.focus should focus the first enabled, writable field if possible | Henri Sara | 2010-08-04 | 1 | -9/+20 |
* | fixes #5089 (read only mode) and #5379 webkit bug | Matti Tahvonen | 2010-07-21 | 1 | -0/+11 |
* | fixes #5341 | Matti Tahvonen | 2010-07-21 | 1 | -0/+6 |
* | javadoc typo + bit more specific description | Matti Tahvonen | 2010-07-21 | 1 | -5/+5 |
* | refined the API docs | Matti Tahvonen | 2010-07-20 | 1 | -1/+2 |
* | fixes #5342 | Matti Tahvonen | 2010-07-16 | 1 | -1/+1 |
* | a more specific return type (parent of window is always window or null) | Matti Tahvonen | 2010-07-15 | 1 | -10/+10 |
* | fixes #5342 | Matti Tahvonen | 2010-07-12 | 1 | -1/+1 |
* | fixes #5340 | Matti Tahvonen | 2010-07-12 | 1 | -1/+1 |
* | fixes #5339 | Matti Tahvonen | 2010-07-12 | 1 | -1/+3 |
* | Fix for #5277 | Jonatan Kronqvist | 2010-07-07 | 1 | -13/+50 |
* | Javadoc fix for #5320 | Artur Signell | 2010-07-07 | 1 | -3/+5 |
* | Changed constant references and some method references to links | Artur Signell | 2010-07-07 | 1 | -42/+43 |
* | #4515 and #4516: header and footer click listeners instead of handlers | Henri Sara | 2010-07-07 | 1 | -90/+43 |
* | Test case and fix for #5314 | Artur Signell | 2010-07-06 | 1 | -1/+1 |
* | ComponentPosition setter/getter floats changed to Float to allow un-setting a... | Marc Englund | 2010-07-06 | 1 | -56/+86 |
* | Cleanup: removed unused validator function and extra TODO comment | Artur Signell | 2010-07-06 | 1 | -32/+4 |
* | Reverted constructor visibility changes, will use isSynthetic() test instead | Henri Sara | 2010-07-06 | 4 | -12/+2 |
* | Make private nested class constructor visibility public or package to prevent... | Henri Sara | 2010-07-06 | 4 | -2/+12 |
* | #5300 add default constructor for the Upload component | Henri Sara | 2010-07-05 | 1 | -0/+13 |
* | fixes #5278 | Matti Tahvonen | 2010-07-02 | 1 | -0/+8 |
* | Fixes #5277, #5291, #5292 | John Alhroos | 2010-07-02 | 1 | -2/+18 |
* | #5286 implement Serializable where necessary | Henri Sara | 2010-07-01 | 4 | -64/+87 |
* | Cleaned javadocs | Matti Tahvonen | 2010-06-30 | 2 | -9/+6 |
* | fixes #810, #4607,#5279, #5281 | Matti Tahvonen | 2010-06-30 | 2 | -4/+7 |
* | fixes #5079 | Matti Tahvonen | 2010-06-30 | 1 | -1/+1 |
* | "premature optimization is the redemption all subtree caching issues" :-) | Matti Tahvonen | 2010-06-29 | 1 | -20/+120 |
* | Fix for #5006 | John Alhroos | 2010-06-29 | 1 | -0/+7 |
* | Formatted /src using Vaadin Java Conventions 20071114 | Artur Signell | 2010-06-28 | 2 | -8/+8 |
* | Set VWindow instead of VView for client widget for window. Fixes NPE when add... | Matti Tahvonen | 2010-06-24 | 1 | -2/+2 |
* | Made HeaderClickHandler and FooterClickHandler Serializable | Artur Signell | 2010-06-24 | 1 | -2/+2 |
* | Merged and slightly modified fix for #4652 - MouseEventDetails and ClickEvent... | Artur Signell | 2010-06-21 | 1 | -32/+5 |
* | Fix for #5063 - RichTextArea class should have constructors | Artur Signell | 2010-06-21 | 1 | -0/+56 |
* | Fixed regression from #5185 where switching footer on/off does not hide the f... | John Alhroos | 2010-06-21 | 1 | -10/+9 |
* | LAZY loadStyle hints for largish, but rarely used components | Matti Tahvonen | 2010-06-18 | 3 | -3/+6 |
* | Text selection methods for TextField. Fixes #5217 | Matti Tahvonen | 2010-06-17 | 1 | -0/+51 |
* | Fix for #5203 - DateField setResolution() should call requestRepaint | Artur Signell | 2010-06-17 | 1 | -0/+1 |
* | Minor improvements for #4971 | Artur Signell | 2010-06-16 | 1 | -13/+32 |
* | Additional javadoc for #4991 | Artur Signell | 2010-06-16 | 1 | -127/+196 |
* | Fix #5012 - Self comparison of classId with itself in com.vaadin.ui.Embedded.... | Artur Signell | 2010-06-16 | 1 | -1/+1 |
* | Added removeTab(Tab) to TabSheet, fixes #5179 | Marc Englund | 2010-06-15 | 1 | -0/+26 |
* | refining code splitting + adding documentation. Monolithic client side is now... | Matti Tahvonen | 2010-06-15 | 1 | -21/+31 |
* | Merged fix, sample and tests for "#3720 - Disable Items for OptionGroup" from... | Artur Signell | 2010-06-15 | 2 | -23/+109 |
* | code splitting + client initialization | Matti Tahvonen | 2010-06-11 | 10 | -11/+38 |
* | Merged fix and sample for #2855 - "Implement input prompt for DateField" from... | Artur Signell | 2010-06-11 | 1 | -0/+34 |
* | Merged #5152 (AbsoluteLayout getTopValue fix) from 6.3 to 6.4 | Henri Sara | 2010-06-08 | 1 | -1/+1 |
* | Merged #5149 fix to 6.4 | Henri Sara | 2010-06-07 | 1 | -0/+1 |
* | initial implementation of code splitting #4408 | Matti Tahvonen | 2010-06-04 | 10 | -10/+41 |
* | Fix for #5112 | John Alhroos | 2010-06-02 | 1 | -12/+0 |