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
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update frozen column count when a frozen column is removed (#8788)
Artur
2017-03-10
2
-2
/
+45
*
Add the bean to grid editor events
Giovanni Lovato
2017-03-10
3
-4
/
+32
*
Update JavaDoc for @DesignRoot. (#8805)
anssit
2017-03-10
1
-4
/
+5
*
RichTextField unnecessarily overwrites clear method (#8802)
Ilia Motornyi
2017-03-09
1
-7
/
+0
*
Update Atmosphere to resolve problems in servlets with multiple mappings (#8785)
Artur
2017-03-09
1
-1
/
+1
*
Add @since 8.0.2 for Grid.removeAllColumns() (#8789)
Ilia Motornyi
2017-03-09
1
-0
/
+2
*
Correctly detach components in merged cells (#8773)
Artur
2017-03-09
2
-0
/
+28
*
Initial implementation of ComponentRenderer for Grid (#8743)
Teemu Suo-Anttila
2017-03-09
3
-0
/
+193
*
Include components in joined cells when finding child components (#8772)
Artur
2017-03-08
5
-16
/
+134
*
Remove extra empty javadocs before package declaration (#8776)
Ahmed Ashour
2017-03-08
9
-27
/
+0
*
Update column caption when a text is set in the default header row
Artur
2017-03-08
3
-0
/
+40
*
Add missing since, remove unused command
Teemu Suo-Anttila
2017-03-07
1
-1
/
+1
*
Picked all changes from 7.7
Teemu Suo-Anttila
2017-03-07
4
-41
/
+1068
*
Remove tracking of unregistered connectors (#8153)
Aleksi Hietanen
2017-03-07
7
-126
/
+56
*
Add missing Grid.removeAllColumns (#8750)
Artur
2017-03-07
2
-0
/
+23
*
Use try-with-resources (#8757)
Ahmed Ashour
2017-03-07
3
-27
/
+28
*
Add Column.getValueProvider to Grid (#8732)
Artur
2017-03-02
2
-4
/
+63
*
Remove unnecessary override and correct javadoc typo (#8716)
Peter Lehto
2017-03-01
1
-9
/
+1
*
Add @author and @since tags to drag and drop related new files (#8693) (#8694)
Adam Wagner
2017-03-01
8
-1
/
+18
*
Minor fix for javadocs (#8710)
Ilia Motornyi
2017-03-01
1
-3
/
+3
*
Allow powerful Navigator subclassing (#8663)
Giovanni Lovato
2017-02-28
1
-4
/
+17
*
Fix some issues with Binder serialization (#8660)
Ilia Motornyi
2017-02-23
8
-12
/
+44
*
Fix NPE sorting columns with null values (#8610)
Filippo
2017-02-23
2
-1
/
+50
*
Add initial implementation of TreeGrid (#8572)
Aleksi Hietanen
2017-02-23
4
-1
/
+205
*
Make DragSource extension/component available in DropEvent (#8636)
Adam Wagner
2017-02-22
7
-16
/
+61
*
Add support for rendering HTML in ButtonRenderer (#8606)
Artur
2017-02-22
1
-0
/
+24
*
Make it possible to use an extended ComboBox in declarative files (#8651)
Artur
2017-02-22
3
-2
/
+25
*
Pick changes from 7.7.7 (#8577)
Teemu Suo-Anttila
2017-02-22
9
-21
/
+324
*
Load declarative classes using thread context class loader (#8532)
Artur
2017-02-22
2
-3
/
+6
*
Add javadoc warning and example for criteria scripts (#8643)
Adam Wagner
2017-02-22
1
-0
/
+42
*
Translate "context://" to the context root of the web app
Artur
2017-02-22
5
-0
/
+179
*
Fix null caption for NativeSelect and ComboBox (#8633)
Pekka Hyvönen
2017-02-21
4
-6
/
+99
*
Make DragSourceExtension and DragTargetExtension generic (#8628)
Adam Wagner
2017-02-21
8
-75
/
+150
*
Correctly test for mutually comparable types (#8598)
Leif Åstrand
2017-02-21
2
-2
/
+9
*
Use an informative exception message when Binder is incorrectly constructed (...
Artur
2017-02-20
1
-2
/
+4
*
Fix since tags for 8.0 (#8575)
Henri Sara
2017-02-16
79
-39
/
+198
*
Add javadoc clarification for DataProivder.refreshItem (#8585)
Leif Åstrand
2017-02-16
1
-0
/
+8
*
Reduce ComboBox initial requests (#8571)
Pekka Hyvönen
2017-02-16
1
-4
/
+31
*
Clarify set/addSortComparator parameter name (#8562)
Leif Åstrand
2017-02-14
1
-9
/
+9
*
Provide explicit locale in GridTest (#8525)
Ilia Motornyi
2017-02-14
1
-1
/
+4
*
HTML5 Drag and Drop Support (#8264)
Adam Wagner
2017-02-10
8
-0
/
+720
*
Make Eclipse add vaadin-icons source folder (#8531)
Henri Sara
2017-02-10
1
-1
/
+41
*
Use column id as the default sort order property (#8529)
Leif Åstrand
2017-02-10
2
-2
/
+63
*
Include Vaadin-Icons into the project, (#8485)
Ilia Motornyi
2017-02-09
1
-0
/
+47
*
Add shorthands for creating lazy DataProviders (#8511)
Teemu Suo-Anttila
2017-02-09
2
-0
/
+112
*
Clarify addComponentsAndExpand javadocs (#8516)
Leif Åstrand
2017-02-09
2
-0
/
+8
*
Binding a null bean should clear the bound field values (#8288)
caalador
2017-02-09
2
-35
/
+139
*
Add addComponentsAndExpand to horizontal and vertical layout (#8480)
Leif Åstrand
2017-02-08
4
-0
/
+182
*
Clarify javadocs for query values not used for counting (#8509)
Leif Åstrand
2017-02-08
1
-4
/
+9
*
Allow configuring how string to number converters handle empty strings (#8506)
Leif Åstrand
2017-02-08
14
-29
/
+202
[next]