summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-093-15/+482
* #5821 - Removed extra code and added comment about the version in which ItemC...Artur Signell2010-11-081-20/+3
* #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
* #5821 - ItemClickSource should be ItemClickNotifierArtur Signell2010-11-053-5/+47
* formatted javadocMatti Tahvonen2010-11-051-2/+1
* fixes #5955. A bit more intelligent removal of fields from Form + a method th...Matti Tahvonen2010-11-051-2/+21
* 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
| * Reverted #5785 in 6.4, applying to 6.5 insteadHenri Sara2010-10-181-5/+4
| * #5785 AbstractStringValidator should convert non-string valuesHenri Sara2010-10-151-4/+5
| * Reverted [15536] and [15537] which were commited to wrong branchArtur Signell2010-10-131-6/+6
| * #3548 - Table.setColumnCollapsed should not throw IllegalAccessExceptionArtur Signell2010-10-131-6/+6
| * Merged #5778 related changes to 6.4 branchMatti Tahvonen2010-10-121-0/+5
| * Better fix for #5770 - Clearing a Table column footer/header does not repaint...Artur Signell2010-10-111-6/+4
| * Fix for #5770 - Clearing a Table column footer/header does not repaint TableArtur Signell2010-10-111-0/+2
| * 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
* | depracated obsolete helper method from AbstractField. Replaced the implementa...Matti Tahvonen2010-11-041-22/+6
* | #5865. Deprecated usage of Button as CheckBoxMatti Tahvonen2010-11-042-1/+8
* | #5865. Removed some non-needed code from widgetset, prepared datefields and b...Matti Tahvonen2010-11-048-65/+30
* | javadocsMatti Tahvonen2010-11-042-0/+35
* | javadocsMatti Tahvonen2010-11-041-0/+34
* | javadocsMatti Tahvonen2010-11-041-0/+31
* | class docMatti Tahvonen2010-11-041-0/+4
* | refined TODO notesMatti Tahvonen2010-11-041-17/+4
* | #5743, #5742, #5741, #4275 related refactoring. Renamed com.vaadin.terminal.R...Matti Tahvonen2010-11-0322-737/+458
* | HorizontalSplitPanel is now horizontal.John Alhroos2010-11-022-3/+6
* | CustomMenuItems should not be Paintable.John Alhroos2010-11-021-1/+1
* | Adds tooltips to menubar items #5919John Alhroos2010-11-022-12/+144
* | 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-292-5/+7
* | Bugfix for #1588 John Alhroos2010-10-291-3/+1