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
/
client
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move DateField and old validators to compatibility package
Artur Signell
2016-08-20
3
-90
/
+0
*
Move TextArea to compatibility package
Artur Signell
2016-08-20
2
-430
/
+0
*
Move RichTextArea to compatibility package
Artur Signell
2016-08-20
3
-975
/
+0
*
Organize imports
Artur Signell
2016-08-20
13
-7
/
+13
*
Move remaining selects and container implementations to compatibility package
Artur Signell
2016-08-20
43
-14686
/
+0
*
Move Table/TreeTable to compatibility package
Artur Signell
2016-08-20
5
-10040
/
+0
*
Move selects to compatibility package
Artur Signell
2016-08-20
5
-342
/
+0
*
Move FieldGroup and Vaadin 7 Grid to compatibility package
Artur Signell
2016-08-20
17
-2971
/
+1
*
CustomField migration to new AbstractField (#61).
Denis Anisimov
2016-08-19
1
-0
/
+25
*
Define common test dependencies in the main pom file
Artur Signell
2016-08-18
1
-13
/
+0
*
Define dependency version in the main pom file
Artur Signell
2016-08-18
1
-6
/
+3
*
Implement new PasswordField (#52)
Aleksi Hietanen
2016-08-18
4
-6
/
+72
*
Rename legacy packages to v7
Artur Signell
2016-08-18
15
-30
/
+30
*
Add DataCommunicator for data communication of Listings
Teemu Suo-Anttila
2016-08-18
3
-1
/
+194
*
Remove IE8-IE10 client side code
Artur Signell
2016-08-18
41
-1181
/
+159
*
Add Listing interface and minimalistic abstract implementation
Teemu Suo-Anttila
2016-08-18
1
-0
/
+28
*
Rename Grid into LegacyGrid
elmot
2016-08-18
5
-5
/
+6
*
Update copyright year to 2016
Artur Signell
2016-08-18
512
-512
/
+512
*
Remove trailing whitespace from code and javadoc
Artur Signell
2016-08-18
490
-4645
/
+4645
*
Format using Eclipse Neon
Artur Signell
2016-08-18
252
-3466
/
+3868
*
Flush the active connector before executing a shortcut action
Artur Signell
2016-08-17
4
-136
/
+57
*
Flush the active connector before closing a browser window/tab
Artur Signell
2016-08-17
1
-32
/
+28
*
Remove Form and FormFieldFactory
Artur Signell
2016-08-17
2
-375
/
+0
*
Update TextField to extend AbstractFieldNew (#51)
Aleksi Hietanen
2016-08-17
16
-585
/
+894
*
Remove component dependencies from core framework classes
Artur Signell
2016-08-16
1
-11
/
+13
*
Move component drag'n'drop criteria to the correct packages
Artur Signell
2016-08-16
4
-21
/
+61
*
Remove unused code
Artur Signell
2016-08-16
1
-35
/
+14
*
Make OSGi work again
Artur Signell
2016-08-15
1
-2
/
+2
*
Update/remove empty @since for 7.7
Henri Sara
2016-08-15
2
-8
/
+8
*
Derive DateField from new AbstractField (#57).
Denis Anisimov
2016-08-15
6
-40
/
+134
*
Move old DateField components to legacy package (pre-#57).
Denis Anisimov
2016-08-12
3
-6
/
+6
*
Update to GWT 2.8.0-rc2
Artur Signell
2016-08-12
1
-1
/
+1
*
Remove unused GWT dependencies
Artur Signell
2016-08-12
1
-1
/
+1
*
Move multi-select mode to AbstractSelectState
Henri Sara
2016-08-11
1
-2
/
+1
*
Use shared state for OptionGroup htmlContentAllowed
Henri Sara
2016-08-11
2
-9
/
+12
*
Convert CheckBox from legacy to AbstractField
Henri Sara
2016-08-11
1
-0
/
+25
*
Remove deprecated column based width support from selects
Henri Sara
2016-08-11
3
-28
/
+1
*
Fix Grid height calculation when HeightMode.ROW (#20104, #20074)
adam
2016-08-11
5
-1
/
+128
*
Rename field in VFilterSelect.DataReceivedHandler for clarity
Henri Sara
2016-08-08
1
-6
/
+6
*
Update comment in VFilterSelect.resetSelection()
Henri Sara
2016-08-08
1
-5
/
+3
*
Clean javadoc/comments in ComboBoxConnector
Henri Sara
2016-08-08
1
-4
/
+1
*
Moved ComboBox suggestion popup width to shared state
Henri Sara
2016-08-08
1
-7
/
+2
*
Minor ComboBox client side cleanup (#19929)
Henri Sara
2016-08-08
2
-27
/
+2
*
Move combo box selection update logic to handler (#19929)
Henri Sara
2016-08-08
2
-104
/
+142
*
Move more combo logic to handler (#19929)
Henri Sara
2016-08-08
2
-59
/
+63
*
Use a separate data received handler in VFilterSelect (#19929)
Henri Sara
2016-08-08
2
-121
/
+159
*
Move combo popup opener clicked flag to connector (#19929)
Henri Sara
2016-08-08
2
-37
/
+31
*
Refactor ComboBox pending selection handling (#19929)
Henri Sara
2016-08-08
2
-81
/
+62
*
Use accessors for combo internal state (#19929)
Henri Sara
2016-08-08
2
-25
/
+114
*
Remove UIDL references in VFilterSelect (#19929)
Henri Sara
2016-08-08
2
-17
/
+27
[next]