summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed compilation errormichaelvogt2013-04-052-3/+4
* Fix Profiler call that was accidentally left out when merging #3400Leif Åstrand2013-04-051-0/+2
* Fix typo in debug console (#9626)Leif Åstrand2013-04-051-1/+1
* New DebugWindow implmentation (internal) fixes #2460 #9626 at least...Marc Englund2013-04-0519-6/+3007
* Maximize/restore icons for Chameleon, Liferay, Runo (#3400)Artur Signell2013-04-059-24/+64
* Do not push only meta data to the client (#11490)Artur Signell2013-04-052-1/+15
* Made vaadin-server jar not depend on Atmosphere (#11492)Artur Signell2013-04-051-1/+1
* Use fallback transport if websockets is not supported by server (#11491Artur Signell2013-04-051-1/+1
* Improved logging to be able to debug push related problems (#111)Artur Signell2013-04-051-10/+81
* Fixed compilation errorArtur Signell2013-04-041-1/+1
* WAI-ARIA functions for Tree (#11389)michaelvogt2013-04-046-5/+242
* Wrap the atmosphere request instead of reusing an old request which might no ...Artur Signell2013-04-042-19/+8
* Include atmosphere javascript files into vaadin-server (#111)Artur Signell2013-04-041-0/+2
* Maximize Restore for Window #3400Pekka Hyvönen2013-04-0413-158/+857
* Server push (#111)Johannes Dahlström2013-04-0425-38/+913
* Renamed Calendar tests to be more consistent with other tests (#11079)Artur Signell2013-04-0417-0/+0
* Fixed issue with IE8 showing loading indicator when it should not (#7448)Artur Signell2013-04-041-3/+54
* Updated javadoc to mention runSafely in addition to the manual locking patternArtur Signell2013-04-031-4/+21
* Write JSON response to a buffer instead of directly to the output stream (#11...Artur Signell2013-04-032-33/+52
* Reworked fix for ignoring /APP/ (#11192)Artur Signell2013-04-033-12/+3
* Refactored how all requests are handled by VaadinServlet and VaadinPortlet (#...Artur Signell2013-04-0318-570/+658
* Fix for CheckBox and Layout (#11407)michaelvogt2013-04-033-1/+26
* Added example on how to get time displayed in the browser (#9033)Artur Signell2013-04-031-0/+11
* Do not clean connectors before client rpc is sent (#11192, #7891)Artur Signell2013-04-031-6/+5
* Integrate Calendar into core #11079John Ahlroos2013-04-0380-0/+17204
* Removed unnessesary pixel calculations from AbsoluteLayout #11177John Ahlroos2013-04-032-89/+25
* Implemented changes to CSS injection based on API review #5500John Ahlroos2013-04-034-125/+71
* Merge commit '5d8b1862b63d32070b4084d7e49cae1f4bc66953'Artur Signell2013-04-0313-368/+1168
|\
| * Unified all portal integration tests to be based on JSR286Portlet (#8013, #95...Artur Signell2013-03-2113-368/+1168
* | Enable setting loading indicator delays from the server (#7448)Artur Signell2013-04-037-83/+526
* | Made is possible to configure tooltip on the server (#8065)Artur Signell2013-04-037-10/+650
* | Fixed minimal (empty hashmap) memory leak on redeploy (#9993)Artur Signell2013-04-032-9/+171
* | WAI-ARIA field corrections (#11407)michaelvogt2013-04-0215-116/+225
* | Show session expired instead of throwing exception (#4252)Artur Signell2013-04-021-1/+13
* | Enable setting default alignment for VerticalLayout, HorizontalLayout, GridLa...Artur Signell2013-04-025-1/+181
* | Use updated CurrentInstance API (#9945)Leif Åstrand2013-04-021-4/+3
* | Fixed locking issue in testsArtur Signell2013-04-0215-22/+67
* | Exclude ColorPickerPreview as it has no no-arg constructorArtur Signell2013-04-021-0/+2
* | Fixed locking and cleaned up error handling in FileUploadHandler (#10569)Artur Signell2013-04-021-64/+120
* | Fixed locking problem with serviceException (#10569)Artur Signell2013-04-022-35/+56
* | Fixed locking in RequestHandlers and documented that RequestHandlers are call...Artur Signell2013-04-0222-177/+333
* | Ensure session is locked during cleanup (#10569)Artur Signell2013-04-023-23/+89
* | Correctly set thread locals when session times out (#11361, #10995)Artur Signell2013-04-022-10/+147
* | Moved request start/end handling to VaadinService (#11400)Artur Signell2013-04-024-126/+94
* | Redefined UI.runSafely so it throws an exception if session can't be locked (...Artur Signell2013-03-312-13/+56
* | Convert value if locale changes and field has converter (#11419)Artur Signell2013-03-312-9/+90
* | WAI-ARIA button (#11380)michaelvogt2013-03-284-8/+40
* | Refactored VaadinPortlet to have same structure as VaadinServlet (#10569)Artur Signell2013-03-281-23/+29
* | Verify lock is held while updating VaadinSession or connector state (#9515)Artur Signell2013-03-282-16/+103
* | Changed VaadinSession locking to be based on a session attribute (#8894)Artur Signell2013-03-282-29/+208