summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Unified deprecation commentsArtur Signell2010-12-081-15/+14
* Javadoc fix, rows are always explicitly specified for a TextAreaArtur Signell2010-12-081-3/+1
* Opened up some baseline properties of GridLayout to make it more extendable.John Alhroos2010-12-081-0/+36
* Clarified commentArtur Signell2010-12-082-2/+2
* Added missing communication of rows and wordwrap attributes (#3752)Artur Signell2010-12-082-2/+4
* Added missing communication of rows and wordwrap attributes (#3752)Artur Signell2010-12-082-3/+15
* TextArea default value has always been "" and not nullArtur Signell2010-12-081-0/+1
* Fixed another IE6 related width bug where the second select drops below the f...Artur Signell2010-12-071-5/+9
* #2942 - Dual captions for TwinColSelectArtur Signell2010-12-071-2/+2
* Fixed typoArtur Signell2010-12-071-1/+1
* #2942 - Dual captions for TwinColSelectArtur Signell2010-12-071-3/+3
* #3752 - Refactor TextFieldsArtur Signell2010-12-074-498/+546
* Fixed height issue in IE6Artur Signell2010-12-071-1/+11
* #3752 - Refactor TextFieldsArtur Signell2010-12-071-3/+227
* #6107 - VTwinColSelect should provide information about logical parts to Test...Artur Signell2010-12-071-1/+49
* #2942 - Dual captions for TwinColSelectArtur Signell2010-12-032-16/+236
* Small javadoc formatting fix in ContainerHenri Sara2010-12-031-4/+5
* 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