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
*
Add convenience constructors to TreeGrid
Aleksi Hietanen
2017-05-16
2
-2
/
+120
*
Add javadocs to Grid#readData and writeData
Aleksi Hietanen
2017-05-16
1
-0
/
+28
*
Add setHierarchyColumn(column) overload to TreeGrid
Aleksi Hietanen
2017-05-16
1
-0
/
+24
*
Make HierarchyRendererCellReferenceWrapper a nested class of HierarchyRenderer
Aleksi Hietanen
2017-05-16
2
-60
/
+39
*
Rename BodyRowContainer.setNewEscalatorRowCallback to setNewRowCallback
Aleksi Hietanen
2017-05-16
4
-7
/
+7
*
Rename TreeGridCommunicationConstants to HierarchicalDataCommunicatorConstants
Aleksi Hietanen
2017-05-16
5
-32
/
+33
*
Remove redundant method getComponentCount from Composite
Aleksi Hietanen
2017-05-16
1
-10
/
+1
*
Add FunctionalInterface annotation to DependencyFilter
Aleksi Hietanen
2017-05-16
1
-0
/
+1
*
Wrap DataCommunicator#getBackEndSorting in an unmodifiable list
Aleksi Hietanen
2017-05-16
1
-2
/
+3
*
Move CompositeState to different package
Aleksi Hietanen
2017-05-16
2
-2
/
+2
*
Add javadoc to client-side TreeGrid widget
Aleksi Hietanen
2017-05-16
1
-0
/
+4
*
Improvements to HierarchyRenderer
Aleksi Hietanen
2017-05-16
1
-5
/
+12
*
Clarify HierarchicalQuery javadocs
Aleksi Hietanen
2017-05-16
1
-4
/
+7
*
Make CollapseListener and ExpandListener extend SerializableEventListener
Aleksi Hietanen
2017-05-16
2
-4
/
+2
*
Clean connector tracker after each access block to stop memory leaks (#9305)
Artur
2017-05-16
9
-30
/
+264
*
Add API for multiple drag data generators (#9321)
Adam Wagner
2017-05-16
5
-117
/
+172
*
Adds a passthrough to root component for most Composite methods (#9324)
Teemu Suo-Anttila
2017-05-16
1
-0
/
+82
*
Refactor common methods in in-memory data providers (#9308)
Aleksi Hietanen
2017-05-16
27
-808
/
+1070
*
Add API to store any type of data in the dataTransfer object (#9319)
Adam Wagner
2017-05-16
13
-88
/
+299
*
Add events and functionality to Tree (#9318)
Teemu Suo-Anttila
2017-05-16
3
-0
/
+192
*
Rename OSGi classes for Java naming conventions (#9320)
Henri Sara
2017-05-15
18
-59
/
+69
*
Update video link in tutorial.adoc (#9317)
Alejandro
2017-05-15
1
-3
/
+1
*
Fix DnD Polyfill to use isNan(i) instead of i===NaN (#9312)
Pekka Hyvönen
2017-05-15
1
-1
/
+1
*
Distinguish between touch scroll and drag start on Grid (#9315)
Pekka Hyvönen
2017-05-15
1
-3
/
+40
*
Use theme font and normal line wrapping for regular tooltips (#9143)
Leif Åstrand
2017-05-15
10
-4
/
+128
*
WIP: Allow differentiating touch scroll from DnD (#9309)
Henri Sara
2017-05-14
1
-0
/
+72
*
Refactor Html5 DnD feature based on API review (#9306)
Pekka Hyvönen
2017-05-12
61
-400
/
+459
*
Properly remove service destroy listeners (#9304)
Artur
2017-05-12
2
-1
/
+31
*
Create upload URLs only when stream variable is attached by drop handler (#9301)
Adam Wagner
2017-05-11
3
-86
/
+54
*
Poll server for changes at the end of each file upload (#9300)
Adam Wagner
2017-05-11
3
-13
/
+28
*
Fix broken DragEnd event introduced in a recent PR (#9297)
Pekka Hyvönen
2017-05-11
1
-1
/
+1
*
Add mobile html5 dnd support using polyfill (#9282)
Pekka Hyvönen
2017-05-11
16
-29
/
+365
*
Make it possible to upload files by dropping them onto a drop target (#9277)
Adam Wagner
2017-05-11
10
-0
/
+1008
*
Generate style name on every dragenter (#9292) (#9293)
Adam Wagner
2017-05-11
1
-4
/
+5
*
Make clicking checkbox label call focus listeners (#9271)
Knoobie
2017-05-11
4
-6
/
+75
*
Reset HierarchicalDataCommunicator on changes (#9275)
Aleksi Hietanen
2017-05-11
8
-55
/
+327
*
Since tag update for 8.1.0.alpha7
8.1.0.alpha7
Ilia Motornyi
2017-05-10
1
-1
/
+1
*
Fix partly missing drag image regression on Safari
Pekka Hyvönen
2017-05-10
7
-43
/
+190
*
Allow custom click handlers in subclasses of TreeGrid
Henri Sara
2017-05-10
1
-1
/
+1
*
Fix selection with space in TreeGrid/Tree
Henri Sara
2017-05-10
2
-4
/
+49
*
Refactor WidgetUtil.findWidget()
Henri Sara
2017-05-10
7
-28
/
+85
*
Move TestBench API to the correct package (#9249)
Artur
2017-05-09
26
-92
/
+149
*
Use variable name item instead of data in Grid (#9273)
Teemu Suo-Anttila
2017-05-09
1
-33
/
+33
*
Fix the missing focus and blur implementations (#9269)
Knoobie
2017-05-09
1
-1
/
+4
*
Update ES6 detection logic to match what Polymer is using (#9268)
Artur
2017-05-09
1
-9
/
+17
*
Add since tags for 8.0.6
Teemu Suo-Anttila
2017-05-08
6
-15
/
+30
*
Fix bean validation when using sub property bindings (#9248)
Artur
2017-05-08
3
-15
/
+135
*
Update example to Vaadin 8 (#9260)
dunand
2017-05-08
1
-7
/
+5
*
Fix HTML5 DnD regression for FF (#9245)
Pekka Hyvönen
2017-05-05
13
-210
/
+270
*
Allow Escalator.setHeightByRows to accept zero as a valid argument (#9244)
Aleksi Hietanen
2017-05-05
3
-1
/
+33
[next]