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
/
src
/
com
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
same default value for rta as for textfield
Matti Tahvonen
2010-10-28
1
-2
/
+2
*
|
#5865: Extracted AbstractTextField from TextField, RichTextEditor extends now...
Matti Tahvonen
2010-10-26
5
-437
/
+501
*
|
#4611 add getComponentCount() method for ComponentContainer implementations
Henri Sara
2010-10-26
10
-4
/
+100
*
|
fixes #5888, AC now checks against Focusable instead of FocusWidget when upda...
Matti Tahvonen
2010-10-26
1
-4
/
+9
*
|
fixes #5887, removed rich text toolbar controls from tabbing order
Matti Tahvonen
2010-10-26
1
-0
/
+5
*
|
#5226 Changing LoginForm field captions: change and test
Henri Sara
2010-10-26
1
-4
/
+69
*
|
#5715 raise log level of application terminal error
Henri Sara
2010-10-25
1
-1
/
+1
*
|
#5715 server-side logging: some changes to the used log levels
Henri Sara
2010-10-25
9
-25
/
+26
*
|
minor cleanup for javadoc
Matti Tahvonen
2010-10-25
1
-4
/
+4
*
|
#5865: class stubs + depracations towards one to one widget mapping
Matti Tahvonen
2010-10-21
6
-1
/
+182
*
|
moved some of our own component implementations for deferred binding creation
Matti Tahvonen
2010-10-21
2
-9
/
+14
*
|
Merge #5776 and #5772 from 6.4 to 6.5
Henri Sara
2010-10-21
1
-0
/
+2
*
|
Allow overriding VView
Matti Tahvonen
2010-10-19
1
-1
/
+2
*
|
#5785 AbstractStringValidator conversions in Vaadin 6.5
Henri Sara
2010-10-18
1
-4
/
+5
*
|
Minor corrections to Receiver and PaintTarget javadoc
Henri Sara
2010-10-18
2
-7
/
+7
*
|
better line docs for multipart reader
Matti Tahvonen
2010-10-15
1
-0
/
+18
*
|
improving documentation for Receiver
Matti Tahvonen
2010-10-15
2
-11
/
+26
*
|
removed unused code from html5 file handling (old FF36 support via multipartr...
Matti Tahvonen
2010-10-15
2
-50
/
+0
*
|
try to close stream on all types of exceptions
Matti Tahvonen
2010-10-15
1
-6
/
+13
*
|
removed recycling of event object, made events immutable so jvm can optimize ...
Matti Tahvonen
2010-10-15
6
-39
/
+31
*
|
simplified the way how support for old api was built
Matti Tahvonen
2010-10-15
1
-9
/
+8
*
|
Field renamed in VDragAndDropWrapper
Henri Sara
2010-10-14
1
-5
/
+5
*
|
Minor javadoc/comment fixes around upload functionality, removed extra semicolon
Henri Sara
2010-10-14
4
-17
/
+17
*
|
Merged multiple bug fixes and test updates from 6.4
Artur Signell
2010-10-14
3
-6
/
+18
*
|
Organize imports.
Artur Signell
2010-10-14
3
-2
/
+2
*
|
#3548 - Table.setColumnCollapsed should not throw IllegalAccessException
Artur Signell
2010-10-13
1
-3
/
+4
*
|
removed obsolete log messages
Matti Tahvonen
2010-10-13
1
-15
/
+0
*
|
opening Upload for extension
Matti Tahvonen
2010-10-12
1
-2
/
+2
*
|
cleaning the receiver list when receiving is complete
Matti Tahvonen
2010-10-12
1
-0
/
+2
*
|
removed done todo + added API that don't use deprecated Receiver, fine tuning...
Matti Tahvonen
2010-10-12
1
-5
/
+27
*
|
fixes #5779
Matti Tahvonen
2010-10-12
1
-18
/
+40
*
|
fixes #5778
Matti Tahvonen
2010-10-12
1
-0
/
+5
*
|
This is the implementation of the server-side logging feature
Jonatan Kronqvist
2010-10-12
17
-128
/
+201
*
|
added serializable to interfaces
Matti Tahvonen
2010-10-11
2
-7
/
+6
*
|
merged [15308] to 6.5
Matti Tahvonen
2010-10-08
1
-14
/
+0
|
\
|
|
*
replaced hard coded style with a css rule
Matti Tahvonen
2010-10-02
1
-14
/
+0
|
*
Removed fragment from javadoc
Artur Signell
2010-09-30
1
-1
/
+1
*
|
refactored handling of Receiver's lots of other upload related improvements. ...
Matti Tahvonen
2010-10-08
23
-576
/
+1370
*
|
Fixed compiler warnings in demo and core source (#2274)
Artur Signell
2010-10-07
29
-24
/
+42
*
|
Fixed unused variable warnings
Artur Signell
2010-10-07
7
-31
/
+27
*
|
Removed dead code (#5734)
Artur Signell
2010-10-07
1
-38
/
+29
*
|
Corrected invalid formatting in previous patches (#5749)
Artur Signell
2010-10-07
1
-4
/
+4
*
|
Fixed use of deprecated alignment method and theme constants (#5749)
Artur Signell
2010-10-07
3
-1
/
+3
*
|
Fixed some warnings
Artur Signell
2010-10-05
2
-10
/
+13
*
|
Fix for #5735 - Deprecate AlignmentUtils and methods that uses it
Artur Signell
2010-10-05
3
-1
/
+28
*
|
Removed dead code
Artur Signell
2010-10-05
1
-3
/
+0
*
|
Merged test, javadoc and integration test changes from 6.4
Artur Signell
2010-10-05
1
-1
/
+1
*
|
#5692 Generics: VTargetDetailIs
Henri Sara
2010-10-04
1
-1
/
+1
*
|
#5692 Generics: part of changes in Slider and DateField
Henri Sara
2010-10-04
2
-2
/
+2
*
|
#5692 Generics: ProgressIndicator
Henri Sara
2010-10-04
1
-1
/
+1
[prev]
[next]