| Commit message (Expand) | Author | Age | Files | Lines |
* | Improved AbstractClientConnector performance (#12219) | Fabian Lange | 2013-07-15 | 1 | -3/+3 |
* | Attempt to get GAE lock for UIDL requests (#12211) | Leif Åstrand | 2013-07-12 | 1 | -17/+18 |
* | Ensure VaadinSession.service is set up by storeInSession (#12204) | Leif Åstrand | 2013-07-12 | 1 | -0/+7 |
* | Set current instances when calling UI.push from VaadinSession.unlock (#12168) | Leif Åstrand | 2013-07-10 | 4 | -7/+96 |
* | When InputStream cannot be opened while writing static resource response, dis... | Fabian Lange | 2013-07-10 | 1 | -13/+17 |
* | Set heartbeat response Content-Type to text/plain (#12182) | Johannes Dahlström | 2013-07-09 | 1 | -0/+3 |
* | Make UploadInterruptedException visible (#12070) | Fabian Lange | 2013-07-09 | 1 | -1/+14 |
* | Add test case for testing ClickEvent after dragging button (#7690) | Patrik Lindström | 2013-07-08 | 1 | -0/+57 |
* | Enable native scrolling in home screen apps on iOS 6+ (#12149) | Henri Sara | 2013-07-04 | 3 | -3/+27 |
* | Fix bug in PopupDateField where locale was retained incorrectly if | Patrik Lindström | 2013-07-04 | 3 | -0/+104 |
* | Automatic test for escape closing window from combobox (#12163) | Henri Sara | 2013-07-04 | 1 | -0/+42 |
* | Close only combobox on escape, not the window (#12163) | Henri Sara | 2013-07-03 | 2 | -0/+44 |
* | Test using Jetty 9 (#12124) | Artur Signell | 2013-07-01 | 1 | -0/+8 |
* | #11638: Ending an imported SCSS file with a comment causes an error in | Haijian Wang | 2013-07-01 | 7 | -10484/+12266 |
* | Ensure table's cells aren't refreshed if table is detached. (#9138) | Anna Koskinen | 2013-06-28 | 3 | -1/+163 |
* | Fix NPE in Like.java (#10167) | Patrik Lindström | 2013-06-28 | 2 | -0/+51 |
* | Fixed an error in CustomComponent JavaDoc (#10038), and some improvements. | Marko Gronroos | 2013-06-28 | 1 | -20/+36 |
* | Updated Javadoc for Table.getColumnAlignment fixing #6810 | Sami Ekblad | 2013-06-28 | 1 | -1/+2 |
* | Replace printStackTrace with getLogger().log() (#12147) | Artur Signell | 2013-06-28 | 3 | -4/+22 |
* | 32x32 favicons added, replacing the old favicons (#12143) | Jouni Koivuviita | 2013-06-28 | 7 | -0/+0 |
* | Ensure that Slider diffstate always contains "value" (#12133) | Risto Yrjänä | 2013-06-28 | 3 | -0/+119 |
* | Fix VaadinService.findUI to throw Error if UIConstants.UI_ID_PARAMETER | mtzukanov | 2013-06-28 | 1 | -4/+6 |
* | Fixed slider value initialization on HSV and RGB tabs of ColorPicker. (#7863) | Teemu Pöntelin | 2013-06-28 | 3 | -53/+109 |
* | Fixed NPE in ApplicationRunnerServlet (#12145) | Jouni Koivuviita | 2013-06-28 | 1 | -1/+9 |
* | Implemented Focusable in MenuBar (#7674) | Jens Jansson | 2013-06-28 | 4 | -3/+205 |
* | Remove sub window references from Window javadocs (#9892) | Leif Åstrand | 2013-06-28 | 1 | -62/+51 |
* | The 'license.html' file has flaw in the HTML (unclosed span tag) | michaelvogt | 2013-06-28 | 1 | -1/+1 |
* | Debug window poll interval claims interval is in seconds and not | michaelvogt | 2013-06-28 | 1 | -2/+4 |
* | Use varargs instead of array where appropriate (#4513) | Artur Signell | 2013-06-26 | 9 | -28/+15 |
* | Actually show loading indicator during loading (#12128) | Artur Signell | 2013-06-26 | 2 | -1/+2 |
* | Things now align better in SimpleTree, for #12058 | Marc Englund | 2013-06-26 | 1 | -2/+5 |
* | Include Atmosphere fix for Android 4.1 (#12101) | Artur Signell | 2013-06-25 | 1 | -0/+4 |
* | Use atmosphere 1.0.14.vaadin3 which fixes Android 4.1 support (#12101) | Artur Signell | 2013-06-25 | 3 | -3/+3 |
* | Ensure caption is used when child is set to required (#12077) | Artur Signell | 2013-06-25 | 3 | -0/+207 |
* | Add version property to integration tests to servers know if it is a Vaadin 6... | Artur Signell | 2013-06-24 | 1 | -0/+1 |
* | Updated Atmosphere dependency to 1.0.14.vaadin2 (#12017, #12033, #12115) | Artur Signell | 2013-06-24 | 3 | -3/+3 |
* | Enable using @Stylesheet with vaadin:// (#9934) | Artur Signell | 2013-06-18 | 3 | -0/+14 |
* | Reinitialize pendingAccessQueue after deserialization (#12097) | Johannes Dahlström | 2013-06-18 | 1 | -1/+6 |
* | Add 'transport' GET parameter to AbstractTestUI (#12094) | Johannes Dahlström | 2013-06-18 | 1 | -0/+25 |
* | Actually compile an IE10 permutation (#12080) | Artur Signell | 2013-06-15 | 1 | -1/+1 |
* | Rename getCommunicationMethod -> getCommunicationMethodName (#12019) | Artur Signell | 2013-06-14 | 2 | -2/+2 |
* | Highlight on server was still spamming in one instance, for #12058 | Marc Englund | 2013-06-14 | 1 | -7/+9 |
* | Updated to atmosphere 1.0.14-vaadin1 | Artur Signell | 2013-06-14 | 3 | -4/+4 |
* | Fixed test issues with type=null (#11895) | Artur Signell | 2013-06-14 | 6 | -6/+6 |
* | Specified supported server versions and added Glassfish 4 (#12075) | Artur Signell | 2013-06-14 | 1 | -12/+12 |
* | Test using Glassfish 4 (#12075) | Artur Signell | 2013-06-14 | 1 | -0/+7 |
* | DebugWindow styles improved and structured more, for #12058 | Marc Englund | 2013-06-14 | 1 | -38/+51 |
* | VUIDLBrowser no longer requires shift-click to 'highlight component on server... | Marc Englund | 2013-06-14 | 2 | -7/+3 |
* | Highlight on server when highlighting on client, for #12058 | Marc Englund | 2013-06-14 | 2 | -2/+19 |
* | DebugWindow sections now use previously empty areas to describe the functiona... | Marc Englund | 2013-06-14 | 2 | -8/+17 |