summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added /run-push to tests to be able to test with push enabled (#11494)Artur Signell2013-04-081-0/+14
* Scan for addon styles in server-side only addon jars as well. #11390John Ahlroos2013-04-081-0/+3
* Added push meta module (#11498)Artur Signell2013-04-086-1/+79
* Rendering a Tree with icons fails if no alternate text is given (#11511)michael2013-04-081-1/+2
* Implement range for date field (#6241)johan2013-04-0816-40/+1915
* Require implementing hasTooltip if there's custom tooltip logic (#11052)Leif Åstrand2013-04-0815-124/+92
* Push if there are dirty connectors, avoid push if there are NOT dirty connectorsArtur Signell2013-04-071-1/+1
* Global code reformatLeif Åstrand2013-04-05118-217/+436
* 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