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
*
Fix GridConnector updateSection to work with SelectionColumn (#13334)
Teemu Suo-Anttila
2014-08-06
1
-2
/
+2
*
Trigger ComplexRenderer.setContentVisible(false) initially #13334
John Ahlroos
2014-08-06
1
-1
/
+1
*
Handle navigation events only if Grid has focus (#13334)
Teemu Suo-Anttila
2014-08-06
1
-2
/
+4
*
Add support for server side colspans in Headers and Footers (#13334)
Teemu Suo-Anttila
2014-08-05
3
-3
/
+31
*
Removed deprecated header and footer renderers #13334
John Ahlroos
2014-08-01
3
-210
/
+0
*
Fixes setting width before adding column to grid #13334
John Ahlroos
2014-07-31
1
-8
/
+1
*
Refactor GridConnector to remove RowKeyHelper (#13334)
Teemu Suo-Anttila
2014-07-31
2
-98
/
+71
*
Fix SelectionModelSingle when updating from server (#13334)
Teemu Suo-Anttila
2014-07-31
1
-22
/
+14
*
Removed ColumnGroup implementation from client side Grid #13334
John Ahlroos
2014-07-30
4
-881
/
+0
*
Allow merging header and footer cells again #13334
John Ahlroos
2014-07-29
5
-14
/
+142
*
Client-side Grid header/footer rewrite: add default header support (#13334)
Johannes Dahlström
2014-07-29
4
-31
/
+130
*
Grid header/footer rewrite: add partial shared state support (#13334)
Johannes Dahlström
2014-07-24
1
-9
/
+31
*
Add minimal Header/Footer visibility support to GridConnector (#13334)
Teemu Suo-Anttila
2014-07-23
1
-4
/
+5
*
Client-side Grid header/footer rewrite: add section setVisible (#13334)
Johannes Dahlström
2014-07-23
2
-1
/
+27
*
Implement Tab navigation for Grid (#13334)
Teemu Suo-Anttila
2014-07-22
2
-1
/
+33
*
Move the scroll area, if pointer starts inside (#13334)
Henrik Paul
2014-07-22
1
-4
/
+90
*
Implement keyboard navigation between containers (#13334)
Teemu Suo-Anttila
2014-07-22
1
-9
/
+85
*
Merge branch 'master' into grid
Leif Åstrand
2014-07-22
9
-124
/
+225
|
\
|
*
Fixes memory leak in VScrollTable (#14159)
Dmitrii Rogozin
2014-07-17
2
-6
/
+29
|
*
Remove csrfToken if disable-xsrf-protection is true (#14111)
Bogdan Udrescu
2014-07-15
2
-109
/
+115
|
*
Adds a scrollbar to table column drop down (#14156).
Felype Santiago Ferreira
2014-07-14
1
-0
/
+2
|
*
Fix for drag-and-drop text to TextField in Firefox (#14056)
Anthony Guerreiro
2014-07-11
1
-8
/
+49
|
*
Remove extra shadow from combobox popup for IE9 and IE10.(#14195)
Dmitrii Rogozin
2014-07-10
1
-0
/
+8
|
*
Fix box shadow bug with resizing elements in IE9 and IE10.(#14173)
Dmitrii Rogozin
2014-07-08
2
-1
/
+22
*
|
Client-side Grid header/footer rewrite: add add/remove rows support (#13334)
Johannes Dahlström
2014-07-22
4
-32
/
+147
*
|
Optimize ActiveCellHandler.updateActiveCellStyle (#13334)
Teemu Suo-Anttila
2014-07-21
1
-10
/
+16
*
|
Client-side Grid header/footer rewrite: add simple footer support (#13334)
Johannes Dahlström
2014-07-21
4
-107
/
+304
*
|
Implement active cell keyboard navigation for Grid (#13334)
Teemu Suo-Anttila
2014-07-18
1
-60
/
+237
*
|
Start rewrite of client-side Grid header/footer API (#13334)
Johannes Dahlström
2014-07-17
4
-47
/
+161
*
|
Generate type data for AbstractRendererConnector.decode (#13334)
Johannes Dahlström
2014-07-17
4
-15
/
+26
*
|
Implement active cell painting and mouse interaction (#13334)
Teemu Suo-Anttila
2014-07-15
3
-10
/
+92
*
|
Generate type data for AbstractRendererConnector.createRenderer (#13334)
Johannes Dahlström
2014-07-10
2
-11
/
+1
*
|
Server-side programmatic sort updates sort indicators in the UI (#13334)
Leif Åstrand
2014-07-10
1
-1
/
+22
*
|
GridConnector sends user sort events to the server (#13334)
Leif Åstrand
2014-07-10
1
-0
/
+22
*
|
Update sorting indicators when sorting through the API (#13334)
Leif Åstrand
2014-07-10
1
-9
/
+10
*
|
Some general Grid maintenance (JavaDocs mostly) (#13334)
Henrik Paul
2014-07-09
5
-104
/
+130
*
|
Removes the version number from @since in Grid classes (#13334)
Henrik Paul
2014-07-08
48
-51
/
+47
*
|
Merge remote-tracking branch 'origin/master' into grid
Teemu Suo-Anttila
2014-07-08
16
-507
/
+144
|
\
|
|
*
Return a value on __gwtStatsEvent in Profiler (#11709)
Bogdan Udrescu
2014-07-07
1
-14
/
+14
|
*
Remove unused VWindowOverlay (#14055)
Artur Signell
2014-07-03
3
-83
/
+5
|
*
Remove shadow div for Overlay elements except IE8 (#9303).
Henri Sara
2014-07-03
1
-38
/
+52
|
*
Revert "Allow changing theme on the fly (#2874)"
Henri Sara
2014-07-03
9
-368
/
+54
|
*
Add missing @since 7.3 to javadoc
Henri Sara
2014-07-03
5
-22
/
+33
|
*
Add missing @since 7.2.4 in javadoc
Henri Sara
2014-07-03
3
-0
/
+4
*
|
Call setup on cells in CellIterator.rawPeekNext
Johannes Dahlström
2014-07-07
1
-1
/
+5
*
|
Fix setting SelectionMode on application start (#13334)
Teemu Suo-Anttila
2014-07-07
1
-2
/
+4
*
|
Adds key-related helper methods to Renderers. (#13334)
Henrik Paul
2014-07-04
3
-3
/
+44
*
|
Adds the ability to swap between the three client side selection models (#13334)
Henrik Paul
2014-07-04
8
-59
/
+240
*
|
Make Grid scroll as the selection drag happens near an edge. (#13334)
Henrik Paul
2014-07-03
2
-91
/
+380
*
|
Client now recognizes server-side selection model changes. (#13334)
Henrik Paul
2014-07-03
1
-0
/
+17
[next]