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
/
client
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
Move generators to widget set - they aren't needed by widgets (#15544)
Artur Signell
2015-01-09
2
-11
/
+12
|
*
|
|
Format project, once again
Artur Signell
2015-01-09
3
-14
/
+18
|
*
|
|
Fix Grid editor hanging on exception in commit (#15536)
Teemu Suo-Anttila
2015-01-08
1
-0
/
+31
|
*
|
|
Change Grid default selection model to Single (#15435)
Teemu Suo-Anttila
2015-01-08
2
-5
/
+4
|
*
|
|
Add getSelected functionality to SelectionEvents (#15513)
Teemu Suo-Anttila
2015-01-08
1
-4
/
+13
|
*
|
|
Update @since for 7.4
Artur Signell
2015-01-08
25
-25
/
+25
|
*
|
|
Move column constants from state to GridConstants (#15510)
Teemu Suo-Anttila
2015-01-07
1
-5
/
+4
|
*
|
|
Fix header texts to captions in Grid client side (#15511)
Teemu Suo-Anttila
2015-01-07
1
-25
/
+24
|
*
|
|
Fix DefaultTextRenderer warning with String data (#15430)
Teemu Suo-Anttila
2015-01-02
1
-1
/
+1
|
*
|
|
Change selection model before selecting rows (#15488)
Leif Åstrand
2014-12-31
1
-2
/
+7
|
*
|
|
Ignore selection col for server-side cell style generator (#15486)
Leif Åstrand
2014-12-31
1
-1
/
+7
|
*
|
|
Add missing since
Leif Åstrand
2014-12-31
1
-1
/
+1
|
*
|
|
Distribute GridUtil methods where they are actually used (#13334)
Henrik Paul
2014-12-30
3
-105
/
+75
|
*
|
|
Make disabled Grid nonfocusable and ignore events (#13334)
Johannes Dahlström
2014-12-30
1
-1
/
+22
|
*
|
|
Merge remote-tracking branch 'origin/master' into grid
Teemu Suo-Anttila
2014-12-29
6
-5
/
+43
|
|
\
\
\
|
*
|
|
|
Fix Grid columns being too narrow on IE9 (#15475)
Teemu Suo-Anttila
2014-12-29
1
-3
/
+15
|
*
|
|
|
Make SDM work again (#15452)
Artur Signell
2014-12-22
2
-5
/
+29
|
*
|
|
|
DefaultTextRenderer shows nulls as empty strings (#13334)
Henrik Paul
2014-12-19
1
-1
/
+9
|
*
|
|
|
Grid no longer resets scrollpos on state change (#15422)
Henrik Paul
2014-12-19
1
-1
/
+1
|
*
|
|
|
Fix Range.restrictTo to work with non-intersecting ranges(#13334)
Teemu Suo-Anttila
2014-12-19
1
-0
/
+1
|
*
|
|
|
Fix cache updating in AbstractRemoteDataSource on row remove (#13334)
Teemu Suo-Anttila
2014-12-19
2
-14
/
+21
|
*
|
|
|
Prevent scrolling when adding rows above the focused cell (#13334)
Teemu Suo-Anttila
2014-12-18
1
-2
/
+1
|
*
|
|
|
Fix indexing when adding rows to AbstractRemoteDataSource (#13334)
Teemu Suo-Anttila
2014-12-18
1
-14
/
+13
|
*
|
|
|
Set @since values for Grid classes
Leif Åstrand
2014-12-18
67
-69
/
+95
|
*
|
|
|
Merge remote-tracking branch 'origin/master' into grid
Leif Åstrand
2014-12-18
21
-42
/
+158
|
|
\
\
\
\
|
*
|
|
|
|
Heights are now double precision floats (#13334)
Henrik Paul
2014-12-18
4
-42
/
+50
|
*
|
|
|
|
Change "editor row" to "editor" in style names (#13334)
Johannes Dahlström
2014-12-18
1
-3
/
+3
|
*
|
|
|
|
Stops non-scrolling scrollbars from interfering with pointing events
Henrik Paul
2014-12-18
2
-54
/
+90
|
*
|
|
|
|
Fix ClickableRenderers to use CellReferences (#13334)
Teemu Suo-Anttila
2014-12-18
5
-20
/
+56
|
*
|
|
|
|
Fixes an issue where IE8 refused to fire one scroll event (#13334)
Henrik Paul
2014-12-18
2
-6
/
+72
|
*
|
|
|
|
replace com.google.gwt.json.* usages with elemental.json.* (#8942)
Leif Åstrand
2014-12-18
23
-320
/
+351
|
*
|
|
|
|
Use CellReferences everywhere in Renderer APIs (#13334)
Teemu Suo-Anttila
2014-12-18
6
-30
/
+63
|
*
|
|
|
|
Use CellReference in Grid events and event handling (#13334)
Teemu Suo-Anttila
2014-12-18
9
-50
/
+119
|
*
|
|
|
|
Add missing @since and @author to RendererCellReference (#13334)
Teemu Suo-Anttila
2014-12-18
1
-0
/
+2
|
*
|
|
|
|
Use CellReference instead of FlyweightCell in Grid APIs (#13334)
Leif Åstrand
2014-12-18
14
-36
/
+145
|
*
|
|
|
|
Moves Escalator.getPrecise* to Util.getRequired*BoundingClientRect (#13334)
Henrik Paul
2014-12-17
2
-29
/
+66
|
*
|
|
|
|
Make editor request API easier to use (#13334)
Johannes Dahlström
2014-12-17
3
-33
/
+100
|
*
|
|
|
|
Change "editor row" to just "editor" in method names and javadoc (#13334)
Johannes Dahlström
2014-12-17
3
-129
/
+127
|
*
|
|
|
|
Rename "active" row/cell to "focused" (#13334)
Johannes Dahlström
2014-12-17
1
-6
/
+2
|
*
|
|
|
|
Grid theme API changes and style fixes
Jouni Koivuviita
2014-12-17
2
-21
/
+20
|
*
|
|
|
|
Move SortDirection from grid package to data package (#13334)
Teemu Suo-Anttila
2014-12-17
5
-5
/
+5
|
*
|
|
|
|
Merge "Merge remote-tracking branch 'origin/master' into grid" into grid
Henrik Paul
2014-12-17
1
-14
/
+1
|
|
\
\
\
\
\
|
|
*
\
\
\
\
Merge remote-tracking branch 'origin/master' into grid
Teemu Suo-Anttila
2014-12-17
1
-14
/
+1
|
|
|
\
\
\
\
\
|
*
|
|
|
|
|
|
Fix keyboard navigation from footer/header to body (#13334)
Teemu Suo-Anttila
2014-12-17
1
-2
/
+2
|
|
/
/
/
/
/
/
|
*
|
|
|
|
|
Fixes an issue with Escalator.getVisibleRowRange() if it's empty
Henrik Paul
2014-12-16
2
-8
/
+13
|
*
|
|
|
|
|
Remove unused "header-active" classname and style (#13334)
Johannes Dahlström
2014-12-16
1
-9
/
+0
|
*
|
|
|
|
|
Fix IE8 exceptions when setting width to negative value (#13334)
Teemu Suo-Anttila
2014-12-15
2
-4
/
+12
|
*
|
|
|
|
|
Fix EditorRow not displaying widgets when opened for the first time (#13334)
Johannes Dahlström
2014-12-15
1
-4
/
+23
|
*
|
|
|
|
|
Fixes removing Widgets from Grid header/footer
Teemu Suo-Anttila
2014-12-12
1
-1
/
+78
|
*
|
|
|
|
|
Refactor Grid client side package structure (#13334)
Teemu Suo-Anttila
2014-12-12
82
-651
/
+588
[prev]
[next]