aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Escape markup in CustomLayout's JavaDoc (#12410)Henrik Paul2013-08-201-2/+2
* Fixed DragAndDropWrapper using wrong drop target in IE8 #12406John Ahlroos2013-08-203-12/+13
* Report min and max times from Profiler (#12409)Henri Sara2013-08-202-10/+48
* Search only remaining message for delimiter (#12404)Artur Signell2013-08-203-1/+113
* Fix scrollbar for Window under WebKit browsers (#11994)Patrik Lindström2013-08-153-0/+139
* Make sure that no fileIds are replayed to the client (#12330)Henrik Paul2013-08-152-4/+155
* Terminate JVM if server.close() has no effect (#12363)Leif Åstrand2013-08-131-0/+43
* GWT requires max 1.6 compiler compliance level currently - #12345Henrik Paul2013-08-131-1/+1
* Add a chapter on installing IvyDE (for #12359)Henrik Paul2013-08-131-0/+16
* Fixed a typo in FieldGroup.isModified() JavaDoc. (#12172)Teemu Pöntelin2013-08-121-1/+1
* Reset waitingForFilteringResponse flag to false inside onBlur (#12325)denisanisimov2013-08-091-0/+1
* Delay sending DateField popup value to server until popup is closed #6252John Ahlroos2013-08-094-3/+251
* Use <code> instead of {@code} for sample containing { and } (#12311)Leif Åstrand2013-08-092-6/+7
* Fixes Button icon alt text not being updated #12333John Ahlroos2013-08-084-5/+154
* Make sure bean field validators are only added once (#11045)Patrik Lindström2013-08-072-1/+59
* Split UiAccess test (#12332)Leif Åstrand2013-08-072-26/+41
* Disable failing calendar Actions Menu Test (#12181)Patrik Lindström2013-08-071-3/+3
* Update "lastRequestedFirstvisible" field value right away (#10666).denisanisimov2013-08-073-6/+168
* Fix race in VaadinService.lockSession() (#12282)7.1.2Johannes Dahlström2013-08-061-1/+20
* Fix native scrolling regression in iOS 6 homescreen apps (#12295)Johannes Dahlström2013-08-062-8/+14
* Avoid infinite recursion when purging access queue (#12310)Leif Åstrand2013-08-051-1/+3
* Show tooltips for ordered layout captions (#10046)denisanisimov2013-08-023-0/+200
* Refine handling of null and empty URI fragments (#12207)Leif Åstrand2013-08-024-8/+105
* Improve URI fragment listener javadocs (#12296)Leif Åstrand2013-08-021-7/+46
* Ensure StringToIntegerConverter rejects values outside range of int (#12230)Johannes Dahlström2013-08-012-1/+34
* Fixes parsing of multiple push messages in streaming mode (#12197)Fabian Lange2013-08-011-2/+9
* Disable all logging if production mode is enabled (#12299)Leif Åstrand2013-08-011-1/+23
* Add optional OSGi Import-Package for javax.validation (#12301)Johannes Dahlström2013-07-312-1/+4
* Document multiple load semantics in @StyleSheet and @JavaScript (#12200)Leif Åstrand2013-07-302-2/+26
* Fix calendar click events on context menu #12297Patrik Lindström2013-07-301-1/+2
* Fix actions in action menu appearing in random order #12250Patrik Lindström2013-07-301-4/+5
* Clarify Embedded javadoc (#12290)Johannes Dahlström2013-07-301-6/+10
* Fix invisible calendar actions menu #12181Patrik Lindström2013-07-306-29/+314
* Fix race condition that might leave access queue unpurged (#12277)Leif Åstrand2013-07-292-2/+29
* Fixed wrong classname in WindowThemes TB test #12171John Ahlroos2013-07-291-1/+1
* Fixes button :active state on firefox #12126John Ahlroos2013-07-261-11/+13
* Fixes light theme window sprites #12171John Ahlroos2013-07-263-9/+98
* Fix issue with hidden component cells in Table and TreeTable #12119John Ahlroos2013-07-243-1/+98
* Verify the connector hierarchy if assertions are enabled (#12271)Leif Åstrand2013-07-232-3/+56
* Only add DateRangeValidator to DateField if start or end of range is set (#12...Johannes Dahlström2013-07-192-6/+84
* Update to Atmosphere 1.0.14.vaadin4 (#12242)Leif Åstrand2013-07-194-6/+9
* Close PushRequestHandler when VaadinServlet is destroyed (#11878)Leif Åstrand2013-07-191-0/+12
* Add Require-Bundle for our rebased atmosphere bundle (#12195)Leif Åstrand2013-07-181-1/+1
* Make VaadinService.closeInactiveUIs set UI threadlocals (#12186)Leif Åstrand2013-07-172-9/+44
* Don't close an unbound VaadinSession for GAEVaadinServlet (#12209)Leif Åstrand2013-07-173-7/+36
* Fix lost focus in Table when refreshing row cache (#12231)Tapio Aali2013-07-165-4/+118
* Improving performance of ConnectorTracker (#12218)Fabian Lange2013-07-151-3/+3
* Improved AbstractClientConnector performance (#12219)Fabian Lange2013-07-151-3/+3
* Attempt to get GAE lock for UIDL requests (#12211)Leif Åstrand2013-07-121-17/+18
* Ensure VaadinSession.service is set up by storeInSession (#12204)Leif Åstrand2013-07-121-0/+7