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
*
Test case and fix for #2341 - Reserve scrollbar space in tables with relative...
Artur Signell
2008-12-19
1
-0
/
+1
*
Test case and fix for #2341 - Reserve scrollbar space in tables with relative...
Artur Signell
2008-12-19
2
-4
/
+94
*
Fix for #2378 - Form reports invalid size in IE6
Artur Signell
2008-12-19
1
-0
/
+7
*
Fix for #2388 - Safari scrollbar issue in subwindows
Artur Signell
2008-12-19
1
-0
/
+2
*
Fixes #2375 : TwinColSelect cut in FeatureBrowser
Joonas Lehtinen
2008-12-18
1
-4
/
+5
*
Removed deprecated OrderedLayout from SplitPanel
Joonas Lehtinen
2008-12-18
1
-2
/
+2
*
Fixed #2379 : FeatureBrowser Table demo does not start
Joonas Lehtinen
2008-12-18
1
-13
/
+16
*
moded browser specific style names to body, see #1660
Matti Tahvonen
2008-12-18
2
-4
/
+8
*
Fixed #2372 - Table border measuring in IE6
Artur Signell
2008-12-18
1
-2
/
+3
*
bug fix: client side analysis is printed now done even though no server side ...
Matti Tahvonen
2008-12-18
1
-17
/
+16
*
moved old demos to tests package
Matti Tahvonen
2008-12-18
9
-9
/
+9
*
Servlet 2.3 compatibility fix.
Marc Englund
2008-12-18
1
-1
/
+1
*
Test case for #2239
Artur Signell
2008-12-18
1
-0
/
+41
*
Fixed stretching button IE7 issue in IButton instead of using css expression....
Artur Signell
2008-12-18
1
-0
/
+5
*
fixes #2370 : added additional client side checks for 0px size components
Matti Tahvonen
2008-12-18
4
-8
/
+88
*
fixed bug causing random number format exception
Matti Tahvonen
2008-12-18
1
-1
/
+1
*
added test case
Matti Tahvonen
2008-12-18
1
-0
/
+66
*
Fix for #2311 - Renamed and moved layout demo to Layouts
Artur Signell
2008-12-18
1
-1
/
+1
*
Fix for #2348 - Disable caption when component is disabled
Artur Signell
2008-12-18
1
-2
/
+5
*
Size update optimization for OrderedLayout and SplitPanel
Artur Signell
2008-12-18
2
-3
/
+16
*
Changed seckey o that it does not use UUID, to be consistent with 5.2 that re...
Marc Englund
2008-12-18
1
-6
/
+5
*
Subwindow can define size of layout even though its width is undefined
Artur Signell
2008-12-18
1
-6
/
+8
*
fixed component iterator if composition root is not yet set
Matti Tahvonen
2008-12-18
1
-1
/
+1
*
#2344 & #2364 test cases
Artur Signell
2008-12-18
2
-0
/
+91
*
giving more space for rel size components inside table
Matti Tahvonen
2008-12-18
1
-4
/
+2
*
Fixed infinite recursion problem when compiling with "pretty"
Artur Signell
2008-12-18
1
-2
/
+3
*
Refactored layout size checking method, related to #2139
Artur Signell
2008-12-18
3
-53
/
+78
*
enhancing messages.
Matti Tahvonen
2008-12-18
1
-5
/
+7
*
Changed Util.notifyParentOfSizeChange and Util.componentSizeUpdated to accept...
Artur Signell
2008-12-18
4
-49
/
+73
*
Fixed NPE in OrderedLayout
Artur Signell
2008-12-18
2
-4
/
+5
*
fixes #2365
Matti Tahvonen
2008-12-18
1
-0
/
+30
*
added null check
Matti Tahvonen
2008-12-18
1
-1
/
+3
*
added test case
Matti Tahvonen
2008-12-18
1
-0
/
+57
*
removed obsolete method.
Matti Tahvonen
2008-12-18
1
-16
/
+0
*
docs
Matti Tahvonen
2008-12-18
1
-2
/
+14
*
try catch around unstable computed style method
Matti Tahvonen
2008-12-17
1
-1
/
+5
*
fixes #2363
Matti Tahvonen
2008-12-17
2
-1
/
+44
*
fixed bug with json array creation
Matti Tahvonen
2008-12-17
1
-1
/
+1
*
relative size handling changes towards #2319
Matti Tahvonen
2008-12-17
8
-85
/
+296
*
fixes somewhat invalid size change notification (ICaption notified as changed...
Matti Tahvonen
2008-12-17
1
-2
/
+10
*
Made Sampler APP_URL less error-prone (used for resource-links)
Marc Englund
2008-12-17
1
-3
/
+1
*
Made productionMode -message more noticeable and changed it to System.err.
Marc Englund
2008-12-17
1
-2
/
+2
*
Changed the initial fragment post logic a big
Matti Tahvonen
2008-12-17
1
-5
/
+5
*
switched setCharacterEncoding to use servlet 2.3 style code
Matti Tahvonen
2008-12-17
1
-2
/
+1
*
Fixes #2357 : BrowserDemo layouts broken
Joonas Lehtinen
2008-12-16
1
-3
/
+5
*
Added more instructions to debug-mode console-message.
Joonas Lehtinen
2008-12-16
1
-1
/
+1
*
Refactored DebugUtilities to fit better for #2319, not tested properly yet
Matti Tahvonen
2008-12-16
1
-88
/
+138
*
debug flag on by default, will change later
Matti Tahvonen
2008-12-16
1
-1
/
+1
*
Testcase & fix for #2337
Marc Englund
2008-12-16
2
-4
/
+52
*
added test case
Matti Tahvonen
2008-12-16
1
-0
/
+37
[next]