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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
duplicate instantiators are now not allowed. Helps GWT code splitting to do i...
Matti Tahvonen
2011-07-16
1
-0
/
+8
*
deferred widgetloading is now less eager (slow connection previously flooded ...
Matti Tahvonen
2011-07-16
1
-7
/
+33
*
#7256 replaced non-breaking space character in CSSRule.java with a normal space
Henri Sara
2011-07-13
1
-1
/
+1
*
#6588 Reverted [19527] as it assumes that the text/value is never changed in ...
Artur Signell
2011-07-12
1
-45
/
+3
*
Improvements for client side remote debugging.
Matti Tahvonen
2011-07-06
1
-6
/
+2
*
Terminate reading the multipart request propertly if file is not the last fie...
Matti Tahvonen
2011-06-23
1
-1
/
+1
*
Fixes #5980
John Alhroos
2011-06-23
1
-3
/
+3
*
#7198 simplify code in AbstractValidator.validate()
Henri Sara
2011-06-23
1
-6
/
+1
*
Fix for #6588
John Alhroos
2011-06-23
1
-3
/
+45
*
Fixed issue with file upload dialog not closing when selecting file #7135
John Alhroos
2011-06-22
1
-2
/
+4
*
Fixes selection by clicking on the row icons. #7026
John Alhroos
2011-06-16
1
-37
/
+23
*
#7182 HierarchicalContainer removeItem and hasChildren do not work together
Artur Signell
2011-06-14
1
-1
/
+8
*
improve compatibility with third party customization (e.g various switch/chec...
Matti Tahvonen
2011-06-14
1
-4
/
+18
*
#4125 minor renames in comments and exception messages
Henri Sara
2011-06-14
1
-5
/
+5
*
#4125 renamed selectable/selected to checkable/checked
Henri Sara
2011-06-14
1
-45
/
+41
*
#4125 fix for some cases with selectable items not on the deepest nested leve...
Henri Sara
2011-06-14
1
-3
/
+1
*
#4125 MenuBar supports selectable items
Henri Sara
2011-06-13
2
-44
/
+270
*
#7177 AbstractOrderedLayout default alignment constant should be public
Artur Signell
2011-06-13
1
-1
/
+1
*
fixes #7151
Matti Tahvonen
2011-06-09
1
-1
/
+3
*
cleanup: readability + making extending easier
Matti Tahvonen
2011-06-08
1
-21
/
+13
*
#7115 Fixes VOverlay offset in IE6/IE7 when body is set to position: relative
Artur Signell
2011-06-07
1
-4
/
+21
*
shadow visibility now controllable outside constructor phase
Matti Tahvonen
2011-06-07
1
-13
/
+32
*
#7129 Properly clean up "filteredParent" when removing filters
Artur Signell
2011-06-07
1
-0
/
+1
*
#7129 Properly clean up "filteredParent" when removing an item from a filtere...
Artur Signell
2011-06-06
1
-0
/
+8
*
#7106, forgotten commit
Matti Tahvonen
2011-06-06
1
-1
/
+2
*
#7098 Do not show context menu if action handler has been removed
Artur Signell
2011-06-03
1
-0
/
+4
*
fixed javadoc typo
Matti Tahvonen
2011-06-03
1
-2
/
+2
*
fixes #7106 (touch device detection) and #7107 (client time issue)
Matti Tahvonen
2011-06-01
3
-102
/
+136
*
#6605 Make Button.fireClick(MouseEventDetails) protected and add related null...
Henri Sara
2011-05-31
1
-16
/
+62
*
#7058 Ensure shadow is always removed when the overlay is removed
Artur Signell
2011-05-26
1
-3
/
+16
*
#7056 Window caption cannot be removed
Artur Signell
2011-05-26
1
-2
/
+2
*
Reformatted source
Artur Signell
2011-05-26
1
-22
/
+22
*
#6162 Fire a value change event when pressing enter in a TextField in IE
Artur Signell
2011-05-25
1
-2
/
+16
*
Undo changeset 19049 (several files committed by accident) except for the mer...
Henri Sara
2011-05-25
2
-2
/
+4
*
Block merge of version number change
Henri Sara
2011-05-25
2
-4
/
+2
|
\
|
*
fixes #6259 (typo in field name)
Matti Tahvonen
2011-04-20
1
-12
/
+12
|
*
#6748 Documenting how debug id can currently be used
Matti Tahvonen
2011-04-20
1
-0
/
+5
|
*
fixes #6320
Matti Tahvonen
2011-04-20
1
-1
/
+2
|
*
fixes #5824
Matti Tahvonen
2011-04-20
1
-1
/
+1
|
*
fixes #6642
Matti Tahvonen
2011-04-20
1
-14
/
+16
|
*
fixes #6866
Matti Tahvonen
2011-04-19
1
-6
/
+10
|
*
typo
Matti Tahvonen
2011-04-19
1
-1
/
+1
|
*
fixes #6861, regression from #6772
Matti Tahvonen
2011-04-18
2
-3
/
+3
|
*
fixes #6376
Matti Tahvonen
2011-04-18
1
-1
/
+1
|
*
fixes #6213
Matti Tahvonen
2011-04-18
1
-0
/
+10
|
*
merged fix for #6815
Matti Tahvonen
2011-04-18
1
-2
/
+2
|
*
fixes #6850
Matti Tahvonen
2011-04-18
1
-2
/
+2
|
*
merged fix for #6849
Matti Tahvonen
2011-04-15
1
-1
/
+2
|
*
#6788,#6197 : improved the logic of choosing focused row when new set of rows...
Matti Tahvonen
2011-04-14
1
-1
/
+20
|
*
#6788,#6197 : stabilize dom structure of helper class to aid testing
Matti Tahvonen
2011-04-14
1
-0
/
+9
[next]