aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Improvements to popup positioning for ComboBox within HorizontalLayout. (#11846)Anna Koskinen2019-12-182-8/+138
* Chrome updated to 79 (#11847)Anna Koskinen2019-12-181-1/+1
* Release notes (#11842)8.10.0.alpha1Anna Koskinen2019-12-091-3/+4
* Test tweaks (#11841)Anna Koskinen2019-12-0611-10/+25
* Close window on ESC, when maximized button is clicked (#11840)Anastasia Smirnova2019-12-053-4/+78
* Added @since tags, some tweaks to formatting. (#11839)Anna Koskinen2019-12-043-18/+34
* Make VaadinService.cleanupSession public (#11738)Knoobie2019-12-031-4/+5
* Simplify Grid scroll handling. (#11835)Anna Koskinen2019-12-033-46/+65
* Make asRequired conditional on binding.setAsRequiredEnabled(..) (#11834)Tatu Lund2019-12-022-4/+60
* Add method writeBeanAsDraft(bean) in Binder (#11833)Tatu Lund2019-11-292-0/+67
* Delegate enabled handling to Composite root. (#11832)Anna Koskinen2019-11-263-0/+79
* Add support for excess slashes within static file request path. (#11827)Anna Koskinen2019-11-222-7/+40
* Fix issue where Chrome refused to select text in Table (#11709) (#11818)Anna Koskinen2019-11-211-2/+2
* Updated local screenshot testing configurations. (#11814)Anna Koskinen2019-11-216-28/+40
* Don't attempt to send expand/collapse events for disabled TreeGrid. (#11823)Anna Koskinen2019-11-214-1/+56
* Decode path in getStaticFilePath (#11812)Tatu Lund2019-11-192-5/+26
* Fixing issue with TwinColSelect not correctly retaining visible selection (#1...Tatu Lund2019-11-191-3/+32
* Eliminate un-intuitive NPE (#11802)Tatu Lund2019-11-151-2/+5
* Cherry picks of Binder fixes in Flow (#11758)Tatu Lund2019-11-133-21/+184
* Reduce excess positioning calls for ComboBox popup. (#11808)Anna Koskinen2019-11-131-8/+21
* Added missing constructor with scanNestedDefinitions option (#11801)Tatu Lund2019-11-121-1/+19
* Use APPLICATION_SCOPE for the session lock (#11792)Tatu Lund2019-11-123-4/+44
* Fixing issue with Push stopping working in some circumstances (#11791)Tatu Lund2019-11-052-2/+17
* Check actual Grid selection instead of relying on allSelected flag. (#11787)Anna Koskinen2019-11-044-9/+153
* Removed a duplicated word in a note. (#11785)Anna Koskinen2019-11-041-1/+1
* Added note to setTemplateContents JavaDoc (#11752)Tatu Lund2019-11-021-0/+3
* Fix a timing issue in ComboBox filtering via paste using mouse. (#11780)Anna Koskinen2019-10-312-1/+69
* Switch from an assert to logging and return in Grid.onBrowserEvent (#11778)Anna Koskinen2019-10-301-2/+5
* Added 1px tolerance to ScrollbarBundle's internal sanity check. (#11777)Anna Koskinen2019-10-291-3/+5
* Improvements to ScrollDestination sanity checks (#11772)Anna Koskinen2019-10-282-8/+118
* Added missing NOTIFICATION_DARK (#11770)Tatu Lund2019-10-281-2/+8
* Fix the end limit of the allowed scrollTo rows. (#11771)Anna Koskinen2019-10-281-1/+1
* Made JavaDoc of updateSelection more precise (#11768)Tatu Lund2019-10-281-1/+2
* Tweak a test to open Grid details row by clicking cell instead of row. (#11764)Anna Koskinen2019-10-251-7/+10
* Update chrome version to 78 (#11765)Zhe Sun2019-10-251-1/+1
* When ComboBox popup opens to the left accommodate margin/border/padding. (#11...Anna Koskinen2019-10-233-8/+73
* Make sure expanding/collapsing updates expected cache size. (#11753)Anna Koskinen2019-10-223-0/+165
* Make cancellation of uploads work regardless of Push configuration (#11743)Willem Verstraeten2019-10-216-13/+128
* Add note to setRenderer() JavaDoc about presentation provider (#11751)Tatu Lund2019-10-211-0/+3
* Upload should preserve MIMEType after first selection (#11745)Anastasia Smirnova2019-10-163-0/+162
* Make sure Firefox for iOS isn't detected as too old to function. (#11739)Felix Fontein2019-10-031-2/+6
* Catch and handle IllegalStateException (#11733)Tatu Lund2019-10-031-11/+18
* Added note in JavaDoc of removeColumn (#11725)Tatu Lund2019-10-031-0/+3
* Update context menu addon version (#11735)Zhe Sun2019-10-021-1/+1
* Update Chrome version to 77 (#11727)Zhe Sun2019-09-2413-1/+1
* Update release note to mention Java 11 support (#11697)Zhe Sun2019-09-091-2/+3
* Removal of data communicator needs to happen before call to super.remove() (#...Tatu Lund2019-09-091-2/+2
* Correct usage of String.format(..) (#11704)Tatu Lund2019-09-091-5/+5
* Remove double negation (#11713)eriklumme2019-09-061-1/+1
* Fix scrollTo for destination START and END and add regression testing. (#11707)Anna Koskinen2019-09-053-48/+356