aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal
Commit message (Expand)AuthorAgeFilesLines
* Split Paintable from Widget so we have VPaintable (paintable without anyArtur Signell2012-01-2286-3491/+3853
* Split Paintable handling from ApplicationConnection to PaintableMap.Artur Signell2012-01-2019-329/+538
* Change getConfigString to not return null for empty string (#8274)Leif Åstrand2012-01-201-1/+1
* Merge remote branch 'origin/6.8'Leif Åstrand2012-01-062-10/+28
|\
| * Merged changes from 6.7Johannes Dahlström2011-12-302-10/+28
* | #8164 Make WrappedHttpServletRequest extend HttpServletRequestWrapperLeif Åstrand2012-01-064-115/+34
* | Ensure the ThreadLocal request is cleared even if an exception is thrownLeif Åstrand2012-01-061-2/+5
* | #8163 Print an error message if vaadinBootstap.js cannot be loadedLeif Åstrand2012-01-061-2/+7
* | Pass initial request details through the browser (#8232)Leif Åstrand2012-01-043-29/+50
* | #8172 WrappedResponse is missing javadocLeif Åstrand2012-01-041-2/+111
* | Use sendError instead of just a status codeLeif Åstrand2012-01-041-1/+2
* | Move invocation of incrementActiveRequests based on review (#8190)Leif Åstrand2012-01-021-3/+3
* | #8190 Recorder no longer waits for Vaadin application to loadLeif Åstrand2012-01-021-4/+3
* | Merge branch 'contrib'Leif Åstrand2012-01-022-56/+104
|\ \
| * | #8019 Fixed Sizable UNITS to use an Enum Unit instead of constantsJens Jansson2011-12-222-56/+104
* | | Remove support for interpreting VView with a "sub" attribute as VWindowLeif Åstrand2011-12-281-5/+1
* | | License comment added to UnsupportedBrowserHandlerMarc Englund2011-12-221-0/+3
* | | Merge remote branch 'origin/6.8'Henri Sara2011-12-224-13/+39
|\ \ \ | | |/ | |/|
| * | Merged changes from 6.8Johannes Dahlström2011-12-224-18/+38
| * | #5655 Javadoc that the size is only updated on full repaintArtur Signell2011-12-201-1/+7
* | | Remove extra @Override annotation.Henri Sara2011-12-221-1/+0
* | | Changed javadoc to match current functionalityMarc Englund2011-12-221-4/+1
* | | Changed how UnsupportedBrowserHandler 'singleton' stored to match app resourc...Marc Englund2011-12-222-17/+5
* | | External UnsupportedBrowserHandlerMarc Englund2011-12-223-57/+105
* | | Remove @ClientWidget for RootLeif Åstrand2011-12-223-12/+27
| |/ |/|
* | Change the default to a two request bootstrapLeif Åstrand2011-12-221-3/+3
* | Replace RootPreserveStrategy with Application.setRootPreserved(boolean)Leif Åstrand2011-12-221-4/+1
* | RootRequiresMoreInformation -> RootRequiresMoreInformationExceptionLeif Åstrand2011-12-224-8/+8
* | Rename AjaxPageHandler -> BootstrapHandlerLeif Åstrand2011-12-225-60/+60
* | Minor change to isChromeFrame logicMarc Englund2011-12-211-1/+1
* | Initial unsupported-browser-warning-page for #7985Marc Englund2011-12-214-3/+129
* | Enable finding theme resources without a Callback instanceLeif Åstrand2011-12-205-26/+37
* | Merge remote-tracking branch 'origin/6.8'Artur Signell2011-12-207-29/+75
|\|
| * #5655 Added getClientWidth() and getClientHeight() to WebBrowser and updated ...Artur Signell2011-12-203-4/+39
| * Merge #8143 to 6.8 and add missing methods to the Console interfaceLeif Åstrand2011-12-165-4/+23
| * #8035 - More generic fix based on reviewLeif Åstrand2011-12-091-21/+15
| * #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-091-1/+1
* | Fix more issues related to browserDetails requests in portlets (#8052)Leif Åstrand2011-12-202-1/+14
* | Fix npe (#6619)Leif Åstrand2011-12-202-2/+2
* | Fix typo in public APILeif Åstrand2011-12-201-2/+2
* | #6619 AbstractApplicationServlet.init: parameters reading order is strangeLeif Åstrand2011-12-202-17/+20
* | Add license and Serializable to ServletPortletHelperLeif Åstrand2011-12-191-1/+7
* | Support the second bootstrap request in portlets (#8052)Leif Åstrand2011-12-192-5/+37
* | #8052 Support for root instead of application in portlet.xmlLeif Åstrand2011-12-193-60/+81
* | #3667 Remove deprecated API from MenuBar (setSubMenuIcon & setCollapse)Artur Signell2011-12-191-15/+0
* | #8026 Removed deprecated API from TextFieldArtur Signell2011-12-191-12/+0
* | #8026 Removed deprecated ExpandLayout and OrderedLayout. Artur Signell2011-12-191-19/+4
* | Set the v-theme-xxx class when the theme name is acutally knownLeif Åstrand2011-12-192-12/+9
* | Root now sends click events, fixes #8151Marc Englund2011-12-191-0/+3
* | Set proper content type and charset for browser details responseLeif Åstrand2011-12-161-0/+1