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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
com
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixing error indicator for IE
Matti Tahvonen
2008-05-19
1
-0
/
+3
*
Moving error indicator to right side of a caption
Joonas Lehtinen
2008-05-19
1
-3
/
+5
*
fixed missing cursor problem in win and linux FF2
Matti Tahvonen
2008-05-19
1
-1
/
+12
*
Added possibility to add form-level validators
Joonas Lehtinen
2008-05-19
1
-1
/
+44
*
Fixes #1666 and #1665
Joonas Lehtinen
2008-05-19
1
-44
/
+19
*
Fixed known problems for #736 with testcase [4544]
Joonas Lehtinen
2008-05-19
1
-0
/
+8
*
Created a testcase for #736
Joonas Lehtinen
2008-05-19
1
-0
/
+198
*
Added a convenience constructor for BeanItem
Joonas Lehtinen
2008-05-19
1
-0
/
+48
*
fixed trivial bug if toggling required flag
Matti Tahvonen
2008-05-19
1
-0
/
+1
*
style enhancements (i-error related)
Matti Tahvonen
2008-05-19
1
-6
/
+6
*
Test case for #20
Joonas Lehtinen
2008-05-19
1
-0
/
+97
*
Fixes #1661
Joonas Lehtinen
2008-05-19
2
-46
/
+91
*
removed modified classname from fields with unsent variables
Matti Tahvonen
2008-05-19
1
-6
/
+1
*
concatenating css classnames instead of mangling dom many times
Matti Tahvonen
2008-05-16
1
-17
/
+20
*
Updates to personal tests.
Marko Grönroos
2008-05-16
2
-39
/
+160
*
Partial fix for #1656 (modified and error styles to fields)
Marc Englund
2008-05-16
13
-17
/
+51
*
fixes #1187, added some documentation to applications handleUri
Matti Tahvonen
2008-05-16
1
-1
/
+7
*
fixes #1636 (untested)
Matti Tahvonen
2008-05-16
1
-40
/
+112
*
fixed some code to compile on gwt 1.5
Matti Tahvonen
2008-05-16
1
-3
/
+1
*
fixing loading indicator to right height before dom attach to avoid scrollbar...
Matti Tahvonen
2008-05-16
1
-4
/
+4
*
Testcase for #1659
Joonas Lehtinen
2008-05-16
1
-0
/
+26
*
Added support for Location http header for Download streams
Matti Tahvonen
2008-05-16
1
-0
/
+6
*
ComboBox can now be focused
Matti Tahvonen
2008-05-15
1
-1
/
+6
*
added a thinner complementary interface for HasFocus so it will be much easie...
Matti Tahvonen
2008-05-15
3
-1
/
+27
*
fixes #1654
Matti Tahvonen
2008-05-15
1
-0
/
+17
*
FeaturesApplication now has required field for AbstractField types
Matti Tahvonen
2008-05-15
1
-4
/
+5
*
fixes #1657
Matti Tahvonen
2008-05-15
1
-0
/
+6
*
fixed bad code code style
Matti Tahvonen
2008-05-15
1
-922
/
+926
*
deprecated slider setSize (we can use setWidth/setHeight) as all component su...
Matti Tahvonen
2008-05-15
2
-3
/
+18
*
fixes #1641 and some other random layout issues on FF and Safari
Matti Tahvonen
2008-05-15
1
-1
/
+8
*
Removed unneeded imports
Joonas Lehtinen
2008-05-15
1
-5
/
+0
*
Removed Java 1.5 features, Removed unnecessary (potentially dangerous) code
Joonas Lehtinen
2008-05-15
2
-13
/
+3
*
Quick fix for Java 1.4 incompatibilities introduced in [4488] for #846. Pleas...
Marko Grönroos
2008-05-14
2
-3
/
+7
*
Fixes #846
Joonas Lehtinen
2008-05-14
7
-912
/
+944
*
Testcase for #846
Joonas Lehtinen
2008-05-14
1
-0
/
+58
*
#1647
Matti Tahvonen
2008-05-14
1
-10
/
+18
*
Fixes #1373
Joonas Lehtinen
2008-05-14
5
-2
/
+17
*
fixes #1635
Matti Tahvonen
2008-05-14
1
-13
/
+81
*
fixing major issues in client side tabsheets (Widget structure, Paintable unr...
Matti Tahvonen
2008-05-14
3
-56
/
+100
*
alidator.Suggestive API was created in year 2002 to be able to create validat...
Joonas Lehtinen
2008-05-13
1
-26
/
+0
*
fixes #1601
Matti Tahvonen
2008-05-13
1
-0
/
+4
*
trying to fix #1625
Matti Tahvonen
2008-05-13
2
-2
/
+2
*
one javadoc fix (parameter name)
Marc Englund
2008-05-13
1
-1
/
+1
*
allowNull parameters and variable renamed to onlyAllowNull, so that the progr...
Marc Englund
2008-05-13
1
-11
/
+12
*
deleted testbench package (obsolete, used earlier as example in package)
Matti Tahvonen
2008-05-13
13
-1603
/
+0
*
set/getProgressListener deprecated, replaced with remove/addListener(Progress...
Marc Englund
2008-05-13
2
-4
/
+73
*
If out-of-sync message (and caption) is null, we'll now repaint all (as oppos...
Marc Englund
2008-05-12
1
-11
/
+31
*
blocks tab changes, while still waiting for a response to another tab chance....
Matti Tahvonen
2008-05-12
1
-2
/
+5
*
updated test
Matti Tahvonen
2008-05-09
1
-1
/
+2
*
test case for 1632
Matti Tahvonen
2008-05-09
1
-0
/
+64
[next]