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
*
Make AbstractRemoteDataSource easier to use (#13334)
Leif Åstrand
2014-12-12
4
-39
/
+155
*
Remove editor row discard methods; rename "commit" to "save" (#13334)
Johannes Dahlström
2014-12-11
3
-83
/
+23
*
Flatten client-side EditorRow API (#13334)
Johannes Dahlström
2014-12-11
3
-13
/
+124
*
Move client-side EditorRow inside Grid (#13334)
Johannes Dahlström
2014-12-11
2
-423
/
+392
*
Move Renderers to com.vaadin.ui.renderer package (#13334)
Teemu Suo-Anttila
2014-12-11
7
-7
/
+7
*
Fixes some JavaDoc (#13334)
Henrik Paul
2014-12-11
1
-16
/
+25
*
Avoid eager cache refresh after insert and remove (#13334)
Leif Åstrand
2014-12-11
1
-2
/
+2
*
Fix client-side Fluid Sort API Javadoc (#13334)
Artur Signell
2014-12-10
1
-2
/
+0
*
GridColumns can resize-to-fit. (#13334)
Henrik Paul
2014-12-10
4
-109
/
+293
*
Introduce GridClickEvents and handlers (#13334)
Teemu Suo-Anttila
2014-12-10
8
-3
/
+366
*
Remove selection column from single selection model (#13334)
Teemu Suo-Anttila
2014-12-10
6
-85
/
+167
*
Don't set frozen column count before columns have been updated (#13334)
Leif Åstrand
2014-12-10
1
-0
/
+5
*
Fix Grid client side column adding functions to return columns (#13334)
Teemu Suo-Anttila
2014-12-10
1
-2
/
+7
*
Make client side grid column API fluid (#13334)
Teemu Suo-Anttila
2014-12-09
1
-5
/
+19
*
Prevent drag select when right clicking (#13334)
Teemu Suo-Anttila
2014-12-08
1
-1
/
+2
*
Add select all / select none checkbox to SelectionColumn (#13334)
Teemu Suo-Anttila
2014-12-08
5
-1
/
+165
*
Continue rendering after exception (#13334)
Leif Åstrand
2014-12-08
1
-49
/
+99
*
Move Grid related renderer to com.vaadin.client.connectors (#13334)
Henrik Paul
2014-12-08
12
-61
/
+69
*
Flatten Header and Footer API into client-side Grid (#13334)
Teemu Suo-Anttila
2014-12-08
5
-863
/
+1105
*
Rename SortEventHandler to better match GWT conventions (#13334)
Teemu Suo-Anttila
2014-12-08
5
-13
/
+13
*
Properly destroy and init cells when changing column order (#13334)
Leif Åstrand
2014-12-08
1
-4
/
+8
*
Refactor frozen column API (#13334)
Leif Åstrand
2014-12-05
3
-56
/
+48
*
Remove Column visibility setting from client side (#13334)
Teemu Suo-Anttila
2014-12-05
4
-164
/
+27
*
Adds stylable corner boxes for the footer and header (#13334)
Henrik Paul
2014-12-05
1
-0
/
+38
*
Add server-side CellStyleGenerator (#13334)
Leif Åstrand
2014-12-04
1
-0
/
+39
*
Hardens the logic in Escalator scrolling (#13334)
Henrik Paul
2014-12-04
2
-2
/
+2
*
Add client-side CellStyleGenerator (#13334)
Leif Åstrand
2014-12-04
1
-18
/
+117
*
Allow setting style name for header/footer rows (#7225)
Artur Signell
2014-12-04
3
-14
/
+47
*
Fix Escalator testing with assert enabled on PhantomJS (#13334)
Teemu Suo-Anttila
2014-12-03
1
-1
/
+2
*
Fix isOrHasChild check with null parameter in Escalator (#13334)
Teemu Suo-Anttila
2014-12-02
1
-1
/
+1
*
Allow setting style names for header and footer cells (#7225)
Artur Signell
2014-12-01
3
-3
/
+45
*
Clarify Header/Footer addRow(index) JavaDoc (#13334)
Teemu Suo-Anttila
2014-12-01
1
-1
/
+2
*
Merge remote-tracking branch 'origin/master' into grid
Teemu Suo-Anttila
2014-11-28
5
-100
/
+88
|
\
|
*
One pixel discrepancy in headers and rows border with minimal width (#15118)
Sergey Budkin
2014-11-27
2
-1
/
+4
|
*
Position tooltips in the visible area (#15129).
Anna Miroshnik
2014-11-26
1
-2
/
+21
|
*
Don't iterate all connectors for unregistering (#14714)
Leif Åstrand
2014-11-19
1
-28
/
+52
|
*
Revert "DateField popup doesn't close when click on popup button (#14857)"
Sauli Tähkäpää
2014-11-14
1
-68
/
+11
|
*
Revert "Table column width can be changed from defined to expandratio (#15101)"
Sauli Tähkäpää
2014-11-13
1
-1
/
+0
*
|
Removing more than pageful in Escalator doesn't break anymore (#13334)
Henrik Paul
2014-11-27
1
-6
/
+41
*
|
Adds a themeable background element for horizontal scrollbar (#13334)
Henrik Paul
2014-11-27
1
-0
/
+21
*
|
Changes Escalator.tableWrapper into a DivElement (#13334)
Henrik Paul
2014-11-27
1
-2
/
+3
*
|
Changes hard-coded selection column width to suit Valo better (#13334)
Henrik Paul
2014-11-26
1
-1
/
+1
*
|
Move Grid to com.vaadin.ui package (#13334)
Teemu Suo-Anttila
2014-11-26
1
-1
/
+1
*
|
Fix subparts for merged cells (#13334)
Teemu Suo-Anttila
2014-11-25
1
-7
/
+36
*
|
Fix Grid server-side header merging and setup (#13334)
Teemu Suo-Anttila
2014-11-25
3
-68
/
+65
*
|
Fix event handling when Grid is inside a Composite (#13334)
Johannes Dahlström
2014-11-25
5
-32
/
+97
*
|
Add @NoLayout annotation (#12936)
Leif Åstrand
2014-11-25
5
-15
/
+151
*
|
Don't pass null to TableXyzElement.as when changing stylename (#13334)
Leif Åstrand
2014-11-24
1
-4
/
+5
*
|
Prevent page scroll on space select (#13334)
Teemu Suo-Anttila
2014-11-24
1
-0
/
+3
*
|
Adds naïve zebra striping to Grid (#13334)
Henrik Paul
2014-11-21
1
-2
/
+8
[next]