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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Automatically update release notes during build (#9253)
Artur Signell
2012-12-21
2
-22
/
+18
*
Fix broken line endings
Leif Åstrand
2012-12-20
2
-143
/
+143
*
Add tests back (#10513)
Leif Åstrand
2012-12-19
2
-143
/
+143
*
Update content widths if scrollbar status has changed (#10513)
Leif Åstrand
2012-12-19
1
-3
/
+8
*
Revert table fixes causing regressions until a proper fix can be found (#10513)
Leif Åstrand
2012-12-18
1
-8
/
+1
*
Potential fix for regression (#10513)
Leif Åstrand
2012-12-17
1
-0
/
+3
*
Consistent element finding for mouseUp and mouseDown handling (#10507)
Leif Åstrand
2012-12-14
1
-4
/
+3
*
Potentially recalculate widths if scrollbar has changed (#10513)
Leif Åstrand
2012-12-14
3
-1
/
+148
*
Made Table fail more gracefully for exceptions during paint (#10312)
Artur Signell
2012-12-13
3
-7
/
+449
*
Revert attempted fix to #10317 now that the underlying issue has been identif...
Leif Åstrand
2012-12-12
1
-7
/
+1
*
Redefine Math.max and Math.min on iOS6 to avoid problems with GWT cast to int...
Leif Åstrand
2012-12-12
1
-1
/
+22
*
Don't steal focus back to Table from the address bar (#10464)
Leif Åstrand
2012-12-10
2
-4
/
+20
*
Fix for emptying TreeTable (#10470)
Artur Signell
2012-12-07
2
-2
/
+54
*
Update comment to mention the right versions of IE (#9179)
Leif Åstrand
2012-12-05
1
-1
/
+1
*
Add explicit floor operation to mangle values that sometimes behave strangely...
Leif Åstrand
2012-12-04
1
-1
/
+7
*
Ticket list for 6.8.6
Artur Signell
2012-12-03
1
-12
/
+21
*
Added information about databases supported by SQLContainer (#10164)
Artur Signell
2012-12-03
1
-0
/
+8
*
Added helper for sanitizing selection (#9986)
Artur Signell
2012-12-03
2
-0
/
+61
*
Corrected exception message (#10437)
Artur Signell
2012-12-03
1
-1
/
+1
*
Make it possible to disable TouchScrollHandler (#10323)
Artur Signell
2012-12-03
1
-7
/
+62
*
Fixed resizing of TabSheet (#10037)
Artur Signell
2012-12-02
1
-1
/
+0
*
Call elementFromPoint twice to make IE8 happy (#10200)
Artur Signell
2012-12-02
1
-0
/
+2
*
Don't stop touchcancel event in android as no click is simulated for it (#10212)
Leif Åstrand
2012-11-29
1
-2
/
+2
*
Normalize "empty" rich text area content to empty string (#8004)
Johannes Dahlström
2012-11-13
2
-1
/
+74
*
Fix randomly disappearing selection in Table (#6684)
Johannes Dahlström
2012-11-12
4
-4
/
+356
*
Get metadata before accessing rows in result set (#10032)
Leif Åstrand
2012-11-09
2
-2
/
+13
*
Table fixes by Anna: #8298, #5681, #8159, #9133
Johannes Dahlström
2012-11-07
8
-9
/
+488
*
#10073 DragDropWrapper fix for multiple simultaneous multi-file uploads (do n...
Henri Sara
2012-11-07
2
-8
/
+20
*
Add a way to open a resource in a new tab instead of always in a new window (...
Johannes Dahlström
2012-11-06
3
-21
/
+177
*
Fix @since tag in UniqueSerializable Javadoc
Johannes Dahlström
2012-11-05
1
-1
/
+1
*
Add license info to VaadinDOMImpl classes (#9428)
Johannes Dahlström
2012-11-02
3
-0
/
+9
*
#10072 clean up map of dropped file receivers when streaming of a file starts
Henri Sara
2012-11-02
1
-3
/
+5
*
Added fixed version of IE6 CSS tweaks on com.vaadin.tests.components.Tooltips...
Tapio Aali
2012-11-02
1
-3
/
+3
*
Fixed situation where Tooltip is displayed in the wrong place if mainWindow i...
Tapio Aali
2012-11-02
3
-2
/
+107
*
Added implementation for other browsers than Webkit to fix integer casting er...
John Alhroos
2012-11-01
5
-2
/
+191
*
Re-commit patch for #6160 (empty rows in Table after scrolling) with some Tre...
Johannes Dahlström
2012-10-30
8
-170
/
+830
*
Updated Release Notes for 6.8.5.
Marko Grönroos
2012-10-26
1
-10
/
+10
*
Reverted #6160 fix for now, re-commit after 6.8.5 build
Johannes Dahlström
2012-10-26
6
-631
/
+134
*
Fix iOS 6 caching issue for portals as well (#9732)
Johannes Dahlström
2012-10-26
1
-0
/
+5
*
Apply Anna's fix for #6160 (empty rows in table after scrolling)
Johannes Dahlström
2012-10-25
6
-134
/
+631
*
Remove debug code, better parameter name for SQLContainer.refresh(boolean) (#...
Johannes Dahlström
2012-10-18
1
-8
/
+8
*
Prevent potential recursive calls to SQLContainer.updateCount() when the coun...
Johannes Dahlström
2012-10-18
1
-5
/
+21
*
Test case for #9986
Leif Åstrand
2012-10-18
1
-0
/
+98
*
Restored the backwards incompatibility section in 6.x release notes. For #9512.
Marko Grönroos
2012-10-16
1
-4
/
+7
*
Removed obscure comment from Table.setVisibleColumns().
Tapio Aali
2012-10-16
1
-2
/
+0
*
Updated the duplicate column checking of Table so that it throws IllegalArgum...
Tapio Aali
2012-10-16
2
-14
/
+19
*
Fixed Table.setVisibleColumns so that it removes duplicates (#6476). Also mod...
Tapio Aali
2012-10-16
2
-15
/
+7
*
TestBench test and a clarifying comment for #8786
Johannes Dahlström
2012-10-12
3
-0
/
+65
*
Prevent opening PopupView popup if it is already open (#8786)
Johannes Dahlström
2012-10-12
1
-1
/
+3
*
Include all static files as osgi exports (#9386)
Artur Signell
2012-10-09
1
-1
/
+1
[prev]
[next]