summaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Expand)AuthorAgeFilesLines
* #6509 Make subclassing VMenuBar possible by making CustomMenuItem protected a...Henri Sara2011-02-251-10/+15
* #6496 Close error notification with keyboard (Escape)Henri Sara2011-02-241-0/+5
* #6413 Splitter click events were not sent when split panel was reversedHenri Sara2011-02-241-8/+8
* #6434 LayoutClickNotifier interfaceHenri Sara2011-02-246-93/+64
* #6493 related cleanup and refactoring to eliminate duplicated codeHenri Sara2011-02-2311-128/+65
* #6493 API for getting the deepest clicked component in layout click eventsHenri Sara2011-02-2310-28/+128
* fixes #6484, added missing META modifier key as a constant and handling on th...Matti Tahvonen2011-02-232-0/+7
* Fixed javadoc typosArtur Signell2011-02-221-4/+5
* #6468 getColumnAlignments() in Table caused AIOOBEHenri Sara2011-02-211-1/+1
* #6470 table row header cells should have their own CSS selectorsHenri Sara2011-02-211-1/+2
* modified multipartinputstream so that it is not that much dependent on the on...Matti Tahvonen2011-02-101-4/+6
* #6427 Add isFirefox() and isFF4() to BrowserInfoArtur Signell2011-02-091-0/+9
* #6361 simple unit tests for boundary detection in multipart streamsHenri Sara2011-02-091-1/+8
* #6336 IE8 in compatibility mode does not workArtur Signell2011-02-091-8/+9
* #6336 IE8 in compatibility mode does not workArtur Signell2011-02-081-11/+24
* #6397 Empty Context Menu is shownArtur Signell2011-02-071-2/+6
* #6319 Delesecting one preselected item in multiselect ListSelectArtur Signell2011-02-071-1/+3
* #6304 Moved display css rule to the base theme allowing it to be overriddenJonatan Kronqvist2011-02-071-4/+4
* #6304 Make embeddeds align correctly in centered table cellsJonatan Kronqvist2011-02-071-0/+4
* #5881 - InlineDateField without a set value shows a value in the UI but retur...Artur Signell2011-02-071-0/+5
* fixes #6401Matti Tahvonen2011-02-071-1/+8
* fixes #6374 and #6373. Tree now make sure it has focus prior to sending varia...Matti Tahvonen2011-02-021-37/+86
* java 1.5 combat fixMatti Tahvonen2011-02-011-2/+1
* fixes #6360Matti Tahvonen2011-01-311-5/+8
* fixes #6361Matti Tahvonen2011-01-311-26/+49
* #6362 ComponentLocator only uses Widgets implementing SubPartAware as referen...Artur Signell2011-01-312-3/+21
* #6304 - Embedded images in CustomComponents now get the correct sizeJonatan Kronqvist2011-01-281-3/+31
* Removed dead codeArtur Signell2011-01-281-8/+0
* #6348 TwinColSelect left and right caption disappear on cached updatesArtur Signell2011-01-281-1/+3
* #6344 fixed, including test caseJonatan Kronqvist2011-01-282-3/+3
* #3911 Embedded flash does not support fullscreenArtur Signell2011-01-251-1/+2
* fixes #6315, now proper response and cleanup is done if the infamous last des...Matti Tahvonen2011-01-251-1/+7
* #3911 Embedded flash does not support fullscreenArtur Signell2011-01-251-2/+3
* fixes #6316, reviewed by arturMatti Tahvonen2011-01-252-0/+7
* #6308 NPE in VFormLayout.replaceComponentArtur Signell2011-01-201-2/+4
* opening the servlet implementation for customized communication ( e.g. jsonp,...Matti Tahvonen2011-01-193-17/+39
* opening the server side for customized communication ( e.g. jsonp)Matti Tahvonen2011-01-191-7/+7
* Workaround for #6222 Vertical Table Scrolling Broken in Opera 11Artur Signell2011-01-181-0/+15
* #3991 Select with icons shown wrong in IE8 upon first renderArtur Signell2011-01-182-9/+6
* opening api for customized communication implementationsMatti Tahvonen2011-01-181-2/+2
* #3991 Select with icons shown wrong in IE8 upon first renderArtur Signell2011-01-182-13/+30
* opening the server side for customized communication ( e.g. jsonp)Matti Tahvonen2011-01-181-4/+6
* opening the server side for customized communication ( e.g. jsonp)Matti Tahvonen2011-01-181-4/+18
* Minor refactorings and opening api for customized communication implementationsMatti Tahvonen2011-01-181-3/+11
* Cleaned up the fix for #5912Jonatan Kronqvist2011-01-181-6/+15
* fixes #6301Matti Tahvonen2011-01-181-15/+30
* Fixes #5912 - Portlet no longer generates div with duplicate idJonatan Kronqvist2011-01-181-6/+10
* #5026 WidgetSetBuilder creates duplicate references to non-Vaadin GWT modulesArtur Signell2011-01-182-29/+40
* #6298 ComboBox popup reopened after closedArtur Signell2011-01-181-1/+2
* #6295 Refactored the SimpleMultiPartInputStream to a non-anonymous classArtur Signell2011-01-181-91/+121