index
:
vaadin-framework.git
7.0
7.1
7.2
7.3
7.4
7.5
7.6
7.7
7.7.45-changelog
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
changelog-8.27.6
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 #2051 (components fit table better)
Marc Englund
2008-09-26
1
-7
/
+6
*
Fixed #2119 : Select isn't updated correctly when value changed in the server...
Joonas Lehtinen
2008-09-26
2
-2
/
+11
*
fixes #2091. Issues with gecko and orizontal expand layout.
Matti Tahvonen
2008-09-26
1
-0
/
+28
*
Testcase for #2119
Joonas Lehtinen
2008-09-26
1
-0
/
+89
*
Fix and test for #2117: It should be possible to create new windows on fly to...
Joonas Lehtinen
2008-09-26
2
-3
/
+52
*
tuning tabIndex behavior
Matti Tahvonen
2008-09-26
2
-7
/
+10
*
Select first visible tab if selected tab hidden. Fixes #2098 (testcase improved)
Marc Englund
2008-09-25
1
-0
/
+3
*
fixes regressions by #2077 / [5488]
Matti Tahvonen
2008-09-25
1
-0
/
+1
*
More rows in table for better testcase
Marc Englund
2008-09-25
1
-2
/
+3
*
One more thing for #677
Marc Englund
2008-09-25
1
-0
/
+2
*
setEnabled(false) disables visible sub-components; Fixes #677 (together with ...
Marc Englund
2008-09-25
1
-0
/
+31
*
setEnable(false) also disables descendants, for #677 - Table still not fixed.
Marc Englund
2008-09-25
6
-57
/
+62
*
Even better testcase
Marc Englund
2008-09-25
1
-22
/
+41
*
Improved testcase; instructions, includes special cases Panel, Form and Table
Marc Englund
2008-09-25
1
-134
/
+140
*
fixes #1973, also makes uidl with table more efficient. Table should now comf...
Matti Tahvonen
2008-09-25
2
-28
/
+68
*
added test case
Matti Tahvonen
2008-09-25
1
-0
/
+53
*
Fixes #2100 : Prevent window from being added to multiple places
Joonas Lehtinen
2008-09-24
2
-4
/
+17
*
Fixing a documentation bug #1670
Joonas Lehtinen
2008-09-24
1
-8
/
+8
*
Fixes #2114 : PopupView: Shadow does not scale together with the animation
Joonas Lehtinen
2008-09-24
1
-4
/
+27
*
Reviewed #1397 and did the following changes/corrections:
Joonas Lehtinen
2008-09-24
2
-43
/
+32
*
cleaned test case
Matti Tahvonen
2008-09-24
1
-52
/
+8
*
major accordion changes. fixes #2103 and some other accordion issues.
Matti Tahvonen
2008-09-24
1
-24
/
+59
*
Fixed a illogical comment in event passing mechanism
Joonas Lehtinen
2008-09-24
1
-1
/
+2
*
Fixed #2067 : Added exception-handler to BufferedComponents demo.
Joonas Lehtinen
2008-09-24
1
-3
/
+12
*
Javadoc update for AbstractComponent errorHandler
Joonas Lehtinen
2008-09-24
1
-0
/
+9
*
Fixes #2089 : Warning: Ignoring variable change for non-existent component, V...
Joonas Lehtinen
2008-09-24
1
-0
/
+10
*
Fix and testcase for #2107 : Field on client may not allways repaint when sta...
Joonas Lehtinen
2008-09-23
2
-1
/
+78
*
Test-case for #2038
Joonas Lehtinen
2008-09-23
1
-0
/
+45
*
Fixes #2077: Button-click may be losed if button moves while clicking
Joonas Lehtinen
2008-09-23
1
-0
/
+21
*
"clickEvent" immediateness logic change, fixes #2104 (Table did not exhibit s...
Marc Englund
2008-09-23
2
-1
/
+14
*
Fixes #2011, exception in IE7 when rendering shadow.
Jouni Koivuviita
2008-09-23
1
-2
/
+14
*
Updated to include table - seems to work.
Marc Englund
2008-09-23
1
-0
/
+34
*
Added requestRepaint() to two setters. Fixes #2105
Marc Englund
2008-09-23
1
-2
/
+5
*
TC for #2104 and #2105
Marc Englund
2008-09-23
1
-0
/
+86
*
added test case
Matti Tahvonen
2008-09-23
1
-0
/
+143
*
fixes #1589, default value for Content-Disposition http header
Matti Tahvonen
2008-09-23
1
-0
/
+11
*
added test case
Matti Tahvonen
2008-09-23
1
-0
/
+95
*
fixes #2097 (session expired message and modal window incompatibility)
Matti Tahvonen
2008-09-23
2
-8
/
+14
*
Fixes #1966 in IE6/IE7
Artur Signell
2008-09-22
1
-3
/
+10
*
added FIXME note
Matti Tahvonen
2008-09-22
1
-0
/
+3
*
fixes #2095
Matti Tahvonen
2008-09-22
1
-1
/
+3
*
added test case
Matti Tahvonen
2008-09-22
1
-0
/
+28
*
Test case for #2101
Artur Signell
2008-09-22
1
-0
/
+20
*
Testcase for #2099
Artur Signell
2008-09-22
1
-0
/
+76
*
Testcase for #2098
Artur Signell
2008-09-22
1
-0
/
+37
*
Better fix for #1923 - Panel issues in IE6
Artur Signell
2008-09-19
2
-27
/
+65
*
Updated test case for #1923
Artur Signell
2008-09-19
1
-2
/
+42
*
Fix for #1966 - OrderedLayout vertical alignment
Artur Signell
2008-09-19
1
-1
/
+8
*
Fix for #2042 - Embedded notifies parent of size change when loaded
Artur Signell
2008-09-19
1
-1
/
+8
*
Fix for #2025 - OrderedLayout caption removal
Artur Signell
2008-09-19
1
-1
/
+0
[next]