aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/UI.java
Commit message (Expand)AuthorAgeFilesLines
* Add null check to UI.setTheme. (#15326)Sauli Tähkäpää2014-12-041-6/+6
* Escape dynamic and configured theme names in the same way. (#15309)Leif Åstrand2014-12-021-2/+6
* Fire attach/detach events when Window is added/removed from UI (#14908).Denis Anisimov2014-10-291-0/+2
* Document that current session and UI are referenced weakly (#14595)Leif Åstrand2014-09-221-2/+7
* Make Vaadin component handling proxy-friendly (#14639)Juuso Valli2014-09-121-3/+3
* Allow changing theme on the fly (#2874, #14139, #14124)Artur Signell2014-08-041-5/+22
* Revert "Allow changing theme on the fly (#2874)"Henri Sara2014-07-031-22/+5
* Add missing @since 7.3 to javadocHenri Sara2014-07-031-1/+1
* Allow changing theme on the fly (#2874)Artur Signell2014-06-261-5/+22
* Reading properties of components should not set state to dirty (#14060).Fabian Lange2014-06-231-1/+1
* Properly deserialize push connection (#12235)Johannes Dahlström2014-05-261-2/+1
* Merge changes from origin/7.1Artur Signell2014-04-231-1/+1
|\
| * Update copyright year to 2014Artur Signell2014-04-161-1/+1
* | Merge branch 'master' into 7.2Jonatan Kronqvist2014-04-141-1/+2
|\ \
| * | Prevent duplicate session destroy events (#12612)Johannes Dahlström2014-04-101-1/+2
* | | Update some APIs based on the 7.2 API review commentsJonatan Kronqvist2014-04-141-5/+5
|/ /
* | Add reinit method for preserve-on-refresh UIs (#12191)Johannes Dahlström2014-03-311-2/+55
* | Merge changes from origin/7.1Build Agent2014-03-211-1/+12
|\|
| * Improve error message when reusing UI instance (#13457)Leif Åstrand2014-03-131-1/+12
* | Refactor PushConnection handling (#13223)Johannes Dahlström2014-01-311-43/+40
* | Let UI fire PollEvents (#12466)Henrik Paul2013-10-291-5/+17
* | Merge commit 'd461fb438f62b38d2082b41b0a3c7a1189927c3d'Leif Åstrand2013-10-181-2/+37
|\ \ | |/ |/|
| * Merge changes from origin/7.1Leif Åstrand2013-09-231-2/+5
| |\
| * | Detach previous UI with the same window.name (#10338, #12255)Leif Åstrand2013-07-311-1/+24
| * | Merge changes from origin/7.1Leif Åstrand2013-07-231-3/+33
| |\ \
| * \ \ Merge changes from origin/7.1Leif Åstrand2013-07-151-3/+6
| |\ \ \
| * | | | Accessibility for Notification (#11820)michaelvogt2013-07-031-0/+12
| * | | | Merge changes from origin/7.1Leif Åstrand2013-06-121-11/+13
| |\ \ \ \
| * \ \ \ \ Merge commit 'a9ff7993c2f0e3f3412ef68a236aa2eb02385c64'Leif Åstrand2013-06-121-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge changes from origin/7.1Leif Åstrand2013-06-071-72/+166
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge changes from origin/7.1Leif Åstrand2013-05-171-3/+33
| |\ \ \ \ \ \ \
| * | | | | | | | Fixed a typo in UI class Javadoc. #11804Teemu Pöntelin2013-05-081-1/+1
* | | | | | | | | Fixed swallower access. Now error handler logs exceptions. (#12703)Felype Santiago Ferreira2013-10-151-1/+30
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Clarified error message (#12583)Artur Signell2013-09-161-2/+5
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Make VaadinService.closeInactiveUIs set UI threadlocals (#12186)Leif Åstrand2013-07-171-3/+33
| |_|_|_|_|/ |/| | | | |
* | | | | | Set current instances when calling UI.push from VaadinSession.unlock (#12168)Leif Åstrand2013-07-101-3/+6
| |_|_|_|/ |/| | | |
* | | | | Make UI.pushConnection transient to prevent null resource after deserializati...Johannes Dahlström2013-06-061-11/+13
| |_|_|/ |/| | |
* | | | Don't use the broken {@value Type#CONSTANT} pattern in javadocsLeif Åstrand2013-06-051-1/+1
| |_|/ |/| |
* | | Allow customizing client-side push config on server side (#11867)Artur Signell2013-06-051-46/+9
* | | Change analyze layouts to use RPC (#11536)Artur Signell2013-06-051-0/+30
* | | Send connector debug (highlight) using RPC (#11536)Artur Signell2013-06-051-0/+17
* | | Move VaadinSession.runPendingAccessTasks to VaadinService (#11964)Leif Åstrand2013-06-051-1/+1
* | | Fix stale info in javadoc for accessSynchronously (#11897)Leif Åstrand2013-05-311-4/+0
* | | Moved Locale data handling to LocaleService (#11378)Artur Signell2013-05-291-0/+17
* | | Remove UI.runSafely and VaadinSession.runSafely (#11901)Leif Åstrand2013-05-291-10/+0
* | | 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-281-1/+1
* | | Make access() enqueue the runnable if the session is locked (#11897)Leif Åstrand2013-05-281-21/+97
| |/ |/|
* | Tooltip accessibility fixes (#11799)michaelvogt2013-05-171-0/+24