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
*
#7839 Out of Sync error when using Generated Columns with TreeTable - additio...
Artur Signell
2011-11-04
1
-2
/
+2
*
#7839 Out of Sync error when using Generated Columns with TreeTable
Artur Signell
2011-11-03
2
-42
/
+226
*
Added javadoc and debug logging
Artur Signell
2011-11-03
1
-0
/
+32
*
#7790 Reverted sort methods to call refreshRenderedCells instead of refreshRo...
Artur Signell
2011-11-03
1
-4
/
+6
*
Partly reverted [21883] as it caused unnecessary rendering in some cases
Artur Signell
2011-11-03
1
-14
/
+54
*
#7790 Renamed method to refreshRowCache, ensured it is used internally by Tab...
Artur Signell
2011-11-03
1
-33
/
+33
*
#7790 Added a method for forcing Table to repaint its rows
Artur Signell
2011-11-03
1
-38
/
+55
*
Corrected the Scrollable JavaDoc to correspond with the code.
Marko Grönroos
2011-11-02
2
-14
/
+76
*
#5562 Widgetset build throws an exception while throwing an exception
Artur Signell
2011-11-01
1
-1
/
+1
*
Test and fix for #7852 TreeTable partial update throws NegativeArraySizeExcep...
Artur Signell
2011-10-31
1
-1
/
+1
*
#7836 Table repaint throws ArrayIndexOutOfBounds when using FileSystemContainer
Artur Signell
2011-10-27
1
-1
/
+16
*
#7698 FileSystemContainer throws NPE when a directory cannot be read
Artur Signell
2011-10-27
1
-0
/
+5
*
#7822 Loading Vaadin application in JBoss AS 7 throws java.lang.LinkageError
Leif Åstrand
2011-10-21
1
-3
/
+25
*
Fix for #7808
Jonatan Kronqvist
2011-10-20
1
-2
/
+2
*
#6588, #7776 : fine tuned fix with properties that modify value. ValueChange ...
Matti Tahvonen
2011-10-13
1
-11
/
+20
*
fix for #7776
Matti Tahvonen
2011-10-11
1
-14
/
+45
*
#7479 Fix for Windows: The name of a resource is a '/'-separated path, not Fi...
Artur Signell
2011-10-11
1
-3
/
+1
*
#7755 Debug window "highlight component" does not work with sub windows
Artur Signell
2011-10-11
1
-2
/
+2
*
Fixed #7548 - testbench tests with keyboard navigation now work in ie6
Jonatan Kronqvist
2011-10-11
2
-0
/
+17
*
#7755 Debug window "highlight component" does not work with sub windows
Artur Signell
2011-10-11
1
-0
/
+10
*
Adjusting the logging levels for #7736
Jonatan Kronqvist
2011-10-10
1
-1
/
+1
*
Fixed #7736 - downgraded INFO log statements to FINE or FINER
Jonatan Kronqvist
2011-10-10
1
-13
/
+13
*
#6588 quick fix, still need to re-evaluate and test the solution
Matti Tahvonen
2011-10-07
2
-29
/
+90
*
#7738 corrected ticket reference for fix
Artur Signell
2011-10-07
1
-1
/
+1
*
#5488 Avoid encoding slashes and back slashes in ApplicationResource URLs
Artur Signell
2011-10-07
1
-1
/
+7
*
Fix and tests for #7720
Jonatan Kronqvist
2011-10-07
1
-1
/
+1
*
Fixes #7731
Jonatan Kronqvist
2011-10-07
1
-4
/
+15
*
reverted #6588 fix, causes rather bad regressions
Matti Tahvonen
2011-10-06
2
-48
/
+3
*
variables now visible in debug console
Matti Tahvonen
2011-10-06
1
-1
/
+1
*
Description should be appended AFTER the legend not before. #3725
John Alhroos
2011-10-06
1
-1
/
+1
*
Revised [21596] miscalculation fix to take possibly set CSS paddings into con...
John Alhroos
2011-10-06
1
-2
/
+5
*
Fixes footer miscalculation issue #3710
John Alhroos
2011-10-06
1
-2
/
+2
*
#7708 Added code for handling tooltip events in VDragAndDropWrapper + test
Artur Signell
2011-10-05
1
-0
/
+12
*
#6494 Reverted [21428] as it causes infinite loops in certain situations
Artur Signell
2011-10-04
1
-22
/
+3
*
Merged changes from 6.6
Henri Sara
2011-10-03
1
-7
/
+3
|
\
|
*
Another fix for #7692 for JBoss 5+ and possibly other servers/class loaders.
Henri Sara
2011-09-30
1
-7
/
+3
*
|
Merged #6698 to Vaadin 6.7 branch
Leif Åstrand
2011-09-30
1
-1
/
+22
|
\
|
|
*
#7692 Improved logging based on review
Henri Sara
2011-09-29
1
-1
/
+1
|
*
#7692 Improved logging based on review
Henri Sara
2011-09-29
1
-4
/
+5
|
*
#7692 Cannot load static resources in /VAADIN from JARs on GlassFish and some...
Henri Sara
2011-09-29
1
-2
/
+17
|
*
#6698 Scrolling with the mouse is aborted when data is received from the server
Leif Åstrand
2011-09-29
1
-2
/
+20
*
|
Merged changes from 6.6 (#7692)
Henri Sara
2011-09-30
1
-3
/
+19
*
|
Fixes #7687
John Alhroos
2011-09-30
1
-1
/
+7
*
|
Fixed GWT exception about trying to remove a missing child #3725
John Alhroos
2011-09-30
1
-2
/
+6
*
|
#7697 SQLContainer.containsId logs a ClassCastException
Artur Signell
2011-09-30
1
-1
/
+1
*
|
Fix for #6494
John Alhroos
2011-09-29
1
-3
/
+23
*
|
Fix for #3725 + cleaned up static DOM method calls.
John Alhroos
2011-09-29
1
-18
/
+19
*
|
Additional comments for hacks caused by #6588
Leif Åstrand
2011-09-27
1
-1
/
+4
*
|
#6588 changed to check for uninitialized client state on the client
Leif Åstrand
2011-09-27
2
-5
/
+6
*
|
Merged fix from 6.6
Henri Sara
2011-09-27
1
-1
/
+1
|
\
|
[next]