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
/
server
/
src
/
com
/
vaadin
/
ui
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow programmatically opening editor in unbuffered mode
Teppo Kurki
2015-06-04
1
-3
/
+6
*
Merge remote-tracking branch 'origin/master' into grid-unbuffered-editor
Teemu Suo-Anttila
2015-06-02
2
-24
/
+50
|
\
|
*
Replaced incorrect setter/getter with prope ones and fixed declarative (#17982)
Artur Signell
2015-06-02
1
-2
/
+28
|
*
Fix for javadocs
elmot
2015-06-01
1
-22
/
+22
*
|
Merge remote-tracking branch 'origin/master' into grid-unbuffered-editor
Teemu Suo-Anttila
2015-06-01
28
-184
/
+477
|
\
|
|
*
Add @since 7.5
Mika Murtojarvi
2015-05-29
1
-1
/
+1
|
*
Adds a textual null representation to Grid renderers(#16560)
7.5.0.beta2
Ilia Motornyi
2015-05-28
10
-41
/
+250
|
*
Show declarative output for component selected in debug window (#17960)
Artur Signell
2015-05-28
1
-0
/
+29
|
*
Split AbstractGridExtension from AbstractRenderer (#18003)
Teemu Suo-Anttila
2015-05-26
1
-5
/
+32
|
*
Remove value casting to integer in Slider.setValue (#17370)
Sauli Tähkäpää
2015-05-26
1
-28
/
+30
|
*
Fix font icon codepoint formatting in DesignResourceConverter (#17970)
Maciej Przepióra
2015-05-25
1
-8
/
+5
|
*
Return components in merged header/footer cells only once (#17904)
Artur Signell
2015-05-20
1
-1
/
+3
|
*
Ensure the whole hierarchy is refreshed when opening editor row (#17459)
Artur Signell
2015-05-19
1
-0
/
+7
|
*
Make fields with validators immediate (#13709)
7.5.0.beta1
Artur Signell
2015-05-19
2
-0
/
+38
|
*
Fix clear/isEmpty in TextArea/PasswordField/RichTextArea/ProgressBar (#17089)
Artur Signell
2015-05-18
4
-1
/
+31
|
*
Output parameters in alphabetic order to be deterministic (#17857)
Artur Signell
2015-05-18
1
-0
/
+9
|
*
Fix typo in Tree Javadoc (#17834)
Steven Spungin
2015-05-15
1
-1
/
+1
|
*
Report identifier if field binding fails (#17837)
Artur Signell
2015-05-13
1
-3
/
+6
|
*
Revert "Moved accessibility shortcut handling to server-side. [#14843]"
Leif Åstrand
2015-05-12
1
-90
/
+12
|
*
Add missing @since for 7.5
Leif Åstrand
2015-05-12
6
-5
/
+23
|
*
Make extra API private instead of protected (#16596)
Teemu Suo-Anttila
2015-05-12
1
-1
/
+1
*
|
Let mouse click move editor in unbuffered mode
Teppo Kurki
2015-05-27
1
-2
/
+2
*
|
Add unbuffered editing mode to Grid
Teppo Kurki
2015-05-26
1
-0
/
+33
*
|
Add grid editor events (#17451)
patrik
2015-05-21
1
-0
/
+145
*
|
Add focus API to Grid
Johannes Dahlström
2015-05-20
1
-1
/
+1
*
|
Refactor focus related server API to class AbstractFocusable
Johannes Dahlström
2015-05-20
2
-104
/
+135
|
/
*
Updated all empty @since tags to be published in 7.5.0
Pekka Hyvönen
2015-05-11
9
-41
/
+41
*
Fix a typo in AbstractSelect.setItemIcon Javadoc comment.
Teemu Pöntelin
2015-05-11
1
-1
/
+1
*
Fix for declarative FontIcon support (#17275)
Johannes Dahlström
2015-05-06
2
-26
/
+168
*
Fix the updating of sort indicators (#17440)
Mika Murtojarvi
2015-05-05
1
-4
/
+16
*
Merge "Merge branch 'grid-7.5'"
Teemu Suo-Anttila
2015-05-02
1
-9
/
+567
|
\
|
*
Merge branch 'grid-7.5'
Pekka Hyvönen
2015-04-30
1
-9
/
+567
|
|
\
|
|
*
Merge remote-tracking branch 'origin/master' into grid-7.5
Teemu Suo-Anttila
2015-04-22
4
-5
/
+274
|
|
|
\
|
|
*
\
Merge branch 'master' into grid-7.5
Pekka Hyvönen
2015-04-17
1
-4
/
+6
|
|
|
\
\
|
|
*
|
|
Declarative support and test for Grid.Column.hidingToggleCaption #17481
Pekka Hyvönen
2015-04-16
1
-0
/
+8
|
|
*
|
|
Declarative support and tests for Grid's 7.5 features (#17481)
Pekka Hyvönen
2015-04-16
1
-1
/
+12
|
|
*
|
|
Grid.Column setHidable and setHidden return the Column #17478
Pekka Hyvönen
2015-04-16
1
-4
/
+10
|
|
*
|
|
Merge remote-tracking branch 'origin/master' into grid-7.5
Teemu Suo-Anttila
2015-04-15
11
-105
/
+1178
|
|
|
\
\
\
|
|
*
\
\
\
Merge branch 'master' into grid-7.5
Markus Koivisto
2015-04-08
11
-88
/
+532
|
|
|
\
\
\
\
|
|
*
|
|
|
|
API for column hiding toggle caption in Grid (#17272)
Pekka Hyvönen
2015-03-31
1
-2
/
+44
|
|
*
|
|
|
|
Merge remote-tracking branch 'origin/master' into grid-7.5
Henrik Paul
2015-03-31
13
-151
/
+749
|
|
|
\
\
\
\
\
|
|
*
|
|
|
|
|
Server Grid.scrollToRow takes details into account (#17270)
Henrik Paul
2015-03-31
1
-0
/
+7
|
|
*
|
|
|
|
|
Update all empty since tags published in alpha1
Leif Åstrand
2015-03-26
1
-19
/
+19
|
|
*
|
|
|
|
|
Fix Grid's frozen column count with hidden columns #17273
Pekka Hyvönen
2015-03-25
1
-0
/
+3
|
|
*
|
|
|
|
|
Merge remote-tracking branch 'origin/master' into grid-7.5
Leif Åstrand
2015-03-23
3
-12
/
+41
|
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
Grid column hiding info from client to server #(17023)
Pekka Hyvönen
2015-03-22
1
-7
/
+58
|
|
*
|
|
|
|
|
|
Fix various small issues discovered while reviewing API
Leif Åstrand
2015-03-20
1
-1
/
+3
|
|
*
|
|
|
|
|
|
Move DetailComponentManager from Grid to RDPE (#16644)
Henrik Paul
2015-03-20
1
-247
/
+6
|
|
*
|
|
|
|
|
|
Added some extra warnings for DetailsGenerator (#16644)
Henrik Paul
2015-03-19
1
-1
/
+3
|
|
*
|
|
|
|
|
|
Merge remote-tracking branch 'origin/grid-detailsrow' into grid-7.5
Henrik Paul
2015-03-19
1
-1
/
+360
|
|
|
\
\
\
\
\
\
\
[next]