summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed a couple of width calculation bugs relating to #5066Jonatan Kronqvist2010-11-291-6/+17
* Removed unused fieldArtur Signell2010-11-291-2/+0
* Fix for #6073 - TextChangeEvents no longer sent after blurring the field when...Artur Signell2010-11-291-0/+1
* Fix for #6025 - TextChangeEvent that is lazy and uses timeout 0 should work a...Artur Signell2010-11-291-0/+5
* Fix #6070 - Changing TextChangeEvent mode or timeout does not update to the c...Artur Signell2010-11-291-0/+2
* Reverted [16195] as it causes NPEArtur Signell2010-11-261-1/+1
* Cosmetic change for #5994 fixArtur Signell2010-11-261-1/+1
* #6003 - Word wrap doesn't work in TextAreaArtur Signell2010-11-262-1/+34
* Workaround for #6064 until fixed for realArtur Signell2010-11-261-2/+7
* Corrected SplitPanel default size (#6020)Artur Signell2010-11-261-0/+1
* Fix for #6060 - Moving a component from a GridLayout to a layout inside the G...Artur Signell2010-11-251-1/+6
* Fix for #6061 - Moving a component from a AbsoluteLayout to a layout inside t...Artur Signell2010-11-251-1/+8
* Workaround for Safari 4 issue with #6003 - Word wrap doesn't work in TextAreaArtur Signell2010-11-253-0/+26
* #5947 BeanItemContainer.addAll() should be public, related unit testHenri Sara2010-11-251-1/+1
* Refactor BeanItemContainer, splitting out the superclass AbstractBeanContaine...Henri Sara2010-11-252-699/+908
* Fixed IE issue with #6003 - Word wrap doesn't work in TextAreaArtur Signell2010-11-251-4/+5
* Fix for #6056 - Removing max length restriction from a TextField does not wor...Artur Signell2010-11-251-1/+1
* Fix for #5502 - First menu item is rendered as active when other item is clickedArtur Signell2010-11-251-21/+0
* Fix for #5994 - Entering null value representation in TextField throws NPEArtur Signell2010-11-251-6/+16
* #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