| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed javadocs | Matti Tahvonen | 2010-11-11 | 1 | -5/+8 |
* | NPE fix. | John Alhroos | 2010-11-10 | 1 | -1/+1 |
* | fixes #5261, default header now contains X-UA-Compatible = chrome1 to use chr... | Matti Tahvonen | 2010-11-09 | 1 | -2/+3 |
* | minor enhancement: don't display scroll position information if less than pag... | Matti Tahvonen | 2010-11-09 | 1 | -3/+4 |
* | minor enhancement: table sort now happens without "scroll latency". | Matti Tahvonen | 2010-11-09 | 1 | -1/+4 |
* | fixes #5972, Table now focused eagerly when interacting with mouse with a hea... | Matti Tahvonen | 2010-11-09 | 1 | -2/+8 |
* | Fix for #5894 Right aligned Menubar with Icons runs out of browser | Artur Signell | 2010-11-09 | 1 | -4/+41 |
* | Fixed bug where swapping vertical split position to the opposite direction do... | John Alhroos | 2010-11-09 | 1 | -2/+8 |
* | fixes #2387: added TextChangeEvent that can be used to listen text changes wh... | Matti Tahvonen | 2010-11-09 | 1 | -3/+138 |
* | #5954 - ClassPathExplorer.searchForPaintables should only search Vaadin add-o... | Artur Signell | 2010-11-05 | 1 | -1/+43 |
* | Merged ClassPathExplorer fixes for #5953, #5957 | Artur Signell | 2010-11-05 | 1 | -11/+33 |
* | Merged [15706] [15713] [15714] [15720] [15721] [15735] [15736] [15737] [15739... | John Alhroos | 2010-11-05 | 2 | -15/+55 |
|\ |
|
| * | Fixed #5797 so scrolling timer is removed if the Table is disabled while scro... | John Alhroos | 2010-10-27 | 1 | -1/+9 |
| * | Fixed #5797 for the case when enabled is toggled. | John Alhroos | 2010-10-27 | 1 | -14/+14 |
| * | Fixes #5797 by disabling keyboard navigation when Table is disabled. | John Alhroos | 2010-10-27 | 1 | -9/+21 |
| * | Fix for #5744 | John Alhroos | 2010-10-26 | 1 | -4/+12 |
| * | Rewrote [15706] | John Alhroos | 2010-10-26 | 1 | -10/+7 |
| * | Rewrote [15706] | John Alhroos | 2010-10-26 | 1 | -5/+18 |
| * | Fix for #5882 | John Alhroos | 2010-10-26 | 1 | -2/+4 |
| * | #5772 eliminate duplicated footer click events | Henri Sara | 2010-10-20 | 1 | -0/+2 |
| * | Merged #5778 related changes to 6.4 branch | Matti Tahvonen | 2010-10-12 | 1 | -0/+5 |
| * | We decided to postpone #4200 to 6.5, thus reverted [15455] | Marc Englund | 2010-10-08 | 1 | -24/+0 |
| * | Fixes #4200 ESC keypress is now canceled when the XHR is active, to avoid acc... | Marc Englund | 2010-10-08 | 1 | -0/+24 |
| * | #5652: History iframe is shown as a white square in Chrome 6 in portlet | Henri Kerola | 2010-10-06 | 1 | -1/+1 |
| * | Improves the click-moved-button-magic by checking for mouse movement using cu... | Marc Englund | 2010-10-06 | 1 | -1/+13 |
* | | #5865. Removed some non-needed code from widgetset, prepared datefields and b... | Matti Tahvonen | 2010-11-04 | 2 | -37/+4 |
* | | #5743, #5742, #5741, #4275 related refactoring. Renamed com.vaadin.terminal.R... | Matti Tahvonen | 2010-11-03 | 19 | -492/+297 |
* | | CustomMenuItems should not be Paintable. | John Alhroos | 2010-11-02 | 1 | -1/+1 |
* | | Adds tooltips to menubar items #5919 | John Alhroos | 2010-11-02 | 1 | -12/+64 |
* | | opening for extension | Matti Tahvonen | 2010-10-31 | 1 | -1/+2 |
* | | CommunicationManager implementation can now be replaced (instantiated via Abs... | Matti Tahvonen | 2010-10-31 | 3 | -378/+418 |
* | | Improving client side extensibility: CommunicationManager now created with GW... | Matti Tahvonen | 2010-10-31 | 2 | -101/+119 |
* | | Fixes style attributes remaining in DOM when swapping reverse positioning in ... | John Alhroos | 2010-10-29 | 1 | -4/+6 |
* | | Adds possibility to set split position from the opposite side in a SplitPanel... | John Alhroos | 2010-10-29 | 1 | -10/+57 |
* | | removed workaround for a GWT bug, fixed in GWT 2.1, see #4279 | Matti Tahvonen | 2010-10-28 | 2 | -48/+0 |
* | | #5865: Extracted AbstractTextField from TextField, RichTextEditor extends now... | Matti Tahvonen | 2010-10-26 | 1 | -1/+57 |
* | | fixes #5888, AC now checks against Focusable instead of FocusWidget when upda... | Matti Tahvonen | 2010-10-26 | 1 | -4/+9 |
* | | fixes #5887, removed rich text toolbar controls from tabbing order | Matti Tahvonen | 2010-10-26 | 1 | -0/+5 |
* | | #5715 server-side logging: some changes to the used log levels | Henri Sara | 2010-10-25 | 7 | -22/+23 |
* | | moved some of our own component implementations for deferred binding creation | Matti Tahvonen | 2010-10-21 | 2 | -9/+14 |
* | | Merge #5776 and #5772 from 6.4 to 6.5 | Henri Sara | 2010-10-21 | 1 | -0/+2 |
* | | Allow overriding VView | Matti Tahvonen | 2010-10-19 | 1 | -1/+2 |
* | | Minor corrections to Receiver and PaintTarget javadoc | Henri Sara | 2010-10-18 | 2 | -7/+7 |
* | | better line docs for multipart reader | Matti Tahvonen | 2010-10-15 | 1 | -0/+18 |
* | | improving documentation for Receiver | Matti Tahvonen | 2010-10-15 | 2 | -11/+26 |
* | | removed unused code from html5 file handling (old FF36 support via multipartr... | Matti Tahvonen | 2010-10-15 | 2 | -50/+0 |
* | | try to close stream on all types of exceptions | Matti Tahvonen | 2010-10-15 | 1 | -6/+13 |
* | | removed recycling of event object, made events immutable so jvm can optimize ... | Matti Tahvonen | 2010-10-15 | 6 | -39/+31 |
* | | Field renamed in VDragAndDropWrapper | Henri Sara | 2010-10-14 | 1 | -5/+5 |
* | | Minor javadoc/comment fixes around upload functionality, removed extra semicolon | Henri Sara | 2010-10-14 | 3 | -14/+14 |