summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui
Commit message (Expand)AuthorAgeFilesLines
* Remove ThreadLocal references from CurrentInstance (#11914)Leif Åstrand2013-05-281-2/+2
* Define how CurrentInstance works with access() (#11897)Leif Åstrand2013-05-281-3/+8
* Added ComponentConnector.isAttached (#11928)Artur Signell2013-05-283-3/+3
* Make access() enqueue the runnable if the session is locked (#11897)Leif Åstrand2013-05-282-22/+98
* Modified the logic in setPropertyDatasource which determines if a new convert...Artur Signell2013-05-222-12/+12
* Merge changes from origin/7.0Leif Åstrand2013-05-171-3/+8
|\
| * Avoid marking AbstractField dirty in primitive getters (#11201)Artur Signell2013-05-171-3/+8
* | Merge changes from origin/7.0Leif Åstrand2013-05-171-2/+2
|\|
| * Clear items in ComboBox only if changed (#10924)Henri Sara2013-05-141-2/+2
* | Tooltip accessibility fixes (#11799)michaelvogt2013-05-171-0/+24
* | Send browser window resizes if there is a listener (#10055)Henri Sara2013-05-171-3/+9
* | Fix typo (#11754)Leif Åstrand2013-05-021-3/+3
* | Make access() throw if another session is already locked (#11757)Leif Åstrand2013-05-021-0/+10
* | Rename runSafely() to access() (#11756)Leif Åstrand2013-05-022-8/+26
* | Close push connection when UI is detached (#11596)Artur Signell2013-04-261-0/+16
* | Fixed incorrect assert (#11720)Artur Signell2013-04-251-1/+2
* | Verify CSRF token before accepting new CSRF connection (#11635)Leif Åstrand2013-04-251-4/+0
* | Global code clean upLeif Åstrand2013-04-252-4/+4
* | Update javadoc to reflect moved getPushMode method (#11506)Leif Åstrand2013-04-241-1/+1
* | Replaced Filterable.hasContainerFilters with getContainerFilters (#11234)Artur Signell2013-04-241-2/+2
* | Re-added Property.toString warning messages (#10916)Artur Signell2013-04-242-4/+67
* | Merge commit 'feb9a8c3510afc76c079fafcd9e507205bde139c'Artur Signell2013-04-231-1/+6
|\|
| * Fixed date reset when calendar is first initialized #11387John Ahlroos2013-04-121-1/+6
* | Renamed loading indicator states to 'first','second','third' (#11668)Artur Signell2013-04-231-38/+39
* | Renamed UI.getLoadingIndicator -> getLoadingIndicatorConfiguration (#11665)Artur Signell2013-04-232-9/+9
* | Renamed UI.getTooltip to getTooltipConfiguration (#11663)Artur Signell2013-04-232-9/+9
* | Renamed DisplayState to WindowMode (#11662)Artur Signell2013-04-231-60/+57
* | Simplify and clarify WAI-ARIA API (#11659)michaelvogt2013-04-232-5/+26
* | Documented that push and pull settings is only for the app developer (#11666)Artur Signell2013-04-221-0/+10
* | Initial support for toggling push on the fly (#11506)Leif Åstrand2013-04-191-15/+24
* | Move push mode to UI and add @Push annotation (#11506)Leif Åstrand2013-04-181-1/+49
* | Add PushMode.isEnabled() (#11626)Leif Åstrand2013-04-171-2/+1
* | Don't assign PushConnection to UI before it has been connected (#11506)Leif Åstrand2013-04-171-2/+13
* | Fix minor issues raised in #111 code reviewJohannes Dahlström2013-04-111-0/+2
* | Implemented poll interval for UI (#11495)Leif Åstrand2013-04-101-0/+34
* | Added SharedUtil for helpers shared by client and serverLeif Åstrand2013-04-102-13/+14
* | Fix missing or invalid copyright headersLeif Åstrand2013-04-091-1/+3
* | Don't initialize PushConnection by default (#11512)Leif Åstrand2013-04-081-1/+1
* | 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-081-0/+175
* | Push if there are dirty connectors, avoid push if there are NOT dirty connectorsArtur Signell2013-04-071-1/+1
* | Global code reformatLeif Åstrand2013-04-0517-4/+81
* | Do not push only meta data to the client (#11490)Artur Signell2013-04-052-1/+15
* | WAI-ARIA functions for Tree (#11389)michaelvogt2013-04-041-0/+51
* | Maximize Restore for Window #3400Pekka Hyvönen2013-04-041-6/+141
* | Server push (#111)Johannes Dahlström2013-04-041-0/+48
* | Integrate Calendar into core #11079John Ahlroos2013-04-0318-0/+4467
* | Enable setting loading indicator delays from the server (#7448)Artur Signell2013-04-032-0/+171
* | Made is possible to configure tooltip on the server (#8065)Artur Signell2013-04-032-0/+251
* | WAI-ARIA field corrections (#11407)michaelvogt2013-04-021-0/+20