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
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate connection/statement/result set leaks in TableQuery (#10582)
Leif Åstrand
2013-03-13
3
-230
/
+292
*
Updated GateIn3 script to work correctly (#11314)
Artur Signell
2013-03-12
1
-56
/
+43
*
Unpack all static files for integration tests (#11314)
Artur Signell
2013-03-12
1
-0
/
+14
*
Fixed IE8 sub window focus issue after editing a RichTextArea #10776
Leif Åstrand
2013-03-12
1
-0
/
+34
*
Fixed focus and tab index handling for UI (#11129)
Artur Signell
2013-03-12
8
-13
/
+258
*
Avoid showing context menu off screen in IE8
Artur Signell
2013-03-12
5
-10
/
+10
*
Update test to cope with changed UI class (#10867)
Leif Åstrand
2013-03-11
1
-2
/
+2
*
Properly recognize class of redefined UI connector (#10867)
Leif Åstrand
2013-03-11
6
-1
/
+140
*
Set to empty function instead of undefined (#10960)
Artur Signell
2013-03-07
1
-3
/
+1
*
Fixed javascript issue in IE8 (delete cannot be used on window properties) (#...
Artur Signell
2013-03-06
1
-1
/
+3
*
Profiler based on __gwtStatsEvent (#10960)
Leif Åstrand
2013-03-06
3
-41
/
+176
*
Don't provide details to teamcity as it nowadays gets those from stdout
Leif Åstrand
2013-03-06
1
-3
/
+1
*
Corrected javadoc (#10774)
Artur Signell
2013-03-06
1
-3
/
+3
*
Improved javadoc (#10632)
Artur Signell
2013-03-06
1
-5
/
+1
*
Corrected javadoc regarding nested property support (#8210)
Artur Signell
2013-03-06
2
-4
/
+2
*
Add performance.timing support to Profiler (#11188)
Leif Åstrand
2013-03-06
2
-0
/
+60
*
Updated scm in pom template (#11204)
Artur Signell
2013-03-05
1
-3
/
+3
*
Catch NoSuchFieldException instead of NoSuchFieldError (#10944)
Artur Signell
2013-03-05
2
-1
/
+72
*
Log errors as errors and not normal messages (#11251)
Artur Signell
2013-03-05
1
-3
/
+4
*
Fixed scrolling jumping up to first row when adding rows and adjusting the cu...
John Ahlroos
2013-03-04
3
-2
/
+121
*
Update test to use default classloader instead of null
Leif Åstrand
2013-03-04
1
-2
/
+3
*
Add bootstrap performance measuring support (#11188)
Leif Åstrand
2013-03-01
3
-6
/
+35
*
Avoid running test runner as a test
Artur Signell
2013-03-01
1
-0
/
+1
*
Prevent NPE when a SCSS file is not found #11099
John Ahlroos
2013-03-01
2
-2
/
+17
*
Make SassLangTestsBroken pass iff the CSS and SCSS do not match.
Henri Sara
2013-03-01
1
-0
/
+20
*
Reverted Tree memory leak fix since it is breaking Tree filtering in a way th...
John Ahlroos
2013-03-01
1
-10
/
+0
*
Revert "Made UI focusable again (#11129)"
John Ahlroos
2013-02-28
1
-1
/
+1
*
Fixed BindException when binding nested properties with BeanFieldGroup.buildA...
John Ahlroos
2013-02-28
2
-2
/
+53
*
Added missing license header
Artur Signell
2013-02-28
1
-0
/
+15
*
Fixed incorrect import (#11129)
Artur Signell
2013-02-28
1
-1
/
+1
*
(#10563) Logging now uses parameters.
Mikael Grankvist
2013-02-28
15
-161
/
+198
*
Fix random error in DelegateToWidget test
Leif Åstrand
2013-02-28
1
-0
/
+1
*
Made UI focusable again (#11129)
Artur Signell
2013-02-28
1
-1
/
+2
*
Removed super class which caused a JUnit3 runner to be used (#11184)
Artur Signell
2013-02-28
1
-4
/
+2
*
Print an error message if the test folder cannot be found (#11184)
Artur Signell
2013-02-28
3
-3
/
+14
*
Made test pass by ignoring irrelevant classes
Artur Signell
2013-02-28
1
-0
/
+5
*
Fixed several problems related to @extend directive (Ticket #10976)
Haijian Wang
2013-02-26
16
-22
/
+277
*
Fix typo in #10937
Leif Åstrand
2013-02-26
1
-1
/
+1
*
Use native collections when processing server response (#11100)
Leif Åstrand
2013-02-25
1
-41
/
+67
*
Don't generate a set of changed property names (#10954)
Leif Åstrand
2013-02-25
2
-98
/
+179
*
Do @DelegateToWidget based on applicable properties (#10954)
Leif Åstrand
2013-02-25
3
-12
/
+44
*
Fixed NPE in Tree when calling non-final constructor #11132
John Ahlroos
2013-02-25
1
-6
/
+18
*
Remove ApplicationConnection.componentCaptionSizeChanges (#11101)
Leif Åstrand
2013-02-25
1
-5
/
+3
*
Fixed another memory leak in Tree #11053
John Ahlroos
2013-02-22
2
-3
/
+34
*
Update license header
Leif Åstrand
2013-02-22
2
-2
/
+2
*
Defer profiler output (#11098)
Leif Åstrand
2013-02-21
1
-2
/
+7
*
Don't report time spent in getWidget() as part of setConnectorId()
Leif Åstrand
2013-02-21
1
-1
/
+2
*
Fixed memory leak in Tree #11053
John Ahlroos
2013-02-21
2
-0
/
+58
*
Fix incomplete commit for (#11092)
Leif Åstrand
2013-02-21
1
-1
/
+1
*
Don't update primary stylename if it's already up to date (#11088)
Leif Åstrand
2013-02-21
1
-1
/
+2
[next]