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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't send TabSheet focus and blur events to the server when moving the focus...
7.1.9
Juho Nurminen
2013-12-04
1
-1
/
+1
*
Revert "Fixed TabSheet tab keyboard focus issues (#12343)"
Artur Signell
2013-12-03
1
-34
/
+24
*
Disable client timeout so websockets are not disconnected when idle (#13015)
Artur Signell
2013-12-02
10
-16
/
+131
*
Correct assertion message which changed due to #12915
Artur Signell
2013-12-02
3
-27
/
+50
*
For @-directives, infer missing semicolon before closing brace (#12792)
joheriks
2013-11-28
69
-803
/
+898
*
Move a sass test that no longer fails.
Mika Murtojarvi
2013-11-27
2
-0
/
+0
*
Move working sass tests from sasslangbroken to sasslang.
Mika Murtojarvi
2013-11-27
4
-0
/
+0
*
Catch and log exceptions in session lifecycle listeners (#12915)
Henri Sara
2013-11-27
3
-3
/
+162
*
Make test work reliably by activating @Push
Artur Signell
2013-11-27
2
-31
/
+50
*
Mixins now accept an empty argument list in parentheses
Mika Murtojarvi
2013-11-26
7
-358
/
+450
*
Normalize line endings
Mika Murtojarvi
2013-11-26
1
-30
/
+76
*
Fixed TabSheet tab keyboard focus issues (#12343)
Juho Nurminen
2013-11-20
1
-24
/
+34
*
Cleaned up the implementation of VTabsheet.selectPreviousTab()
Juho Nurminen
2013-11-20
1
-5
/
+2
*
Fixed TabSheet keyboard navigation (#12971)
Juho Nurminen
2013-11-20
2
-4
/
+62
*
Fix TB3 local testing and occasionally failing SliderDisableTest.
Teemu Suo-Anttila
2013-11-19
2
-7
/
+11
*
Output test results in XML reports instead of to standard output
Artur Signell
2013-11-18
5
-17
/
+47
*
Revert "Fixed lost scrollLeft when row count changed in Table (#12652)."
Leif Åstrand
2013-11-15
4
-294
/
+1
*
Allow using @RunLocally to run on a local Firefox/Chrome/Safari
Artur Signell
2013-11-15
9
-94
/
+140
*
Use localhost when running locally to avoid potential network issues
Artur Signell
2013-11-15
1
-0
/
+3
*
Added extra asserts to make test more safer to blind refactorings
Matti Tahvonen
2013-11-14
1
-4
/
+11
*
Prevents accidental selection of window caption or content. (#12726)
Felype Santiago Ferreira
2013-11-14
1
-0
/
+6
*
Added test case for #12726
Matti Tahvonen
2013-11-14
1
-0
/
+97
*
Ensure alternate text is still visible (#11780)
Artur Signell
2013-11-14
1
-0
/
+4
*
Workaround for missing value change event in chrome (#10109)
Matti Tahvonen
2013-11-12
2
-0
/
+147
*
Do not generate ParseException as it has been customized (#12937)
Artur Signell
2013-11-12
2
-169
/
+170
*
Regenerated parser files (#12937)
Artur Signell
2013-11-12
2
-169
/
+168
*
Ensure generated parser is re-generated during build (#12937)
Artur Signell
2013-11-12
2
-3
/
+40
*
Use correct type for UIDL value to avoid development mode problems (#12545)
Artur Signell
2013-11-11
1
-2
/
+2
*
Fixes double scrollbar issue in browserframes (#11780)
Thomas
2013-11-11
5
-0
/
+192
*
Remove broken JSch check
Artur Signell
2013-11-11
1
-5
/
+0
*
Fixes NPE in TreeTable.setContainerDS(null) (#12928)
Thomas
2013-11-08
2
-2
/
+17
*
Prevent showing "Session Expired" notification if navigating away (#12298)
Johannes Dahlström
2013-11-08
2
-13
/
+12
*
Add a test for @mixin { @font-face {...} } (#11649)
joheriks
2013-11-08
2
-0
/
+26
*
Fixes for sass compiler, handling mixins (#11288).
Mika Murtojarvi
2013-11-08
14
-14261
/
+12657
*
Do not apply fix on mobile devices or devices without scrollbars (#12736)
Artur Signell
2013-11-08
2
-1
/
+18
*
Minimal fix for error handling with streaming (#12578)
Artur Signell
2013-11-07
1
-2
/
+14
*
Adds JBoss EAP 6 server to integration test suit (#12908)
Thomas
2013-11-06
1
-0
/
+8
*
Fix scroll position handling in Window Webkit hack (#12736)
Artur Signell
2013-11-06
1
-0
/
+10
*
Revert "Make Panel scroll the correct div (#12736)"
Artur Signell
2013-11-06
3
-57
/
+29
*
Fixed lost scrollLeft when row count changed in Table (#12652).
Tapio Aali
2013-11-06
4
-1
/
+294
*
Forces redraw in IE 8 when table does post layout. (#12687)
Jarno Rantala
2013-11-06
3
-0
/
+122
*
Send window position data back to server after drag (#12885)
Thomas
2013-11-06
8
-1
/
+274
*
Improve error message in createWidget() (#12901)
Leif Åstrand
2013-11-05
1
-4
/
+15
*
Allow @font-face and general @-directives inside @if-blocks (#11649)
joheriks
2013-11-05
4
-222
/
+306
*
Updated to Atmosphere 1.0.18.vaadin1 (#12891)
Artur Signell
2013-11-05
3
-3
/
+3
*
Ensure testing Jetty does not run out of heap space
Artur Signell
2013-11-05
1
-1
/
+1
*
Make Panel scroll the correct div (#12736)
Artur Signell
2013-11-05
2
-7
/
+4
*
Make test more reliable by updating description which does not update the DOM
Artur Signell
2013-11-04
1
-1
/
+3
*
Fix NPE in fix (#12504)
Artur Signell
2013-11-04
1
-2
/
+10
*
Remove possibility to use static inner classes for tests
Artur Signell
2013-11-04
1
-9
/
+0
[next]