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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'origin/master' into grid
Leif Åstrand
2015-01-16
469
-2369
/
+54383
|
\
|
*
Make Grid react to theme changes (#15418)
Leif Åstrand
2015-01-16
5
-26
/
+177
|
*
Adds error handling to Grid Editor (#15556)
Henrik Paul
2015-01-15
7
-122
/
+286
|
*
Add sanity check to removeColumn in Grid server side (#16219)
Teemu Suo-Anttila
2015-01-15
2
-1
/
+14
|
*
Fix grid row borders and cell widget vertical alignment (#16200)
Jouni Koivuviita
2015-01-15
1
-5
/
+8
|
*
Make Grid send Json as Json (#16244)
Leif Åstrand
2015-01-15
4
-12
/
+9
|
*
Fixes an issue with HeightMode.ROW (#16191)
Henrik Paul
2015-01-15
6
-3
/
+146
|
*
Make widgets dependencies provided (#16217)
Artur Signell
2015-01-15
2
-9
/
+6
|
*
Uses userOriginated for sort event (#16194)
Henrik Paul
2015-01-15
2
-2
/
+42
|
*
Fix release build
Artur Signell
2015-01-15
6
-162
/
+140
|
*
Reformat build files
Artur Signell
2015-01-15
11
-143
/
+256
|
*
Add screenshot tests for Grid sorting indicators
Teemu Suo-Anttila
2015-01-14
2
-0
/
+104
|
*
Minor loop cleanup/optimization for #15443 fix
Johannes Dahlström
2015-01-14
1
-19
/
+16
|
*
Fix grid sorting on init and sorting with unused properties (#16192)
Teemu Suo-Anttila
2015-01-14
4
-12
/
+76
|
*
Fix IndexOutOfBoundsException in RpcDataProviderExtension (#15443)
Johannes Dahlström
2015-01-14
5
-24
/
+30
|
*
Add ItemClickEvents to Grid (#15449)
Teemu Suo-Anttila
2015-01-14
12
-2
/
+377
|
*
Revert to old simpleName logic (differs for inner classes) (#15544)
Artur Signell
2015-01-14
2
-7
/
+7
|
*
Make ProgressBarRenderer progress bars 100% wide (#16202)
Johannes Dahlström
2015-01-14
1
-0
/
+6
|
*
Update JS renderer to work with latest grid branch (#15485)
Leif Åstrand
2015-01-14
3
-39
/
+70
|
*
Merge remote-tracking branch 'origin/master' into grid
Artur Signell
2015-01-14
39
-526
/
+1235
|
|
\
|
*
|
Set @since tags to 7.4
Artur Signell
2015-01-13
4
-4
/
+4
|
*
|
Implement JavaScript renderer support (#15485)
Leif Åstrand
2015-01-13
10
-10
/
+619
|
*
|
Discard changes in server-side Grid.cancelEditor() (#16199)
Johannes Dahlström
2015-01-13
2
-3
/
+70
|
*
|
Defer Grid scrolling to avoid issues with DataSource sizes (#16189)
Teemu Suo-Anttila
2015-01-13
3
-5
/
+34
|
*
|
Rename BackgroundMessage -> NoLoadingIndicator (#15373)
Leif Åstrand
2015-01-13
7
-16
/
+16
|
*
|
Grid deco elements are now resized appropriately (#16187)
Henrik Paul
2015-01-13
2
-4
/
+40
|
*
|
Fix Grid handling state changes and RPC calls deferred (#16188)
Teemu Suo-Anttila
2015-01-13
3
-138
/
+120
|
*
|
Adds PROGRESSBAR_STATIC to Reindeer and Runo (#16173)
Henrik Paul
2015-01-13
11
-11
/
+161
|
*
|
Add @BackgroundMessage annotation (#15373)
Leif Åstrand
2015-01-12
12
-12
/
+249
|
*
|
Ensure widgets is built before all (#15544)
Artur Signell
2015-01-12
2
-0
/
+3
|
*
|
Handle generated method flags in a unified way (#15373)
Leif Åstrand
2015-01-12
5
-103
/
+79
|
*
|
Merge remote-tracking branch 'origin/master' into grid
Teemu Suo-Anttila
2015-01-12
308
-1177
/
+1902
|
|
\
\
|
*
|
|
Support JsonValue types as declared types in state and RPC (#15560)
Leif Åstrand
2015-01-12
8
-6
/
+104
|
*
|
|
Clicks through the focused cell :before pseudoelement (#15535)
Henrik Paul
2015-01-12
2
-0
/
+36
|
*
|
|
Add widgets-module to Eclipse (#15544)
Artur Signell
2015-01-11
2
-5
/
+4
|
*
|
|
Publish widgets module to Maven (#15544)
Artur Signell
2015-01-11
1
-1
/
+1
|
*
|
|
Valo GWT module for widgets (#15544)
Artur Signell
2015-01-11
2
-0
/
+22
|
*
|
|
A few small renames and typo fixes for Grid
Johannes Dahlström
2015-01-11
6
-9
/
+18
|
*
|
|
Build for widgets module (#15544)
Artur Signell
2015-01-11
2
-0
/
+175
|
*
|
|
Move elemental json dependency to DWS (#15544)
Artur Signell
2015-01-11
9
-80
/
+80
|
*
|
|
Make Sass compiler easily available (#15544)
Artur Signell
2015-01-11
1
-1
/
+6
|
*
|
|
Remove dependencies from ProgressBar/Escalator to parts related to the server...
Artur Signell
2015-01-11
12
-41
/
+47
|
*
|
|
Remove dependency on rest of the framework (#15544)
Artur Signell
2015-01-11
1
-2
/
+1
|
*
|
|
Get rid of WidgetUtil.getSimpleName (#15544)
Leif Åstrand
2015-01-09
15
-63
/
+53
|
*
|
|
Separate pure client side util methods to a new class (#15553, #15544)
Artur Signell
2015-01-09
86
-1444
/
+2106
|
*
|
|
Remove dependency from Profiler to debug window classes (#15544,#15555)
Artur Signell
2015-01-09
2
-235
/
+234
|
*
|
|
Move generators to widget set - they aren't needed by widgets (#15544)
Artur Signell
2015-01-09
2
-11
/
+12
|
*
|
|
Format project, once again
Artur Signell
2015-01-09
17
-45
/
+63
|
*
|
|
Fix GridInTabSheet test and add @TestCategory to it
Teemu Suo-Anttila
2015-01-09
2
-0
/
+4
|
*
|
|
Fix Grid editor hanging on exception in commit (#15536)
Teemu Suo-Anttila
2015-01-08
4
-3
/
+104
[next]