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
/
src
/
main
/
java
/
com
/
vaadin
/
ui
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year range (#12507)
Anna Koskinen
2022-01-11
209
-209
/
+209
*
Update to Jsoup 1.14.2 (#12381)
Tatu Lund
2021-08-24
1
-1
/
+1
*
Deprecating Flash component. (#12348)
Anna Koskinen
2021-07-26
1
-1
/
+4
*
Checkstyle fixes (#12347)
Anna Koskinen
2021-07-23
2
-2
/
+28
*
Checkstyle fixes (#12339)
Anna Koskinen
2021-07-15
1
-3
/
+0
*
Code cleanup (#12333)
Anna Koskinen
2021-07-08
8
-56
/
+118
*
Fix validation in non-buffered Grid editor (#12281)
Tarek Oraby
2021-04-28
1
-0
/
+5
*
Add browser specific handling in setRows (#12141)
Tatu Lund
2021-04-19
1
-2
/
+5
*
Add missing 8.13 since tag (#12236)
Zhe Sun
2021-03-11
2
-3
/
+3
*
Fix updating Grid's item set when details rows are open. (#12231)
Anna Koskinen
2021-03-08
1
-0
/
+10
*
Update copyright year range. (#12215)
Anna Koskinen
2021-03-04
209
-209
/
+209
*
Merged column headers should work within declarative Grid. (#12206)
Anna Koskinen
2021-02-26
2
-10
/
+15
*
Add API to prevent invalid input when integrated range validator is used (#12...
Tatu Lund
2021-02-19
1
-1
/
+34
*
DateField value should actively adjust to the set resolution. (#12183)
7.7.23
Anna Koskinen
2021-01-22
3
-32
/
+57
*
Add getter for presentationProvider in Grid.Column (#10323) (#12060)
jdewaen
2020-12-18
1
-0
/
+12
*
Fix to LayoutManager size calculations during transform. (#12138)
Anna Koskinen
2020-12-18
1
-0
/
+34
*
Better error handling trying to enable HTML5 DnD for mobile from thread (#12170)
Anna Koskinen
2020-12-07
1
-0
/
+7
*
Replace function reference with anonymous class for serialization (#12137)
Tatu Lund
2020-11-26
1
-19
/
+20
*
Add DateField(LocalDate value) constructor (#12096)
Tatu Lund
2020-09-25
1
-0
/
+11
*
Add convenience overloading for setColumn (#12093)
8.12.0.alpha2
Tatu Lund
2020-09-04
1
-0
/
+22
*
Add API to detect if GridMultiSelect select-all checkbox is checked (#12086)
Tarek Oraby
2020-08-26
3
-9
/
+27
*
Explicitly remove old dataprovider listener when new one is set (#12064)
Tatu Lund
2020-08-07
1
-7
/
+35
*
Add support for "ww" in date format (#12037)
Tatu Lund
2020-07-03
1
-1
/
+27
*
Ensure type safety and serializable nature of all the listeners (#12045)
Tatu Lund
2020-07-03
14
-38
/
+35
*
Fixed error message to use given parameters. (#12008)
Anna Koskinen
2020-05-14
1
-4
/
+5
*
Refresh DataProvider only once when reordering the grid using GridRowDragger ...
Martín López
2020-05-11
1
-1
/
+5
*
Add missing since tag (#11957)
8.11.0.alpha1
Zhe Sun
2020-04-23
1
-2
/
+2
*
Add asMultiSelect() to Tree class (#11949)
Tarek Oraby
2020-04-21
1
-0
/
+12
*
Allow AbstractDateField to provide DST zone names over custom ranges (#11927)
Tarek Oraby
2020-04-21
1
-5
/
+84
*
Set DateField value only if it passes range check (#11887)
Tatu Lund
2020-04-08
1
-17
/
+34
*
Change to using StringBuilder (#11941)
Hk-tang
2020-04-06
1
-2
/
+2
*
Allow setting Upload button caption as HTML, move data to SharedState. (#11940)
Anna Koskinen
2020-04-06
1
-24
/
+50
*
Prevent upload if no file is selected. (#11939)
Anna Koskinen
2020-04-03
1
-11
/
+10
*
Fix NPE in FileUploadHandler when use Upload.interruptUpload(). (#11797)
Dyorgio Nascimento
2020-04-02
1
-4
/
+6
*
Added note to DateField#setRangeStart JavaDoc (#11886)
Tatu Lund
2020-02-19
1
-0
/
+2
*
Making setEditable friendlier (#11869)
Tatu Lund
2020-01-14
1
-3
/
+9
*
Added notes in JavaDoc of TEXTFIELD_INLINE_ICON (#11860)
Tatu Lund
2020-01-08
1
-0
/
+5
*
Added helper methods for setting only height or width full. (#11854)
Anna Koskinen
2019-12-20
1
-2
/
+20
*
Delegate enabled handling to Composite root. (#11832)
Anna Koskinen
2019-11-26
1
-0
/
+10
*
Eliminate un-intuitive NPE (#11802)
Tatu Lund
2019-11-15
1
-2
/
+5
*
Check actual Grid selection instead of relying on allSelected flag. (#11787)
Anna Koskinen
2019-11-04
1
-8
/
+19
*
Added note to setTemplateContents JavaDoc (#11752)
Tatu Lund
2019-11-02
1
-0
/
+3
*
Added missing NOTIFICATION_DARK (#11770)
Tatu Lund
2019-10-28
1
-2
/
+8
*
Fix the end limit of the allowed scrollTo rows. (#11771)
Anna Koskinen
2019-10-28
1
-1
/
+1
*
Made JavaDoc of updateSelection more precise (#11768)
Tatu Lund
2019-10-28
1
-1
/
+2
*
Add note to setRenderer() JavaDoc about presentation provider (#11751)
Tatu Lund
2019-10-21
1
-0
/
+3
*
Added note in JavaDoc of removeColumn (#11725)
Tatu Lund
2019-10-03
1
-0
/
+3
*
Removal of data communicator needs to happen before call to super.remove() (#...
Tatu Lund
2019-09-09
1
-2
/
+2
*
Updated row and spacer handling for Escalator (#11438)
Anna Koskinen
2019-08-29
1
-0
/
+1
*
Update Chrome version, snapshots and fix tests (#11684)
Zhe Sun
2019-08-05
2
-3
/
+5
[next]