summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal
Commit message (Expand)AuthorAgeFilesLines
* Dropped support for portlet 1.0Leif Åstrand2011-11-042-436/+0
* Don't show notifications in VWindow as they are not painted from WindowLeif Åstrand2011-11-041-7/+0
* Pass WrappedRequest to Application.getRootLeif Åstrand2011-11-046-30/+23
* Added initial support for RequestHandlersLeif Åstrand2011-11-036-1/+175
* Removed the Root interface and renamed DefaultRoot class to RootLeif Åstrand2011-11-031-7/+7
* Restored (completely untested) support for portlets using RootLeif Åstrand2011-11-027-2635/+2637
* Restored functionality related to subwindows and focus in RootLeif Åstrand2011-11-021-2/+1
* Split Window to Root and WindowLeif Åstrand2011-11-019-2901/+2907
* #7822 Loading Vaadin application in JBoss AS 7 throws java.lang.LinkageErrorLeif Åstrand2011-10-211-3/+25
* #7479 Fix for Windows: The name of a resource is a '/'-separated path, not Fi...Artur Signell2011-10-111-3/+1
* #7755 Debug window "highlight component" does not work with sub windowsArtur Signell2011-10-111-2/+2
* Fixed #7548 - testbench tests with keyboard navigation now work in ie6Jonatan Kronqvist2011-10-112-0/+17
* #7755 Debug window "highlight component" does not work with sub windowsArtur Signell2011-10-111-0/+10
* #6588 quick fix, still need to re-evaluate and test the solutionMatti Tahvonen2011-10-071-27/+42
* #7738 corrected ticket reference for fixArtur Signell2011-10-071-1/+1
* #5488 Avoid encoding slashes and back slashes in ApplicationResource URLsArtur Signell2011-10-071-1/+7
* Fix and tests for #7720Jonatan Kronqvist2011-10-071-1/+1
* Fixes #7731Jonatan Kronqvist2011-10-071-4/+15
* reverted #6588 fix, causes rather bad regressionsMatti Tahvonen2011-10-061-15/+2
* variables now visible in debug consoleMatti Tahvonen2011-10-061-1/+1
* Description should be appended AFTER the legend not before. #3725John Alhroos2011-10-061-1/+1
* Revised [21596] miscalculation fix to take possibly set CSS paddings into con...John Alhroos2011-10-061-2/+5
* Fixes footer miscalculation issue #3710John Alhroos2011-10-061-2/+2
* #7708 Added code for handling tooltip events in VDragAndDropWrapper + testArtur Signell2011-10-051-0/+12
* #6494 Reverted [21428] as it causes infinite loops in certain situationsArtur Signell2011-10-041-22/+3
* Merged changes from 6.6Henri Sara2011-10-031-7/+3
|\
| * Another fix for #7692 for JBoss 5+ and possibly other servers/class loaders.Henri Sara2011-09-301-7/+3
* | Merged #6698 to Vaadin 6.7 branchLeif Åstrand2011-09-301-1/+22
|\|
| * #7692 Improved logging based on reviewHenri Sara2011-09-291-1/+1
| * #7692 Improved logging based on reviewHenri Sara2011-09-291-4/+5
| * #7692 Cannot load static resources in /VAADIN from JARs on GlassFish and some...Henri Sara2011-09-291-2/+17
| * #6698 Scrolling with the mouse is aborted when data is received from the serverLeif Åstrand2011-09-291-2/+20
* | Merged changes from 6.6 (#7692)Henri Sara2011-09-301-3/+19
* | Fixes #7687John Alhroos2011-09-301-1/+7
* | Fixed GWT exception about trying to remove a missing child #3725John Alhroos2011-09-301-2/+6
* | Fix for #6494John Alhroos2011-09-291-3/+23
* | Fix for #3725 + cleaned up static DOM method calls.John Alhroos2011-09-291-18/+19
* | Additional comments for hacks caused by #6588Leif Åstrand2011-09-271-1/+4
* | #6588 changed to check for uninitialized client state on the clientLeif Åstrand2011-09-271-4/+5
* | Merged fix from 6.6Henri Sara2011-09-271-1/+1
|\|
| * #7669 escape separator characters in client-server communication: correct cha...Henri Sara2011-09-271-1/+1
| * #7672 Fixed null handling in escaping for HTML.Henri Sara2011-09-271-0/+3
| * #7672 eliminated "double escaping" of attributesHenri Sara2011-09-271-10/+10
| * #7672 contributory XSS fixes in certain componentsHenri Sara2011-09-278-62/+72
| * #7671 Do not permit HTML in system messages and normal error messages, XHTML ...Henri Sara2011-09-272-17/+45
| * #7670 Prevent classpath based directory traversal in AbstractApplicationServl...Henri Sara2011-09-271-3/+54
| * #7669 escape separator characters in client-server communicationHenri Sara2011-09-273-31/+130
* | #7472 PopupDatefield button should not be focusableArtur Signell2011-09-271-1/+2
* | Merged changes from 6.6Henri Sara2011-09-2713-108/+299
* | #6588 Repainting in TextChangeListener will send wrong value to clientLeif Åstrand2011-09-271-2/+11