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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make GeneratedPropertyItem addItem return null when appropriate (#18685)
Artur Signell
2016-01-04
1
-0
/
+98
*
Ensure no unknown attribute warnings are logged in design tests (#19429)
Artur Signell
2016-01-04
1
-0
/
+45
*
Include correct type and parameter info in exception (#19064)
Artur Signell
2016-01-04
1
-3
/
+13
*
Make GeneratedPropertyItem equals self (#19426)
Artur Signell
2016-01-04
1
-2
/
+1
*
Make GeneratedPropertyContainer.getItem(nonExistant) return null (#19425)
Artur Signell
2016-01-04
1
-0
/
+562
*
Make test succeed in Eclipse
Artur Signell
2016-01-04
1
-0
/
+1
*
Set session as current while deserializing (#9953)
Leif Åstrand
2015-11-25
1
-16
/
+83
*
Do not modify state while serializing (#19090)
Artur Signell
2015-11-12
1
-0
/
+30
*
Specify custom first day of week for Calendar #19227
Leonid Rozenblyum
2015-11-11
1
-0
/
+54
*
Add destroy method for Navigator (#10213).
Denis Anisimov
2015-11-07
2
-5
/
+159
*
Support caption fetching for HTML and Widget headers. (#18528)
Sauli Tähkäpää
2015-10-28
1
-0
/
+20
*
Fix replacing of currently selected Tab (#14252)
Dmitrij Abolichin
2015-10-20
1
-0
/
+62
*
Provide own states for a number of components (#18987).
Denis Anisimov
2015-10-16
14
-0
/
+646
*
Removed unnecessary comments (#19116)
elmot
2015-10-14
2
-56
/
+0
*
Move RpcDataProviderExtension and DataGenerator to correct package
Teemu Suo-Anttila
2015-10-13
1
-1
/
+1
*
Add Grid column resize event API (#16838)
Johannes Dahlström
2015-10-09
1
-0
/
+37
*
Write true boolean attibutes without ='' (#17583)
Leif Åstrand
2015-10-09
32
-155
/
+194
*
Add Grid.deselectAll() (#18339)
Artur Signell
2015-10-09
1
-0
/
+73
*
Correct the place where attach events are fired (#16348)
Matti Tahvonen
2015-10-09
1
-14
/
+27
*
Add API for setting Grid columns resizable (#16838)
Johannes Dahlström
2015-10-08
1
-3
/
+3
*
Move session store/load/remove logic to service from session (#9782, #18998)
Artur Signell
2015-10-07
2
-2
/
+2
*
Fix adding to same parent, component shouldn't be removed (#16568)
Dmitrij Abolichin
2015-10-07
1
-0
/
+43
*
Add server-side unit tests for ContextClickEvent handling (#19015)
Teemu Suo-Anttila
2015-10-05
1
-0
/
+163
*
Implement ContextClickEvent for Table (#19042)
Teemu Suo-Anttila
2015-10-02
1
-0
/
+57
*
Do not use getters/setters when mapping designer fields (#17388)
Artur Signell
2015-10-01
2
-0
/
+86
*
Use "vaadin-" as default prefix for Design (#18957)
Henri Sara
2015-09-28
73
-460
/
+804
*
Parse readonly values for AbstractFields correctly #18850
John Ahlroos
2015-09-25
10
-0
/
+153
*
Make getLogger private
Artur Signell
2015-09-24
1
-1
/
+1
*
Support HTML entities when reading/writing declarative format #18882
Maciej Przepióra
2015-09-24
9
-60
/
+317
*
Write all empty cells for empty GridLayout in declarative #18805
Maciej Przepióra
2015-09-24
1
-0
/
+23
*
Use correct state class for split panels (#18942)
Artur Signell
2015-09-20
2
-0
/
+60
*
Always use charset for String.getBytes() method (#18863).
Denis Anisimov
2015-09-15
1
-0
/
+129
*
Support custom Enum.toString in converter (#17301)
Leif Åstrand
2015-09-09
1
-0
/
+53
*
Merge remote-tracking branch 'origin/master' into reconnect-dialog
Artur Signell
2015-09-04
14
-200
/
+495
|
\
|
*
Redesign RpcDataSourceConnector pinning RPC requests (#18692)
Teemu Suo-Anttila
2015-09-02
1
-88
/
+0
|
*
Convert test to JUnit 4
Leif Åstrand
2015-08-29
1
-20
/
+29
|
*
Add better keyboard Close Shortcut API for Window (#17383)
patrik
2015-08-28
3
-5
/
+40
|
*
Fix multiple book keeping problems in ContainerOrderedWrapper (#5934, #18422)
Artur Signell
2015-08-26
5
-57
/
+274
|
*
Helper method for enabling all Atmosphere logging
Artur Signell
2015-08-25
1
-1
/
+1
|
*
Merge branch 'master-before-18503' into grid-unbuffered-editor
Henri Sara
2015-08-19
1
-17
/
+103
|
|
\
|
|
*
Prevent NPE on missing security key. (#18573)
Sauli Tähkäpää
2015-08-18
1
-17
/
+103
|
*
|
Merge branch 'master' into grid-unbuffered-editor
7.6.0.alpha3
Johannes Dahlström
2015-07-15
1
-0
/
+34
|
|
\
|
|
|
*
StringToBooleanConverter API improved (#18466)
elmot
2015-07-15
1
-0
/
+34
|
*
|
Merge remote-tracking branch 'origin/master' into grid-unbuffered-editor
Teemu Suo-Anttila
2015-07-13
1
-0
/
+10
|
|
\
|
|
*
|
Refactor RpcDataProviderExtension to use DataGenerators
Teemu Suo-Anttila
2015-07-10
1
-12
/
+14
*
|
|
Use Transport.WEBSOCKET_XHR instead of setter for mixing websockets and XHR (...
Artur Signell
2015-08-31
1
-0
/
+6
|
|
/
|
/
|
*
|
Always add "last" item from the string to the collection (#18433).
Denis Anisimov
2015-07-07
1
-0
/
+10
|
/
*
Reformat with Luna SR2
Artur Signell
2015-06-26
17
-34
/
+52
*
Pass critical notification details to the client (#18342)
Artur Signell
2015-06-25
1
-22
/
+23
*
Handle nested GridLayouts in declarative format correctly (#18312)
Artur Signell
2015-06-24
1
-0
/
+33
[next]