index
:
vaadin-framework.git
7.0
7.1
7.2
7.3
7.4
7.5
7.6
7.7
7.7.45-changelog
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
changelog-8.27.6
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
/
vaadin
/
terminal
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove support for Select in multi-select mode (#8169, #8326).
Henri Sara
2012-02-08
2
-49
/
+10
*
getParent() shouldn't throw npe when widget's parent is null (#8323)
Leif Åstrand
2012-02-08
1
-5
/
+5
*
Avoid caching parent for now as the cache is never cleared
Artur Signell
2012-02-07
1
-7
/
+1
*
#8325 Move ApplicationConnection.updateComponent to
Artur Signell
2012-02-07
45
-273
/
+388
*
Fix file that was accidentally emptied in previous commit
Leif Åstrand
2012-02-07
1
-0
/
+51
*
Fix broken newlines from previous commit
Leif Åstrand
2012-02-07
1
-51
/
+0
*
Add VPaintableWidgetContainer.getChildren() (#8323)
Leif Åstrand
2012-02-07
2
-18
/
+54
*
#8323 Renamed getParentPaintable to getParent and cache the
Artur Signell
2012-02-07
3
-17
/
+13
*
#8324 Automatically set paintable id when paintable is created
Artur Signell
2012-02-07
3
-30
/
+36
*
Merge remote-tracking branch 'origin/6.8'
Artur Signell
2012-02-06
1
-64
/
+42
|
\
|
*
#6718 Fixed more regressions, refactored a bit
Johannes Dahlström
2012-02-06
1
-64
/
+42
*
|
Fixed compilation errors introduced by merge from 6.8
Artur Signell
2012-02-06
2
-4
/
+4
*
|
Merge remote-tracking branch 'origin/6.8'
Artur Signell
2012-02-03
5
-25
/
+105
|
\
|
|
*
#8345, #8346 Window drag and resize are now activated only by the left mouse ...
Artur Signell
2012-02-03
1
-1
/
+5
|
*
#8343, #8344 Column resize and sort are now activated only by the left mouse ...
Artur Signell
2012-02-03
1
-2
/
+11
|
*
#8284, #8336 Fixed header and footer click for right and middle click. Browse...
Artur Signell
2012-02-03
2
-17
/
+48
|
*
Fixed #8321: adding/removing items in a ComboBox FocusListener breaks the dro...
Johannes Dahlström
2012-02-02
1
-2
/
+21
|
*
[merge from 6.7] Fixed #8315 - take leap years into account in focusNext/Prev...
Johannes Dahlström
2012-02-02
1
-0
/
+1
|
*
Fixed #8315 - take leap years into account in focusNext/PreviousYear
Johannes Dahlström
2012-02-02
1
-1
/
+16
|
*
#6718 displayedMonth and focusedDate must have zeroed hours/min/sec/msec
Johannes Dahlström
2012-02-02
1
-3
/
+4
*
|
#8324 Set connection for VViewPaintable when initializing
Artur Signell
2012-02-03
1
-0
/
+1
*
|
#8324 Corrected paintable hierarchy as VScrollTableRow is no longer a
Artur Signell
2012-02-03
3
-60
/
+73
*
|
#8324 Fixed problem with nodes being added to the wrong widget
Artur Signell
2012-02-03
1
-1
/
+1
*
|
Fixed invalid comparison between paintable and widget
Artur Signell
2012-02-03
1
-1
/
+1
*
|
#8324 Fixed comparison of paintable and widget
Artur Signell
2012-02-02
1
-1
/
+1
*
|
Corrected license info
Artur Signell
2012-02-02
1
-2
/
+2
*
|
Adding missing license info
Artur Signell
2012-02-02
30
-0
/
+90
*
|
Removed unnecessary getWidgetForPaintable methods
Artur Signell
2012-02-02
18
-73
/
+0
*
|
Fixed ClassCastException for VWindow
Artur Signell
2012-02-02
1
-4
/
+6
*
|
Fixed ClassCastException as VViewPaintable should be created, not VView
Artur Signell
2012-02-02
1
-3
/
+1
*
|
Fixed problem introduced in merge from 6.8
Artur Signell
2012-01-31
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/6.8'
Artur Signell
2012-01-31
2
-11
/
+10
|
\
|
|
*
Synchronized 6.8 branch between svn and git.
Build Agent
2012-01-31
1
-6
/
+2
|
*
#6718 Fixed a regression: displayedMonth must be in sync with focusedDate
Johannes Dahlström
2012-01-31
1
-1
/
+4
|
*
#6718 Fixed an off-by-one bug; use displayedMonth consistently
Johannes Dahlström
2012-01-27
1
-4
/
+4
*
|
Merge commit '116cd1f29a432fe5ca64f3023a9fec1ca130f078' (origin/6.8)
Artur Signell
2012-01-31
55
-9225
/
+9225
|
\
|
|
*
#8311 Additional CRLF->LF fixes
Artur Signell
2012-01-27
2
-116
/
+107
|
*
#8311 Converted CRLF to LF in all source files
Artur Signell
2012-01-27
23
-6712
/
+6721
*
|
Merged 'b1ae3cd70e2ca4656bb28f77ca79fe0efd29dd67' (origin/6.8)
Artur Signell
2012-01-31
3
-13
/
+38
|
\
|
|
*
Comment improvements related to #6718
Johannes Dahlström
2012-01-27
1
-11
/
+20
|
*
#6902 Table empties field on Layout.replaceComponent
Artur Signell
2012-01-27
1
-0
/
+12
|
*
#8241 Removed debug message, added reference to ticket
Johannes Dahlström
2012-01-20
1
-3
/
+1
|
*
#8085 Do not calculate a fixed width when enabled or readonly status changes ...
Artur Signell
2012-01-16
1
-2
/
+2
|
*
#5982 Add the "v-disabled" class name as-is also in addition to prefixed to m...
Artur Signell
2012-01-16
1
-2
/
+4
|
*
Test and fix for #5982 - FormLayout now updates caption style names when the ...
Artur Signell
2012-01-13
1
-4
/
+2
|
*
#8241 Rename Vaadin-Redirect to Vaadin-Refresh, make URI optional: if not giv...
Johannes Dahlström
2012-01-13
1
-10
/
+12
|
*
Fix for #8241: Provide a way to redirect the client to a given URI in a UIDL ...
Johannes Dahlström
2012-01-12
1
-10
/
+10
|
*
#8085 Do not calculate a fixed width when enabled or readonly status changes ...
Artur Signell
2012-01-12
2
-2
/
+6
|
*
#8085 Recalculate DateField width when enabled state changes
Artur Signell
2012-01-12
1
-4
/
+0
|
*
#8040 Improved comment
Johannes Dahlström
2011-12-16
1
-2
/
+9
[next]