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
path:
root
/
client
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
HtmlRenderer should render unescaped html #12993
John Ahlroos
2013-12-20
1
-6
/
+8
|
*
|
|
|
Convinience renderers for rendering common data types #12993
John Ahlroos
2013-12-19
3
-0
/
+198
|
*
|
|
|
Convinience data source for rendering in memory lists in Grid #12878
John Ahlroos
2013-12-19
1
-0
/
+357
|
*
|
|
|
Fixes a duplication issue in Escalator.onLoad (#12645)
Henrik Paul
2013-12-18
1
-1
/
+22
|
*
|
|
|
Optimize the performance of Escalator (#12645)
Henrik Paul
2013-12-18
2
-55
/
+145
|
*
|
|
|
Limit the visibility of ColumnGroupRow instance fields #12830
John Ahlroos
2013-12-17
1
-2
/
+2
|
*
|
|
|
Added missing constructors to GridColumn #12830
John Ahlroos
2013-12-17
2
-2
/
+18
|
*
|
|
|
Grid supports data set changes (#12645)
Henrik Paul
2013-12-17
6
-393
/
+157
|
*
|
|
|
Support custom renderers for header, footer and column group cells #12993
John Ahlroos
2013-12-16
3
-7
/
+234
|
*
|
|
|
Set correct default values for client side columns #12830
John Ahlroos
2013-12-12
1
-8
/
+18
|
*
|
|
|
Fixed escalator attach/detach logic #12645
John Ahlroos
2013-12-12
1
-39
/
+30
|
*
|
|
|
Validate column group boundaries #12907
John Ahlroos
2013-12-10
1
-2
/
+55
|
*
|
|
|
Fixed issues with toggling column visibility #12830
John Ahlroos
2013-12-10
2
-14
/
+45
|
*
|
|
|
Support primary style names in Escalator and Grid #13058
John Ahlroos
2013-12-10
3
-17
/
+115
|
*
|
|
|
Fixes problem with setting initial column width on server side Grid #13024
John Ahlroos
2013-12-09
1
-4
/
+36
|
*
|
|
|
Fixes a cache range error (#12645)
Henrik Paul
2013-12-07
1
-1
/
+10
|
*
|
|
|
Fixed ArrayIndexOutOfBoundsException introduced in #12645
John Ahlroos
2013-12-05
1
-1
/
+1
|
*
|
|
|
Support merging column group header and footer cells #12907
John Ahlroos
2013-12-04
1
-4
/
+6
|
*
|
|
|
Merge branch 'master' into grid-merge
Henrik Paul
2013-12-04
4
-85
/
+25
|
|
\
\
\
\
|
*
|
|
|
|
Support custom column widths in Grid #13024
John Ahlroos
2013-12-04
2
-0
/
+17
|
*
|
|
|
|
add support for variable column widths (#12645)
Henrik Paul
2013-12-04
4
-75
/
+378
|
*
|
|
|
|
Support widgets in Grid body row cells #12993
John Ahlroos
2013-12-04
10
-90
/
+304
|
*
|
|
|
|
Add support for colspan in Escalator (#12645)
Henrik Paul
2013-11-27
6
-15
/
+221
|
*
|
|
|
|
Fixed bug where deleting column caused an exception #12830
John Ahlroos
2013-11-27
1
-1
/
+2
|
*
|
|
|
|
Fixes a bug with frozen columns, and adding/removing them (#12645)
Henrik Paul
2013-11-26
1
-10
/
+13
|
*
|
|
|
|
Add server-side API for column freezing (#3087)
Henrik Paul
2013-11-24
2
-0
/
+72
|
*
|
|
|
|
Unify empty ranges to always have a defined position (#12645)
Leif Åstrand
2013-11-22
2
-16
/
+10
|
*
|
|
|
|
Introduce initial data source support for Grid (#12878)
Leif Åstrand
2013-11-22
10
-6
/
+719
|
*
|
|
|
|
Multiple headers and footer rows #3153
John Ahlroos
2013-11-22
4
-108
/
+771
|
*
|
|
|
|
Support OSX's hiding scrollbars (#12645)
Henrik Paul
2013-11-21
2
-88
/
+440
|
*
|
|
|
|
Fixes Escalator resize issues (#12645)
Henrik Paul
2013-11-21
3
-19
/
+237
|
*
|
|
|
|
Merge branch 'master' into grid
John Ahlroos
2013-11-20
33
-239
/
+841
|
|
\
\
\
\
\
|
*
|
|
|
|
|
Implement touch-based scrolling for Escalator (#12645)
Henrik Paul
2013-11-19
1
-24
/
+471
|
*
|
|
|
|
|
Base grid component and column API (#12829, #12830)
John Ahlroos
2013-11-19
3
-0
/
+679
|
*
|
|
|
|
|
Add column freezing to Escalator (#3087)
Leif Åstrand
2013-11-14
3
-20
/
+219
|
*
|
|
|
|
|
Convert CellRenderer to revised EscalatorUpdater (#12645)
Henrik Paul
2013-11-13
8
-146
/
+373
|
*
|
|
|
|
|
Fixes insert/remove columns and testcase (#12645)
Henrik Paul
2013-11-12
1
-85
/
+128
|
*
|
|
|
|
|
Add scrollToRow/Column, also some final declarations (#12645)
Henrik Paul
2013-11-11
2
-22
/
+166
|
*
|
|
|
|
|
Implement escalator pattern for widget (#12645)
Henrik Paul
2013-11-08
6
-184
/
+2064
|
*
|
|
|
|
|
Initial escalator commit (#12645)
Henrik Paul
2013-10-09
6
-0
/
+1145
*
|
|
|
|
|
|
Update Debug Window SelectorPath to match current ElementQuery
Teemu Suo-Anttila
2014-03-13
1
-36
/
+44
*
|
|
|
|
|
|
Do not ever set title to null (#13430)
Artur Signell
2014-03-11
1
-2
/
+4
*
|
|
|
|
|
|
Merge changes from origin/7.1
Build Agent
2014-03-11
2
-24
/
+3
|
\
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
Revert "Fixes a memory leak on IE8 in LayoutManagerIE8 (#12688)"
Henri Sara
2014-03-10
2
-24
/
+3
*
|
|
|
|
|
|
Ignore type parameters when looking for metadata (#12873, #12900)
Leif Åstrand
2014-03-11
3
-29
/
+50
*
|
|
|
|
|
|
Merge changes from origin/7.1
Build Agent
2014-03-05
2
-3
/
+24
|
\
|
|
|
|
|
|
|
*
|
|
|
|
|
Fixes a memory leak on IE8 in LayoutManagerIE8 (#12688)
Pekka Hyvönen
2014-03-05
2
-3
/
+24
*
|
|
|
|
|
|
Merge commit '06d0cf4daa414eca3c2a73df8171706ca7012213'
Teemu Suo-Anttila
2014-03-04
1
-0
/
+1
|
\
|
|
|
|
|
|
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Workaround Streaming Push unreliabilities (#13415)
Teemu Suo-Anttila
2014-03-03
1
-0
/
+1
*
|
|
|
|
|
Support font icons in Notifications (#13373)
Johannes Dahlström
2014-02-27
1
-5
/
+3
[prev]
[next]