summaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Expand)AuthorAgeFilesLines
* added possibility to auto scroll to recent console messagesMatti Tahvonen2010-12-021-3/+16
* Javadocs and minor tuning with positioningMatti Tahvonen2010-12-021-6/+56
* #6074 more changes based on reviewHenri Sara2010-12-021-2/+1
* #6074 some more javadocHenri Sara2010-12-021-7/+21
* #6074 changes based on code reviewHenri Sara2010-12-023-105/+110
* #6074 BeanIdResolver must implement SerializableHenri Sara2010-12-021-1/+1
* #6074 bean property based item id resolver for BeanContainerHenri Sara2010-12-012-2/+82
* #6074 support item id resolvers in BeanContainer: basic mechanisms, more cont...Henri Sara2010-12-013-28/+304
* #6076 - Debug console logs an error when clicking on "variables" or a sub itemArtur Signell2010-11-301-1/+6
* #6080 - Debug console should log exception type and not only messageArtur Signell2010-11-301-2/+17
* #6082 - deprecated isSwitchModeArtur Signell2010-11-301-0/+4
* #6082 Suppressed deprecation warningsArtur Signell2010-11-301-1/+3
* #2387Artur Signell2010-11-301-2/+2
* Reverted [16223]John Alhroos2010-11-301-0/+23
* #5713 clean up AbstractBeanContainer: use Item instead of BeanItem where appl...Henri Sara2010-11-301-15/+18
* Additional fix for #6075 - CellBasedLayout does not update size correctly whe...Artur Signell2010-11-301-6/+11
* #5713 etc.: some BeanContainer, BeanItemContainer and AbstractBeanContainer c...Henri Sara2010-11-303-7/+14
* #6063 BeanItemContainer broken when working with an interface that extends an...Henri Sara2010-11-301-5/+46
* Removed handlDynamicDimensions since it is redundant. #6075John Alhroos2010-11-301-24/+0
* Fixed the 'bouncing columns' issue introduced in the fix for #5066Jonatan Kronqvist2010-11-302-7/+8
* Fix for #6075John Alhroos2010-11-301-0/+30
* #5713 BeanContainer that does not require item id to be the beanHenri Sara2010-11-291-0/+95
* Fix for #6064Jonatan Kronqvist2010-11-291-81/+61
* #5946 / #5713 AbstractBeanContainer / BeanItemContainer changes based on reviewHenri Sara2010-11-292-20/+8
* 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