summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin
Commit message (Expand)AuthorAgeFilesLines
...
* Made is possible to configure tooltip on the server (#8065)Artur Signell2013-04-032-0/+251
* Fixed minimal (empty hashmap) memory leak on redeploy (#9993)Artur Signell2013-04-031-9/+26
* WAI-ARIA field corrections (#11407)michaelvogt2013-04-021-0/+20
* 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-023-1/+67
* Use updated CurrentInstance API (#9945)Leif Åstrand2013-04-021-4/+3
* 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-021-10/+29
* Correctly set thread locals when session times out (#11361, #10995)Artur Signell2013-04-021-10/+32
* 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-311-9/+27
* WAI-ARIA button (#11380)michaelvogt2013-03-281-0/+30
* 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
* Convenience methods for running code in the UI or VaadinSession context (#11219)Artur Signell2013-03-284-2/+188
* Added Page.reload (#10250)Artur Signell2013-03-281-0/+7
* Removed CommunicationManager and PortletCommunicationManagerJohannes Dahlström2013-03-2725-343/+248
* Remove synchronous AJAX support (#11254)Johannes Dahlström2013-03-272-41/+0
* Fix off-by-one bug preventing all server RPC handlingJohannes Dahlström2013-03-271-1/+1
* Refactor server-side communications (#11192, #7891)Johannes Dahlström2013-03-2733-2488/+3362
* Fixed tree memory leak when removing expanded items from Tree (based on new F...John Ahlroos2013-03-221-0/+31
* Added Container.hasContainerFilters() API #11234John Ahlroos2013-03-225-1/+33
* Merge commit 'e4c9eda51082a443822b66864df2fe14be7dc6d7'Artur Signell2013-03-217-252/+381
|\
| * Deprecated AbstractComponentContainer.getComponentIterator (#11328)Artur Signell2013-03-141-0/+6
| * Fixed setting column width back to undefined by setting it to -1. #7922Leif Åstrand2013-03-141-21/+50
| * Fixed client-server value sync problem in CheckBox (#11028)Artur Signell2013-03-131-0/+17
| * Eliminate connection/statement/result set leaks in TableQuery (#10582)Leif Åstrand2013-03-133-230/+292
| * Fixed focus and tab index handling for UI (#11129)Artur Signell2013-03-121-1/+16
* | Create a PopupDateField by default for Dates (#11159)Artur Signell2013-03-181-1/+2
* | Do not invalidate http session if there is an invalid security key (#11335)Artur Signell2013-03-181-6/+0
* | Implemented injection of css styles #5500John Ahlroos2013-03-131-1/+127
* | Merge commit '6922bc5b49c5551b289a5025ccd5901e2ac3aafc'Artur Signell2013-03-126-13/+19
|\|
| * Profiler based on __gwtStatsEvent (#10960)Leif Åstrand2013-03-061-0/+12
| * Corrected javadoc (#10774)Artur Signell2013-03-061-3/+3
| * Improved javadoc (#10632)Artur Signell2013-03-061-5/+1
| * Corrected javadoc regarding nested property support (#8210)Artur Signell2013-03-062-4/+2
| * Catch NoSuchFieldException instead of NoSuchFieldError (#10944)Artur Signell2013-03-051-1/+1
* | Removed IE9 fallback for IE10 #11237John Ahlroos2013-03-041-3/+1
* | Merge remote-tracking branch 'origin/7.0'John Ahlroos2013-03-0117-178/+228
|\|
| * Reverted Tree memory leak fix since it is breaking Tree filtering in a way th...John Ahlroos2013-03-011-10/+0
| * Revert "Made UI focusable again (#11129)"John Ahlroos2013-02-281-1/+1
| * Fixed BindException when binding nested properties with BeanFieldGroup.buildA...John Ahlroos2013-02-281-2/+12
| * Fixed incorrect import (#11129)Artur Signell2013-02-281-1/+1
| * (#10563) Logging now uses parameters.Mikael Grankvist2013-02-2814-160/+197
| * Made UI focusable again (#11129)Artur Signell2013-02-281-1/+2
| * Fixed NPE in Tree when calling non-final constructor #11132John Ahlroos2013-02-251-6/+18