index
:
vaadin-framework.git
7.0
7.1
7.2
7.3
7.4
7.5
7.6
7.7
7.7.45-changelog
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
changelog-8.27.6
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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Move ComboBox filtering mode to state (#19929)
Henri Sara
2016-07-21
3
-21
/
+16
*
|
Rename setOptions to setItems in Listing interface
Teemu Suo-Anttila
2016-07-21
2
-3
/
+3
*
|
Move ComboBox pageLength to state (#19929)
Henri Sara
2016-07-21
6
-30
/
+17
*
|
Send ComboBox selection with RPC (#19929)
Henri Sara
2016-07-21
5
-39
/
+47
*
|
Send ComboBox focus/blur with RPC (#19929)
Henri Sara
2016-07-21
3
-18
/
+61
*
|
Create new items with RPC (#19929)
Henri Sara
2016-07-21
3
-13
/
+21
*
|
Move ComboBox communication to connector (#19929)
Henri Sara
2016-07-21
2
-25
/
+94
*
|
Create ComboBoxServerRpc stub (#19229)
Henri Sara
2016-07-21
3
-6
/
+46
*
|
Use shared state in ComboBox (#19229)
Henri Sara
2016-07-21
3
-53
/
+65
*
|
Removed Validators from FormLayout example.
Sami Ekblad
2016-07-20
1
-2
/
+0
*
|
Revised client-side arch, Java Servlet, new project, view navigation, and bas...
Marko Gronroos
2016-07-19
21
-6892
/
+7427
*
|
Add a basic Validator support to Binder
Johannes Dahlström
2016-07-19
3
-33
/
+372
*
|
Vaadin 8 terminology changes: Field Components
Johannes Dahlström
2016-07-18
1
-14
/
+12
*
|
Update old Vaadin 6 code: Common Component Features - Sizing Components
Johannes Dahlström
2016-07-18
1
-6
/
+5
*
|
Vaadin 8 example code changes: Server-Side Components - Common Component Feat...
Johannes Dahlström
2016-07-18
1
-33
/
+22
*
|
Merge "Merge remote-tracking branch 'origin/master' into feature/vaadin8" int...
Leif Åstrand
2016-07-18
20
-10456
/
+108
|
\
\
|
*
|
Merge remote-tracking branch 'origin/master' into feature/vaadin8
Leif Åstrand
2016-07-18
20
-10456
/
+108
|
|
\
|
|
|
*
Use pure JS instead of JQuery JS for Atmosphere (#19396)
Artur Signell
2016-07-16
7
-10366
/
+22
|
|
*
Disable missing Javadoc checks on private members
Johannes Dahlström
2016-07-15
1
-10
/
+14
|
|
*
Added a null check to method 'setCellFocus' in grid.java in line with other c...
7.7.0.beta1
Dillion Bowman
2016-07-15
1
-1
/
+2
|
|
*
Fix typo
Sampsa Sohlman
2016-07-14
1
-1
/
+1
|
|
*
Fix javax.servlet version
Sampsa Sohlman
2016-07-14
1
-2
/
+2
|
|
*
Fix the OSGi version at MANIFEST.MF so it does not contain -SNAPSHOT
Sampsa Sohlman
2016-07-14
9
-10
/
+30
|
|
*
GridLayoutDetailsRowTest to work with PhantomJS
Anna Koskinen
2016-07-14
1
-14
/
+1
|
|
*
Scaled images and fixes to Grid, FormLayout, and Slider docs. #19835
Marko Gronroos
2016-07-13
4
-64
/
+54
|
|
*
Basic documentation of the declarative format for ordered layouts.
Marko Gronroos
2016-07-13
1
-5
/
+42
|
|
*
Fix and optimize TabsheetScrollingTest
Henri Sara
2016-07-13
1
-3
/
+15
|
|
*
Fixing drag and drop file upload issue on windows (#19809)
adam
2016-07-13
2
-10
/
+41
|
|
*
Fixing Grid Layout required indicator position (#18418)
Henri Sara
2016-07-13
3
-22
/
+266
|
|
*
Support static inner classes when reading/writing declarative files (#20038)
Artur Signell
2016-07-13
3
-4
/
+76
|
|
*
Disable tooltip tests for Firefox.
Henri Sara
2016-07-13
9
-11
/
+58
|
|
*
Fix ComboBox highlight width on IE8/9 (#19889)
Henri Sara
2016-07-13
1
-1
/
+2
|
|
*
Add basic AppWidgetset documentation
Teemu Suo-Anttila
2016-07-12
40
-674
/
+2806
|
|
*
Update @since for 7.6.8
Teemu Suo-Anttila
2016-07-12
1
-1
/
+1
|
|
*
Update @since for 7.6.7
Teemu Suo-Anttila
2016-07-12
1
-1
/
+1
|
|
*
Added videos to the tutorial.
Alejandro Duarte
2016-07-12
1
-6
/
+33
|
|
*
Update test for Chrome 51
Henri Sara
2016-07-12
1
-1
/
+1
|
|
*
Updated README
Matti Tahvonen
2016-07-08
1
-39
/
+31
|
|
*
Add DevelopmentServerLauncher configuration for IDEA
elmot
2016-07-07
1
-0
/
+25
|
|
*
Allow reaching the wrapped Item through GeneratedPropertyItem (#20032)
Anna Koskinen
2016-07-06
2
-2
/
+24
|
|
*
Fix navigation to same view with different parameters (#20029)
Teemu Suo-Anttila
2016-07-06
2
-17
/
+74
|
|
*
Fixing ComboBox page flip on trackpad scroll (#19704)
adam
2016-07-04
1
-4
/
+53
|
|
*
Fixed notification message images and updated layout schematic diagram. #19835
Marko Gronroos
2016-06-30
2
-14
/
+20
|
|
*
Scaled images for print edition and fixed errors up to the beginning of layou...
Marko Gronroos
2016-06-30
74
-1073
/
+2601
|
|
*
Updates to Grid's height handling (#19690).
Anna Koskinen
2016-06-29
5
-6
/
+436
|
|
*
Fix RpcDataProviderExtension serialization issue (#19906)
Teemu Suo-Anttila
2016-06-29
2
-8
/
+67
|
|
*
Make sure AtmosphereFramework is always properly destroyed (#17581)
Artur Signell
2016-06-19
1
-1
/
+31
*
|
|
Vaadin 8 terminology changes: Server-Side Applications Overview
Johannes Dahlström
2016-07-18
1
-11
/
+7
|
/
/
*
|
Revised diagrams in intro, installation, architecture, and application chapte...
Marko Gronroos
2016-07-18
47
-16024
/
+9163
*
|
Vaadin 8 terminology changes: Architecture Overview
Johannes Dahlström
2016-07-18
1
-8
/
+5
[prev]
[next]