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
/
vaadin
/
terminal
/
gwt
/
client
Commit message (
Expand
)
Author
Age
Files
Lines
*
mem leak safer approach for #2997 + javadocs
Matti Tahvonen
2009-05-26
4
-94
/
+124
*
Fixed horizontalPaddingAndBorder measurement for IE6. Vertical version could ...
Jouni Koivuviita
2009-05-25
2
-0
/
+11
*
Test case and fix for #2935 - TextField with an input prompt can send prompt ...
Artur Signell
2009-05-22
1
-2
/
+8
*
Test case and fix for #2902 - IE fails to size ICaption icon correctly on con...
Artur Signell
2009-05-22
1
-1
/
+8
*
Test case and fix for #2941 - Panel does not remove all Action Handlers on cl...
Artur Signell
2009-05-22
1
-0
/
+3
*
Fixed regression caused by [7930] (VFilterSelect crashed in IE).
Jouni Koivuviita
2009-05-22
1
-1
/
+2
*
Fixes #2955: New item button clipped on new "poro" theme
Jouni Koivuviita
2009-05-22
1
-5
/
+3
*
Fixed #2853 - No tooltip for embedded content
Artur Signell
2009-05-21
1
-0
/
+9
*
Additional fix for #2997 - Add API for registering tooltips for any element i...
Artur Signell
2009-05-21
1
-2
/
+4
*
Fixed #2995 - Tooltip for a TabSheet tab does not show
Artur Signell
2009-05-21
1
-0
/
+21
*
Fix for #2997 - Add API for registering tooltips for any element in the DOM tree
Artur Signell
2009-05-21
5
-46
/
+111
*
Modified VFilterSelect to consider textfield margin accordingly in its width ...
Jouni Koivuviita
2009-05-21
1
-1
/
+3
*
Added a new classname to VScrollTable: now non-selectable table will have .v-...
Jouni Koivuviita
2009-05-21
1
-1
/
+8
*
VFilterSelect now removes icon element from DOM if the icon is null. Previous...
Jouni Koivuviita
2009-05-21
1
-5
/
+3
*
fixes #2909 + cleanup and generics for UIDL class
Matti Tahvonen
2009-05-20
4
-52
/
+50
*
Table ItemClickListener now supports middle- and right-button. Fixes #2987
Marc Englund
2009-05-20
1
-7
/
+9
*
fixes relative size issue with new theme
Matti Tahvonen
2009-05-20
1
-1
/
+1
*
fixes #2985 (in 6.0 branch)
Matti Tahvonen
2009-05-20
1
-42
/
+15
*
added null check to custom layouts js api cleanup. Fixed some customer issues...
Matti Tahvonen
2009-05-20
1
-1
/
+3
*
#2904: more Toolkit -> Vaadin renaming
Henri Sara
2009-05-18
5
-18
/
+9
*
Old default theme renamed to "runo".
Jouni Koivuviita
2009-05-18
1
-2
/
+1
*
#2904 renamed VToolkitOverlay -> VOverlay
Henri Sara
2009-05-18
14
-26
/
+26
*
#2904 Miscellaneous Toolkit -> Vaadin renames
Henri Sara
2009-05-18
1
-1
/
+1
*
#2904 renamed JavaScript vaadin.toolkitConfigurations to vaadin.vaadinConfigu...
Henri Sara
2009-05-18
1
-3
/
+3
*
#2904 renamed ApplicationConnection.translateToolkitUri to translateVaadinUri...
Henri Sara
2009-05-18
10
-21
/
+29
*
Incomplete - task#2904 Toolkit -> Vaadin renames
Henri Sara
2009-05-18
6
-6
/
+6
*
Fixes #2943: reindeer theme button broken
Jouni Koivuviita
2009-05-18
1
-0
/
+1
*
#2904 Toolkit -> Vaadin renames: search for "IT Mill" and "itmill", partial c...
Henri Sara
2009-05-18
2
-3
/
+3
*
toolkitVersion -> vaadinVersion
Marc Englund
2009-05-14
1
-1
/
+1
*
Avoid flickering of fading animation. null check to avoid multiple animations.
Matti Tahvonen
2009-05-14
1
-27
/
+31
*
fixes #2930, IE8 does not accept null for zIndex style property
Matti Tahvonen
2009-05-14
1
-1
/
+10
*
Absolutelayout canvas now clips overflown content. Fixes #2913
Matti Tahvonen
2009-05-14
1
-0
/
+1
*
removed comment from set zIndex line
Matti Tahvonen
2009-05-14
1
-1
/
+1
*
VScrollTable: scroll indicator now positioned just under the table header (to...
Jouni Koivuviita
2009-05-14
1
-3
/
+6
*
fixed IE6 bugs with both ends relative
Matti Tahvonen
2009-05-14
1
-7
/
+12
*
Changed error indicator element from DIV to SPAN in Buttons and Panels - IE7 ...
Jouni Koivuviita
2009-05-14
2
-2
/
+2
*
VDateField classname updates:
Jouni Koivuviita
2009-05-13
4
-114
/
+172
*
Renaming ITMILL/ -> VAADIN/ part 2 (for #2904)
Marc Englund
2009-05-12
4
-20
/
+18
*
Extra @Override annotations caused errors, removed.
Marc Englund
2009-05-12
1
-2
/
+0
*
#2904 Renamed CSS prefix "i-" to "v-"
Henri Sara
2009-05-12
52
-154
/
+147
*
#2904 Change client side class name prefixes I -> V (class names only, not ye...
Henri Sara
2009-05-11
71
-682
/
+682
*
Removed debug info
Artur Signell
2009-05-11
1
-6
/
+5
*
#2904: Changed UIDL security header to "com.vaadin.seckey"
Henri Sara
2009-05-11
1
-1
/
+1
*
#2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"
Henri Sara
2009-05-11
139
-0
/
+29065