| Commit message (Expand) | Author | Age | Files | Lines |
* | Make ComboBox always immediate (#4054) | Jonatan Kronqvist | 2014-04-11 | 1 | -3/+11 |
* | Merge commit '3d0ff32bea81c3e3c64bd044276ff04a4f8555ed' | Johannes Dahlström | 2014-04-10 | 2 | -1/+87 |
|\ |
|
| * | Prevent duplicate detach() calls with push (#13261) | Johannes Dahlström | 2014-04-02 | 2 | -41/+86 |
* | | Refactor VaadinPortletRequest extending. (#13551) | Sauli Tähkäpää | 2014-04-10 | 1 | -107/+121 |
* | | Prevent duplicate session destroy events (#12612) | Johannes Dahlström | 2014-04-10 | 3 | -17/+80 |
* | | Don't allocate unnecessary memory for empty array of Objects in | Denis Anisimov | 2014-04-10 | 1 | -9/+17 |
* | | Optimizes memory and CPU usage in JSONCodec (#13545) | Fabian Lange | 2014-04-09 | 1 | -10/+28 |
* | | Don't add slash after jsessionid in URL (#12307) | Henri Sara | 2014-04-09 | 1 | -2/+44 |
* | | Update Accordion and TabSheet to use Vaadin 7 style. (#13402). | Felype Santiago Ferreira | 2014-04-08 | 2 | -212/+185 |
* | | Update Atmosphere 2.1.2.vaadin2 (#12329) | Artur Signell | 2014-04-07 | 1 | -1/+1 |
* | | Update Atmosphere 2.1.2 for better Tomcat 8 support (#12329) | Artur Signell | 2014-04-03 | 1 | -1/+1 |
* | | Wait for all messages to be sent before disconnect (#13529) | Artur Signell | 2014-04-02 | 1 | -2/+30 |
* | | Do not allow Atmosphere to make session infinitely long (#12139) | Artur Signell | 2014-04-02 | 1 | -1/+3 |
* | | Workaround for Atmosphere race condition (#13528) | Artur Signell | 2014-04-02 | 1 | -32/+40 |
* | | Make removeFromParent throw if the right session is not locked (#13473) | Leif Åstrand | 2014-04-02 | 2 | -3/+36 |
* | | Use UUIDBroadcasterCache (#13514) | Artur Signell | 2014-04-01 | 1 | -0/+3 |
* | | Use existing AbstractReflectorAtmosphereHandler (#13514) | Artur Signell | 2014-04-01 | 1 | -46/+3 |
* | | Refactor AtmosphereHandler to a field (#13514) | Artur Signell | 2014-04-01 | 2 | -61/+69 |
* | | Add reinit method for preserve-on-refresh UIs (#12191) | Johannes Dahlström | 2014-03-31 | 5 | -19/+127 |
* | | Move DragAndDropService to VaadinSession (#11409) | Johannes Dahlström | 2014-03-31 | 7 | -37/+37 |
* | | Merge changes from origin/7.1 | Build Agent | 2014-03-28 | 3 | -37/+112 |
|\| |
|
| * | Added headers support for WebSphere Portal. (#13491)7.1.13 | Sauli Tähkäpää | 2014-03-26 | 1 | -0/+35 |
| * | Improved portlet configuration resolution. (#7814) | Sauli Tähkäpää | 2014-03-26 | 2 | -37/+77 |
* | | Handle default package properly in deployment config (#12461). | Denis Anisimov | 2014-03-28 | 1 | -4/+13 |
* | | Added convenience methods for bean binding (#13068) | Matti Tahvonen | 2014-03-27 | 1 | -0/+54 |
* | | Use the ErrorHandler mechanism in ConnectorResourceHandler (#12269) | Johannes Dahlström | 2014-03-27 | 1 | -0/+8 |
* | | Always call close() method for session valueUnbound() method (#12843). | Denis Anisimov | 2014-03-27 | 1 | -0/+3 |
* | | Use window name "_self" with Page.setLocation (#12925) | Johannes Dahlström | 2014-03-26 | 1 | -1/+16 |
* | | Integrate the Responsive add-on #12394 | Jonatan Kronqvist | 2014-03-25 | 1 | -0/+161 |
* | | Remove all unnecessary semicolons reported by Eclipse | Leif Åstrand | 2014-03-21 | 10 | -12/+12 |
* | | Merge changes from origin/7.1 | Build Agent | 2014-03-21 | 2 | -14/+48 |
|\| |
|
| * | Improve error message when reusing UI instance (#13457) | Leif Åstrand | 2014-03-13 | 1 | -1/+12 |
| * | reduce frequency of session locking and StreamingProgressEvents (#13155) | Fabian Lange | 2014-03-13 | 1 | -13/+36 |
* | | Merge commit '49973354b22e8aba9cc71f83571020b0414c54e0' | Sauli Tähkäpää | 2014-03-21 | 1 | -9/+5 |
|\| |
|
| * | Fixed trailing slash trimming in VaadinPortletService. | Sauli Tähkäpää | 2014-03-13 | 1 | -9/+5 |
* | | Throw exception when trying to invalidate FakeHttpSession | Artur Signell | 2014-03-21 | 1 | -0/+14 |
* | | Use IE11 mode (#12629) | Juho Nurminen | 2014-03-21 | 1 | -1/+1 |
* | | Upgrade to atmosphere-runtime 2.1.1.vaadin2 (#12601, #13196) | Artur Signell | 2014-03-20 | 1 | -1/+1 |
* | | Format project files according to conventions | Artur Signell | 2014-03-19 | 2 | -14/+12 |
* | | Revert "Merge branch 'master' into grid" | John Ahlroos | 2014-03-18 | 5 | -1693/+0 |
* | | Merge branch 'master' into grid | Leif Åstrand | 2014-03-18 | 5 | -0/+1693 |
|\ \ |
|
| * \ | Merge branch 'master' into grid | Henrik Paul | 2014-03-03 | 9 | -130/+775 |
| |\ \ |
|
| * | | | Implement programmatic scrolling (#13327) | Patrik Lindström | 2014-02-18 | 1 | -0/+54 |
| * | | | Merge remote-tracking branch 'origin/master' into grid | Leif Åstrand | 2014-02-12 | 33 | -286/+569 |
| |\ \ \ |
|
| * | | | | Grid supports data set changes (#12645) | Henrik Paul | 2013-12-17 | 2 | -13/+420 |
| * | | | | Validate column group boundaries #12907 | John Ahlroos | 2013-12-10 | 1 | -5/+53 |
| * | | | | Merge branch 'master' into grid-merge | Henrik Paul | 2013-12-04 | 4 | -163/+21 |
| |\ \ \ \ |
|
| * | | | | | Support custom column widths in Grid #13024 | John Ahlroos | 2013-12-04 | 1 | -2/+11 |
| * | | | | | Ensure setting value on detached column group throws exception #3153 | John Ahlroos | 2013-12-02 | 2 | -3/+27 |
| * | | | | | Add server-side API for column freezing (#3087) | Henrik Paul | 2013-11-24 | 2 | -0/+94 |