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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
|
\
|
*
Prevent key events without key code from triggering actions (#11029)
Artur Signell
2014-12-29
1
-0
/
+3
|
*
Typo in the Profiler log (#15426)
AMahdy AbdElAziz
2014-12-23
1
-1
/
+1
|
*
Preserve newlines and align exception stacktraces left (#15456)
Artur Signell
2014-12-23
1
-4
/
+7
|
*
Allow TabSheet and Accordion tab captions to contain HTML (#14609)
Artur Signell
2014-12-18
3
-0
/
+32
*
|
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
|
\
|
|
*
Allow captions to contain HTML (#9426)
Artur Signell
2014-12-18
12
-28
/
+137
|
*
Missing @since for 7.4
Leif Åstrand
2014-12-18
2
-0
/
+6
|
*
Revert "TextField's input prompt is now disabled properly (#15144)"
Artur Signell
2014-12-18
1
-11
/
+4
|
*
Add missing @since for 7.3.7.
Sauli Tähkäpää
2014-12-18
3
-1
/
+3
|
*
Enable Atmosphere client side debug logging with ?debug=push (#14534)
Artur Signell
2014-12-17
1
-0
/
+5
|
*
Empty since tags -> 7.4
Artur Signell
2014-12-17
2
-3
/
+3
*
|
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
22
-319
/
+349
*
|
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
|
|
\
|
|
|
*
Delayed column layouting is visible (#15189)
Anna Miroshnik
2014-12-15
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
81
-650
/
+587
*
|
Fixes a bug in Grid expand logic (#13334)
Henrik Paul
2014-12-12
1
-3
/
+25
*
|
Rename client side SelectionChangeEvent (#13334)
Teemu Suo-Anttila
2014-12-12
8
-45
/
+44
[next]