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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for deferred Root init and early widgetset loading
Leif Åstrand
2011-11-28
4
-6
/
+38
*
Rework bootstrap to support loading widgetset without application
Leif Åstrand
2011-11-28
2
-34
/
+21
*
Initial support for lazy root creation
Leif Åstrand
2011-11-25
11
-102
/
+342
*
Introduce vaadinBootstrap.js and use it to init the widgetset
Leif Åstrand
2011-11-24
4
-246
/
+220
*
Add JSON helper library
Leif Åstrand
2011-11-24
8
-0
/
+3657
*
Don't use hard coded version number in default window title
Leif Åstrand
2011-11-23
1
-2
/
+2
*
Don't set a window title if there isn't one in the UIDL
Leif Åstrand
2011-11-23
1
-1
/
+1
*
#6702 Requesting a removed resource should give an error
Leif Åstrand
2011-11-23
4
-0
/
+18
*
Move ajax page generation code to AjaxPageHandler
Leif Åstrand
2011-11-22
7
-470
/
+447
*
Remove old Debug param and make productionMode available in Application
Leif Åstrand
2011-11-22
4
-20
/
+19
*
Drop support for request attributes used by support for portlet 1.0
Leif Åstrand
2011-11-22
1
-144
/
+16
*
Initial migration of ajax page generation to a RequestHandler (#7888)
Leif Åstrand
2011-11-22
4
-13
/
+70
*
Remove explicit terminal from Root
Leif Åstrand
2011-11-22
3
-28
/
+0
*
Merge remote branch 'origin/master' into windowing
Leif Åstrand
2011-11-22
10
-171
/
+524
|
\
|
*
Merge remote branch 'origin/6.8'
Leif Åstrand
2011-11-22
10
-171
/
+524
|
|
\
|
|
*
dragandropwrapper can now initiate html5 drags, fixes #7833
Matti Tahvonen
2011-11-21
6
-75
/
+251
|
|
*
Merged fixes from 6.7
Artur Signell
2011-11-17
2
-80
/
+199
|
|
*
Merged some changes from 6.7 to 6.8
Henri Sara
2011-11-16
1
-14
/
+56
|
|
*
Merged #7837 to Vaadin 6.8
Henri Sara
2011-11-15
1
-2
/
+18
*
|
|
Restore support for ClickListener in Root
Leif Åstrand
2011-11-22
1
-2
/
+28
*
|
|
Remove close listener for browser windows
Leif Åstrand
2011-11-22
1
-4
/
+0
*
|
|
Remove old notice to the server when a root is closed
Leif Åstrand
2011-11-21
1
-4
/
+0
*
|
|
Don't throw exceptions when a root is "closed"
Leif Åstrand
2011-11-21
1
-16
/
+0
*
|
|
Restore action support in Root
Leif Åstrand
2011-11-21
2
-17
/
+57
*
|
|
Don't throw exception when a root is "closed"
Leif Åstrand
2011-11-21
1
-10
/
+0
*
|
|
Make ApplicationRunnerServlet.getApplicationClass return the right type
Leif Åstrand
2011-11-21
1
-18
/
+41
*
|
|
Remove the right component when changing content
Leif Åstrand
2011-11-21
1
-1
/
+1
*
|
|
Handle removeAllComponents for Roots in legacy applications
Leif Åstrand
2011-11-21
1
-0
/
+11
*
|
|
Properly attach layouts passed to the constructor
Leif Åstrand
2011-11-21
1
-3
/
+3
*
|
|
Window.close shouldn't throw npe even if not attached to any root
Leif Åstrand
2011-11-21
1
-4
/
+8
*
|
|
Pretend more classes are serializable
Leif Åstrand
2011-11-18
1
-1
/
+1
*
|
|
Make ApplicationRunnerServlet work with Root classes
Leif Åstrand
2011-11-18
1
-2
/
+14
*
|
|
Separate getting the Root class name from creating an instance of it
Leif Åstrand
2011-11-18
1
-17
/
+21
*
|
|
Simplify RootTest and move it to the tests package
Leif Åstrand
2011-11-18
1
-21
/
+0
*
|
|
Word wrapping of javadoc comments changed by move to top level file
Leif Åstrand
2011-11-18
1
-51
/
+46
*
|
|
Formatting change
Leif Åstrand
2011-11-18
1
-2
/
+2
*
|
|
Make some interfaces extend Serializable
Leif Åstrand
2011-11-18
3
-3
/
+6
*
|
|
Add license to a bunch of files
Leif Åstrand
2011-11-18
11
-0
/
+44
*
|
|
Use the theme defined for the root
Leif Åstrand
2011-11-18
2
-5
/
+4
*
|
|
Use margins on the default Root layout
Leif Åstrand
2011-11-18
1
-1
/
+7
*
|
|
Simplify the way the Root is determined for a request
Leif Åstrand
2011-11-16
3
-59
/
+7
*
|
|
Save rootId in the Root and simplify Root lookup in Application
Leif Åstrand
2011-11-16
3
-128
/
+69
*
|
|
Initialize content on the fly if not already initialized
Leif Åstrand
2011-11-16
1
-0
/
+3
*
|
|
Paint resources to open before painting the content
Leif Åstrand
2011-11-16
1
-11
/
+11
*
|
|
Add stubs for some missing functionality to get the tests to compile
Leif Åstrand
2011-11-16
1
-0
/
+39
*
|
|
Remove Root.getName
Leif Åstrand
2011-11-16
2
-38
/
+11
*
|
|
Introduce Application.LegacyApplication to simplify migration
Leif Åstrand
2011-11-16
1
-0
/
+95
*
|
|
Allow configuring the root class to use, remove RootLayout
Leif Åstrand
2011-11-16
7
-169
/
+102
*
|
|
Move functionality for opening resources from Window to Root
Leif Åstrand
2011-11-16
3
-222
/
+222
*
|
|
Handle null paths
Leif Åstrand
2011-11-16
1
-0
/
+3
[next]