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
*
Ensure Renderers that do type conversions work properly (#13334)
Johannes Dahlström
2014-10-03
7
-28
/
+37
*
Reworks the datasource size logic (#13334)
Henrik Paul
2014-10-03
2
-26
/
+8
*
Fixes a race condition in Escalator's scrolling (#13334)
Henrik Paul
2014-10-03
8
-55
/
+78
*
Renames "estimated size" to a more definite "size" (#13334)
Henrik Paul
2014-10-02
7
-31
/
+31
*
Adds Valo support for Grid (#13334)
Henrik Paul
2014-10-02
4
-129
/
+200
*
Tests behavior rather than log output (#13334)
Henrik Paul
2014-10-02
1
-87
/
+163
*
Add support for Grid column reordering (#13334)
Teemu Suo-Anttila
2014-10-02
7
-55
/
+201
*
Update sortable columns on property set change (#13334)
Teemu Suo-Anttila
2014-10-02
3
-12
/
+52
*
Grid's client selection model is now the same as server-side (#13334)
Henrik Paul
2014-10-01
1
-1
/
+1
*
Add a constructor without parameters to Grid (#13334)
Teemu Suo-Anttila
2014-10-01
1
-0
/
+8
*
De-genericize clientside NumberRenderer (#13334)
Johannes Dahlström
2014-09-30
3
-3
/
+3
*
Fix indexing issues when removing Grid columns (#13334)
Teemu Suo-Anttila
2014-09-30
3
-10
/
+29
*
Add convenience constructors to client-side Date+NumberRenderer (#13334)
Johannes Dahlström
2014-09-29
2
-3
/
+22
*
Map row data with column ids instead of using an array (#13334)
Teemu Suo-Anttila
2014-09-26
3
-20
/
+11
*
Implement ProgressBarRenderer (#13334)
Johannes Dahlström
2014-09-26
6
-3
/
+216
*
Add a test for Grid with GeneratedPropertyContainer (#13334)
Teemu Suo-Anttila
2014-09-26
2
-0
/
+203
*
Fix Grid static section column removal (#13334)
Teemu Suo-Anttila
2014-09-25
2
-8
/
+55
*
Pass correct item instance to PropertyValueGenerators (#13334)
Teemu Suo-Anttila
2014-09-25
1
-1
/
+1
*
Make complex renderer .init() abstract (#13334)
Teemu Suo-Anttila
2014-09-25
4
-12
/
+19
*
Add setHeader functionality for GridColumns (#13334)
Teemu Suo-Anttila
2014-09-25
2
-14
/
+63
*
Fix GeneratedPropertyContainer property adding and removing (#13334)
Teemu Suo-Anttila
2014-09-25
2
-51
/
+117
*
Fix GridStaticSection communication to use column ids (#13334)
Teemu Suo-Anttila
2014-09-24
5
-77
/
+77
*
Add addColumns functionality to Grid (#13334)
Teemu Suo-Anttila
2014-09-24
1
-0
/
+13
*
Fix GridKeyEvents to provide correct API for different types (#13334)
Teemu Suo-Anttila
2014-09-24
6
-29
/
+210
*
Fix GeneratedPropertyContainer to support add and remove events (#13334)
Teemu Suo-Anttila
2014-09-24
1
-1
/
+77
*
Fix Grid header default row cell setup when adding properties (#13334)
Teemu Suo-Anttila
2014-09-24
5
-70
/
+18
*
Add default implementation of Renderer.encode to AbstractRenderer (#13334)
Johannes Dahlström
2014-09-23
8
-51
/
+46
*
Add support for relative sizes for Escalator/Grid (#13334)
Henrik Paul
2014-09-23
4
-15
/
+50
*
Makes Escalator and Grid DeferredWorkers (#13334)
Henrik Paul
2014-09-22
3
-2
/
+40
*
Merge remote-tracking branch 'origin/master' into grid
Leif Åstrand
2014-09-20
191
-25
/
+35998
|
\
|
*
Add Property and Item change notifiers for generated properties (#13334)
Teemu Suo-Anttila
2014-09-19
2
-4
/
+159
|
*
Implement commit/discard functionality for editor row (#13334)
Johannes Dahlström
2014-09-19
6
-9
/
+217
|
*
Add Container.Filterable to GeneratedPropertyContainer (#13334)
Teemu Suo-Anttila
2014-09-19
2
-3
/
+153
|
*
Implement Vaadin-specific editor row bind/cancel handling (#13334)
Johannes Dahlström
2014-09-19
8
-64
/
+402
|
*
Scroll editor row horizontally along with the rest of grid (#13334)
Johannes Dahlström
2014-09-19
1
-0
/
+20
|
*
Fixes an assumption bug with EditorRow (#13334)
Henrik Paul
2014-09-17
5
-10
/
+46
|
*
Add Container.Sortable interface to GeneratedPropertyContainer (#13334)
Teemu Suo-Anttila
2014-09-17
2
-6
/
+164
|
*
Fix Grid active cell navigation with colspans (#13334)
Teemu Suo-Anttila
2014-09-16
1
-1
/
+1
|
*
Initial implementation of GeneratedPropertyContainer (#13334)
Teemu Suo-Anttila
2014-09-16
3
-0
/
+516
|
*
Fix client-side StaticRow to use GridColumn instead of index (#13334)
Teemu Suo-Anttila
2014-09-16
5
-140
/
+143
|
*
Prevent dispatching GridKeyEvents when target is not grid (#13334)
Teemu Suo-Anttila
2014-09-15
5
-23
/
+47
|
*
Tests Escalator's freezing columns. (#13334)
Henrik Paul
2014-09-15
2
-0
/
+125
|
*
Fixes Escalator's assertion error regarding scroll position (#13334)
Henrik Paul
2014-09-12
1
-0
/
+39
|
*
Implement data binding and edit cancel mechanism for editor row (#13334)
Johannes Dahlström
2014-09-11
5
-21
/
+179
|
*
Testing Escalator (post|pre)(Attach|Detach) functionality (#13334)
Henrik Paul
2014-09-11
5
-3
/
+298
|
*
Bundles the logging label into a widget (#13334)
Henrik Paul
2014-09-11
2
-55
/
+69
|
*
Tests Escalator's column spans (#13334)
Henrik Paul
2014-09-10
2
-0
/
+96
|
*
Escalator tests for columns and rows (#13334)
Henrik Paul
2014-09-10
2
-0
/
+223
|
*
Implement client-side editor row widget binding (#13334)
Johannes Dahlström
2014-09-09
7
-8
/
+171
|
*
Fixes exception while hiding the last Grid column (#13334)
Henrik Paul
2014-09-09
1
-1
/
+17
[next]