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
*
Allow turning sorting on/off for columns #13334
John Ahlroos
2014-06-27
2
-33
/
+73
*
Added sort indicators to Grid headers #13334
John Ahlroos
2014-06-27
3
-114
/
+286
*
Implement Grid client-side Sorting API (#13334)
Patrik Lindström
2014-06-26
7
-108
/
+626
*
Change row data type from String[] to String (#13334)
Henrik Paul
2014-06-26
3
-23
/
+56
*
Server-side renderer groundwork (#13334)
Johannes Dahlström
2014-06-25
4
-14
/
+198
*
Prevent triggering render() on columns without a grid instance. #13334
John Ahlroos
2014-06-24
1
-10
/
+8
*
Implements RowHandle (#13334)
Henrik Paul
2014-06-17
4
-0
/
+320
*
Merge remote-tracking branch 'origin/master' into grid
John Ahlroos
2014-06-17
4
-28
/
+40
|
\
|
*
Prevent table from scrolling on selectionChange when in Multiselect mode (#13...
Markus Koivisto
2014-06-17
1
-3
/
+11
|
*
Delay tooltips when moving between adjacent elements (#13998)
Juuso Valli
2014-06-17
1
-22
/
+24
|
*
ComboBox no longer displays input prompt if disabled or read-only (#10573)
Teemu Pöntelin
2014-06-17
2
-3
/
+5
*
|
Call ComplexRenderer.setContentVisible() from Grid body updater #13334
John Ahlroos
2014-06-17
2
-106
/
+166
*
|
Merge remote-tracking branch 'origin/master' into grid
John Ahlroos
2014-06-16
13
-216
/
+412
|
\
|
|
*
Revert "Fix for 'Aborting layout after 100 passess' (#13359)"
Sauli Tähkäpää
2014-06-12
4
-271
/
+23
|
*
Fix for handling selectors with both width and height ranges (#13587)
Teemu Pöntelin
2014-06-12
1
-44
/
+41
|
*
Make tooltips stationary when hovering (#13981)
Juuso Valli
2014-06-11
6
-10
/
+43
|
*
Removes double spacing from gridLayout which has empty rows or columns (#8855)
Dmitrii Rogozin
2014-06-11
2
-52
/
+158
|
*
Add scrollbars to ComboBox suggestion popup if low on screen estate (#11929)
Antti Tanhuanpää
2014-06-11
1
-15
/
+30
|
*
Assigning both primary style and style name is now handled correctly (#12190)
Teemu Pöntelin
2014-06-11
1
-8
/
+10
|
*
Fix tooltip positioning near screen edges (#12870)
Juuso Valli
2014-06-09
1
-4
/
+49
|
*
Prevent tooltip open if cursor leaves element (#13695)
Juuso Valli
2014-06-09
1
-3
/
+1
|
*
Fix for 'Aborting layout after 100 passess' (#13359)
Tomi Virtanen
2014-06-05
4
-23
/
+271
|
*
Fix menu item tooltips showing up too early (#13914)
Juuso Valli
2014-06-03
1
-4
/
+4
|
*
Fix for handling a breakpoint with 0 as the lower bound (#13588)
Teemu Pöntelin
2014-06-02
1
-3
/
+3
|
*
Fix regression with error tooltips (#13695)
Juuso Valli
2014-06-02
1
-0
/
+3
|
*
Fix VAbstractOrderedLayout scrollbar in IE8 (#10106)
Juuso Valli
2014-06-02
1
-0
/
+1
|
*
Fix tooltip delay (#13695)
Juuso Valli
2014-05-27
1
-76
/
+69
|
*
Allow using modifier + enter as shorcuts in TextArea (#13811)
Artur Signell
2014-05-26
1
-4
/
+7
*
|
Undefined width of Grid is 500px #13334
John Ahlroos
2014-06-12
1
-1
/
+1
*
|
Remove invalid assert from FlyweightCell (#13334)
Johannes Dahlström
2014-06-11
1
-7
/
+5
*
|
Add stylename to selected rows (#13334)
Patrik Lindström
2014-06-10
1
-4
/
+8
*
|
Implement Grid client-side Selection API (#13334)
Patrik Lindström
2014-06-10
8
-105
/
+1036
*
|
Invoke ComplexRenderer init and destroy methods (#13334)
Johannes Dahlström
2014-06-10
1
-2
/
+12
*
|
Implemented WidgetRenderer #12993
John Ahlroos
2014-06-10
4
-120
/
+138
*
|
Adds selection gesture handling to selection column (#13334)
Henrik Paul
2014-06-10
3
-12
/
+276
*
|
Notify EscalatorUpdater when removing columns (#13334)
Johannes Dahlström
2014-06-06
3
-27
/
+71
*
|
Notify EscalatorUpdater when inserting columns (#13334)
Johannes Dahlström
2014-06-06
4
-33
/
+158
*
|
Provide RowContainer method to query if element is in container #13334
John Ahlroos
2014-06-03
2
-25
/
+26
*
|
Notify EscalatorUpdater when inserting and removing DOM rows (#13334)
Johannes Dahlström
2014-06-02
1
-13
/
+95
*
|
Add (pre|post)(Attach|Detach) methods to EscalatorUpdater (#13334)
Johannes Dahlström
2014-06-02
3
-12
/
+135
*
|
Client-side selection checkbox renderer (#13334)
Henrik Paul
2014-06-02
2
-6
/
+196
*
|
Removes an unnecessary/unused method (#13334)
Henrik Paul
2014-06-02
1
-22
/
+0
*
|
Add caching logic for Grid DataSource (#13334)
7.4.0.alpha2
Leif Åstrand
2014-05-30
2
-18
/
+263
*
|
Move ActiveRowHandler to the data provider extension (#13334)
Leif Åstrand
2014-05-30
3
-12
/
+13
*
|
Add SubPartAware interface to Grid client side (#13334)
Teemu Suo-Anttila
2014-05-29
3
-3
/
+157
*
|
Allow listening to events from cells via renderer #13334
John Ahlroos
2014-05-27
3
-3
/
+176
*
|
Sort DOM elements for better WAI-ARIA support (#13334)
Henrik Paul
2014-05-26
1
-6
/
+174
*
|
Refactored client Renderers once again #13334
John Ahlroos
2014-05-26
13
-259
/
+227
*
|
Merge remote-tracking branch 'origin/master' into grid
John Ahlroos
2014-05-26
25
-313
/
+454
|
\
|
|
*
Fix caption listener leak and caption measurement (#13741)
Juuso Valli
2014-05-23
2
-24
/
+13
[next]