summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal
Commit message (Expand)AuthorAgeFilesLines
* fixed javadocsMatti Tahvonen2010-11-111-5/+8
* NPE fix.John Alhroos2010-11-101-1/+1
* fixes #5261, default header now contains X-UA-Compatible = chrome1 to use chr...Matti Tahvonen2010-11-091-2/+3
* minor enhancement: don't display scroll position information if less than pag...Matti Tahvonen2010-11-091-3/+4
* minor enhancement: table sort now happens without "scroll latency".Matti Tahvonen2010-11-091-1/+4
* fixes #5972, Table now focused eagerly when interacting with mouse with a hea...Matti Tahvonen2010-11-091-2/+8
* Fix for #5894 Right aligned Menubar with Icons runs out of browserArtur Signell2010-11-091-4/+41
* Fixed bug where swapping vertical split position to the opposite direction do...John Alhroos2010-11-091-2/+8
* fixes #2387: added TextChangeEvent that can be used to listen text changes wh...Matti Tahvonen2010-11-091-3/+138
* #5954 - ClassPathExplorer.searchForPaintables should only search Vaadin add-o...Artur Signell2010-11-051-1/+43
* Merged ClassPathExplorer fixes for #5953, #5957Artur Signell2010-11-051-11/+33
* Merged [15706] [15713] [15714] [15720] [15721] [15735] [15736] [15737] [15739...John Alhroos2010-11-052-15/+55
|\
| * Fixed #5797 so scrolling timer is removed if the Table is disabled while scro...John Alhroos2010-10-271-1/+9
| * Fixed #5797 for the case when enabled is toggled.John Alhroos2010-10-271-14/+14
| * Fixes #5797 by disabling keyboard navigation when Table is disabled.John Alhroos2010-10-271-9/+21
| * Fix for #5744John Alhroos2010-10-261-4/+12
| * Rewrote [15706] John Alhroos2010-10-261-10/+7
| * Rewrote [15706] John Alhroos2010-10-261-5/+18
| * Fix for #5882John Alhroos2010-10-261-2/+4
| * #5772 eliminate duplicated footer click eventsHenri Sara2010-10-201-0/+2
| * Merged #5778 related changes to 6.4 branchMatti Tahvonen2010-10-121-0/+5
| * We decided to postpone #4200 to 6.5, thus reverted [15455]Marc Englund2010-10-081-24/+0
| * Fixes #4200 ESC keypress is now canceled when the XHR is active, to avoid acc...Marc Englund2010-10-081-0/+24
| * #5652: History iframe is shown as a white square in Chrome 6 in portletHenri Kerola2010-10-061-1/+1
| * Improves the click-moved-button-magic by checking for mouse movement using cu...Marc Englund2010-10-061-1/+13
* | #5865. Removed some non-needed code from widgetset, prepared datefields and b...Matti Tahvonen2010-11-042-37/+4
* | #5743, #5742, #5741, #4275 related refactoring. Renamed com.vaadin.terminal.R...Matti Tahvonen2010-11-0319-492/+297
* | CustomMenuItems should not be Paintable.John Alhroos2010-11-021-1/+1
* | Adds tooltips to menubar items #5919John Alhroos2010-11-021-12/+64
* | opening for extensionMatti Tahvonen2010-10-311-1/+2
* | CommunicationManager implementation can now be replaced (instantiated via Abs...Matti Tahvonen2010-10-313-378/+418
* | Improving client side extensibility: CommunicationManager now created with GW...Matti Tahvonen2010-10-312-101/+119
* | Fixes style attributes remaining in DOM when swapping reverse positioning in ...John Alhroos2010-10-291-4/+6
* | Adds possibility to set split position from the opposite side in a SplitPanel...John Alhroos2010-10-291-10/+57
* | removed workaround for a GWT bug, fixed in GWT 2.1, see #4279Matti Tahvonen2010-10-282-48/+0
* | #5865: Extracted AbstractTextField from TextField, RichTextEditor extends now...Matti Tahvonen2010-10-261-1/+57
* | fixes #5888, AC now checks against Focusable instead of FocusWidget when upda...Matti Tahvonen2010-10-261-4/+9
* | fixes #5887, removed rich text toolbar controls from tabbing orderMatti Tahvonen2010-10-261-0/+5
* | #5715 server-side logging: some changes to the used log levelsHenri Sara2010-10-257-22/+23
* | moved some of our own component implementations for deferred binding creationMatti Tahvonen2010-10-212-9/+14
* | Merge #5776 and #5772 from 6.4 to 6.5Henri Sara2010-10-211-0/+2
* | Allow overriding VViewMatti Tahvonen2010-10-191-1/+2
* | Minor corrections to Receiver and PaintTarget javadocHenri Sara2010-10-182-7/+7
* | better line docs for multipart readerMatti Tahvonen2010-10-151-0/+18
* | improving documentation for ReceiverMatti Tahvonen2010-10-152-11/+26
* | removed unused code from html5 file handling (old FF36 support via multipartr...Matti Tahvonen2010-10-152-50/+0
* | try to close stream on all types of exceptionsMatti Tahvonen2010-10-151-6/+13
* | removed recycling of event object, made events immutable so jvm can optimize ...Matti Tahvonen2010-10-156-39/+31
* | Field renamed in VDragAndDropWrapperHenri Sara2010-10-141-5/+5
* | Minor javadoc/comment fixes around upload functionality, removed extra semicolonHenri Sara2010-10-143-14/+14