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
/
src
/
com
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
#8500 Allow component containers to hide their children even though
Artur Signell
2012-03-14
6
-6
/
+47
*
|
8500 Let the framework handle unregistration of Connectors
Artur Signell
2012-03-14
5
-101
/
+96
*
|
#8500 Print an error message instead of throwing NPE if parent cannot be
Artur Signell
2012-03-14
1
-1
/
+8
*
|
#8500 Made Form implement HasComponents to properly support sending
Artur Signell
2012-03-14
1
-1
/
+64
*
|
#8500, #3557 Added HasComponents (Iterable<Component>) that must be
Artur Signell
2012-03-14
5
-22
/
+48
*
|
NPE fix for getIcon()
Artur Signell
2012-03-14
1
-1
/
+6
*
|
Added missing licenses
Artur Signell
2012-03-14
6
-0
/
+18
*
|
All components are RPCTargets
Artur Signell
2012-03-14
3
-5
/
+5
*
|
Connector interface. Renamed getId() -> getConnectorId() to avoid mixups
Artur Signell
2012-03-14
11
-38
/
+52
*
|
Connector -> ServerConnector
Artur Signell
2012-03-14
13
-40
/
+40
*
|
Temporary fix to make AbstractOrderedLayout work again
Artur Signell
2012-03-14
1
-4
/
+10
*
|
Updated Panel to no longer use child painted with the UIDL
Artur Signell
2012-03-14
11
-262
/
+178
*
|
Added license and javadoc. Removed extra methods from AbstractConnector.
Artur Signell
2012-03-14
3
-24
/
+51
*
|
Moved styles list to shared state, replacing the previous String hack.
Artur Signell
2012-03-14
14
-93
/
+83
*
|
#8515 Added serialization support for Lists containing supported types.
Artur Signell
2012-03-13
7
-40
/
+78
*
|
Fixed readonly handling for fields (depends on property readonly
Artur Signell
2012-03-13
28
-86
/
+231
*
|
#8510 Support using Resources through URLReference/ResourceReference in
Artur Signell
2012-03-13
30
-95
/
+251
*
|
Update documentation and add isEnabled as it is mandatory at least on
Artur Signell
2012-03-13
1
-8
/
+12
*
|
#8500 Initial implementation for sending component hierarchy
Artur Signell
2012-03-13
9
-169
/
+531
*
|
Use ComponentState for storing the state, not just as a communication
Artur Signell
2012-03-13
18
-109
/
+74
|
/
*
Don't need the overflow fix any more (#8313)
Leif Åstrand
2012-03-13
1
-4
/
+0
*
Ensure the height of both captions are take into account (#8313)
Leif Åstrand
2012-03-13
1
-6
/
+1
*
Restore lazy layout functionality (#8313)
Leif Åstrand
2012-03-13
1
-1
/
+2
*
Run a new layout phase after VScrollTable.sizeInit (#8313)
Leif Åstrand
2012-03-13
3
-8
/
+32
*
Use absolute positioning to avoid some scrollbars (#8313)
Leif Åstrand
2012-03-12
1
-3
/
+32
*
Revert to running updateWidth from layoutHorizontally (#8313)
Leif Åstrand
2012-03-12
2
-10
/
+1
*
Only run sizeInit after the actual layout (#8313)
Leif Åstrand
2012-03-12
2
-17
/
+25
*
Add java license
Leif Åstrand
2012-03-09
2
-0
/
+8
*
Recalculate widths after changing captions (#8313)
Leif Åstrand
2012-03-09
1
-0
/
+1
*
Fix problem with space reserved for scrollbars (#8313)
Leif Åstrand
2012-03-09
1
-0
/
+3
*
Dynamically adjust window content paddings (#8313)
Leif Åstrand
2012-03-09
2
-1
/
+14
*
Update TwinColSelect to update its sizes when needed (#8313)
Leif Åstrand
2012-03-08
2
-47
/
+49
*
Update VWindow.setWidth/Height to set outer sizes (#8313)
Leif Åstrand
2012-03-08
2
-28
/
+53
*
Remove debug output accidentally committed
Leif Åstrand
2012-03-08
1
-2
/
+0
*
Window layouting changes attempt 2 (#8313)
Leif Åstrand
2012-03-07
4
-273
/
+56
*
Properly update undefined width of tabsheet (#8313)
Leif Åstrand
2012-03-05
1
-0
/
+4
*
Fix typo in comment
Leif Åstrand
2012-03-05
1
-1
/
+1
*
Define .v-has-width/height instead of v-undefined-width/height (#8313)
Leif Åstrand
2012-03-05
1
-2
/
+2
*
#5890 Added getComponentCount to ComponentContainer
Artur Signell
2012-03-04
3
-0
/
+31
*
#8429 Made shortcuts in sub window work again
Artur Signell
2012-03-02
1
-5
/
+49
*
Remove inline overflow: hidden from panel (#8478)
Leif Åstrand
2012-03-02
1
-1
/
+0
*
Measure inner height as it isn't affected by margins (#8313)
Leif Åstrand
2012-03-02
1
-2
/
+2
*
Merge remote-tracking branch 'origin/6.8'
Johannes Dahlström
2012-03-02
3
-22
/
+221
|
\
|
*
[merge from 6.7] #8077 restored accidentally deleted comment
Automerge
2012-03-01
1
-0
/
+2
|
*
[merge from 6.7] Fixed #8077: removed a buggy optimization that prevented the...
Automerge
2012-02-29
1
-15
/
+1
|
*
#5100 Support for server-side focus/blur listeners; handle disabled tabs corr...
Johannes Dahlström
2012-02-27
2
-55
/
+119
|
*
#5100 Use FocusImpl to handle focus; allow customization of shortcut keys
Johannes Dahlström
2012-02-17
1
-7
/
+20
|
*
Patch for #5100 - TabSheet keyboard navigation
Johannes Dahlström
2012-02-16
2
-9
/
+154
|
*
Reverted bad commit [23048]
Johannes Dahlström
2012-02-16
2
-154
/
+9
|
*
#5100 test case
Johannes Dahlström
2012-02-16
2
-9
/
+154
[prev]
[next]