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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes #5535 "Clicking on a menubar show a visible focus"
Jouni Koivuviita
2011-05-19
1
-19
/
+25
*
Fixes #6745 "Connectors for Tree"
Jouni Koivuviita
2011-05-19
2
-25
/
+46
*
Reverted accidental uncommented commit. Proper commit coming next.
Jouni Koivuviita
2011-05-19
1
-38
/
+25
*
svn changeset:18904/svn branch:6.6
Jouni Koivuviita
2011-05-19
1
-25
/
+38
*
#5547 Table horizontal scroller goes out of sync in Chrome when changing visi...
Henri Sara
2011-05-18
1
-1
/
+21
*
Fixes issue with menubar submenu overflowing right edge of the screen in IE/a...
John Alhroos
2011-05-18
1
-5
/
+3
*
Fix for #6216 "refreshing page causes size-full components grow out of contai...
Jouni Koivuviita
2011-05-18
1
-25
/
+25
*
fixes #6956
Matti Tahvonen
2011-05-10
2
-14
/
+24
*
finetuning #6848 to work more stable
Matti Tahvonen
2011-05-09
1
-2
/
+9
*
fixes #6848
Matti Tahvonen
2011-05-06
1
-0
/
+34
*
Renamed a method based on review #6936
Jonatan Kronqvist
2011-05-05
3
-12
/
+14
*
Fixes #6936 - extended the browser info timezone api
Jonatan Kronqvist
2011-05-05
5
-6
/
+123
*
Removed unnecessary code that slipped by in the fix for #6924
Jonatan Kronqvist
2011-05-05
1
-3
/
+0
*
Fixes #6924 - focus outlines and keyboard navigation now work correctly in no...
Jonatan Kronqvist
2011-05-05
1
-38
/
+50
*
fixes #4014. Also modified poller to avoid adding variable burst to queue in ...
Matti Tahvonen
2011-05-04
1
-1
/
+5
*
Table is now in multiselectmode.SIMPLE always on touch devices.
Matti Tahvonen
2011-05-04
2
-3
/
+11
*
Enhanced javadoc
Matti Tahvonen
2011-05-04
1
-1
/
+10
*
fixes #6881, VUpload now creates a fresh target frame if the server side repo...
Matti Tahvonen
2011-05-03
1
-0
/
+9
*
#6918 CheckBox/Button in switch mode should support null value
Henri Sara
2011-05-03
1
-9
/
+4
*
#6286 Getters for fields of SimpleStringFilter to enable creation of lazy imp...
Henri Sara
2011-05-03
1
-0
/
+48
*
maybe fixes #6834 (can't reproduce as described, but this fixes an other rela...
Matti Tahvonen
2011-05-02
2
-7
/
+44
*
Added some explaining comments to a bit of code introduced in the fix for #6841
Jonatan Kronqvist
2011-05-02
1
-8
/
+20
*
Fix for #6841 - Tree no longer scrolls horizontally on selection.
Jonatan Kronqvist
2011-05-02
2
-12
/
+124
*
finetuning for special column resize on ie (scrolled horizontally, narrowing ...
Matti Tahvonen
2011-04-28
1
-0
/
+1
*
Review fixes for #6697 - Don't fire column resize events for all columns. Nam...
Jonatan Kronqvist
2011-04-28
2
-56
/
+50
*
#6697: fixes regression (ResizeColumnAfterScrolling) from [18492]
Matti Tahvonen
2011-04-28
1
-9
/
+15
*
preliminary support for multiple widgetset on a same host page
Matti Tahvonen
2011-04-27
1
-4
/
+38
*
shout out the widgetset name on module load if debugging
Matti Tahvonen
2011-04-27
1
-0
/
+3
*
#6697: added back some code removed in [18496] to make tables with rowheaders...
Matti Tahvonen
2011-04-27
1
-0
/
+2
*
fixes #6724
Matti Tahvonen
2011-04-27
4
-21
/
+32
*
Null pointer checks added to the fix for #6697 based on review
Jonatan Kronqvist
2011-04-27
1
-15
/
+17
*
Simplified if-else conditional for actions in Tree as well #5992
John Alhroos
2011-04-27
1
-8
/
+1
*
Simplified if-else conditional for actions #5992
John Alhroos
2011-04-27
1
-8
/
+2
*
#6893 ComboBox FILTERINGMODE_CONTAINS only matched prefix
Henri Sara
2011-04-27
1
-1
/
+1
*
Fix for #6697 - Resizing a table column no longer affects the size of other c...
Jonatan Kronqvist
2011-04-27
2
-69
/
+162
*
removed obsolete flag setting
Matti Tahvonen
2011-04-27
1
-1
/
+0
*
Adds context menu to empty space in Tree. #5992
John Alhroos
2011-04-27
2
-7
/
+90
*
#6527 Minor protected API improvement in AbstractInMemoryContainer
Henri Sara
2011-04-27
3
-12
/
+25
*
Cleaned up loops to use shorthand for-loops instead of iterator based for bet...
John Alhroos
2011-04-27
1
-13
/
+8
*
Adds context menu to empty space in Table. #5992
John Alhroos
2011-04-27
2
-3
/
+84
*
Added mouse click details to NativeButton #6605
John Alhroos
2011-04-27
1
-1
/
+7
*
#6407 Removed setInvalidAllowed(false) from DateField to be consistent with o...
Artur Signell
2011-04-26
1
-4
/
+0
*
#6716 Support for resizeLazy for sub window
Artur Signell
2011-04-26
1
-0
/
+22
*
#6440: simplified method name
Matti Tahvonen
2011-04-26
1
-13
/
+19
*
#6715 Added option for enabling/disabling lazy resize mode.
Artur Signell
2011-04-26
2
-8
/
+55
*
Added mouse click details to CheckBox #6605
John Alhroos
2011-04-26
1
-0
/
+7
*
Adds mouse event details to button clicks #6605
John Alhroos
2011-04-26
2
-5
/
+115
*
Fixes #5423 Warns serverside if widgetset does not match vaadin version
Marc Englund
2011-04-26
4
-1
/
+49
*
#6527 Minor cleanup in AbstractInMemoryContainer
Henri Sara
2011-04-26
2
-21
/
+39
*
Minor javadoc typo fix
Artur Signell
2011-04-26
1
-2
/
+2
[next]