index
:
vaadin-framework.git
7.0
7.1
7.2
7.3
7.4
7.5
7.6
7.7
8.0
8.1
8.10
8.11
8.12
8.13
8.14
8.2
8.3
8.4
8.5
8.6
8.7
8.8
8.9
JS-RPC-docs-link-syntax
OlliTietavainenVaadin-patch-1
OlliTietavainenVaadin-patch-2
add-deprecation-warning-20241105
changelog-8.27.1
changelog-8.27.2
changelog-8.27.3
changelog-8.27.4
chore-mention-8.14.4
chore-readme-8-14-4
context-menu
datefield-set-invalid-value
declarative
dependabot/maven/org.eclipse.jetty-jetty-server-10.0.14
dependabot/maven/org.eclipse.jetty-jetty-webapp-9.4.44.v20210927
dependabot/maven/org.eclipse.jgit-org.eclipse.jgit-3.5.3.201412180710-r
dependabot/maven/org.hsqldb-hsqldb-2.7.1
documentation
documentation-7.6
downgrade-snapshot-version-20241105
exclude-element-screenshot
feature/atmosphere-pure-javascript
feature/bootstrap-annotation
feature/combobox-communication
feature/dalvik
feature/databinding
feature/dnd
feature/elements
feature/eventbus
feature/karaf-feature-file
feature/nullrepresentation
feature/standard-gwt
feature/standard-sass
feature/vaadin8
feature/vaadin8-book
feature/vaadin8-book-vol2
feature/vaadin8-sass-valo-only
fix11576
fix_event_router_prototype
grid
grid_dnd_autoscroller
grid_dragger
issue/8307_select_using_collection
master
mobile_drag_image_offset
pr/11306
remote-run/flow-atmosphere-test
snapshot/7.5
snapshot/7.6
tmattsso-patch-1
update-minor-deps
vaadin-icons-3.0.1
wip-date-time-datatype
wip-java-10-compat
Vaadin 6, 7, 8 is a Java framework for modern Java web applications: https://github.com/vaadin/framework
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
src
/
com
/
vaadin
/
ui
/
UI.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove ThreadLocal references from CurrentInstance (#11914)
Leif Åstrand
2013-05-28
1
-2
/
+2
*
Define how CurrentInstance works with access() (#11897)
Leif Åstrand
2013-05-28
1
-3
/
+8
*
Added ComponentConnector.isAttached (#11928)
Artur Signell
2013-05-28
1
-1
/
+1
*
Make access() enqueue the runnable if the session is locked (#11897)
Leif Åstrand
2013-05-28
1
-21
/
+97
*
Tooltip accessibility fixes (#11799)
michaelvogt
2013-05-17
1
-0
/
+24
*
Send browser window resizes if there is a listener (#10055)
Henri Sara
2013-05-17
1
-3
/
+9
*
Make access() throw if another session is already locked (#11757)
Leif Åstrand
2013-05-02
1
-0
/
+10
*
Rename runSafely() to access() (#11756)
Leif Åstrand
2013-05-02
1
-7
/
+25
*
Close push connection when UI is detached (#11596)
Artur Signell
2013-04-26
1
-0
/
+16
*
Fixed incorrect assert (#11720)
Artur Signell
2013-04-25
1
-1
/
+2
*
Verify CSRF token before accepting new CSRF connection (#11635)
Leif Åstrand
2013-04-25
1
-4
/
+0
*
Global code clean up
Leif Åstrand
2013-04-25
1
-2
/
+4
*
Update javadoc to reflect moved getPushMode method (#11506)
Leif Åstrand
2013-04-24
1
-1
/
+1
*
Renamed UI.getLoadingIndicator -> getLoadingIndicatorConfiguration (#11665)
Artur Signell
2013-04-23
1
-3
/
+3
*
Renamed UI.getTooltip to getTooltipConfiguration (#11663)
Artur Signell
2013-04-23
1
-3
/
+3
*
Documented that push and pull settings is only for the app developer (#11666)
Artur Signell
2013-04-22
1
-0
/
+10
*
Initial support for toggling push on the fly (#11506)
Leif Åstrand
2013-04-19
1
-15
/
+24
*
Move push mode to UI and add @Push annotation (#11506)
Leif Åstrand
2013-04-18
1
-1
/
+49
*
Add PushMode.isEnabled() (#11626)
Leif Åstrand
2013-04-17
1
-2
/
+1
*
Don't assign PushConnection to UI before it has been connected (#11506)
Leif Åstrand
2013-04-17
1
-2
/
+13
*
Fix minor issues raised in #111 code review
Johannes Dahlström
2013-04-11
1
-0
/
+2
*
Implemented poll interval for UI (#11495)
Leif Åstrand
2013-04-10
1
-0
/
+34
*
Don't initialize PushConnection by default (#11512)
Leif Åstrand
2013-04-08
1
-1
/
+1
*
Push if there are dirty connectors, avoid push if there are NOT dirty connectors
Artur Signell
2013-04-07
1
-1
/
+1
*
Do not push only meta data to the client (#11490)
Artur Signell
2013-04-05
1
-0
/
+5
*
Server push (#111)
Johannes Dahlström
2013-04-04
1
-0
/
+48
*
Enable setting loading indicator delays from the server (#7448)
Artur Signell
2013-04-03
1
-0
/
+12
*
Made is possible to configure tooltip on the server (#8065)
Artur Signell
2013-04-03
1
-0
/
+11
*
Redefined UI.runSafely so it throws an exception if session can't be locked (...
Artur Signell
2013-03-31
1
-13
/
+14
*
Convenience methods for running code in the UI or VaadinSession context (#11219)
Artur Signell
2013-03-28
1
-0
/
+40
*
Fixed focus and tab index handling for UI (#11129)
Artur Signell
2013-03-12
1
-1
/
+16
*
Revert "Made UI focusable again (#11129)"
John Ahlroos
2013-02-28
1
-1
/
+1
*
Fixed incorrect import (#11129)
Artur Signell
2013-02-28
1
-1
/
+1
*
Made UI focusable again (#11129)
Artur Signell
2013-02-28
1
-1
/
+2
*
Ensure window is closed even if close listener throws an exception (#10779)
Artur Signell
2013-01-21
1
-1
/
+1
*
Updated copyright notices and added missing license headers
Artur Signell
2013-01-04
1
-1
/
+1
*
UI scroll position can be given programmatically (#9952)
Leif Åstrand
2012-11-30
1
-1
/
+54
*
Fail if a Window is attached to something else than a UI (#10374)
Artur Signell
2012-11-27
1
-0
/
+16
*
Refactor heartbeat handling and inactive UI/session closing (#10252)
Johannes Dahlström
2012-11-23
1
-79
/
+69
*
Rename ComponentEventListener to ConnectorEventListener (#10340)
Leif Åstrand
2012-11-23
1
-2
/
+2
*
Unified deprecation messages
Artur Signell
2012-11-22
1
-3
/
+3
*
Kickstart navigation automatically after UI.init(), remove Navigator.navigate...
Johannes Dahlström
2012-11-22
1
-0
/
+6
*
Global code cleanup
Leif Åstrand
2012-11-21
1
-1
/
+1
*
Renamed setBrowserWindowSize -> updateBrowserWindowSize (#10305)
Artur Signell
2012-11-21
1
-1
/
+1
*
When closeIdleUIs is true, close open UIs only after all UIs have been idle f...
Johannes Dahlström
2012-11-20
1
-28
/
+12
*
Renamed VaadinServiceSession to VaadinSession (#10223)
Artur Signell
2012-11-16
1
-13
/
+12
*
UI based on AbstractBasicComponentContainer (#2924)
Henri Sara
2012-11-13
1
-104
/
+13
*
AbstractComponentContainer should implement getComponentIterator and not iter...
Artur Signell
2012-11-06
1
-1
/
+1
*
Move LegacyComponent from com.vaadin.server to com.vaadin.ui
Johannes Dahlström
2012-11-02
1
-1
/
+0
*
Move LegacyWindow to its own file (#9917)
Johannes Dahlström
2012-11-02
1
-332
/
+0
[next]