summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin
Commit message (Expand)AuthorAgeFilesLines
...
* #6023 - Window overrides setParent for no reasonArtur Signell2010-11-251-10/+0
* Sorting indicator no longer overlaps the column header in tables. #5066 and #...Jonatan Kronqvist2010-11-242-83/+146
* #6049 do not re-filter BeanItemContainer if removing non-existing filtersHenri Sara2010-11-241-4/+8
* #6044 BeanItemContainer.getContainerProperty() should not throw NPE if item n...Henri Sara2010-11-241-1/+5
* #6020 - Split SplitPanel into HorizontalSplitPanel and VerticalSplitPanelArtur Signell2010-11-231-3/+6
* #6020 - Split SplitPanel into HorizontalSplitPanel and VerticalSplitPanelArtur Signell2010-11-234-432/+460
* #6037 portlet context was not serializable because of a non-transient portlet...Henri Sara2010-11-231-1/+1
* #6031 PropertySetItem tests and fixed equals() and hashCode()Henri Sara2010-11-231-3/+10
* Fix for #4632 - isActive should wait for DeferredCommands to finish executingArtur Signell2010-11-233-26/+40
* Updated javadoc and removed references to deprecated DeferredCommandArtur Signell2010-11-191-10/+10
* Fixed JDK 1.5 incompatibility, reformatted to coding conventions. For #6003.Marko Grönroos2010-11-191-1/+2
* Optimization for word wrap. For #6003.Marko Grönroos2010-11-192-6/+13
* Implemented missing word wrap for TextArea (in TextField). Fixes #6003.Marko Grönroos2010-11-192-3/+23
* Reverted [16045] because of invalid formatting.Marko Grönroos2010-11-182-31/+14
* Implemented missing word wrap for TextArea (in TextField). Fixes #6003.Marko Grönroos2010-11-182-14/+31
* Fixes #5911 - ApplicationConnection assumes portlet urls contain parametersArtur Signell2010-11-181-17/+63
* Suppressed warningsArtur Signell2010-11-167-7/+9
* Suppressed warningsArtur Signell2010-11-162-0/+2
* Organized importsArtur Signell2010-11-166-8/+0
* #6000 - Replace DeferredCommand.add with Scheduler.scheduleDeferredArtur Signell2010-11-1623-64/+65
* Hopefully will fix #5789, #2428 and #5792John Alhroos2010-11-161-5/+18
* Test and fix update for #5989 - Removing a sub window from another window tha...Artur Signell2010-11-161-1/+1
* Test and fix update for #5989 - Removing a sub window from another window tha...Artur Signell2010-11-161-6/+7
* Additional fix for #5906 - Menu shadow is too narrow in Chrome7. Previously t...Artur Signell2010-11-151-1/+8
* Fix for #5989 - Removing a sub window from another window than its parent clo...Artur Signell2010-11-151-2/+9
* Extracted WidgetSetBuilder hint to separate comment to avoid problems when fo...Artur Signell2010-11-151-11/+15
* Fix for #5987 - RequestLayout is called for widgets that are not attached to ...Artur Signell2010-11-121-6/+11
* avoid flickering communication error message when leaving the pageMatti Tahvonen2010-11-121-2/+3
* #5741 : modified stream variables so that component developers can use the s...Matti Tahvonen2010-11-118-51/+134
* removed obsolete backwards compatibility class (Html5File uploads will needs ...Matti Tahvonen2010-11-111-13/+0
* method and class renames and cleaning up TODOsMatti Tahvonen2010-11-1117-188/+175
* fixed javadocsMatti Tahvonen2010-11-111-5/+8
* NPE fix.John Alhroos2010-11-101-1/+1
* text change events now properly detected from variablesMatti Tahvonen2010-11-101-1/+1
* renamed methodMatti Tahvonen2010-11-102-2/+2
* 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