summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Removed code that was commented out #6197Jonatan Kronqvist2011-04-071-2/+1
* Test case and fix for #6784Jonatan Kronqvist2011-04-071-1/+2
* fixes #6772: dropped files now work againMatti Tahvonen2011-04-061-3/+3
* #6367 - Allow keyboard navigation again after sorting a tableJonatan Kronqvist2011-04-061-2/+13
* Cleaned up #6197 - moved keyboard handling from the table body to the table rowsJonatan Kronqvist2011-04-061-149/+96
* Fixed #6731 - tree no longer scrolls when an item is selected.Jonatan Kronqvist2011-04-061-19/+26
* fixes #6772: Application resources and stream variables now relatively parsed...Matti Tahvonen2011-04-065-14/+14
* #6754 Added missing requestRepaint callsArtur Signell2011-04-041-1/+3
* Fixes #6367 - huge tables no longer jump when clicking headers to sortJonatan Kronqvist2011-04-011-1/+2
* Merge branch '6197-table-scrolls-on-focus'Jonatan Kronqvist2011-04-011-39/+84
* #6590 Do not try to remove collapsed items when there are no collapsed itemsArtur Signell2011-03-311-1/+2
* #6682 Added comment about why the fix worksArtur Signell2011-03-311-0/+4
* Ugly workaround for #6682 that ensures getAbsoluteTop/getAbsoluteLeft always ...Artur Signell2011-03-312-1/+27
* #6687 : reverted part of api extension, not really needed. Merge from 6.6 bra...Matti Tahvonen2011-03-251-1/+1
* #6573 Caption Text Length in Firefox 4.0Artur Signell2011-03-251-1/+1
* #6692 Disable delayed text setting in Firefox 4Artur Signell2011-03-252-5/+4
* merged #6687 fix from 6.6Matti Tahvonen2011-03-241-2/+2
* #6685 servlet fix applied to portlets aswellArtur Signell2011-03-242-9/+12
* Potential fix for #6685 High CPU usage for any Vaadin application in IE9 - Mo...Artur Signell2011-03-242-3/+10
* #3529 Listen to icon onload events and resize Tree if neededArtur Signell2011-03-221-2/+29
* Makes Window and Panel Focusable. #4384John Alhroos2011-03-115-11/+122
* Reverted [17697]John Alhroos2011-03-102-86/+4
* Adds mouse event details to Button.ClickEvent #6605John Alhroos2011-03-102-4/+86
* Fix for #5105John Alhroos2011-03-091-6/+56
* Improved JavaDoc for Embedded.John Alhroos2011-03-091-18/+51
* Check if attached in Timer instead of canceling timer on component detach. #6507John Alhroos2011-03-081-6/+7
* Fixed #6507John Alhroos2011-03-081-0/+1
* Code cleanup (removes an extra get operation)John Alhroos2011-03-081-2/+3
* Fixes #6368John Alhroos2011-03-081-2/+16
* Changed version of Flash to 6.0.0.0 and above. #6501John Alhroos2011-03-081-2/+2
* Fixed missing ending clause in the <embed> tag. #6501John Alhroos2011-03-081-1/+1
* Fixed flash issues and cleans up the Flash related code. #6501John Alhroos2011-03-081-29/+89
* #4285 Additional fix so IE does not force focus back to field when focusing a...Artur Signell2011-03-072-12/+35
* Fix for #4285 : Blur event prevention mechanism for IE prevented focus from m...John Alhroos2011-03-041-2/+4
* Changed depracated DOM.compare() to "==". John Alhroos2011-03-041-4/+2
* Fixes issue with double clicks when browsing ComboBox pages #4285John Alhroos2011-03-041-7/+9
* Cleanup up fix for #4285John Alhroos2011-03-021-31/+43
* Fixes #4285John Alhroos2011-03-021-6/+76
* #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