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
/
client
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added missing @since and javadocs
7.3.4
Markus Koivisto
2014-11-03
2
-0
/
+13
*
Fix a regression in VMenuBar.getSubpartElement (#14879).
Mika Murtojarvi
2014-11-03
1
-1
/
+1
*
Change getSubPartElement(String) to ignore text icons (#14879).
Mika Murtojarvi
2014-11-03
1
-31
/
+50
*
Add SubPartAware interface to VSlider (#13760)
Dmitrii Rogozin
2014-11-03
1
-1
/
+18
*
Add SubPartAware to VMenuBar (#13364)
Dmitrii Rogozin
2014-11-03
1
-4
/
+45
*
Fix VaadinFinderLocator for UIElement (#14010).
Dmitrii Rogozin
2014-11-03
3
-28
/
+112
*
Update testbench icon in debug window (#14913)
Dmitrii Rogozin
2014-11-03
4
-30
/
+30
*
Set v-disabled on Button inside Upload when disabled. (#14655)
Sauli Tähkäpää
2014-10-29
1
-2
/
+8
*
Fix: Empty space on page after expanded component (#12672)
Anna Miroshnik
2014-10-29
1
-1
/
+14
*
Correct positioning and sizing logic for context menu (#14863).
Denis Anisimov
2014-10-29
1
-6
/
+7
*
Fix TabSheet becomes unresponsive after setSelectedTab (#14710)
Guillermo Alvarez
2014-10-29
2
-2
/
+8
*
Removed the waitingForResponse flag from VTabsheet (#14710)
Taras Hupalo
2014-10-29
2
-9
/
+2
*
Removes scrolling caused by updating an unfocused table (#12976)
Taras Hupalo
2014-10-29
1
-1
/
+3
*
fix: Tooltip does not shrink when content changes (#11871)
Anna Miroshnik
2014-10-29
1
-0
/
+17
*
Fixed FontIcons on VWindow (#14481).
Tapio Aali
2014-10-29
1
-33
/
+33
*
Add @since to isEnabled() and setEnabled(). (#14797)
Sauli Tähkäpää
2014-10-16
1
-0
/
+3
*
Implement HasEnabled in VPopupView. (#14797)
Sauli Tähkäpää
2014-10-16
1
-12
/
+28
*
Handle all native events in preview handler for Combobox popup (#14321).
Denis Anisimov
2014-10-16
1
-0
/
+2
*
Postpone shortcut action handler initialization in PopupView (#14275).
Denis Anisimov
2014-10-16
1
-9
/
+46
*
Fixed the sizing of relative-sized components in AbsoluteLayout (#13131)
Anna Koskinen
2014-10-14
1
-2
/
+36
*
TreeTable should support font icons for items (#14077)
Guillermo Alvarez
2014-10-14
1
-8
/
+4
*
isIPad() and isIPhone() methods are added to WebBrowser (#14424,#14423).
Denis Anisimov
2014-10-14
1
-0
/
+14
*
Add ".v-required" style for required component (#10201).
Denis Anisimov
2014-10-14
2
-0
/
+5
*
Open combobox popup on click to icon (#14624).
Denis Anisimov
2014-10-14
1
-0
/
+1
*
Audio component requests audio content on each client poll when in Window (#1...
Sergey Budkin
2014-10-14
1
-19
/
+34
*
Action on click button contained in table is called two times on iOS 8.0 (#14...
Sergey Budkin
2014-10-14
1
-3
/
+20
*
Removed obsolete fix for webkit scrollbar issue. (#14203)
Sergey Budkin
2014-10-13
2
-24
/
+0
*
TreeItem double click fixed (#14745)
Guillermo Alvarez
2014-10-13
1
-38
/
+22
*
Fix ComboBox issue with font-based item icons (#14660)
Teemu Pöntelin
2014-10-13
1
-4
/
+1
*
Fix for audio component starting new playback on each client poll when in Win...
Sergey Budkin
2014-09-24
1
-2
/
+32
*
Fix multiselection pressing shift before starting (#13483)
Guillermo Alvarez
2014-09-24
1
-0
/
+1
*
WebBrowser.isWindowsPhone() is added (#14425).
Denis Anisimov
2014-09-24
1
-1
/
+9
*
Keyboard scrolling in multiselection mode fixed (#14094)
mtzukanov
2014-09-19
1
-30
/
+20
*
Fix CustomLayout: component not added at the default location (#14340)
Anna Miroshnik
2014-09-19
1
-4
/
+2
*
Use div instead of notice to avoid UI removing it (#14597)
7.3.1
Manolo Carrasco
2014-09-16
1
-15
/
+63
*
Add missing comments. (#14482, #14565)
Sauli Tähkäpää
2014-09-15
2
-1
/
+2
*
TextFields inside Drag and Drop Wrappers cannot get focus (#12838)
denis.magdenkov
2014-09-12
1
-2
/
+40
*
Set title to empty string for Upload if tooltip is used (#14482).
Denis Anisimov
2014-09-12
2
-0
/
+29
*
Fix slider inside table is not accessible.(#13681)
Anna Miroshnik
2014-09-12
1
-28
/
+35
*
Update DateCellDayEvent size on updateSizes in Connector (#13233).
Denis Anisimov
2014-09-12
1
-9
/
+21
*
Fixes invalid JavaDoc for DeferredWorker (#14625)
Henrik Paul
2014-09-12
1
-2
/
+5
*
Add SubPart support to VaadinFinderLocatorStrategy (#13980)
Teemu Suo-Anttila
2014-09-12
3
-6
/
+34
*
Override IE disabled style for text field (#14565)
Mikael Grankvist
2014-09-12
2
-4
/
+36
*
calendar visible hours shows invalid dates(week/day view) (#12521)
Anna Miroshnik
2014-09-12
3
-35
/
+60
*
Output legacy locators for TestBench Recorder (#14102).
Mika Murtojarvi
2014-09-12
2
-94
/
+114
*
Table handles both onMouseDown and onMouseUp events (#14347)
Guillermo Alvarez
2014-09-12
1
-99
/
+188
*
Pass (x,y) coordinates for button click triggered via keyboard (#12650).
Denis Anisimov
2014-09-12
1
-2
/
+9
*
Tree item fails with ItemClickListener (#14388)
Anna Miroshnik
2014-09-12
1
-19
/
+47
*
Fixed incorrect week numbers in DateField (#14437)
Teemu Pöntelin
2014-09-12
2
-1
/
+15
*
Fix GridLayout layout issue with empty rows above a component (#14554)
Artur Signell
2014-08-30
1
-2
/
+4
[next]