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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix javadoc typos
Leif Åstrand
2015-11-02
1
-2
/
+2
*
Support caption fetching for HTML and Widget headers. (#18528)
Sauli Tähkäpää
2015-10-28
2
-7
/
+23
*
Update @since tags for 7.6
Henri Sara
2015-10-27
1
-0
/
+4
*
Fix Grid NPE when deselecting already removed row (#19152)
Teemu Suo-Anttila
2015-10-26
1
-5
/
+11
*
Make it possible to inject Navigators (#14006)
Henri Sara
2015-10-23
1
-4
/
+43
*
Make Navigator more extensible
Henri Sara
2015-10-23
1
-12
/
+91
*
Set pixel sizes to Grid columns when user starts drag resize (#16838)
Johannes Dahlström
2015-10-21
1
-0
/
+1
*
Fix session wrap class javadocs
Leif Åstrand
2015-10-20
2
-3
/
+3
*
Fix replacing of currently selected Tab (#14252)
Dmitrij Abolichin
2015-10-20
2
-0
/
+68
*
improved javadocs
Matti Tahvonen
2015-10-17
1
-1
/
+2
*
Provide own states for a number of components (#18987).
Denis Anisimov
2015-10-16
25
-2
/
+713
*
Javadocs for new 7.6 API (#19135) and some fixes
elmot
2015-10-15
3
-12
/
+19
*
Support ContextClicks in empty areas of Table and TreeTable (#19130)
Teemu Suo-Anttila
2015-10-14
1
-2
/
+4
*
Removed unnecessary comments (#19116)
elmot
2015-10-14
4
-69
/
+0
*
Move RpcDataProviderExtension and DataGenerator to correct package
Teemu Suo-Anttila
2015-10-13
4
-5
/
+9
*
Fix empty @since for 7.6.0.alpha7
7.6.0.alpha7
Markus Koivisto
2015-10-12
1
-6
/
+6
*
Remove Guava dependency from Grid
Teemu Suo-Anttila
2015-10-12
1
-9
/
+22
*
Refactor DetailComponentManager to be a static nested class of Grid
Teemu Suo-Anttila
2015-10-12
3
-325
/
+272
*
Fix empty @since for 7.6.alpha7
Markus Koivisto
2015-10-09
3
-11
/
+11
*
Add Grid column resize event API (#16838)
Johannes Dahlström
2015-10-09
2
-10
/
+250
*
Write true boolean attibutes without ='' (#17583)
Leif Åstrand
2015-10-09
46
-196
/
+237
*
Update FontAwesome to 4.4.0 (#14555)
Artur Signell
2015-10-09
1
-3
/
+175
*
Revert "connection: close" change for long polling (#18758)
Artur Signell
2015-10-09
1
-9
/
+3
*
Add Grid.deselectAll() (#18339)
Artur Signell
2015-10-09
2
-0
/
+114
*
Correct the place where attach events are fired (#16348)
Matti Tahvonen
2015-10-09
2
-16
/
+29
*
Add javadoc for VaadinPortletSession (#19092)
Henri Sara
2015-10-08
1
-5
/
+81
*
Report user-resized column widths to server (#16838)
Johannes Dahlström
2015-10-08
1
-1
/
+8
*
Add API for setting Grid columns resizable (#16838)
Johannes Dahlström
2015-10-08
2
-26
/
+77
*
Update/add @since tags in javadoc
Henri Sara
2015-10-07
13
-16
/
+30
*
Remove Grid EditorEvents and Listeners
Teemu Suo-Anttila
2015-10-07
1
-143
/
+0
*
Rename DesignFormatter.unencodeFromTextNode to decodeFromTextNode
Teemu Suo-Anttila
2015-10-07
8
-10
/
+10
*
Fix server side browser detection in Weblogic Portal (#7449)
Artur Signell
2015-10-07
2
-9
/
+69
*
Detect Atmosphere in the same way for servlets and portlets (#11493)
Artur Signell
2015-10-07
2
-48
/
+40
*
Move session store/load/remove logic to service from session (#9782, #18998)
Artur Signell
2015-10-07
7
-73
/
+177
*
Fix adding to same parent, component shouldn't be removed (#16568)
Dmitrij Abolichin
2015-10-07
2
-0
/
+46
*
Fix javadoc
Artur Signell
2015-10-06
1
-2
/
+2
*
Add API for data destruction to DataGenerator interface (#19038)
Teemu Suo-Anttila
2015-10-06
3
-15
/
+53
*
Add support for TreeContextClickEvents (#19062)
Teemu Suo-Anttila
2015-10-05
1
-0
/
+36
*
Properly cleanup stream variables if DragAndDropWrapper is detached (#14882)
Artur Signell
2015-10-05
1
-6
/
+7
*
Add server-side unit tests for ContextClickEvent handling (#19015)
Teemu Suo-Anttila
2015-10-05
1
-0
/
+163
*
Add GridContextClickEvent with item ids, properties and section (#16855)
Teemu Suo-Anttila
2015-10-05
1
-0
/
+82
*
Add @since for 7.5.7 changes
Henri Sara
2015-10-04
4
-4
/
+12
*
Add Tree.htmlContentsAllowed (#7717)
Leif Åstrand
2015-10-02
1
-0
/
+36
*
Implement ContextClickEvent for Table (#19042)
Teemu Suo-Anttila
2015-10-02
2
-0
/
+123
*
Do not use getters/setters when mapping designer fields (#17388)
Artur Signell
2015-10-01
3
-11
/
+98
*
Add support for ContextClickEvent in AbstractComponent (#19015)
Teemu Suo-Anttila
2015-10-01
2
-1
/
+113
*
Clean up compiler warnings in Design.java
Leif Åstrand
2015-09-29
1
-64
/
+31
*
Store VaadinSession as APPLICATION_SCOPE in portals (#18998)
Artur Signell
2015-09-29
2
-3
/
+20
*
Add scoped PortletSession methods (#19007)
Artur Signell
2015-09-29
1
-0
/
+106
*
Use "vaadin-" as default prefix for Design (#18957)
Henri Sara
2015-09-28
76
-478
/
+883
[prev]
[next]