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
/
server
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement JavaScript renderer support (#15485)
Leif Åstrand
2015-01-13
3
-4
/
+161
*
Discard changes in server-side Grid.cancelEditor() (#16199)
Johannes Dahlström
2015-01-13
2
-3
/
+70
*
Fix Grid handling state changes and RPC calls deferred (#16188)
Teemu Suo-Anttila
2015-01-13
2
-62
/
+83
*
Adds PROGRESSBAR_STATIC to Reindeer and Runo (#16173)
Henrik Paul
2015-01-13
2
-8
/
+24
*
Merge remote-tracking branch 'origin/master' into grid
Teemu Suo-Anttila
2015-01-12
238
-719
/
+834
|
\
|
*
Cache reference diffstate values (#15561)
Leif Åstrand
2015-01-12
1
-11
/
+22
|
*
Appending query param with vaadin version to js files (#12210)
Fabian Lange
2015-01-11
1
-2
/
+7
|
*
Wrap null values into JsonNull json objects in bootstrap handler(#14594)
Denis Anisimov
2015-01-10
1
-25
/
+24
|
*
Refactor server unit tests.
Sauli Tähkäpää
2015-01-09
35
-331
/
+281
|
*
Persist scss cache (#15228)
Leif Åstrand
2015-01-09
1
-4
/
+120
|
*
Updated invalid @since
Artur Signell
2015-01-08
1
-1
/
+1
|
*
Use API for setting content length on responses (#15504)
Artur Signell
2015-01-07
3
-1
/
+22
|
*
Unify test class naming.
Sauli Tähkäpää
2015-01-05
193
-299
/
+277
|
*
Option for rendering Calendar event captions as HTML (#9030)
Artur Signell
2015-01-02
1
-1
/
+36
|
*
Reformat project using Eclipse Luna SR1
Artur Signell
2014-12-29
14
-67
/
+81
*
|
Support JsonValue types as declared types in state and RPC (#15560)
Leif Åstrand
2015-01-12
1
-1
/
+8
*
|
A few small renames and typo fixes for Grid
Johannes Dahlström
2015-01-11
2
-3
/
+3
*
|
Format project, once again
Artur Signell
2015-01-09
12
-25
/
+39
*
|
Fix Grid editor hanging on exception in commit (#15536)
Teemu Suo-Anttila
2015-01-08
1
-2
/
+2
*
|
RendererClickEvent now tells about propertyIds (#13334)
Henrik Paul
2015-01-08
1
-0
/
+9
*
|
Change Grid default selection model to Single (#15435)
Teemu Suo-Anttila
2015-01-08
2
-3
/
+3
*
|
Add getSelected functionality to SelectionEvents (#15513)
Teemu Suo-Anttila
2015-01-08
1
-0
/
+10
*
|
Update @since for 7.4
Artur Signell
2015-01-08
9
-9
/
+9
*
|
Change getColumnProperty to getPropertyId in Grid Column (#15512)
Teemu Suo-Anttila
2015-01-07
2
-9
/
+9
*
|
Fix adding rows to visible range of Grid (#15476)
Teemu Suo-Anttila
2015-01-02
1
-1
/
+1
*
|
Fix Grid Header/Footer creating cells for unused properties (#15487)
Teemu Suo-Anttila
2015-01-02
2
-2
/
+21
*
|
Fix Grid unnecessarily cleaning up stored property information (#15482)
Teemu Suo-Anttila
2014-12-31
2
-1
/
+6
*
|
Fix active row range handling when removing rows (#15454)
Teemu Suo-Anttila
2014-12-31
1
-21
/
+32
*
|
Add Table-compatible constructors to Grid (#15447)
Leif Åstrand
2014-12-31
1
-8
/
+37
*
|
Fix RpcDataProviderExtension to send initial data on reload (#15465)
Teemu Suo-Anttila
2014-12-31
1
-1
/
+2
*
|
Merge remote-tracking branch 'origin/master' into grid
Teemu Suo-Anttila
2014-12-29
21
-492
/
+517
|
\
|
|
*
Remove duplicate code from SQLContainerTableQueryTest.
Sauli Tähkäpää
2014-12-19
1
-330
/
+148
|
*
Add DateFieldTest. (#15342)
Sauli Tähkäpää
2014-12-19
1
-0
/
+56
|
*
Remove mentions of SimpleViewDisplay as there is no such thing (#12934)
Artur Signell
2014-12-19
1
-7
/
+4
|
*
Disable Atmosphere annotation scanning (#15414)
Artur Signell
2014-12-19
1
-0
/
+3
|
*
Ensure enum fields are created when not specifying a strict type (#10975)
Artur Signell
2014-12-18
2
-3
/
+49
|
*
Allow TabSheet and Accordion tab captions to contain HTML (#14609)
Artur Signell
2014-12-18
1
-0
/
+30
|
*
3 args method buildAndBind should be overriden, not 2 args (#12453).
Denis Anisimov
2014-12-18
2
-3
/
+17
|
*
Add @since to AbstractSplitPanel. (#15285)
Sauli Tähkäpää
2014-12-18
1
-1
/
+1
|
*
Avoid NoClassDefFoundError retrieving Atmosphere version (#14904).
Denis Anisimov
2014-12-18
3
-17
/
+31
|
*
Make is possible to click a detached button again (#12781)
Artur Signell
2014-12-18
2
-17
/
+19
|
*
Revert "Update selection after changes in underlying data source
Leif Åstrand
2014-12-18
2
-102
/
+0
|
*
Allow reading and writing empty designs (#7749).
Mika Murtojarvi
2014-12-18
4
-12
/
+159
*
|
Set @since values for Grid classes
Leif Åstrand
2014-12-18
8
-19
/
+27
*
|
Merge remote-tracking branch 'origin/master' into grid
Leif Åstrand
2014-12-18
131
-143
/
+9225
|
\
|
|
*
Allow captions to contain HTML (#9426)
Artur Signell
2014-12-18
3
-5
/
+39
|
*
Missing @since for 7.4
Leif Åstrand
2014-12-18
14
-3
/
+51
|
*
Fix inconsistencies in CheckBox clear and isEmpty (#14755)
Artur Signell
2014-12-18
2
-0
/
+59
|
*
Minor declarative API improvement (#7749)
Artur Signell
2014-12-18
2
-29
/
+15
|
*
Revert "Workaround for Atmosphere race condition (#13528)" (#14534)
Artur Signell
2014-12-18
1
-48
/
+40
[next]